update to suite default status of 2009-01-30: bug 474807 - replace margin/padding...
[themes.git] / LCARStrek / global / tabbox.css
index b642b549314c1db050fc718162b6e4b64aede02f..473ea3d05aad2bc90656738c66ebe98c0527859c 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,
@@ -61,7 +61,6 @@ tabpanels {
   padding: 5px;
   background-color: #000000;
   color: #FF9F00;
-  -moz-user-focus: normal;
 }
 
 /* ::::: tab ::::: */
@@ -89,21 +88,22 @@ tab[selected="true"] {
 tab:hover {
   background-color: #FFCF00;
   color: #000000;
-  text-decoration: underline;
 }
 
 tab:hover:active {
-  text-decoration: none;
+  background-color: #FF9F00;
+  color: #000000;
 }
 
 tab:focus > .tab-middle {
-  -moz-outline: 1px dotted invert;
+  /* 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;
+  -moz-padding-end: 5px;
+  -moz-padding-start: 5px;
 }
 */