Hardcoded tab colors
authorTom Gilder <tomgilder@users.mediawiki.org>
Tue, 11 Oct 2005 01:12:23 +0000 (01:12 +0000)
committerTom Gilder <tomgilder@users.mediawiki.org>
Tue, 11 Oct 2005 01:12:23 +0000 (01:12 +0000)
skins/monobook/main.css

index d4356ce..5f1e89b 100644 (file)
@@ -918,10 +918,10 @@ head:first-child+body #footer li { white-space: nowrap; }
     margin: 1px -2px 1px 2px;
     float: left;
     padding: 2px 0 3px 0;
-    background: ButtonFace;
-    color: ButtonText;
-    border: 1px solid;
-    border-color:      ThreeDHighlight ThreeDDarkShadow ThreeDDarkShadow ThreeDHighlight;
+    background-color: #ece9d8;
+    color: #000;
+    border: 1px solid #fff;
+    border-right-color: #716f64;
     border-bottom: 0;
     position: relative;
     white-space: nowrap;
@@ -931,8 +931,7 @@ head:first-child+body #footer li { white-space: nowrap; }
 }
 #preftoc li.selected {
     font-weight: bold;
-    background-color: #F9F9F9;
-    color: #000;
+    background-color: #f9f9f9;
     border: 1px solid #aaa;
     border-bottom: none;
     cursor: default;