X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Fkama%2Frichcombo.css;h=662825076d49f961b1eaea7e4aa62d82160613f9;hb=2f22c0c38f17e75be5541089076885442aaa2377;hp=928b1f2583e902c0030f5bb4a8da1b88649b9b3d;hpb=c9fdde67e6384bd5a66adc2b3bba5c4ce9db56c7;p=ckeditor.git diff --git a/_source/skins/kama/richcombo.css b/_source/skins/kama/richcombo.css index 928b1f2..6628250 100644 --- a/_source/skins/kama/richcombo.css +++ b/_source/skins/kama/richcombo.css @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -48,6 +48,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license padding: 2px; height: 21px; margin-right: 6px; + margin-bottom: 5px; } .cke_skin_kama .cke_rtl .cke_rcombo a, @@ -122,25 +123,24 @@ For licensing, see LICENSE.html or http://ckeditor.com/license .cke_skin_kama .cke_rcombo .cke_openbutton { + display: inline-block; +} + +.cke_skin_kama .cke_rcombo .cke_openbutton .cke_icon +{ + display: inline-block; background-image: url(images/sprites.png); _background-image: url(images/sprites_ie6.png); background-position: 0 -68px; background-repeat: no-repeat; - display: inline-block; width: 17px; height: 19px; margin: 1px 2px; - background-repeat: no-repeat; -} - -.cke_skin_kama .cke_rcombo .cke_openbutton span -{ - display: none; } -.cke_skin_kama .cke_hc .cke_rcombo .cke_openbutton span +.cke_skin_kama .cke_hc .cke_rcombo .cke_openbutton .cke_icon { - display : inline; + background: none; } .cke_skin_kama .cke_browser_iequirks .cke_rcombo .cke_openbutton @@ -200,6 +200,16 @@ For licensing, see LICENSE.html or http://ckeditor.com/license opacity: 0.5; /* Safari, Opera and Mozilla */ } +/* IE with zoom != 100% will distort the icons otherwise #4821 */ +.cke_skin_kama .cke_browser_ie .cke_rcombo .cke_disabled .cke_openbutton +{ + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'), alpha(opacity=50); +} +.cke_skin_kama .cke_browser_ie6 .cke_rcombo .cke_disabled .cke_openbutton +{ + filter: alpha(opacity=50); +} + .cke_skin_kama .cke_hc .cke_rcombo .cke_disabled .cke_text, .cke_skin_kama .cke_hc .cke_rcombo .cke_disabled .cke_openbutton {