From 12073f2f4abc8ee01f0d1ea7164fd74487cad0d9 Mon Sep 17 00:00:00 2001 From: Pablo Aragon Date: Mon, 15 Apr 2024 17:44:59 +0200 Subject: [PATCH] 13318-Fix dotted menu --- pandora_console/include/styles/pandora_black.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pandora_console/include/styles/pandora_black.css b/pandora_console/include/styles/pandora_black.css index 8aa0014ee6..92ae841fd7 100644 --- a/pandora_console/include/styles/pandora_black.css +++ b/pandora_console/include/styles/pandora_black.css @@ -31,16 +31,16 @@ Description: The default Pandora FMS theme layout --text-color-3: #d5d5d5; --text-color-4: #dddddd; - --background-main-color: #f6f7fb; + --background-main-color: #111; --background-2: #95a3bf; --border-color: #484848; - --border-color-4: #e5e9ed; + --border-color-4: #404040; --border-dark-color: #e1e1e1; --input-border: #c0ccdc; - --table-hover-background: #edfffe; + --table-hover-background: #333; } /* General styles */