diff options
Diffstat (limited to '_source/skins/v2/toolbar.css')
| -rw-r--r-- | _source/skins/v2/toolbar.css | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/_source/skins/v2/toolbar.css b/_source/skins/v2/toolbar.css index 2aa6f09..0285043 100644 --- a/_source/skins/v2/toolbar.css +++ b/_source/skins/v2/toolbar.css @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -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; } @@ -133,7 +133,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license background-repeat: no-repeat; margin: 4px 2px 0 2px; width: 3px; - height: 16px; + height: 20px; float: left; } @@ -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; +} |
