Convert color picker to an inline widget

The colors are now limited to the colors offered in Thunderbird.
This commit is contained in:
Francis Lachapelle
2013-11-15 15:50:46 -05:00
parent 884fbfdb73
commit e862194b32
14 changed files with 482 additions and 341 deletions

View File

@@ -31,13 +31,19 @@ SPAN.content
SPAN.content INPUT.textField
{ width: 160px; }
BUTTON#colorButton
{ display: none;
border: 1px solid #FFFFFF;
border-top: 1px solid #909090;
border-left: 1px solid #909090;
width: 3em;
height: 18px; }
DIV.colorBox
{ margin: 5px 0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border: 2px solid #eee; }
DIV.colorBox:hover
{ border-color: #fff; }
#colorPickerDialog
{ width: 146px;
height: 191px; }
DIV#buttons
{ position: absolute;