From d041fc73465975af25a75e81105cd5a3adea029f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 26 Jul 2010 22:11:56 +0000 Subject: [PATCH] Fix: Gray menu if not allowed --- htdocs/theme/auguria/style.css.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index 23aad8ecf95..9c1af09b32e 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -397,6 +397,10 @@ foreach($mainmenuusedarray as $key => $val) background: url(/img/menus/topmenu_right.gif) no-repeat top right; height:33px; } + +.tmenudisabled { + color: #D0D0D0 !important; +} /* --- end nav --- */