Make active tabs ever so slightly more obvious with color/padding
authorTom Gilder <tomgilder@users.mediawiki.org>
Thu, 13 Oct 2005 05:18:35 +0000 (05:18 +0000)
committerTom Gilder <tomgilder@users.mediawiki.org>
Thu, 13 Oct 2005 05:18:35 +0000 (05:18 +0000)
skins/monobook/main.css

index 1334c05..1a4fbc8 100644 (file)
@@ -850,18 +850,20 @@ li#pt-login {
     font-weight: bold;
 }
 #p-cactions li a {
-    background-color: white;
+    background-color: #fbfbfb;
     color: #002bb8;
     border: none;
-    padding: 0 .8em .3em .8em;
+    padding: 0 .8em .3em;
     text-decoration: none;
     text-transform: lowercase;
     position: relative;
     z-index: 0;
     margin: 0;
 }
-#p-cactions .selected a {
+#p-cactions li.selected a {
     z-index: 3;
+               background-color: #fff;
+    padding: 0 1em .2em!important;
 }
 #p-cactions .new a {
     color: #ba0000;
@@ -869,6 +871,7 @@ li#pt-login {
 #p-cactions li a:hover {
     z-index: 3;
     text-decoration: none;
+               background-color: #fff;
 }
 #p-cactions h5 {
     display: none;