correct disabled tabs
[themes.git] / LCARStrek / global / tabbox.css
index 1468d0139b878954926fc7f07caf075c94555caa..e06ce6dd9340171f0b7842576583c19c600ab038 100644 (file)
@@ -24,7 +24,7 @@
 
 tabpanels {
   border-radius: 5px;
-  border: 1px solid #9C9CFF;
+  border: 2px solid #008484;
   padding: 5px;
   background-color: #000000;
   color: #FF9F00;
@@ -35,11 +35,11 @@ tabpanels {
 tab {
   border-radius: 8px 8px 0px 0px;
   margin-top: 2px;
-  border: 1px solid #9C9CFF;
+  -moz-margin-end: 2px;
   border-bottom: none;
-  padding: 1px 4px 2px;
-  background-color: #000000;
-  color: #FF9F00;
+  padding: 2px 4px 1px;
+  background-color: #C09070;
+  color: #000000;
 }
 
 .tab-text {
@@ -67,6 +67,9 @@ tab:-moz-focusring > .tab-middle {
   -moz-outline-radius: 3px 3px 0px 0px;
 }
 
+tab:first-of-type {
+  -moz-margin-start: 5px;
+}
 /*
 tab:first-of-type[selected="true"] {
   -moz-padding-end: 5px;
@@ -74,6 +77,14 @@ tab:first-of-type[selected="true"] {
 }
 */
 
+tab[disabled="true"] {
+  background-color: #402858 !important;
+  color: #000000 !important;
+}
+.tab-text[disabled="true"] {
+  color: #000000 !important;
+}
+
 /* ::::: tab-bottom ::::::::::
    :: Tabs that are attached to the bottom of a panel, but not necessarily
    :: a tabpanels.