X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Foffice2003%2Fmenu.css;h=17e4af7ab342ed4e1d7812161d579d6e26811e15;hb=059b4c2fef02528bf1af189f7996e80652faddfb;hp=d5d6a20e3e9fa838f21009b60097d9bb03860c14;hpb=941b0a9ba4e673e292510d80a5a86806994b8ea6;p=ckeditor.git diff --git a/_source/skins/office2003/menu.css b/_source/skins/office2003/menu.css index d5d6a20..17e4af7 100644 --- a/_source/skins/office2003/menu.css +++ b/_source/skins/office2003/menu.css @@ -26,6 +26,13 @@ For licensing, see LICENSE.html or http://ckeditor.com/license 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_office2003 .cke_menuitem a.cke_disabled:hover, .cke_skin_office2003 .cke_menuitem a.cke_disabled:focus, .cke_skin_office2003 .cke_menuitem a.cke_disabled:active @@ -33,6 +40,13 @@ 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_office2003 .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_office2003 .cke_frameLoaded .cke_menuitem .cke_label +{ filter: alpha(opacity=70); /* IE */ opacity: 0.70; /* Safari, Opera and Mozilla */ } @@ -160,6 +176,22 @@ For licensing, see LICENSE.html or http://ckeditor.com/license background-position: 0 -1050px; } +.cke_skin_office2003 .cke_menuarrow span +{ + display: none; +} + +.cke_hc .cke_skin_office2003 .cke_menuarrow +{ + width: auto; + margin-top: 0; +} + +.cke_hc .cke_skin_office2003 .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_office2003 .cke_menuarrow {