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