correct theme new addons manager in LCARStrek, some small improvements for EarlyBlue...
[themes.git] / LCARStrek / global / tabbox.css
index 99ed145615ca65e082e572904e78590b7b5597bb..28e1ee1628037b06ac41de3b2410a7e711a597d5 100644 (file)
@@ -70,7 +70,7 @@ tab {
   margin-top: 2px;
   border: 1px solid #9C9CFF;
   border-bottom: none;
-  padding: 1px 4px 2px 4px;
+  padding: 1px 4px 2px;
   background-color: #000000;
   color: #FF9F00;
 }
@@ -80,7 +80,6 @@ tab {
 }
 
 tab[selected="true"] {
-  -moz-user-focus: normal;
   font-weight: bold;
   background-color: #008484;
 }
@@ -95,15 +94,15 @@ 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"] {
-  padding-right: 5px;
-  padding-left: 5px;
+tab:first-of-type[selected="true"] {
+  -moz-padding-end: 5px;
+  -moz-padding-start: 5px;
 }
 */
 
@@ -118,7 +117,7 @@ tab[first-tab="true"][selected="true"] {
   margin-bottom: 2px;
   border: 1px solid #9C9CFF;
   border-top: none;
-  padding: 2px 4px 1px 4px;
+  padding: 2px 4px 1px;
 }
 
 /* ::::: tabs-bottom ::::: */