X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Fv2%2Ftoolbar.css;h=6f91f896dcea60ecd5eec8491d3076240a720b02;hb=055b6b0792ce7dc53d47af606b367c04b927c2ab;hp=f39dca02bc63938ec6218d95215b0391762cc5a0;hpb=941b0a9ba4e673e292510d80a5a86806994b8ea6;p=ckeditor.git diff --git a/_source/skins/v2/toolbar.css b/_source/skins/v2/toolbar.css index f39dca0..6f91f89 100644 --- a/_source/skins/v2/toolbar.css +++ b/_source/skins/v2/toolbar.css @@ -17,6 +17,13 @@ For licensing, see LICENSE.html or http://ckeditor.com/license white-space: normal; } +.cke_skin_v2 .cke_toolbox +{ + clear: both; + /* Define the padding-bottom otherwise the collapser button will not be clickable #4932*/ + padding-bottom: 1px; +} + .cke_skin_v2 a.cke_toolbox_collapser, .cke_skin_v2 a:hover.cke_toolbox_collapser { @@ -32,6 +39,19 @@ For licensing, see LICENSE.html or http://ckeditor.com/license cursor: pointer; } +.cke_skin_v2 a.cke_toolbox_collapser span +{ + display: none; +} + +.cke_skin_v2 .cke_hc a.cke_toolbox_collapser span +{ + font-size: 10px; + font-weight: bold; + font-family: Arial; + display: inline; +} + .cke_skin_v2 .cke_rtl a.cke_toolbox_collapser, .cke_skin_v2 .cke_rtl a:hover.cke_toolbox_collapser { @@ -218,48 +238,32 @@ For licensing, see LICENSE.html or http://ckeditor.com/license opacity: 1; /* Safari, Opera and Mozilla */ } -.cke_skin_v2 .cke_hc .cke_button a.cke_on -{ - padding: 0 2px !important; - border-width: 3px; -} - -.cke_skin_v2 .cke_button a.cke_disabled, -.cke_skin_v2 .cke_browser_ie a:hover.cke_button .cke_disabled +.cke_skin_v2 .cke_button a.cke_disabled *, +.cke_skin_v2 .cke_browser_ie a:hover.cke_button .cke_disabled * { - border: solid 1px #efefde; - background-color: #efefde; filter: alpha(opacity=30); /* IE */ - opacity : 0.3; /* Safari, Opera and Mozilla */ + opacity: 0.3; /* Safari, Opera and Mozilla */ } -.cke_skin_v2 .cke_hc .cke_button a.cke_disabled, -.cke_skin_v2 .cke_browser_ie.cke_hc a:hover.cke_button .cke_disabled +.cke_skin_v2 .cke_hc .cke_button a.cke_disabled *, +.cke_skin_v2 .cke_browser_ie.cke_hc a:hover.cke_button .cke_disabled * { filter: alpha(opacity=60); opacity: 0.6; } -.cke_skin_v2 .cke_button a:hover.cke_on, -.cke_skin_v2 .cke_button a:focus.cke_on, -.cke_skin_v2 .cke_button a:active.cke_on, /* IE */ -.cke_skin_v2 .cke_button a:hover.cke_off, -.cke_skin_v2 .cke_button a:focus.cke_off, -.cke_skin_v2 .cke_button a:active.cke_off /* IE */ +.cke_skin_v2 .cke_button a:hover, +.cke_skin_v2 .cke_button a:focus, +.cke_skin_v2 .cke_button a:active /* IE */ { border: solid 1px #316ac5; background-color: #dff1ff; - filter: alpha(opacity=100); /* IE */ - opacity: 1; /* Safari, Opera and Mozilla */ padding: 2px 4px; } -.cke_skin_v2 .cke_hc .cke_button a:hover.cke_on, -.cke_skin_v2 .cke_hc .cke_button a:focus.cke_on, -.cke_skin_v2 .cke_hc .cke_button a:active.cke_on, /* IE */ -.cke_skin_v2 .cke_hc .cke_button a:hover.cke_off, -.cke_skin_v2 .cke_hc .cke_button a:focus.cke_off, -.cke_skin_v2 .cke_hc .cke_button a:active.cke_off /* IE */ +.cke_skin_v2 .cke_hc .cke_button a:hover, +.cke_skin_v2 .cke_hc .cke_button a:focus, +.cke_skin_v2 .cke_hc .cke_button a:active /* IE */ { padding: 0 2px !important; border-width: 3px; @@ -274,6 +278,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license width: 16px; height: 16px; display: inline-block; + cursor: default; } .cke_skin_v2 .cke_button .cke_label @@ -281,7 +286,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license cursor: default; display: none; padding-left: 3px; - vertical-align: 3px; + vertical-align:middle; } .cke_skin_v2 .cke_hc .cke_button .cke_label @@ -313,6 +318,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license background-image: url(images/sprites.png); _background-image: url(images/sprites_ie6.png); background-repeat: no-repeat; + cursor: default; } .cke_skin_v2 .cke_rtl .cke_button .cke_buttonarrow