summaryrefslogtreecommitdiff
path: root/ui/styles/forms.css
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2025-05-16 20:32:40 -0400
committerOwen Jacobson <owen@grimoire.ca>2025-05-16 20:32:40 -0400
commit96d363fd9290d43d2e6a11e2e5269fb8ccf6d65d (patch)
tree8c12e43ea31e3c99960bad009a68b2518bb47649 /ui/styles/forms.css
parent48b4e4ebc4558cf6790c0a9043c46f16b0cbc285 (diff)
parent630cbc2b70309ae5d2ece01861b9fe3983ab5278 (diff)
Merge remote-tracking branch 'codeberg/prop/text-input-no-quill'
> We can hand-write markdown for now, as per discussions. > > If we have buttons and shortcuts, we'd like them to insert actual markdown into the text stream, and then, as a separate concern, we'd like to render the markdown without changing the text stream (à la Discord). But we're doing none of that now, and it's too high a piece of fruit to pluck today.
Diffstat (limited to 'ui/styles/forms.css')
-rw-r--r--ui/styles/forms.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/ui/styles/forms.css b/ui/styles/forms.css
index eb98743..98fd43e 100644
--- a/ui/styles/forms.css
+++ b/ui/styles/forms.css
@@ -22,3 +22,11 @@ form.form > button {
border: 1px solid var(--colour-input-border);
margin: 0.25rem;
}
+
+.disabled {
+ color: var(--light-text);
+}
+
+.hidden {
+ display: none;
+}