X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fskins%2Fkama%2Fpanel.css;h=ccf9fcc0bdfd86f31774b0d7e6bc79c65297c14b;hp=c3d5bae72d2fd0950adec2c6c1100346327d75e5;hb=c9fdde67e6384bd5a66adc2b3bba5c4ce9db56c7;hpb=9873d66421922c7aef8be0f5d2ab51e547b19e66 diff --git a/_source/skins/kama/panel.css b/_source/skins/kama/panel.css index c3d5bae..ccf9fcc 100644 --- a/_source/skins/kama/panel.css +++ b/_source/skins/kama/panel.css @@ -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; @@ -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; }