correct theme new addons manager in LCARStrek, some small improvements for EarlyBlue...
[themes.git] / LCARStrek / global / tabbox.css
index f6e270e043271554691e2c3a58902dd5b3db7c0b..28e1ee1628037b06ac41de3b2410a7e711a597d5 100644 (file)
@@ -80,7 +80,6 @@ tab {
 }
 
 tab[selected="true"] {
-  -moz-user-focus: normal;
   font-weight: bold;
   background-color: #008484;
 }
@@ -95,7 +94,7 @@ 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;
 }