X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Fkama%2Fpanel.css;h=38db24af41396da6b588b0f661d7019c1e1c6b2d;hb=3fe9cac293e090ea459a3ee10d78cbe9e1dd0e03;hp=5592c7221fb8a77f58ad168925b1f0d2149db03d;hpb=059b4c2fef02528bf1af189f7996e80652faddfb;p=ckeditor.git diff --git a/_source/skins/kama/panel.css b/_source/skins/kama/panel.css index 5592c72..38db24a 100644 --- a/_source/skins/kama/panel.css +++ b/_source/skins/kama/panel.css @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -46,7 +46,7 @@ html.cke_skin_kama_container body.cke_panel_frame { - overflow: hidden; + overflow: auto; } .cke_panel_frame .cke_label @@ -72,7 +72,7 @@ li.cke_panel_listItem padding: 2px; display: block; border: 1px solid #fff; - color: inherit; + color: inherit !important; text-decoration: none; overflow: hidden; text-overflow: ellipsis; @@ -152,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, @@ -167,7 +167,7 @@ span.cke_colorbox { width: 10px; height: 10px; - border: #808080 1px solid; + border: #808080 1px solid; float: left; } @@ -178,30 +178,31 @@ span.cke_colorbox a.cke_colorbox { - border: #fff 1px solid; - padding: 2px; - float: left; + border: #fff 1px solid; + padding: 2px; + float: left; } .cke_rtl a.cke_colorbox { - float: right; + float: right; } a:hover.cke_colorbox, a:focus.cke_colorbox, a:active.cke_colorbox { - border: #316ac5 1px solid; - background-color: #dff1ff; + border: #316ac5 1px solid; + background-color: #dff1ff; } a.cke_colorauto, a.cke_colormore { - border: #fff 1px solid; - padding: 2px; - display: block; + border: #fff 1px solid; + padding: 2px; + display: block; + cursor: pointer; } a:hover.cke_colorauto, @@ -211,6 +212,6 @@ a:focus.cke_colormore, a:active.cke_colorauto, a:active.cke_colormore { - border: #316ac5 1px solid; - background-color: #dff1ff; + border: #316ac5 1px solid; + background-color: #dff1ff; }