mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +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) {
|
foreach ($data as $key => $value) {
|
||||||
$output .= html_print_div(
|
$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',
|
'class' => 'label',
|
||||||
],
|
],
|
||||||
true
|
true
|
||||||
|
@ -1858,3 +1858,16 @@ a.pandora_pagination,
|
|||||||
#modal_help::before {
|
#modal_help::before {
|
||||||
border-bottom: 8px solid #222222;
|
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,10 +1,11 @@
|
|||||||
<?php global $config; ?>
|
<?php global $config; ?>
|
||||||
<div id="welcome-message">
|
<div id="general-tactical-view">
|
||||||
|
<div id="welcome-message">
|
||||||
<?php echo $welcome; ?>
|
<?php echo $welcome; ?>
|
||||||
<span class="subtitle-welcome-message"><?php echo __('This is the latest data in your tactical view'); ?></span>
|
<span class="subtitle-welcome-message"><?php echo __('This is the latest data in your tactical view'); ?></span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xl-6">
|
<div class="col-xl-6">
|
||||||
<div id="general-overview" class="pdd_5px">
|
<div id="general-overview" class="pdd_5px">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
@ -222,9 +223,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="<?php echo (($Events->checkAcl() === true)) ? 'col-md-3 pdd_5px' : 'col-12 pdd_5px'; ?>">
|
<div class="<?php echo (($Events->checkAcl() === true)) ? 'col-md-3 pdd_5px' : 'col-12 pdd_5px'; ?>">
|
||||||
<div class="container" id="Alerts">
|
<div class="container" id="Alerts">
|
||||||
<div class="title br-b">
|
<div class="title br-b">
|
||||||
@ -297,9 +298,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xl-6 pdd_5px">
|
<div class="col-xl-6 pdd_5px">
|
||||||
<div class="container" id="Agents">
|
<div class="container" id="Agents">
|
||||||
<div class="title br-b">
|
<div class="title br-b">
|
||||||
@ -382,6 +383,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<?php
|
<?php
|
||||||
echo $javascript;
|
echo $javascript;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user