Etemplate - better styling for color input

This commit is contained in:
nathangray 2019-07-18 16:19:39 -06:00
parent feedce26c3
commit ed540a8088

View File

@ -305,9 +305,9 @@ button#cancel {
* Color picker widget * Color picker widget
*/ */
.et2_color { .et2_color {
padding: .5ex; padding: 0px;
height: 2ex; height: 20px;
width: 2ex; width: 20px;
border: 1px solid silver; border: 1px solid silver;
} }
/** /**