X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Fkama%2Fpanel.css;h=c3d5bae72d2fd0950adec2c6c1100346327d75e5;hb=055b6b0792ce7dc53d47af606b367c04b927c2ab;hp=ed88ea663c56ac036564c04e4cdb8146c05f9165;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/_source/skins/kama/panel.css b/_source/skins/kama/panel.css index ed88ea6..c3d5bae 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 */ @@ -47,7 +47,11 @@ html.cke_skin_kama_container body.cke_panel_frame { overflow: auto; - overflow-x: 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; @@ -139,8 +152,8 @@ li.cke_panel_listItem .cke_colorblock { padding: 3px; - font-size: 11px; - font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif; + font-size: 11px; + font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif; } .cke_colorblock, @@ -154,7 +167,7 @@ span.cke_colorbox { width: 10px; height: 10px; - border: #808080 1px solid; + border: #808080 1px solid; float: left; }