From ae228de3006448b8f8e1eeeff4b8313ca307700c Mon Sep 17 00:00:00 2001 From: DL6ER Date: Wed, 29 Nov 2023 13:45:01 +0100 Subject: [PATCH] Set only-changed color to blue to match icon color Signed-off-by: DL6ER --- scripts/pi-hole/js/settings-advanced.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pi-hole/js/settings-advanced.js b/scripts/pi-hole/js/settings-advanced.js index c60c4acf..7d1bee65 100644 --- a/scripts/pi-hole/js/settings-advanced.js +++ b/scripts/pi-hole/js/settings-advanced.js @@ -356,7 +356,7 @@ function initOnlyChanged() { elem.bootstrapToggle({ on: "Only modified settings", off: "Show all settings", - onstyle: "warning", + onstyle: "primary", offstyle: "success", size: "small", width: "180px",