update EarlyBlue and LCARStrek for toolkit winstripe changes between SM 2.0a2 and...
[themes.git] / EarlyBlue / global / tabbox.css
index 7ed7b55e8ca4860db56c32a6aff3f000c0799524..f78095cda1e845f2c76c15f72325013e8fe958a4 100644 (file)
  *
  * ***** END LICENSE BLOCK ***** */
 
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
 /* ===== tabbox.css =================================================
   == Styles used by XUL tab-related elements.
   ======================================================================= */
 
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+
 /* ::::: tabs ::::: */
 
 .tabs-left,
@@ -60,7 +60,6 @@ tabpanels {
   padding: 5px;
   background-color: #CCD0DD;
   color: #000000;
-  -moz-user-focus: normal;
 }
 
 /* ::::: tab ::::: */
@@ -89,7 +88,8 @@ tab:hover {
 }
 
 tab:focus > .tab-middle {
-  -moz-outline: 1px dotted invert;
+  /* Don't specify the outline-color, we should always use initial value. */
+  outline: 1px dotted;
 }
 
 /*