#10194 fixed black theme

This commit is contained in:
Daniel Cebrian 2023-10-17 09:40:50 +02:00
parent 48ffbc6c08
commit af0d311e1c
3 changed files with 367 additions and 352 deletions

View File

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

View File

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

View File

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