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 {
|
.colorpickpreview {
|
||||||
padding: 8px;
|
padding: 3px;
|
||||||
margin-right: 10px;
|
padding-left: 20px;
|
||||||
border: 1px solid #000000;
|
border: 1px solid #ddd;
|
||||||
|
border-right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.colorpick {
|
||||||
|
border-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.image_width_settings {
|
.image_width_settings {
|
||||||
|
|
Loading…
Reference in New Issue