Make disabled tabs more obvious. Based on patch from Adrian Cochrane.

This commit is contained in:
Tom Hughes 2010-03-14 15:48:42 +00:00
parent a7d304d20f
commit ea458b1821

View file

@ -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 */