#11316 fixed modal in black theme and header welcome in header
This commit is contained in:
parent
74ed3d6c2b
commit
26a09987c0
|
@ -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 -->
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue