X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Fv2%2Fmenu.css;h=fcc8b5ab3fc96ea2135cb1c2850bea003bd18a2f;hb=refs%2Ftags%2Fv3.2;hp=0162f804b0114e3cfdc32724c26aaf2c508c52fd;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/_source/skins/v2/menu.css b/_source/skins/v2/menu.css index 0162f80..fcc8b5a 100644 --- a/_source/skins/v2/menu.css +++ b/_source/skins/v2/menu.css @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -25,6 +25,12 @@ For licensing, see LICENSE.html or http://ckeditor.com/license background-color: #8f8f73; display:block; } +.cke_hc .cke_menuitem a:hover, +.cke_hc .cke_menuitem a:focus, +.cke_hc .cke_menuitem a:active +{ + border: 2px solid; +} .cke_skin_v2 .cke_menuitem a.cke_disabled:hover, .cke_skin_v2 .cke_menuitem a.cke_disabled:focus, @@ -33,6 +39,14 @@ For licensing, see LICENSE.html or http://ckeditor.com/license background-color: transparent !important; } +.cke_hc .cke_menuitem a.cke_disabled:hover, +.cke_hc .cke_menuitem a.cke_disabled:focus, +.cke_hc .cke_menuitem a.cke_disabled:active +{ + border-width: 0px; +} + + .cke_skin_v2 .cke_menuitem .cke_icon { background-image: url(icons.png); @@ -93,8 +107,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 +179,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 {