From 941b97fc00c1556dee96ac5643ed5668372943b9 Mon Sep 17 00:00:00 2001 From: Pablo Aragon Date: Wed, 3 Apr 2024 13:22:30 +0200 Subject: [PATCH] 13314-Change border colors in tactical view dark theme --- pandora_console/include/styles/pandora_black.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pandora_console/include/styles/pandora_black.css b/pandora_console/include/styles/pandora_black.css index 80032efbb7..05ff8a7aa6 100644 --- a/pandora_console/include/styles/pandora_black.css +++ b/pandora_console/include/styles/pandora_black.css @@ -1892,3 +1892,7 @@ a.link-bold { text-decoration: none; font-weight: bold; } + +#general-tactical-view * { + border-color: #333 !important; +}