diff --git a/pandora_console/general/header.php b/pandora_console/general/header.php index d6f8641b2f..485425ec62 100644 --- a/pandora_console/general/header.php +++ b/pandora_console/general/header.php @@ -454,7 +454,7 @@ echo sprintf('
', $menuTypeClass); } else { echo '
'.$config['custom_title_header'].''.$config['custom_subtitle_header'].'
'.$header_searchbar.'
-
'.$header_autorefresh, $header_autorefresh_counter, $header_discovery, $servers_list, $modal_help, $header_user, $header_logout.'
'; +
'.$header_autorefresh, $header_autorefresh_counter, $header_discovery, $header_welcome, $servers_list, $modal_help, $header_user, $header_logout.'
'; } ?>
diff --git a/pandora_console/include/styles/pandora_black.css b/pandora_console/include/styles/pandora_black.css index c8d4441465..725a1c67d0 100644 --- a/pandora_console/include/styles/pandora_black.css +++ b/pandora_console/include/styles/pandora_black.css @@ -1851,3 +1851,10 @@ a.pandora_pagination, color: #fff !important; background-color: #333 !important; } + +#modal_help { + background: #222222; +} +#modal_help::before { + border-bottom: 8px solid #222222; +}