JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.5
[ckeditor.git] / _source / skins / kama / toolbar.css
index beaba55..ad2dccf 100644 (file)
@@ -22,6 +22,8 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
 .cke_skin_kama .cke_toolbox\r
 {\r
        clear: both;\r
+       /* Define the padding-bottom otherwise the collapser button will not be clickable #4932*/\r
+       padding-bottom: 1px;\r
 }\r
 \r
 .cke_skin_kama a.cke_toolbox_collapser,\r
@@ -126,6 +128,12 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        margin-left: 6px;\r
 }\r
 \r
+.cke_skin_kama .cke_toolgroup\r
+{\r
+       display: block;\r
+       height: 22px;\r
+}\r
+\r
 .cke_skin_kama .cke_button a,\r
 .cke_skin_kama .cke_button a:hover,\r
 .cke_skin_kama .cke_button a:focus,\r
@@ -171,15 +179,31 @@ 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
-.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
+/* 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
        filter: alpha(opacity=60);\r
        opacity: 0.6;\r
@@ -197,6 +221,13 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        padding: 2px 4px;\r
 }\r
 \r
+.cke_skin_kama .cke_button a:hover,\r
+.cke_skin_kama .cke_button a:focus,\r
+.cke_skin_kama .cke_button a:active    /* IE */\r
+{\r
+       background-color: #dff1ff;\r
+}\r
+\r
 .cke_skin_kama .cke_button a:hover.cke_on,\r
 .cke_skin_kama .cke_button a:focus.cke_on,\r
 .cke_skin_kama .cke_button a:active.cke_on     /* IE */\r
@@ -204,19 +235,9 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        background-color: #86caff;\r
 }\r
 \r
-.cke_skin_kama .cke_button a:hover.cke_off,\r
-.cke_skin_kama .cke_button a:focus.cke_off,\r
-.cke_skin_kama .cke_button a:active.cke_off    /* IE */\r
-{\r
-       background-color: #dff1ff;\r
-}\r
-\r
-.cke_skin_kama .cke_hc .cke_button a:hover.cke_on,\r
-.cke_skin_kama .cke_hc .cke_button a:focus.cke_on,\r
-.cke_skin_kama .cke_hc .cke_button a:active.cke_on,    /* IE */\r
-.cke_skin_kama .cke_hc .cke_button a:hover.cke_off,\r
-.cke_skin_kama .cke_hc .cke_button a:focus.cke_off,\r
-.cke_skin_kama .cke_hc .cke_button a:active.cke_off    /* IE */\r
+.cke_skin_kama .cke_hc .cke_button a:hover,\r
+.cke_skin_kama .cke_hc .cke_button a:focus,\r
+.cke_skin_kama .cke_hc .cke_button a:active    /* IE */\r
 {\r
        padding: 0 2px !important;\r
        border-width: 3px;\r
@@ -232,6 +253,26 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        height: 16px;\r
        display: inline-block;\r
        float: left;\r
+       cursor: default;\r
+}\r
+\r
+.cke_skin_kama .cke_rtl .cke_button .cke_icon\r
+{\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
@@ -286,17 +327,23 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        _background-image: url(images/sprites_ie6.png);\r
        background-repeat: no-repeat;\r
        float: left;\r
+       cursor: default;\r
 }\r
 \r
-.cke_skin_kama .cke_rtl .cke_button .cke_buttonarrow\r
+/* IE with zoom != 100% will distort the icons otherwise #4821 */\r
+.cke_skin_kama .cke_browser_ie .cke_button .cke_buttonarrow\r
 {\r
-       background-position: 0 -1469px; /* (0, -5) */\r
-       float: right;\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_hc .cke_button .cke_buttonarrow\r
+.cke_skin_kama .cke_rtl .cke_button .cke_buttonarrow\r
 {\r
-       display: none;\r
+       background-position: 0 -1469px; /* (0, -5) */\r
+       float: right;\r
 }\r
 \r
 /*** Firefox 2 ***/\r
@@ -383,19 +430,6 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        line-height: 17px;\r
 }\r
 \r
-/* IE8 strict button valign correction */\r
-.cke_skin_kama .cke_browser_ie8 .cke_button .cke_label\r
-{\r
-       vertical-align: top;\r
-}\r
-\r
-.cke_skin_kama .cke_browser_iequirks.cke_browser_ie8 .cke_button .cke_label\r
-{\r
-       /* revert previous */\r
-       vertical-align: middle;\r
-}\r
-/* END IE8 strict button valign correction */\r
-\r
 /* Fix cursor shape consistency on toolbar combos (#4031) */\r
 .cke_skin_kama .cke_browser_ie .cke_rcombo,\r
 .cke_skin_kama .cke_browser_ie .cke_rcombo *\r
@@ -413,9 +447,3 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
 {\r
        padding-bottom: 0;\r
 }\r
-\r
-.cke_skin_kama .cke_browser_gecko .cke_toolbox\r
-{\r
-       /* Define the padding-bottom otherwise the collapser button will not be clicable in FF */\r
-       padding-bottom: 1px;\r
-}\r