summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-07-21 17:20:46 -0400
committerpommicket <pommicket@gmail.com>2023-07-21 17:20:46 -0400
commitaa6b6f072ae179d8e26d401637846bfee513106d (patch)
treed24f38b80d9cf50996c9f38ac7831c2a0a902683 /index.html
parent257e992ec1a4d21b6c2efc6bc6ccfa51c1bc29a4 (diff)
code input
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/index.html b/index.html
index 2fc0d81..8d56a57 100644
--- a/index.html
+++ b/index.html
@@ -101,7 +101,7 @@
button {
height: 2.0em;
}
- input {
+ input[type=text], input[type=number] {
height: 1.5em;
font-size: inherit;
}
@@ -196,6 +196,10 @@
</p>
</noscript>
<div id="ui">
+ <form action="#" method="dialog" id="code-form">
+ <input type="text" placeholder="Code" id="code">
+ <input type="submit" value="✓">
+ </form>
Add <input type="text" id="widget-search" placeholder="Search">
<div id="widget-choices"></div>
<div id="widgets-container"></div>