Fix: Gray menu if not allowed

This commit is contained in:
Laurent Destailleur 2010-07-26 22:11:56 +00:00
parent 79549949b4
commit d041fc7346

View File

@ -397,6 +397,10 @@ foreach($mainmenuusedarray as $key => $val)
background: url(<?php echo DOL_URL_ROOT.'/theme/auguria' ?>/img/menus/topmenu_right.gif) no-repeat top right;
height:33px;
}
.tmenudisabled {
color: #D0D0D0 !important;
}
/* --- end nav --- */