From b64f03e3376910764225bc67d516c078b334b773 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Sat, 22 May 2021 19:28:48 +0200 Subject: [PATCH] Update BasicBackground.css --- Themes/BasicBackground/BasicBackground.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Themes/BasicBackground/BasicBackground.css b/Themes/BasicBackground/BasicBackground.css index b2d3dadcbf..7743a79792 100644 --- a/Themes/BasicBackground/BasicBackground.css +++ b/Themes/BasicBackground/BasicBackground.css @@ -1283,7 +1283,17 @@ body::before { } .base-gE7OpD { /* textarea typingusers */ - color: var(--text-normal); + background-color: rgba(var(--transparencycolor), .3); + border-radius: 5px; + bottom: 0; + height: 22px; + line-height: 32px; +} +.chatCounter-XOMPsh { /* textarea char counter */ + background-color: rgba(var(--transparencycolor), .3); + border-radius: 5px; + padding: 4px; + bottom: calc(-1.3em - 4px); } .wrapper-39oAo3 { /* textarea placeholder */