Use CSS to style the disabled tabs.
This commit is contained in:
parent
8434fb53b7
commit
910937ae4b
2 changed files with 9 additions and 4 deletions
|
@ -285,6 +285,11 @@ hr {
|
|||
background: #fff;
|
||||
}
|
||||
|
||||
#tabnav a.disabled
|
||||
{
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
/* Rules for greeting bar in the top right corner */
|
||||
|
||||
#greeting {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue