diff --git a/pandora_console/include/functions_ui.php b/pandora_console/include/functions_ui.php
index 64d3a469f9..8bd8470e43 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;
+}