Skip to content

Commit

Permalink
Fixed: preserve low opacity on :hover for disabled toolbar buttons in…
Browse files Browse the repository at this point in the history
… IE<9.
  • Loading branch information
oleq committed Nov 14, 2012
1 parent f302337 commit a253e52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions skins/moono/editor_ie.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ This file contains styles to used by all versions of Internet Explorer only.
a.cke_button_disabled,

/* Those two are to overwrite the gradient filter since we cannot have both of them. */
a.cke_button_disabled:hover,
a.cke_button_disabled:focus,
a.cke_button_disabled:active
{
Expand Down

0 comments on commit a253e52

Please sign in to comment.