X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Fv2%2Frichcombo.css;h=f765727aba2bbf130694490cce0fd650f527d7ab;hb=9afde8772159bd3436f1f5b7862960307710ae5a;hp=111a92c52ab352955dceafc3397e85e961b21f68;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/_source/skins/v2/richcombo.css b/_source/skins/v2/richcombo.css index 111a92c..f765727 100644 --- a/_source/skins/v2/richcombo.css +++ b/_source/skins/v2/richcombo.css @@ -62,14 +62,14 @@ float: left; line-height: 24px; - height: 24px; - + height: 22px; vertical-align: top; padding-left: 4px; padding-right: 5px; filter: alpha(opacity=70); /* IE */ opacity: 0.70; /* Safari, Opera and Mozilla */ background-color: #f1f1e3; /* Because of IE6+ClearType */ + cursor: default; } .cke_skin_v2 .cke_rtl .cke_rcombo .cke_label @@ -94,7 +94,7 @@ { border: 1px solid #8f8f73; background-color: #fff; - height: 14px; + height: 12px; width:60px; padding-top: 4px; padding-bottom: 4px; @@ -104,6 +104,7 @@ overflow: hidden; display: inline-block; vertical-align: top; + cursor: default; } .cke_skin_v2 .cke_ltr .cke_rcombo .cke_text @@ -144,7 +145,27 @@ border-top: 1px solid #8f8f73; border-bottom: 1px solid #8f8f73; width: 14px; - height: 22px; + height: 20px; +} + +/* IE with zoom != 100% will distort the icons otherwise #4821 */ +.cke_skin_v2 .cke_browser_ie .cke_rcombo .cke_openbutton +{ + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'); +} +.cke_skin_v2 .cke_browser_ie6 .cke_rcombo .cke_openbutton +{ + filter: ; +} + +.cke_skin_v2 .cke_rcombo .cke_openbutton span +{ + display: none; +} + +.cke_skin_v2 .cke_hc .cke_rcombo .cke_openbutton span +{ + display : inline; } .cke_skin_v2 .cke_ltr .cke_rcombo .cke_openbutton @@ -228,6 +249,16 @@ opacity: 0.5; /* Safari, Opera and Mozilla */ } +/* IE with zoom != 100% will distort the icons otherwise #4821 */ +.cke_skin_v2 .cke_browser_ie .cke_rcombo .cke_disabled .cke_openbutton +{ + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'), alpha(opacity=50); +} +.cke_skin_v2 .cke_browser_ie6 .cke_rcombo .cke_disabled .cke_openbutton +{ + filter: alpha(opacity=50); +} + .cke_skin_v2 .cke_hc .cke_rcombo .cke_disabled .cke_text, .cke_skin_v2 .cke_hc .cke_rcombo .cke_disabled .cke_openbutton { @@ -273,3 +304,14 @@ { float: none; } + +.cke_skin_v2 .cke_browser_iequirks .cke_rcombo .cke_openbutton +{ + height: 22px; +} + +.cke_skin_v2 .cke_rtl .cke_rcombo .cke_font .cke_text, +.cke_skin_v2 .cke_rtl .cke_rcombo .cke_fontSize .cke_text +{ + direction: ltr; +}