X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=_source%2Fskins%2Foffice2003%2Ftoolbar.css;h=c2f48df646649a33041b8058451d582caabe5255;hb=9afde8772159bd3436f1f5b7862960307710ae5a;hp=ef08c45cf058d9ee6cee71262949858f5ced90f7;hpb=614511639979907ceb0da3614122a4d8eb963ad4;p=ckeditor.git diff --git a/_source/skins/office2003/toolbar.css b/_source/skins/office2003/toolbar.css index ef08c45..c2f48df 100644 --- a/_source/skins/office2003/toolbar.css +++ b/_source/skins/office2003/toolbar.css @@ -268,13 +268,29 @@ For licensing, see LICENSE.html or http://ckeditor.com/license border-width: 3px; } -.cke_skin_office2003 .cke_button a.cke_disabled *, -.cke_skin_office2003 .cke_browser_ie a:hover.cke_button .cke_disabled * +.cke_skin_office2003 .cke_button a.cke_disabled * { filter: alpha(opacity=30); /* IE */ opacity: 0.3; /* Safari, Opera and Mozilla */ } +/* IE with zoom != 100% will distort the icons otherwise #4821 */ +.cke_skin_office2003 .cke_browser_ie .cke_button a.cke_disabled *, +.cke_skin_office2003 .cke_browser_ie a:hover.cke_button .cke_disabled * +{ + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'), alpha(opacity=30); +} +.cke_skin_office2003 .cke_browser_ie .cke_rtl .cke_button a.cke_disabled *, +.cke_skin_office2003 .cke_browser_ie .cke_rtl a:hover.cke_button .cke_disabled * +{ + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'), alpha(opacity=30); +} +.cke_skin_office2003 .cke_browser_ie6 .cke_button a.cke_disabled *, +.cke_skin_office2003 .cke_browser_ie6 a:hover.cke_button .cke_disabled * +{ + filter: alpha(opacity=30); +} + .cke_skin_office2003 .cke_hc .cke_button a.cke_disabled *, .cke_skin_office2003 .cke_browser_ie.cke_hc a:hover.cke_button .cke_disabled * { @@ -313,6 +329,21 @@ For licensing, see LICENSE.html or http://ckeditor.com/license background-image: url(icons_rtl.png); } +/* IE with zoom != 100% will distort the icons otherwise #4821 */ +.cke_skin_office2003 .cke_browser_ie .cke_button .cke_icon +{ + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'); +} +.cke_skin_office2003 .cke_browser_ie .cke_rtl .cke_button .cke_icon +{ + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'); +} +.cke_skin_office2003 .cke_browser_ie6 .cke_button .cke_icon, +.cke_skin_office2003 .cke_browser_ie6 .cke_rtl .cke_button .cke_icon +{ + filter: ; +} + .cke_skin_office2003 .cke_button .cke_label { display: none; @@ -368,6 +399,16 @@ For licensing, see LICENSE.html or http://ckeditor.com/license cursor: default; } +/* IE with zoom != 100% will distort the icons otherwise #4821 */ +.cke_skin_office2003 .cke_browser_ie .cke_button .cke_buttonarrow +{ + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'); +} +.cke_skin_office2003 .cke_browser_ie6 .cke_button .cke_buttonarrow +{ + filter: ; +} + .cke_skin_office2003 .cke_rtl .cke_button .cke_buttonarrow { background-position: 0 -1004px;