CSS: don't highlight menu options that are disabled.

Monotone-Parent: 80924a70f6e093d1b47c08891ab10a48b461a9c4
Monotone-Revision: 97250aea91a2d83b86c85ef8498979d4f758ba55

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-04-08T17:18:47
Monotone-Branch: ca.inverse.sogo
Monotone-Tag: SOGo_v1.3.6
This commit is contained in:
Francis Lachapelle
2011-04-08 17:18:47 +00:00
parent a531457819
commit f41ab295bc
+5 -1
View File
@@ -254,6 +254,9 @@ UL.choiceMenu LI._chosen:hover
{ background-color: #9ABCD8;
color: #fff; }
.menu LI.disabled:hover
{ background-color: inherit; }
.menu LI.separator,
.menu LI.separator:hover
{ padding: 0px;
@@ -262,7 +265,8 @@ UL.choiceMenu LI._chosen:hover
border-top: 1px solid #aaa;
border-bottom: 1px solid #fff; }
.menu LI.submenu, .menu LI.submenu-selected
.menu LI.submenu,
.menu LI.submenu-selected
{ padding-right: 2em;
background-position: 98% 50%;
background-repeat: no-repeat; }