X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=_source%2Fskins%2Foffice2003%2Frichcombo.css;h=daa95516bf0059cd71fdc6745ced79d96efce69c;hb=9afde8772159bd3436f1f5b7862960307710ae5a;hp=83a13f2c29e1c1a9d655bee4d28df0fccd60a598;hpb=614511639979907ceb0da3614122a4d8eb963ad4;p=ckeditor.git diff --git a/_source/skins/office2003/richcombo.css b/_source/skins/office2003/richcombo.css index 83a13f2..daa9551 100644 --- a/_source/skins/office2003/richcombo.css +++ b/_source/skins/office2003/richcombo.css @@ -144,7 +144,7 @@ background-position: 5px -1002px; background-image: url(images/sprites.png); - background-image: url(images/sprites_ie6.png); + _background-image: url(images/sprites_ie6.png); background-repeat: no-repeat; border-top: 1px solid #8f8f73; @@ -153,6 +153,16 @@ height: 22px; } +/* IE with zoom != 100% will distort the icons otherwise #4821 */ +.cke_skin_office2003 .cke_browser_ie .cke_rcombo .cke_openbutton +{ + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'); +} +.cke_skin_office2003 .cke_browser_ie6 .cke_rcombo .cke_openbutton +{ + filter: ; +} + .cke_skin_office2003 .cke_rcombo .cke_openbutton span { display: none; @@ -244,6 +254,16 @@ opacity: 0.5; /* Safari, Opera and Mozilla */ } +/* IE with zoom != 100% will distort the icons otherwise #4821 */ +.cke_skin_office2003 .cke_browser_ie .cke_rcombo .cke_disabled .cke_openbutton +{ + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'), alpha(opacity=50); +} +.cke_skin_office2003 .cke_browser_ie6 .cke_rcombo .cke_disabled .cke_openbutton +{ + filter: alpha(opacity=50); +} + .cke_skin_office2003 .cke_hc .cke_rcombo .cke_disabled .cke_text, .cke_skin_office2003 .cke_hc .cke_rcombo .cke_disabled .cke_openbutton { @@ -251,6 +271,7 @@ opacity: 0.8; } + .cke_skin_office2003 .cke_rcombo .cke_disabled .cke_text { color: #fff;