X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Fkama%2Frichcombo.css;h=1533112552eaebdef2c58d889f6aab395f4a0736;hb=48b1db88210b4160dce439c6e3e32e14af8c106b;hp=ab883c295bf676a29cfba41b4b459e9b974f1f78;hpb=055b6b0792ce7dc53d47af606b367c04b927c2ab;p=ckeditor.git diff --git a/_source/skins/kama/richcombo.css b/_source/skins/kama/richcombo.css index ab883c2..1533112 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-2011, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -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 { @@ -269,3 +279,9 @@ For licensing, see LICENSE.html or http://ckeditor.com/license height: auto; line-height: 17px; } + +.cke_skin_kama .cke_rtl .cke_rcombo .cke_font .cke_text, +.cke_skin_kama .cke_rtl .cke_rcombo .cke_fontSize .cke_text +{ + direction: ltr; +}