]> git.openstreetmap.org Git - rails.git/commitdiff
Make the disabled state of the primary menu items more obvious
authorTristen Brown <tristen@tristen.ca>
Sat, 17 Mar 2012 19:00:48 +0000 (15:00 -0400)
committerTom Hughes <tom@compton.nu>
Sun, 18 Mar 2012 00:08:19 +0000 (00:08 +0000)
app/assets/stylesheets/common.css.scss

index 72ef6b049aae7d878c0d04e0cdffa5958eaa427f..45656f953afd38606404b042ce850f0a0de74d54 100644 (file)
@@ -298,7 +298,15 @@ h2 {
 #tabnav a:visited.disabled,
 #tabnav a:link:hover.disabled,
 #tabnav a:visited:hover.disabled {
 #tabnav a:visited.disabled,
 #tabnav a:link:hover.disabled,
 #tabnav a:visited:hover.disabled {
-  color: #888;
+  color: #ccc;
+  cursor: default;
+}
+
+#tabnav a:link.disabled:hover,
+#tabnav a:visited.disabled:hover,
+#tabnav a:link:hover.disabled:hover,
+#tabnav a:visited:hover.disabled:hover {
+  text-decoration: none;
 }
 
 /* Rules for greeting bar in the top right corner */
 }
 
 /* Rules for greeting bar in the top right corner */