sync with EarlyBlue and Classic, prepare for 1.8a release
[themes.git] / LCARStrek / global / tabbox.css
index 5557fd3290cb1c04c8d57b23e7c5708a83216d22..b642b549314c1db050fc718162b6e4b64aede02f 100644 (file)
@@ -73,28 +73,33 @@ 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 { 
+tab:hover:active {
   text-decoration: none;
 }
 
+tab:focus > .tab-middle {
+  -moz-outline: 1px dotted invert;
+}
+
 /*
 tab[first-tab="true"][selected="true"] {
   padding-right: 5px;