JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.2.1
[ckeditor.git] / _source / skins / kama / toolbar.css
index beaba55..74b24bf 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
@@ -171,15 +173,15 @@ 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
+.cke_skin_kama .cke_browser_ie a:hover.cke_button .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
+.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 +199,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 +213,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
@@ -294,11 +293,6 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        float: right;\r
 }\r
 \r
-.cke_skin_kama .cke_hc .cke_button .cke_buttonarrow\r
-{\r
-       display: none;\r
-}\r
-\r
 /*** Firefox 2 ***/\r
 \r
 .cke_skin_kama .cke_browser_gecko .cke_toolbar,\r
@@ -413,9 +407,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