Make disabled links look disabled

This commit is contained in:
Michal Čihař
2011-02-02 23:22:44 +01:00
parent 9d314531f1
commit 2d9412f282

View File

@@ -628,6 +628,10 @@ form.login label {
background: #ddd; background: #ddd;
text-decoration: none; text-decoration: none;
} }
#topmenu a.warning {
background: #ccc;
color: #666;
}
a.tabactive { a.tabactive {
font-weight: bolder; font-weight: bolder;
background: #aaa; background: #aaa;