X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fskins%2Fkama%2Ftoolbar.css;h=74b24bfc75d8cbd1608f99e321412e36a799bd8e;hp=beaba55511beed0040f351be930022c92a4d7ad5;hb=e7789c1ad838194d45eeee6ac2eb6e55f5cf35a1;hpb=059b4c2fef02528bf1af189f7996e80652faddfb diff --git a/_source/skins/kama/toolbar.css b/_source/skins/kama/toolbar.css index beaba55..74b24bf 100644 --- a/_source/skins/kama/toolbar.css +++ b/_source/skins/kama/toolbar.css @@ -22,6 +22,8 @@ For licensing, see LICENSE.html or http://ckeditor.com/license .cke_skin_kama .cke_toolbox { clear: both; + /* Define the padding-bottom otherwise the collapser button will not be clickable #4932*/ + padding-bottom: 1px; } .cke_skin_kama a.cke_toolbox_collapser, @@ -171,15 +173,15 @@ For licensing, see LICENSE.html or http://ckeditor.com/license border-width: 3px; } -.cke_skin_kama .cke_button a.cke_disabled, -.cke_skin_kama .cke_browser_ie a:hover.cke_button .cke_disabled +.cke_skin_kama .cke_button a.cke_disabled *, +.cke_skin_kama .cke_browser_ie a:hover.cke_button .cke_disabled * { filter: alpha(opacity=30); /* IE */ opacity: 0.3; /* Safari, Opera and Mozilla */ } -.cke_skin_kama .cke_hc .cke_button a.cke_disabled, -.cke_skin_kama .cke_browser_ie.cke_hc a:hover.cke_button .cke_disabled +.cke_skin_kama .cke_hc .cke_button a.cke_disabled *, +.cke_skin_kama .cke_browser_ie.cke_hc a:hover.cke_button .cke_disabled * { filter: alpha(opacity=60); opacity: 0.6; @@ -197,6 +199,13 @@ For licensing, see LICENSE.html or http://ckeditor.com/license padding: 2px 4px; } +.cke_skin_kama .cke_button a:hover, +.cke_skin_kama .cke_button a:focus, +.cke_skin_kama .cke_button a:active /* IE */ +{ + background-color: #dff1ff; +} + .cke_skin_kama .cke_button a:hover.cke_on, .cke_skin_kama .cke_button a:focus.cke_on, .cke_skin_kama .cke_button a:active.cke_on /* IE */ @@ -204,19 +213,9 @@ For licensing, see LICENSE.html or http://ckeditor.com/license background-color: #86caff; } -.cke_skin_kama .cke_button a:hover.cke_off, -.cke_skin_kama .cke_button a:focus.cke_off, -.cke_skin_kama .cke_button a:active.cke_off /* IE */ -{ - background-color: #dff1ff; -} - -.cke_skin_kama .cke_hc .cke_button a:hover.cke_on, -.cke_skin_kama .cke_hc .cke_button a:focus.cke_on, -.cke_skin_kama .cke_hc .cke_button a:active.cke_on, /* IE */ -.cke_skin_kama .cke_hc .cke_button a:hover.cke_off, -.cke_skin_kama .cke_hc .cke_button a:focus.cke_off, -.cke_skin_kama .cke_hc .cke_button a:active.cke_off /* IE */ +.cke_skin_kama .cke_hc .cke_button a:hover, +.cke_skin_kama .cke_hc .cke_button a:focus, +.cke_skin_kama .cke_hc .cke_button a:active /* IE */ { padding: 0 2px !important; border-width: 3px; @@ -294,11 +293,6 @@ For licensing, see LICENSE.html or http://ckeditor.com/license float: right; } -.cke_skin_kama .cke_hc .cke_button .cke_buttonarrow -{ - display: none; -} - /*** Firefox 2 ***/ .cke_skin_kama .cke_browser_gecko .cke_toolbar, @@ -413,9 +407,3 @@ For licensing, see LICENSE.html or http://ckeditor.com/license { padding-bottom: 0; } - -.cke_skin_kama .cke_browser_gecko .cke_toolbox -{ - /* Define the padding-bottom otherwise the collapser button will not be clicable in FF */ - padding-bottom: 1px; -}