some more changes to make the new downloads button and view in Firefox 20+ work correctly
[themes.git] / LCARStrek / global / tabbox.css
index d6058c96bd0bdb7d2d1e4dd037868c91b7d479e2..32f56e31e6356f30be7552c8f82cba0c9ce554a2 100644 (file)
@@ -77,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.
@@ -86,15 +94,18 @@ tab:first-of-type[selected="true"] {
   border-radius: 0px 0px 8px 8px;
   margin-top: 0;
   margin-bottom: 2px;
-  border: 1px solid #9C9CFF;
   border-top: none;
   padding: 2px 4px 1px;
 }
 
 /* ::::: tabs-bottom ::::: */
 
+.tab-bottom:last-of-type {
+  margin-right: 0;
+}
+
 .tabs-bottom > .tabs-left,
 .tabs-bottom > .tabs-right {
-  border-top: 1px solid #9C9CFF;
+  border-top: 1px solid #008484;
   border-bottom: none;
 }
\ No newline at end of file