summaryrefslogtreecommitdiff
path: root/_source/skins/v2/panel.css
diff options
context:
space:
mode:
Diffstat (limited to '_source/skins/v2/panel.css')
-rw-r--r--_source/skins/v2/panel.css43
1 files changed, 22 insertions, 21 deletions
diff --git a/_source/skins/v2/panel.css b/_source/skins/v2/panel.css
index 9f2c0a6..9a983f5 100644
--- a/_source/skins/v2/panel.css
+++ b/_source/skins/v2/panel.css
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
@@ -54,7 +54,7 @@ ul.cke_panel_list
list-style-type: none;
margin: 3px;
padding: 0px;
- white-space: nowrap;
+ white-space: nowrap;
}
li.cke_panel_listItem
@@ -67,10 +67,10 @@ 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;
+ text-overflow: ellipsis;
}
/* IE6 */
@@ -114,10 +114,10 @@ li.cke_panel_listItem
.cke_panel_grouptitle
{
- 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;
font-weight: bold;
- white-space: nowrap;
+ white-space: nowrap;
background-color: #dcdcdc;
color: #000;
margin:0px;
@@ -147,8 +147,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,
@@ -162,7 +162,7 @@ span.cke_colorbox
{
width: 10px;
height: 10px;
- border: #808080 1px solid;
+ border: #808080 1px solid;
float: left;
}
@@ -173,30 +173,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,
@@ -206,6 +207,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;
}