JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.2.1
[ckeditor.git] / _source / skins / v2 / toolbar.css
index 44129b7..ae2a8f6 100644 (file)
@@ -17,6 +17,13 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        white-space: normal;\r
 }\r
 \r
+.cke_skin_v2 .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_v2 a.cke_toolbox_collapser,\r
 .cke_skin_v2 a:hover.cke_toolbox_collapser\r
 {\r
@@ -231,48 +238,32 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        opacity: 1; /* Safari, Opera and Mozilla */\r
 }\r
 \r
-.cke_skin_v2 .cke_hc .cke_button a.cke_on\r
+.cke_skin_v2 .cke_button a.cke_disabled *,\r
+.cke_skin_v2 .cke_browser_ie a:hover.cke_button .cke_disabled *\r
 {\r
-       padding: 0 2px !important;\r
-       border-width: 3px;\r
-}\r
-\r
-.cke_skin_v2 .cke_button a.cke_disabled,\r
-.cke_skin_v2 .cke_browser_ie a:hover.cke_button .cke_disabled\r
-{\r
-       border: solid 1px #efefde;\r
-       background-color: #efefde;\r
        filter: alpha(opacity=30); /* IE */\r
-       opacity : 0.3; /* Safari, Opera and Mozilla */\r
+       opacity: 0.3; /* Safari, Opera and Mozilla */\r
 }\r
 \r
-.cke_skin_v2 .cke_hc .cke_button a.cke_disabled,\r
-.cke_skin_v2 .cke_browser_ie.cke_hc a:hover.cke_button .cke_disabled\r
+.cke_skin_v2 .cke_hc .cke_button a.cke_disabled *,\r
+.cke_skin_v2 .cke_browser_ie.cke_hc a:hover.cke_button .cke_disabled *\r
 {\r
        filter: alpha(opacity=60);\r
        opacity: 0.6;\r
 }\r
 \r
-.cke_skin_v2 .cke_button a:hover.cke_on,\r
-.cke_skin_v2 .cke_button a:focus.cke_on,\r
-.cke_skin_v2 .cke_button a:active.cke_on,      /* IE */\r
-.cke_skin_v2 .cke_button a:hover.cke_off,\r
-.cke_skin_v2 .cke_button a:focus.cke_off,\r
-.cke_skin_v2 .cke_button a:active.cke_off      /* IE */\r
+.cke_skin_v2 .cke_button a:hover,\r
+.cke_skin_v2 .cke_button a:focus,\r
+.cke_skin_v2 .cke_button a:active      /* IE */\r
 {\r
        border: solid 1px #316ac5;\r
        background-color: #dff1ff;\r
-       filter: alpha(opacity=100); /* IE */\r
-       opacity: 1; /* Safari, Opera and Mozilla */\r
        padding: 2px 4px;\r
 }\r
 \r
-.cke_skin_v2 .cke_hc .cke_button a:hover.cke_on,\r
-.cke_skin_v2 .cke_hc .cke_button a:focus.cke_on,\r
-.cke_skin_v2 .cke_hc .cke_button a:active.cke_on,      /* IE */\r
-.cke_skin_v2 .cke_hc .cke_button a:hover.cke_off,\r
-.cke_skin_v2 .cke_hc .cke_button a:focus.cke_off,\r
-.cke_skin_v2 .cke_hc .cke_button a:active.cke_off      /* IE */\r
+.cke_skin_v2 .cke_hc .cke_button a:hover,\r
+.cke_skin_v2 .cke_hc .cke_button a:focus,\r
+.cke_skin_v2 .cke_hc .cke_button a:active      /* IE */\r
 {\r
        padding: 0 2px !important;\r
        border-width: 3px;\r
@@ -294,7 +285,6 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        cursor: default;\r
        display: none;\r
        padding-left: 3px;\r
-       vertical-align: 3px;\r
 }\r
 \r
 .cke_skin_v2 .cke_hc .cke_button .cke_label\r