From: Tristen Brown Date: Sat, 17 Mar 2012 19:00:48 +0000 (-0400) Subject: Make the disabled state of the primary menu items more obvious X-Git-Tag: live~5691 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/cf1d12fe7d8341a8ef6faa1d60e86a38c11db201?ds=sidebyside Make the disabled state of the primary menu items more obvious --- diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 72ef6b049..45656f953 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -298,7 +298,15 @@ h2 { #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 */