mirror of
https://github.com/wled/WLED.git
synced 2025-07-21 17:56:33 +00:00
Fix palette list shadow of selected option
Fix padding and margin in pallist element Fix palette list shadow of selected option
This commit is contained in:
parent
63ad3f9290
commit
d3b7b857a4
@ -86,6 +86,9 @@ function simplifyUI(doc) {
|
|||||||
// Chage height of palette list
|
// Chage height of palette list
|
||||||
gId("pallist").style.height = "300px";
|
gId("pallist").style.height = "300px";
|
||||||
gId("pallist").style.overflow = "scroll";
|
gId("pallist").style.overflow = "scroll";
|
||||||
|
// fix shadow
|
||||||
|
gId("pallist").style.margin = "0px -16px";
|
||||||
|
gId("pallist").style.padding = "0px 16px";
|
||||||
|
|
||||||
// Hide filter options
|
// Hide filter options
|
||||||
gId("filters").style.display = "none";
|
gId("filters").style.display = "none";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user