From 361623aaccf08063712500a213548a2756dd13c4 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Tue, 13 May 2025 18:01:19 -0400 Subject: Implement the disabled state: * Suppress input (including paste) while the input is disabled. * Style the input to make it visible that it's not accepting input. --- ui/styles/forms.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ui/styles') diff --git a/ui/styles/forms.css b/ui/styles/forms.css index 59dda30..907f1bf 100644 --- a/ui/styles/forms.css +++ b/ui/styles/forms.css @@ -26,3 +26,7 @@ form.form > button { [contenteditable]:empty { color: var(--light-text); } + +.disabled { + color: var(--light-text); +} -- cgit v1.2.3