sync LCARStrek with the rest of the modifications in Firefox 10
[themes.git] / EarlyBlue / global / tabbox.css
index 9d5547e73148342bf3bf4b126e45d15818394dfc..beb16e989a4219fb1648624df6b990e28f1b4f0b 100644 (file)
@@ -65,7 +65,7 @@ tabpanels {
 /* ::::: tab ::::: */
 
 tab {
-  margin-top: 2px;
+  margin-top: 1px;
   border: 1px outset #CCD0DD;
   border-bottom: none;
   padding: 1px 4px 2px;
@@ -78,7 +78,6 @@ tab {
 }
 
 tab[selected="true"] {
-  -moz-user-focus: normal;
   font-weight: bold;
   background-color: #EDF1FF;
 }
@@ -87,7 +86,7 @@ tab:hover {
   color: #336699;
 }
 
-tab:focus > .tab-middle {
+tab:-moz-focusring > .tab-middle {
   /* Don't specify the outline-color, we should always use initial value. */
   outline: 1px dotted;
 }