From 2394a4793a0e725ad02c6c0b22b7c25293111154 Mon Sep 17 00:00:00 2001 From: schlagmichdoch Date: Wed, 18 Jan 2023 15:47:06 +0100 Subject: [PATCH] fix text and background colors shown if inserted to send message textbox --- public/index.html | 2 +- public/styles.css | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/public/index.html b/public/index.html index fbf3e43..1e3d15c 100644 --- a/public/index.html +++ b/public/index.html @@ -168,7 +168,7 @@

Send a Message

-
+
diff --git a/public/styles.css b/public/styles.css index 58212a1..6a7d28b 100644 --- a/public/styles.css +++ b/public/styles.css @@ -859,9 +859,10 @@ x-dialog x-paper { background-color: var(--bg-color); } -.textarea { - color: var(--text-color); - background-color: var(--bg-color-secondary); +.textarea, +.textarea * { + color: var(--text-color) !important; + background-color: var(--bg-color-secondary) !important; } /* Image/Video/Audio Preview */