summaryrefslogtreecommitdiff
path: root/includes/components/emergency.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/components/emergency.inc')
-rw-r--r--includes/components/emergency.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/components/emergency.inc b/includes/components/emergency.inc
index 2de7134..0a1401c 100644
--- a/includes/components/emergency.inc
+++ b/includes/components/emergency.inc
@@ -10,6 +10,7 @@
<p style="text-align:center;margin-top:10px;">Sending next notification <b><span id="next-notification">never</span></b></p>
<style>
+ <?php global $use2023UI; if (!$use2023UI): ?>
.modal-header {
border-bottom: 1px solid #353738;
}
@@ -22,6 +23,7 @@
.btn-close {
filter: invert(1);
}
+ <?php endif; ?>
#btn-on.disabled, #btn-off.disabled {
opacity: .5;