Add a new color picker...

This commit is contained in:
Paulo Veiga
2011-08-09 01:45:24 -03:00
parent 234a54b166
commit 7d9af403fe
17 changed files with 5958 additions and 5534 deletions

View File

@@ -400,8 +400,11 @@ div#fontColor {
.toolbarPanel {
color: black;
border: 1px solid #bbb4d6;
background: #E5E5E5;
border-color: #CCC #666 #666 #CCC;
border-style: solid;
border-width: 1px;
background: white;
padding: 2px;
display: none;
position: absolute;
z-index: 4;