From 512d9fca7f503cfa383668c33d6afa33d457aed5 Mon Sep 17 00:00:00 2001 From: efelon Date: Sat, 16 Nov 2019 01:06:14 +0100 Subject: [PATCH] Fix color blinking when changing settings categories or sections --- customstyles.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/customstyles.css b/customstyles.css index 09f4c0e..0609577 100644 --- a/customstyles.css +++ b/customstyles.css @@ -141,7 +141,11 @@ body.iframe { /* eof Settings */ /* Settings Section */ -.uibox, +.uibox { + background-color: #333; + border-color: #555; +} + .uibox .boxtitle { color: #eee; background-color: #444;