summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-08-02 11:58:17 -0400
committerpommicket <pommicket@gmail.com>2023-08-02 11:58:17 -0400
commitacf6239d7cef85d37fa71e6495c3562a58aa8d4e (patch)
tree7f627c2369ddb90f8b1bce14845ebb020125f63e /index.html
parent94d836d9c7b84d59ffffc9ace926d8aca4368bbd (diff)
click widget type to set output
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 4 insertions, 4 deletions
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;