X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fskins%2Fkama%2Fpanel.css;h=5592c7221fb8a77f58ad168925b1f0d2149db03d;hp=7254856f04fc544b0d71b22db4a203e979f0fa56;hb=refs%2Ftags%2Fv3.2;hpb=c6e377a02b54abc07129d72b632763c727476a15 diff --git a/_source/skins/kama/panel.css b/_source/skins/kama/panel.css index 7254856..5592c72 100644 --- a/_source/skins/kama/panel.css +++ b/_source/skins/kama/panel.css @@ -46,8 +46,12 @@ html.cke_skin_kama_container body.cke_panel_frame { - overflow: auto; - overflow-x: hidden; + overflow: hidden; +} + +.cke_panel_frame .cke_label +{ + display: none; } ul.cke_panel_list @@ -104,6 +108,15 @@ li.cke_panel_listItem background-color: #dff1ff; } +.cke_hc .cke_panel_listItem.cke_selected a, +.cke_hc .cke_panel_listItem a:hover, +.cke_hc .cke_panel_listItem a:focus, +.cke_hc .cke_panel_listItem a:active +{ + border-width: 3px; + padding: 0px; +} + .cke_panel_grouptitle { font-size: 11px;