suite default theme changes on trunk from 1.9.1 branch point up to 2010-02-21
[themes.git] / LCARStrek / global / tabbox.css
index 473ea3d05aad2bc90656738c66ebe98c0527859c..f6e270e043271554691e2c3a58902dd5b3db7c0b 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;
 }
@@ -101,7 +101,7 @@ tab:focus > .tab-middle {
 }
 
 /*
-tab[first-tab="true"][selected="true"] {
+tab:first-of-type[selected="true"] {
   -moz-padding-end: 5px;
   -moz-padding-start: 5px;
 }
@@ -118,7 +118,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 ::::: */