JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6.3
[ckeditor.git] / _source / skins / kama / richcombo.css
index 928b1f2..6628250 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.\r
 For licensing, see LICENSE.html or http://ckeditor.com/license\r
 */\r
 \r
@@ -48,6 +48,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        padding: 2px;\r
        height: 21px;\r
        margin-right: 6px;\r
+       margin-bottom: 5px;\r
 }\r
 \r
 .cke_skin_kama .cke_rtl .cke_rcombo a,\r
@@ -122,25 +123,24 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
 \r
 .cke_skin_kama .cke_rcombo .cke_openbutton\r
 {\r
+       display: inline-block;\r
+}\r
+\r
+.cke_skin_kama .cke_rcombo .cke_openbutton .cke_icon\r
+{\r
+       display: inline-block;\r
        background-image: url(images/sprites.png);\r
        _background-image: url(images/sprites_ie6.png);\r
        background-position: 0 -68px;\r
        background-repeat: no-repeat;\r
-       display: inline-block;\r
        width: 17px;\r
        height: 19px;\r
        margin: 1px 2px;\r
-       background-repeat: no-repeat;\r
-}\r
-\r
-.cke_skin_kama .cke_rcombo .cke_openbutton span\r
-{\r
-       display: none;\r
 }\r
 \r
-.cke_skin_kama .cke_hc .cke_rcombo .cke_openbutton span\r
+.cke_skin_kama .cke_hc .cke_rcombo .cke_openbutton .cke_icon\r
 {\r
-       display : inline;\r
+       background: none;\r
 }\r
 \r
 .cke_skin_kama .cke_browser_iequirks .cke_rcombo .cke_openbutton\r
@@ -200,6 +200,16 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        opacity: 0.5; /* 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_rcombo .cke_disabled .cke_openbutton\r
+{\r
+       filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'), alpha(opacity=50);\r
+}\r
+.cke_skin_kama .cke_browser_ie6 .cke_rcombo .cke_disabled .cke_openbutton\r
+{\r
+       filter: alpha(opacity=50);\r
+}\r
+\r
 .cke_skin_kama .cke_hc .cke_rcombo .cke_disabled .cke_text,\r
 .cke_skin_kama .cke_hc .cke_rcombo .cke_disabled .cke_openbutton\r
 {\r