X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Fv2%2Ftoolbar.css;h=90746d45cd1c425a9be62736402c87613ec51e08;hb=refs%2Ftags%2Fv3.0.2;hp=822111f41b6216db291b22ee7d3e74d57e867601;hpb=8761695d9b70afe75905deaac88f78c1f8aeb32d;p=ckeditor.git diff --git a/_source/skins/v2/toolbar.css b/_source/skins/v2/toolbar.css index 822111f..90746d4 100644 --- a/_source/skins/v2/toolbar.css +++ b/_source/skins/v2/toolbar.css @@ -96,7 +96,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license display: inline-block; float: left; border-left: solid 1px #999; - margin: 0 2px; + margin: 4px 2px; height: 16px; } @@ -403,3 +403,10 @@ For licensing, see LICENSE.html or http://ckeditor.com/license /* revert previous */ vertical-align: baseline; } + +/* Fix cursor shape consistency on toolbar combos (#4031) */ +.cke_skin_v2 .cke_browser_ie .cke_rcombo, +.cke_skin_v2 .cke_browser_ie .cke_rcombo * +{ + cursor: default; +}