#11316 fixed modal in black theme and header welcome in header

This commit is contained in:
Daniel Cebrian 2023-08-18 08:48:33 +02:00
parent 74ed3d6c2b
commit 26a09987c0
2 changed files with 8 additions and 1 deletions

View File

@ -454,7 +454,7 @@ echo sprintf('<div id="header_table" class="header_table_%s">', $menuTypeClass);
} else {
echo '<div class="header_left"><span class="header_title">'.$config['custom_title_header'].'</span><span class="header_subtitle">'.$config['custom_subtitle_header'].'</span></div>
<div class="header_center">'.$header_searchbar.'</div>
<div class="header_right">'.$header_autorefresh, $header_autorefresh_counter, $header_discovery, $servers_list, $modal_help, $header_user, $header_logout.'</div>';
<div class="header_right">'.$header_autorefresh, $header_autorefresh_counter, $header_discovery, $header_welcome, $servers_list, $modal_help, $header_user, $header_logout.'</div>';
}
?>
</div> <!-- Closes #table_header_inner -->

View File

@ -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;
}