From 93e5ff90c12d1b82562f2800ece173e151713c84 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Wed, 4 Feb 2026 10:44:37 -0800 Subject: [PATCH] Add pointer cursor to clickable hovercards Co-Authored-By: Claude Opus 4.5 --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/style.css b/static/style.css index ec47d8e..c3f315b 100644 --- a/static/style.css +++ b/static/style.css @@ -167,6 +167,7 @@ body { border-radius: 6px; padding: 6px 8px; line-height: 1.4; + cursor: pointer; } .link-stats .lbl, @@ -567,6 +568,7 @@ body.dante-mode .node .root-label { border-radius: 6px; padding: 6px 8px; line-height: 1.4; + cursor: pointer; } .node .dante-hover::after { @@ -677,6 +679,7 @@ body.artnet-mode .node .root-label { border-radius: 6px; padding: 6px 8px; line-height: 1.4; + cursor: pointer; } .node .artnet-hover::after { @@ -787,6 +790,7 @@ body.sacn-mode .node .root-label { border-radius: 6px; padding: 6px 8px; line-height: 1.4; + cursor: pointer; } .node .sacn-hover::after {