summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-07-22 11:19:08 -0400
committerpommicket <pommicket@gmail.com>2023-07-22 11:19:08 -0400
commit9c6fb43babf2c946a9faedbe0acb2fc4a44c26e6 (patch)
treec2037741cb396ff77a706650913e69072b2fd10f /index.html
parentc5e9f4e7e61e7b555b6b01db9c628fd977fd0fcf (diff)
contenteditable instead of input
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 7 insertions, 1 deletions
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;
}