https://bugzilla.wikimedia.org/show_bug.cgi?id=33113
Mark A. Hershberger <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|Unprioritized |Normal Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #4 from Mark A. Hershberger <[email protected]> 2011-12-29 21:17:51 UTC --- Krinkle says: Why the !important rule ? The need for that rule is very rare I don't think this is one of those cases. CSS cascades the rules down later rules overwrite earlier ones. Since this rule has the same "score" (or "weight") as the :hover rule for normal buttons, this should work just fine. .es-toolbarButtonTool:hover, .es-toolbarDropdownTool:hover { border-color: #eeeeee; } .es-toolbarButtonTool-disabled:hover { border-color: transparent; } I'll apply this unless you object for some reason. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
