Merge the preview and input boxes together visually
This commit is contained in:
parent
5f627cf850
commit
99d198c148
|
@ -2219,9 +2219,14 @@ img.help_tip {
|
|||
}
|
||||
|
||||
.colorpickpreview {
|
||||
padding: 8px;
|
||||
margin-right: 10px;
|
||||
border: 1px solid #000000;
|
||||
padding: 3px;
|
||||
padding-left: 20px;
|
||||
border: 1px solid #ddd;
|
||||
border-right: 0;
|
||||
}
|
||||
|
||||
.colorpick {
|
||||
border-left: 0;
|
||||
}
|
||||
|
||||
.image_width_settings {
|
||||
|
|
Loading…
Reference in New Issue