From ed540a808861d30146489a63b7bf552414e19104 Mon Sep 17 00:00:00 2001 From: nathangray Date: Thu, 18 Jul 2019 16:19:39 -0600 Subject: [PATCH] Etemplate - better styling for color input --- api/templates/default/etemplate2.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index ea57c783b6..a1857f0eb8 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -305,9 +305,9 @@ button#cancel { * Color picker widget */ .et2_color { - padding: .5ex; - height: 2ex; - width: 2ex; + padding: 0px; + height: 20px; + width: 20px; border: 1px solid silver; } /**