Restore CSS of disabled menu options

This commit is contained in:
Francis Lachapelle
2014-01-06 15:08:45 -05:00
parent 2b53705d44
commit 0fdea48ce8
+1 -1
View File
@@ -288,7 +288,7 @@ UL.choiceMenu LI._chosen:hover
.menu LI.selected,
.menu LI.submenu-selected
{ background-color: #9ABCD8;
color: #fff !important; }
color: #fff; }
.menu LI.disabled:hover
{ background-color: inherit; }