X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fskins%2Fkama%2Ftoolbar.css;h=3d351d80192e586667651ad201bd2242ebd2e206;hp=ad2dccf20f25019a6ea5ef1f503868711dc3b7ab;hb=48b1db88210b4160dce439c6e3e32e14af8c106b;hpb=9afde8772159bd3436f1f5b7862960307710ae5a diff --git a/_source/skins/kama/toolbar.css b/_source/skins/kama/toolbar.css index ad2dccf..3d351d8 100644 --- a/_source/skins/kama/toolbar.css +++ b/_source/skins/kama/toolbar.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 */ @@ -197,7 +197,8 @@ For licensing, see LICENSE.html or http://ckeditor.com/license filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'), alpha(opacity=30); } .cke_skin_kama .cke_browser_ie6 .cke_button a.cke_disabled *, -.cke_skin_kama .cke_browser_ie6 a:hover.cke_button .cke_disabled * +.cke_skin_kama .cke_browser_ie6 a:hover.cke_button .cke_disabled *, +.cke_skin_kama .cke_browser_ie .cke_button.cke_noalphafix a.cke_disabled * { filter: alpha(opacity=30); } @@ -270,7 +271,9 @@ For licensing, see LICENSE.html or http://ckeditor.com/license filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'); } .cke_skin_kama .cke_browser_ie6 .cke_button .cke_icon, -.cke_skin_kama .cke_browser_ie6 .cke_rtl .cke_button .cke_icon +.cke_skin_kama .cke_browser_ie6 .cke_rtl .cke_button .cke_icon, +.cke_skin_kama .cke_browser_ie .cke_button.cke_noalphafix .cke_icon, +.cke_skin_kama .cke_browser_ie .cke_rtl .cke_button.cke_noalphafix .cke_icon { filter: ; }