mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
#10194 fixed black theme
This commit is contained in:
parent
48ffbc6c08
commit
af0d311e1c
@ -248,7 +248,7 @@ class Overview extends Element
|
||||
foreach ($data as $key => $value) {
|
||||
$output .= html_print_div(
|
||||
[
|
||||
'content' => '<div style="background: '.$value['color'].'"></div>'.$value['label'],
|
||||
'content' => '<div style="background: '.$value['color'].'"></div><span>'.$value['label'].'</span>',
|
||||
'class' => 'label',
|
||||
],
|
||||
true
|
||||
|
@ -1858,3 +1858,16 @@ a.pandora_pagination,
|
||||
#modal_help::before {
|
||||
border-bottom: 8px solid #222222;
|
||||
}
|
||||
#general-tactical-view .message-welcome,
|
||||
#general-tactical-view .subtitle,
|
||||
#general-tactical-view .text-l,
|
||||
#general-tactical-view .text-xl,
|
||||
#general-tactical-view .status-text {
|
||||
color: white !important;
|
||||
}
|
||||
#general-tactical-view .marks .line {
|
||||
background-color: #ffffff33;
|
||||
}
|
||||
#general-tactical-view #horizontalBar .labels .label span {
|
||||
color: black;
|
||||
}
|
||||
|
@ -1,4 +1,5 @@
|
||||
<?php global $config; ?>
|
||||
<div id="general-tactical-view">
|
||||
<div id="welcome-message">
|
||||
<?php echo $welcome; ?>
|
||||
<span class="subtitle-welcome-message"><?php echo __('This is the latest data in your tactical view'); ?></span>
|
||||
@ -383,5 +384,6 @@
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
echo $javascript;
|
||||
|
Loading…
x
Reference in New Issue
Block a user