diff --git a/wled00/data/index.css b/wled00/data/index.css index fe7f55821..6b8024d77 100644 --- a/wled00/data/index.css +++ b/wled00/data/index.css @@ -381,6 +381,10 @@ button { overflow: auto; } +.modal button:hover { + background-color: var(--c-4); +} + #info { z-index: 3; }