Make the disabled state of the primary menu items more obvious
This commit is contained in:
parent
8a7a4b2ece
commit
cf1d12fe7d
1 changed files with 9 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue