From 5591bc41b405d329cc0cb7cbe5dd137c402f34b1 Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Sat, 17 Sep 2022 17:17:09 +0200 Subject: [PATCH] add missing update steps of 0.10.x to (last) 0.10.38; more darkmode adjustments Signed-off-by: Michael Kaufmann --- install/updates/froxlor/update_0.10.inc.php | 10 ++++++++++ templates/Froxlor/src/scss/dark.scss | 2 ++ 2 files changed, 12 insertions(+) diff --git a/install/updates/froxlor/update_0.10.inc.php b/install/updates/froxlor/update_0.10.inc.php index 9797f174..242e9696 100644 --- a/install/updates/froxlor/update_0.10.inc.php +++ b/install/updates/froxlor/update_0.10.inc.php @@ -995,3 +995,13 @@ if (Froxlor::isFroxlorVersion('0.10.35.1')) { Update::showUpdateStep("Updating from 0.10.35.1 to 0.10.36", false); Froxlor::updateToVersion('0.10.36'); } + +if (\Froxlor\Froxlor::isFroxlorVersion('0.10.36')) { + showUpdateStep("Updating from 0.10.36 to 0.10.37", false); + \Froxlor\Froxlor::updateToVersion('0.10.37'); +} + +if (\Froxlor\Froxlor::isFroxlorVersion('0.10.37')) { + showUpdateStep("Updating from 0.10.37 to 0.10.38", false); + \Froxlor\Froxlor::updateToVersion('0.10.38'); +} diff --git a/templates/Froxlor/src/scss/dark.scss b/templates/Froxlor/src/scss/dark.scss index 22e13a4c..552bf4df 100644 --- a/templates/Froxlor/src/scss/dark.scss +++ b/templates/Froxlor/src/scss/dark.scss @@ -72,6 +72,8 @@ section h5 { } } +.modal-body, +tr.bg-info td, tr.bg-warning td { color: $dark-bg !important; }