]> git.openstreetmap.org Git - rails.git/commitdiff
Make disabled tabs more obvious. Based on patch from Adrian Cochrane.
authorTom Hughes <tom@compton.nu>
Sun, 14 Mar 2010 15:48:42 +0000 (15:48 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 14 Mar 2010 15:48:42 +0000 (15:48 +0000)
public/stylesheets/common.css

index c28a3c02cbe85755e2e7c93d0f4b2e2edab1c619..4efbd928f4230efc7dc1f36eb46980bc497e531d 100644 (file)
@@ -280,14 +280,16 @@ hr {
   color: #000;
 }
 
-#tabnav a:link:hover
+#tabnav a:link:hover, #tabnav a:visited:hover
 {
   background: #fff;
 }
 
-#tabnav a.disabled
+#tabnav a:link.disabled, #tabnav a:visited.disabled,
+#tabnav a:link:hover.disabled, #tabnav a:visited:hover.disabled
 {
-  font-style: italic;
+  background: #bbbbbb;
+  color: white
 }
 
 /* Rules for greeting bar in the top right corner */