From bb9afcb304464e76cd3f8216eabc7741b2fef3dc Mon Sep 17 00:00:00 2001 From: Tom D'Roza <724245+tdroza@users.noreply.github.com> Date: Wed, 16 Feb 2022 23:38:47 +0000 Subject: [PATCH] Added: CSS hover effect on buttons within modal dialogs, e.g. Info, Nodes (#2545) * Added: CSS hover effect on buttons within modal dialogs, e.g. Info, Nodes * Update index.css Co-authored-by: Tom D'Roza Co-authored-by: Christian Schwinne --- wled00/data/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wled00/data/index.css b/wled00/data/index.css index fe7f5582..6b8024d7 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; }