X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=_source%2Fskins%2Foffice2003%2Frichcombo.css;h=faf6fbd430a5217323bda48fa9c13dec16573809;hb=4e90e78dc97789709ee7404359a5517540c27553;hp=dfe97c49d172bf0fea5664b96e99d8ce68165153;hpb=059b4c2fef02528bf1af189f7996e80652faddfb;p=ckeditor.git diff --git a/_source/skins/office2003/richcombo.css b/_source/skins/office2003/richcombo.css index dfe97c4..faf6fbd 100644 --- a/_source/skins/office2003/richcombo.css +++ b/_source/skins/office2003/richcombo.css @@ -60,6 +60,7 @@ { display: inline-block; float: left; + cursor: default; line-height: 24px; height: 24px; @@ -108,6 +109,7 @@ overflow: hidden; display: inline-block; vertical-align: top; + cursor: default; } .cke_skin_office2003 .cke_ltr .cke_rcombo .cke_text @@ -139,26 +141,34 @@ .cke_skin_office2003 .cke_rcombo .cke_openbutton { display: inline-block; + border-top: 1px solid #8f8f73; + border-bottom: 1px solid #8f8f73; +} +.cke_skin_office2003 .cke_rcombo .cke_openbutton .cke_icon +{ + display: inline-block; background-position: 5px -1002px; background-image: url(images/sprites.png); - background-image: url(images/sprites_ie6.png); + _background-image: url(images/sprites_ie6.png); background-repeat: no-repeat; - - border-top: 1px solid #8f8f73; - border-bottom: 1px solid #8f8f73; width: 14px; height: 22px; } -.cke_skin_office2003 .cke_rcombo .cke_openbutton span +/* IE with zoom != 100% will distort the icons otherwise #4821 */ +.cke_skin_office2003 .cke_browser_ie .cke_rcombo .cke_openbutton .cke_icon { - display: none; + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'); } - -.cke_skin_office2003 .cke_hc .cke_rcombo .cke_openbutton span +.cke_skin_office2003 .cke_browser_ie6 .cke_rcombo .cke_openbutton .cke_icon { - display : inline; + filter: ; +} +.cke_skin_office2003 .cke_hc .cke_rcombo .cke_openbutton .cke_icon +{ + background: none; + filter: ; } .cke_skin_office2003 .cke_ltr .cke_rcombo .cke_openbutton @@ -242,6 +252,16 @@ opacity: 0.5; /* Safari, Opera and Mozilla */ } +/* IE with zoom != 100% will distort the icons otherwise #4821 */ +.cke_skin_office2003 .cke_browser_ie .cke_rcombo .cke_disabled .cke_openbutton +{ + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'), alpha(opacity=50); +} +.cke_skin_office2003 .cke_browser_ie6 .cke_rcombo .cke_disabled .cke_openbutton +{ + filter: alpha(opacity=50); +} + .cke_skin_office2003 .cke_hc .cke_rcombo .cke_disabled .cke_text, .cke_skin_office2003 .cke_hc .cke_rcombo .cke_disabled .cke_openbutton { @@ -249,6 +269,7 @@ opacity: 0.8; } + .cke_skin_office2003 .cke_rcombo .cke_disabled .cke_text { color: #fff; @@ -287,3 +308,9 @@ { float: none; } + +.cke_skin_office2003 .cke_rtl .cke_rcombo .cke_font .cke_text, +.cke_skin_office2003 .cke_rtl .cke_rcombo .cke_fontSize .cke_text +{ + direction: ltr; +}