X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fskins%2Fv2%2Fmenu.css;h=e4eae02a20c56cae3b7b0f162040afb5d8f7aa01;hp=a1a6d13dde5317e71c4a3f674d484d40fd508303;hb=c6e377a02b54abc07129d72b632763c727476a15;hpb=941b0a9ba4e673e292510d80a5a86806994b8ea6 diff --git a/_source/skins/v2/menu.css b/_source/skins/v2/menu.css index a1a6d13..e4eae02 100644 --- a/_source/skins/v2/menu.css +++ b/_source/skins/v2/menu.css @@ -93,8 +93,10 @@ For licensing, see LICENSE.html or http://ckeditor.com/license height:19px; margin-left: 24px; background-color: #fff; - _overflow: hidden; - _width: 80px; +} +/* Set these after the document has been loaded and we know the dimensions*/ +.cke_skin_v2 .cke_frameLoaded .cke_menuitem .cke_label +{ filter: alpha(opacity=70); /* IE */ opacity: 0.70; /* Safari, Opera and Mozilla */ } @@ -163,6 +165,22 @@ For licensing, see LICENSE.html or http://ckeditor.com/license background-position: 0 -763px; } +.cke_skin_v2 .cke_menuarrow span +{ + display: none; +} + +.cke_hc .cke_skin_v2 .cke_menuarrow +{ + width: auto; + margin-top: 0; +} + +.cke_hc .cke_skin_v2 .cke_menuarrow span +{ + display: inline; +} + /* #3766 In the context menu, long labels with second level menu get wrapped */ .cke_browser_ie.cke_ltr .cke_skin_v2 .cke_menuarrow {