X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=_source%2Fskins%2Fv2%2Frichcombo.css;h=5c8eeed270e4b6da601f0217c99be3fd4ec97b51;hb=e371ddf8abcb89013e20e6d0dd746adec344d0e5;hp=e77ba6810f393e36a1aa5df9ccc7a79c57b89e97;hpb=c6e377a02b54abc07129d72b632763c727476a15;p=ckeditor.git diff --git a/_source/skins/v2/richcombo.css b/_source/skins/v2/richcombo.css index e77ba68..5c8eeed 100644 --- a/_source/skins/v2/richcombo.css +++ b/_source/skins/v2/richcombo.css @@ -69,6 +69,7 @@ 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 @@ -103,6 +104,7 @@ overflow: hidden; display: inline-block; vertical-align: top; + cursor: default; } .cke_skin_v2 .cke_ltr .cke_rcombo .cke_text @@ -146,6 +148,16 @@ height: 20px; } +.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 { border-right: 1px solid #8f8f73;