background-clip on an element hides its borders
background-clip is a new CSS3 property that allows designers to limit the area into which an element's background color or image will spread.
When values of background-clip or background-clip are used, Opera not only clips the element's background, but also the border.
The addition of a box-shadow (and presumably other box effects) restores the border to the element.