Skip to content

Commit

Permalink
Merge branch 't/9544'
Browse files Browse the repository at this point in the history
  • Loading branch information
Garry Yao committed Oct 31, 2012
2 parents ac9561e + 76ea45e commit a9b02b9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion skins/moono/editor_ie.css
Expand Up @@ -18,6 +18,12 @@ This file contains styles to used by all versions of Internet Explorer only.
filter: alpha(opacity = 30);
}

/* PNG Alpha Transparency Fix For IE<9 */
.cke_button_disabled .cke_button_icon
{
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}

.cke_button_off:hover,
.cke_button_off:focus,
.cke_button_off:active
Expand Down Expand Up @@ -69,4 +75,4 @@ This file contains styles to used by all versions of Internet Explorer only.
.cke_hc .cke_panel_grouptitle
{
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
}

0 comments on commit a9b02b9

Please sign in to comment.