From 6c8e7d87d6c84d8fa493853ebd3137785bbac389 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Tue, 4 Mar 2025 13:16:46 +0100 Subject: [PATCH] Update BasicBackground.css --- Themes/BasicBackground/BasicBackground.css | 1 + 1 file changed, 1 insertion(+) diff --git a/Themes/BasicBackground/BasicBackground.css b/Themes/BasicBackground/BasicBackground.css index 607eb2a6c5..1e1d239ff1 100644 --- a/Themes/BasicBackground/BasicBackground.css +++ b/Themes/BasicBackground/BasicBackground.css @@ -173,6 +173,7 @@ --channeltextarea-background: rgba(var(--transparencycolor_v), .3); --input-background: rgba(var(--transparencycolor_v), .1); + --input-border: rgba(var(--transparencycolor_v), .1); --elevation-low: 0 1px 5px 0 rgba(var(--transparencycolor_v), .3); --elevation-high: 0 2px 10px 0 rgba(var(--transparencycolor_v), .3);