summaryrefslogtreecommitdiff
path: root/ui/styles/textarea.css
diff options
context:
space:
mode:
authorKit La Touche <kit@transneptune.net>2025-01-13 17:34:46 -0500
committerKit La Touche <kit@transneptune.net>2025-01-13 17:34:46 -0500
commit55c6b6788f670cd7b2c96f6e8ae7bb2378b86176 (patch)
treeb4ad6208a72cdb0b83c6ff89ff61de20539dc777 /ui/styles/textarea.css
parent21c566479962cd7ecfa6dccd929b3069d0b201f9 (diff)
parentbdb7e677e2eaae1cc730915c79dd024c8acebdd3 (diff)
Merge branch 'main' into wip/fonts
Diffstat (limited to 'ui/styles/textarea.css')
-rw-r--r--ui/styles/textarea.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/styles/textarea.css b/ui/styles/textarea.css
index b4d1a93..cdf487f 100644
--- a/ui/styles/textarea.css
+++ b/ui/styles/textarea.css
@@ -10,7 +10,7 @@
padding: 0.5rem;
border-radius: 0.5rem 0 0 0.5rem;
border: 1px solid var(--colour-input-border);
- z-index: 1; /* Just to make the focus-active border go over the following button. */
+ z-index: 1; /* Just to make the focus-active border go over the following button. */
flex-grow: 1;
background-color: var(--colour-input-bg);
color: var(--colour-input-text);