Make the disabled state of the primary menu items more obvious

This commit is contained in:
Tristen Brown 2012-03-17 15:00:48 -04:00 committed by Tom Hughes
parent 8a7a4b2ece
commit cf1d12fe7d

View file

@ -298,7 +298,15 @@ h2 {
#tabnav a:visited.disabled, #tabnav a:visited.disabled,
#tabnav a:link:hover.disabled, #tabnav a:link:hover.disabled,
#tabnav a:visited: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 */