From 4395f21e4eb977584bc6f4e05c5b5e77fff739e1 Mon Sep 17 00:00:00 2001 From: marcos Date: Wed, 7 Apr 2021 13:27:24 +0200 Subject: [PATCH] add black theme style on visual map --- pandora_console/include/functions_ui.php | 2 +- .../include/styles/pandora_black.css | 21 ++++++++++++++++--- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/pandora_console/include/functions_ui.php b/pandora_console/include/functions_ui.php index e90b88a146..8f0f379197 100755 --- a/pandora_console/include/functions_ui.php +++ b/pandora_console/include/functions_ui.php @@ -333,7 +333,7 @@ function ui_print_message($message, $class='', $attributes='', $return=false, $t $output .= ' - '.$text_message.' + '.$text_message.' '; diff --git a/pandora_console/include/styles/pandora_black.css b/pandora_console/include/styles/pandora_black.css index 80422b5be5..3d22f2ffe7 100644 --- a/pandora_console/include/styles/pandora_black.css +++ b/pandora_console/include/styles/pandora_black.css @@ -231,7 +231,7 @@ div#foot { } /* Overwrite inline styles */ -.textodialogo td { +.textodialogo td .white_important { color: #fff !important; } @@ -755,14 +755,14 @@ form ul.form_flex { #container_servicemap_legend { position: absolute; - background: #fff; + background: #222; margin-top: 10px; right: 2px; border: 1px solid #e2e2e2; border-radius: 5px; padding: 10px; opacity: 0.9; - color: #111; + color: #fff; } .notification-subtitle_black { @@ -856,3 +856,18 @@ div#dashboard-controls { border-radius: 15px; padding: 10px; } +.serviceap_show_bg { + overflow: hidden; + border: 1px solid #e2e2e2; + background-color: #111; +} + +.title_service_unstack, +.title, +.title_service_stack { + font-size: 11px; + text-align: center; + text-anchor: middle; + fill: #fff; + font-family: Verdana; +}