X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Fkama%2Ftoolbar.css;h=50b684fb718ad773830468e74d82ed5b6c24ccf1;hb=refs%2Ftags%2Fv3.0.2;hp=1c22ecb598854715cfd51e547ee29eccfd570dbc;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/_source/skins/kama/toolbar.css b/_source/skins/kama/toolbar.css index 1c22ecb..50b684f 100644 --- a/_source/skins/kama/toolbar.css +++ b/_source/skins/kama/toolbar.css @@ -13,6 +13,12 @@ For licensing, see LICENSE.html or http://ckeditor.com/license } } +.cke_skin_kama .cke_browser_webkit .cke_toolbox, +.cke_skin_kama .cke_browser_webkit .cke_toolbox > span +{ + white-space: normal; +} + .cke_skin_kama .cke_toolbox { clear: both; @@ -382,3 +388,10 @@ For licensing, see LICENSE.html or http://ckeditor.com/license vertical-align: middle; } /* END IE8 strict button valign correction */ + +/* Fix cursor shape consistency on toolbar combos (#4031) */ +.cke_skin_kama .cke_browser_ie .cke_rcombo, +.cke_skin_kama .cke_browser_ie .cke_rcombo * +{ + cursor: default; +}