From 6b47aeb2616e06729f2a0ebcadd04b33f472d1d0 Mon Sep 17 00:00:00 2001 From: pommicket Date: Wed, 26 Jul 2023 22:05:04 -0400 Subject: color input --- index.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'index.html') diff --git a/index.html b/index.html index 690eaf7..cb9f536 100644 --- a/index.html +++ b/index.html @@ -118,6 +118,14 @@ padding-left: 0.5em; padding-right: 0.5em; } + input[type="color"] { + padding: 0; + margin: 0.2em 0.5em; + border: 2px solid #000; + outline: 1px solid #fff; + height: 1.3em; + width: 1.3em; + } .widget { display: block; border-bottom: 2px solid #777; -- cgit v1.2.3