X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Fkama%2Fpanel.css;h=5592c7221fb8a77f58ad168925b1f0d2149db03d;hb=059b4c2fef02528bf1af189f7996e80652faddfb;hp=ed88ea663c56ac036564c04e4cdb8146c05f9165;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/_source/skins/kama/panel.css b/_source/skins/kama/panel.css index ed88ea6..5592c72 100644 --- a/_source/skins/kama/panel.css +++ b/_source/skins/kama/panel.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 */ @@ -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;