From d11642424168d49571f13c9f4aa7bb0f1ffa7e79 Mon Sep 17 00:00:00 2001 From: Blaz Kristan Date: Thu, 26 Oct 2023 22:09:46 +0200 Subject: [PATCH] Filter dropdown. --- wled00/data/index.css | 13 +- wled00/data/index.htm | 62 +- wled00/data/index.js | 31 +- wled00/html_ui.h | 4053 +++++++++++++++++++++-------------------- wled00/wled.h | 2 +- 5 files changed, 2093 insertions(+), 2068 deletions(-) diff --git a/wled00/data/index.css b/wled00/data/index.css index c960b9ce..7e64f667 100644 --- a/wled00/data/index.css +++ b/wled00/data/index.css @@ -219,7 +219,7 @@ button { .pop-c span { padding: 2px 6px; } - + .search-icon { position: absolute; top: 8px; @@ -463,6 +463,11 @@ button { .filter { z-index: 1; /*overflow: visible;*/ + border-radius: 0 0 16px 16px; + max-width: 220px; + height: 54px; + line-height: 1.5; + padding-bottom: 8px; } /* New tooltip */ @@ -479,7 +484,7 @@ button { border-radius: 6px; z-index: 1; } - + .tooltip::after { content: ""; position: absolute; @@ -1231,6 +1236,10 @@ TD .checkmark, TD .radiomark { -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */ filter: grayscale(100%); } +.filter .fchkl { + margin: 0 4px; + min-width: 20px; +} .lbl-l { font-size: 13px; diff --git a/wled00/data/index.htm b/wled00/data/index.htm index ce427ac5..15578742 100644 --- a/wled00/data/index.htm +++ b/wled00/data/index.htm @@ -182,7 +182,7 @@
-