From 2d9412f2820063d304ff625653ce833ff8914ea7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 2 Feb 2011 23:22:44 +0100 Subject: [PATCH] Make disabled links look disabled --- css/theme_right.css.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/theme_right.css.php b/css/theme_right.css.php index ecdb598c29..9d9a50432d 100644 --- a/css/theme_right.css.php +++ b/css/theme_right.css.php @@ -628,6 +628,10 @@ form.login label { background: #ddd; text-decoration: none; } +#topmenu a.warning { + background: #ccc; + color: #666; +} a.tabactive { font-weight: bolder; background: #aaa;