From acf6239d7cef85d37fa71e6495c3562a58aa8d4e Mon Sep 17 00:00:00 2001 From: pommicket Date: Wed, 2 Aug 2023 11:58:17 -0400 Subject: click widget type to set output --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index 053080e..a748cf4 100644 --- a/index.html +++ b/index.html @@ -133,11 +133,11 @@ cursor: pointer; padding: 0.1em 0; } - .widget:hover { - background: #fff3; + .widget[data-display="1"] .widget-type { + color: #ff0; } - .widget[data-display="1"] { - background: #ff04; + .widget-type:hover { + color: #aa0; } .widget.dragging { background: #aaf6; -- cgit v1.2.3