sync LCARStrek with the rest of the modifications in Firefox 10
[themes.git] / EarlyBlue / global / tabbox.css
index 2a397e1f416b23ba108e4919bffed9faac38b7a0..beb16e989a4219fb1648624df6b990e28f1b4f0b 100644 (file)
@@ -65,10 +65,10 @@ tabpanels {
 /* ::::: tab ::::: */
 
 tab {
-  margin-top: 2px;
+  margin-top: 1px;
   border: 1px outset #CCD0DD;
   border-bottom: none;
-  padding: 1px 4px 2px 4px;
+  padding: 1px 4px 2px;
   background-color: #CCD0DD;
   color: #000000;
 }
@@ -78,7 +78,6 @@ tab {
 }
 
 tab[selected="true"] {
-  -moz-user-focus: normal;
   font-weight: bold;
   background-color: #EDF1FF;
 }
@@ -87,14 +86,15 @@ tab:hover {
   color: #336699;
 }
 
-tab:focus > .tab-middle {
-  outline: 1px dotted invert;
+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;
 }
 */
 
@@ -108,7 +108,7 @@ tab[first-tab="true"][selected="true"] {
   margin-bottom: 2px;
   border: 1px outset #CCD0DD;
   border-top: none;
-  padding: 2px 4px 1px 4px;
+  padding: 2px 4px 1px;
 }
 
 /* ::::: tabs-bottom ::::: */