JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.5
[ckeditor.git] / _source / skins / office2003 / toolbar.css
index ef08c45..c2f48df 100644 (file)
@@ -268,13 +268,29 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        border-width: 3px;\r
 }\r
 \r
-.cke_skin_office2003 .cke_button a.cke_disabled *,\r
-.cke_skin_office2003 .cke_browser_ie a:hover.cke_button .cke_disabled *\r
+.cke_skin_office2003 .cke_button a.cke_disabled *\r
 {\r
        filter: alpha(opacity=30); /* IE */\r
        opacity: 0.3; /* Safari, Opera and Mozilla */\r
 }\r
 \r
+/* IE with zoom != 100% will distort the icons otherwise #4821 */\r
+.cke_skin_office2003 .cke_browser_ie .cke_button a.cke_disabled *,\r
+.cke_skin_office2003 .cke_browser_ie a:hover.cke_button .cke_disabled *\r
+{\r
+       filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'), alpha(opacity=30);\r
+}\r
+.cke_skin_office2003 .cke_browser_ie .cke_rtl .cke_button a.cke_disabled *,\r
+.cke_skin_office2003 .cke_browser_ie .cke_rtl a:hover.cke_button .cke_disabled *\r
+{\r
+       filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'), alpha(opacity=30);\r
+}\r
+.cke_skin_office2003 .cke_browser_ie6 .cke_button a.cke_disabled *,\r
+.cke_skin_office2003 .cke_browser_ie6 a:hover.cke_button .cke_disabled *\r
+{\r
+       filter: alpha(opacity=30);\r
+}\r
+\r
 .cke_skin_office2003 .cke_hc .cke_button a.cke_disabled *,\r
 .cke_skin_office2003 .cke_browser_ie.cke_hc a:hover.cke_button .cke_disabled *\r
 {\r
@@ -313,6 +329,21 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        background-image: url(icons_rtl.png);\r
 }\r
 \r
+/* IE with zoom != 100% will distort the icons otherwise #4821 */\r
+.cke_skin_office2003 .cke_browser_ie .cke_button .cke_icon\r
+{\r
+       filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale');\r
+}\r
+.cke_skin_office2003 .cke_browser_ie .cke_rtl .cke_button .cke_icon\r
+{\r
+       filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale');\r
+}\r
+.cke_skin_office2003 .cke_browser_ie6 .cke_button .cke_icon,\r
+.cke_skin_office2003 .cke_browser_ie6 .cke_rtl .cke_button .cke_icon\r
+{\r
+       filter: ;\r
+}\r
+\r
 .cke_skin_office2003 .cke_button .cke_label\r
 {\r
        display: none;\r
@@ -368,6 +399,16 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        cursor: default;\r
 }\r
 \r
+/* IE with zoom != 100% will distort the icons otherwise #4821 */\r
+.cke_skin_office2003 .cke_browser_ie .cke_button .cke_buttonarrow\r
+{\r
+       filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale');\r
+}\r
+.cke_skin_office2003 .cke_browser_ie6 .cke_button .cke_buttonarrow\r
+{\r
+       filter: ;\r
+}\r
+\r
 .cke_skin_office2003 .cke_rtl .cke_button .cke_buttonarrow\r
 {\r
        background-position: 0 -1004px;\r