JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.5
[ckeditor.git] / _source / skins / kama / toolbar.css
index a09edc9..ad2dccf 100644 (file)
@@ -179,13 +179,29 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        border-width: 3px;\r
 }\r
 \r
-.cke_skin_kama .cke_button a.cke_disabled *,\r
-.cke_skin_kama .cke_browser_ie a:hover.cke_button .cke_disabled *\r
+.cke_skin_kama .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_kama .cke_browser_ie .cke_button a.cke_disabled *,\r
+.cke_skin_kama .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_kama .cke_browser_ie .cke_rtl .cke_button a.cke_disabled *,\r
+.cke_skin_kama .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_kama .cke_browser_ie6 .cke_button a.cke_disabled *,\r
+.cke_skin_kama .cke_browser_ie6 a:hover.cke_button .cke_disabled *\r
+{\r
+       filter: alpha(opacity=30);\r
+}\r
+\r
 .cke_skin_kama .cke_hc .cke_button a.cke_disabled *,\r
 .cke_skin_kama .cke_browser_ie.cke_hc a:hover.cke_button .cke_disabled *\r
 {\r
@@ -244,6 +260,20 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
 {\r
        background-image: url(icons_rtl.png);\r
 }\r
+/* IE with zoom != 100% will distort the icons otherwise #4821 */\r
+.cke_skin_kama .cke_browser_ie .cke_button .cke_icon\r
+{\r
+       filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale');\r
+}\r
+.cke_skin_kama .cke_browser_ie .cke_rtl .cke_button .cke_icon\r
+{\r
+       filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale');\r
+}\r
+.cke_skin_kama .cke_browser_ie6 .cke_button .cke_icon,\r
+.cke_skin_kama .cke_browser_ie6 .cke_rtl .cke_button .cke_icon\r
+{\r
+       filter: ;\r
+}\r
 \r
 .cke_skin_kama .cke_rtl .cke_button .cke_icon\r
 {\r
@@ -300,6 +330,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_kama .cke_browser_ie .cke_button .cke_buttonarrow\r
+{\r
+       filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale');\r
+}\r
+.cke_skin_kama .cke_browser_ie6 .cke_button .cke_buttonarrow\r
+{\r
+       filter: ;\r
+}\r
+\r
 .cke_skin_kama .cke_rtl .cke_button .cke_buttonarrow\r
 {\r
        background-position: 0 -1469px; /* (0, -5) */\r