From a37e20560dfd120db5d2d8b7645197f1eb6c5f79 Mon Sep 17 00:00:00 2001 From: Frank <91616163+softhack007@users.noreply.github.com> Date: Fri, 13 Dec 2024 13:16:39 +0100 Subject: [PATCH] minor HTML and CSS fixes * duplicate use of ID "heart" * "& " --> "& " * missed changes in simple UI --- wled00/data/index.css | 6 ++++++ wled00/data/index.htm | 2 +- wled00/data/index.js | 1 + wled00/data/settings.htm | 4 ++-- wled00/data/settings_leds.htm | 2 +- wled00/data/settings_wifi.htm | 4 ++-- wled00/data/simple.css | 6 ++++++ wled00/data/simple.htm | 1 + wled00/data/simple.js | 7 ++++--- 9 files changed, 24 insertions(+), 9 deletions(-) diff --git a/wled00/data/index.css b/wled00/data/index.css index 617f971bd0..deb0cc64e7 100644 --- a/wled00/data/index.css +++ b/wled00/data/index.css @@ -665,6 +665,12 @@ button { color: #f00; } +#heartMM { + transition: color 0.9s; + font-size: 16px; + color: #0f0; +} + img { max-width: 100%; max-height: 100%; diff --git a/wled00/data/index.htm b/wled00/data/index.htm index e0c9ca547c..57fca4cf8e 100644 --- a/wled00/data/index.htm +++ b/wled00/data/index.htm @@ -389,7 +389,7 @@
WLED made with ❤︎ by Aircoookie and the WLED community
- WLED MM made with ❤︎ by Softhack007 & Ewowi and the WLED 2D & Audio Dev community + WLED MM made with ❤︎ by Softhack007 & Ewowi and the WLED 2D & Audio Dev community
- + diff --git a/wled00/data/simple.css b/wled00/data/simple.css index 87eecee736..b7b9a30d12 100644 --- a/wled00/data/simple.css +++ b/wled00/data/simple.css @@ -361,6 +361,12 @@ button:hover { color: #f00; } +#heartMM { + transition: color 0.9s; + font-size: 16px; + color: #0f0; +} + img { max-width: 100%; max-height: 100%; diff --git a/wled00/data/simple.htm b/wled00/data/simple.htm index 955bd65d81..599ee1102c 100644 --- a/wled00/data/simple.htm +++ b/wled00/data/simple.htm @@ -246,6 +246,7 @@ Made with ❤︎ by Aircoookie and the WLED community + WLED MM made with ❤︎ by Softhack007 & Ewowi and the WLED 2D & Audio Dev community