From 9c6fb43babf2c946a9faedbe0acb2fc4a44c26e6 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sat, 22 Jul 2023 11:19:08 -0400 Subject: contenteditable instead of input --- index.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'index.html') diff --git a/index.html b/index.html index 27531f1..8d28c3b 100644 --- a/index.html +++ b/index.html @@ -100,9 +100,15 @@ #ui input[type=color] { padding: 0; } - .in input, .in select { + .in select { width: 5em; } + .entry { + min-width: 1em; + border-bottom: 2px solid #fff4; + cursor: text; + display: inline-block; + } .in, .ins, .control, .widget-title { display: inline; } -- cgit v1.2.3