diff options
Diffstat (limited to 'includes/components/wakeup.inc')
-rw-r--r-- | includes/components/wakeup.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/components/wakeup.inc b/includes/components/wakeup.inc index cc54821..994bbdc 100644 --- a/includes/components/wakeup.inc +++ b/includes/components/wakeup.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; |