more 2.0a1 improvements for LCARStrek
[themes.git] / LCARStrek / global / tabbox.css
index 5557fd3290cb1c04c8d57b23e7c5708a83216d22..99ed145615ca65e082e572904e78590b7b5597bb 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 ::::: */
@@ -73,26 +72,32 @@ tab {
   border-bottom: none;
   padding: 1px 4px 2px 4px;
   background-color: #000000;
-  color: #FF9F00; 
+  color: #FF9F00;
 }
 
 .tab-text {
   margin: 0 !important;
 }
 
-tab[selected="true"]  {
+tab[selected="true"] {
+  -moz-user-focus: normal;
   font-weight: bold;
   background-color: #008484;
 }
 
-tab:hover { 
+tab:hover {
   background-color: #FFCF00;
   color: #000000;
-  text-decoration: underline;
 }
 
-tab:hover:active { 
-  text-decoration: none;
+tab:hover:active {
+  background-color: #FF9F00;
+  color: #000000;
+}
+
+tab:focus > .tab-middle {
+  /* Don't specify the outline-color, we should always use initial value. */
+  outline: 1px dotted;
 }
 
 /*