From 44ff1b24757c79baf375536ba58816d1c8e66ca6 Mon Sep 17 00:00:00 2001 From: pommicket Date: Fri, 16 Jun 2023 22:45:49 +0100 Subject: tools --- index.html | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index dc3b65e..3b80ccc 100644 --- a/index.html +++ b/index.html @@ -13,6 +13,7 @@ overflow: hidden; } + :root { --ui-border: white; --ui-height: 2.5em; @@ -77,10 +78,18 @@ vertical-align: middle; display: inline-block; height: 2.0em; - margin: 0.5em 0.2em 0.5em 0.5em; - padding: 0; + margin: 0.3em 0.1em 0.3em 0.3em; border: 2px solid var(--ui-border); background-color: #333; + color: white; + } + #ui input[type=color] { + padding: 0; + } + #ui input[type=text] { + width: 3em; + font-size: inherit; + height: 1.5em; } #ui label { margin-right: 0.5em; @@ -152,9 +161,16 @@ void main() {
- - - + + +
-- cgit v1.2.3