Make disabled tabs more obvious. Based on patch from Adrian Cochrane.
This commit is contained in:
parent
a7d304d20f
commit
ea458b1821
1 changed files with 5 additions and 3 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue