CSS inset border color incorrect

Yelxzfyofnuvm

New Member
I am trying use border inset with a light color for the inset, but, the colors chosen are simply not being shown correctly, this is the same in every browserHere's the css - first box should have light inset border and second box slightly darker:Here a fiddle: CSS inset border Fiddle\[code\].box1 {display: inline-block;border: 4px inset #f7f7f7;margin-top: 16px; border-radius: 12px;height: 34px;background:#fff;width:230px;position:relative;padding:10px;}.box2 {display: inline-block;border: 4px inset #cccccc;margin-top: 16px;border-radius: 12px;height: 34px;background:#f7f7f7;width:230px;position:relative;padding:10px;}\[/code\]I've tried setting the border-color element separately but it makes no differenceVery odd behaviour?
 
Back
Top