From 6ef34d78c4b3d748a11ff6ed20d285ae391daa9f Mon Sep 17 00:00:00 2001 From: Daniel Cebrian Date: Thu, 20 Apr 2023 12:47:06 +0200 Subject: [PATCH] #10991 fixed background in black theme --- pandora_console/include/styles/pandora_black.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/styles/pandora_black.css b/pandora_console/include/styles/pandora_black.css index f657e9d910..e6e2710d7c 100644 --- a/pandora_console/include/styles/pandora_black.css +++ b/pandora_console/include/styles/pandora_black.css @@ -736,7 +736,7 @@ div#main_pure { div#main, div#container, body.pure { - background-color: #111; + background-color: #111 !important; } form ul.form_flex {