X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fskins%2Fkama%2Fmenu.css;h=5ee3cad8f7402ca38e91d700ab11bd807f9ffe19;hp=9f5445c4545ae0154b766192dd100119682c965d;hb=059b4c2fef02528bf1af189f7996e80652faddfb;hpb=c6e377a02b54abc07129d72b632763c727476a15 diff --git a/_source/skins/kama/menu.css b/_source/skins/kama/menu.css index 9f5445c..5ee3cad 100644 --- a/_source/skins/kama/menu.css +++ b/_source/skins/kama/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_kama .cke_menuitem a.cke_disabled:hover, .cke_skin_kama .cke_menuitem a.cke_disabled:focus, .cke_skin_kama .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_kama .cke_menuitem .cke_icon { background-image: url(icons.png);