mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-19 05:25:55 +00:00
Convert color picker to an inline widget
The colors are now limited to the colors offered in Thunderbird.
This commit is contained in:
@@ -231,3 +231,19 @@ P.infoMessage#passwordError
|
||||
|
||||
#receiptOptions
|
||||
{ text-align: right; }
|
||||
|
||||
#colorPickerDialog
|
||||
{ width: 146px;
|
||||
height: 191px; }
|
||||
|
||||
#colorPickerDialog.dialog.right > DIV
|
||||
{ padding-left: 10px; }
|
||||
|
||||
.dialog.bottom > DIV:before {
|
||||
top: auto;
|
||||
bottom: 12px;
|
||||
}
|
||||
.dialog.bottom > DIV:after {
|
||||
top: auto;
|
||||
bottom: 13px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user