JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.5
[ckeditor.git] / _source / skins / kama / richcombo.css
index ab02df2..5a2a208 100644 (file)
@@ -89,9 +89,9 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        color: #666666;\r
 }\r
 \r
-.cke_skin_kama .cke_browser_ie .cke_rcombo .cke_text\r
+.cke_skin_kama .cke_hc .cke_rcombo .cke_openbutton\r
 {\r
-/*     float: left; */\r
+       vertical-align: top;\r
 }\r
 \r
 .cke_skin_kama .cke_hc .cke_rcombo .cke_label\r
@@ -112,6 +112,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        overflow: hidden;\r
        display: inline-block;\r
        margin: 0 2px 0 4px;\r
+       cursor: default;\r
 }\r
 \r
 .cke_skin_kama .cke_rtl .cke_rcombo .cke_text\r
@@ -132,6 +133,16 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        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
+{\r
+       display : inline;\r
+}\r
+\r
 .cke_skin_kama .cke_browser_iequirks .cke_rcombo .cke_openbutton\r
 {\r
        margin-bottom: 0;\r
@@ -189,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
@@ -258,3 +279,9 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        height: auto;\r
        line-height: 17px;\r
 }\r
+\r
+.cke_skin_kama .cke_rtl .cke_rcombo .cke_font .cke_text,\r
+.cke_skin_kama .cke_rtl .cke_rcombo .cke_fontSize .cke_text\r
+{\r
+       direction: ltr;\r
+}\r