X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Fkama%2Frichcombo.css;h=928b1f2583e902c0030f5bb4a8da1b88649b9b3d;hb=refs%2Ftags%2Fv3.4.3;hp=1a3ea4b0f0361a91565dae670c688ea07aa81b9f;hpb=059b4c2fef02528bf1af189f7996e80652faddfb;p=ckeditor.git diff --git a/_source/skins/kama/richcombo.css b/_source/skins/kama/richcombo.css index 1a3ea4b..928b1f2 100644 --- a/_source/skins/kama/richcombo.css +++ b/_source/skins/kama/richcombo.css @@ -112,6 +112,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license overflow: hidden; display: inline-block; margin: 0 2px 0 4px; + cursor: default; } .cke_skin_kama .cke_rtl .cke_rcombo .cke_text @@ -268,3 +269,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; +}