From b2aa1817b6316bd2b7002231bee6390f07361aa9 Mon Sep 17 00:00:00 2001 From: pommicket Date: Thu, 24 Aug 2023 22:04:16 -0400 Subject: controls --- index.html | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 52 insertions(+), 5 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index dd8853c..9c5a189 100644 --- a/index.html +++ b/index.html @@ -85,6 +85,13 @@ input[type=submit]:active, button:active { background-color: #fff9; } + input[type=submit][disabled]:hover, + input[type=submit][disabled]:active, + button[disabled]:hover, + button[disabled]:active { + background-color: transparent; + cursor: not-allowed; + } input:focus, [contenteditable]:focus, button:focus { outline: 2px solid #77f; } @@ -207,6 +214,26 @@ input[type=number] { -moz-appearance: textfield; } + .img-button img, .img-button svg { + height: 2em; + display: block; + } + .img-button[disabled] img, + .img-button[disabled] svg { + filter: brightness(50%); + } + .ui-section { + margin: 0.3em; + } + .ui-section label { + margin: auto; + } + .inline-block { + display: inline-block; + } + .no-wrap { + whitespace: no-wrap; + } @@ -227,19 +254,39 @@
pugl
-
+
-
+ ×
- Add -
-
+
+
+ + + +
+   +
+ + +
+
+
+ Add +
+
+
-- cgit v1.2.3