a few LCARStrek corrections, for feed preview, tab focus rings, and the bookmarks...
[themes.git] / LCARStrek / global / tabbox.css
index f6e270e043271554691e2c3a58902dd5b3db7c0b..52721dddc17c2354336b447cd64c782e8105586b 100644 (file)
@@ -80,7 +80,6 @@ tab {
 }
 
 tab[selected="true"] {
-  -moz-user-focus: normal;
   font-weight: bold;
   background-color: #008484;
 }
@@ -95,9 +94,10 @@ tab:hover:active {
   color: #000000;
 }
 
-tab:focus > .tab-middle {
+tab:-moz-focusring > .tab-middle {
   /* Don't specify the outline-color, we should always use initial value. */
   outline: 1px dotted;
+  -moz-outline-radius: 3px 3px 0px 0px;
 }
 
 /*