From 36080f6935fd8930d302ecbf03cfcec107b41749 Mon Sep 17 00:00:00 2001 From: schlagmichdoch Date: Fri, 10 Feb 2023 03:26:45 +0100 Subject: [PATCH] allow hr color and sending text-input styling --- public/styles.css | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/public/styles.css b/public/styles.css index 237d574..ed66d78 100644 --- a/public/styles.css +++ b/public/styles.css @@ -145,7 +145,7 @@ a { } hr { - background-color: white; + color: white; } x-noscript { @@ -731,6 +731,7 @@ button::-moz-focus-inner { min-height: 40px; line-height: 16px; max-height: 300px; + white-space: pre; } @@ -971,7 +972,16 @@ x-dialog x-paper { } .textarea * { - all: unset !important; + margin: 0 !important; + padding: 0 !important; + color: unset !important; + background: unset !important; + border: unset !important; + opacity: unset !important; + font-family: inherit !important; + font-size: inherit !important; + font-style: unset !important; + font-weight: unset !important; } /* Image/Video/Audio Preview */