Check out this link
When viewing in Chrome, the button looks great. However, when switching to Opera, the box-shadow is not visible when the button is pressed (:active). This issue only occurs when the box-shadow on the :active state is set to inset, like so:
box-shadow: 0px 0px 10px #000 inset;
Does anyone have an explanation for this behavior?