From 67ab36c1bb87196379153881afcd7e17aea421e2 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 14 Jun 2020 20:03:51 +0200 Subject: Make state toggle when clicked. --- src/ws/munia.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/ws/munia.css') diff --git a/src/ws/munia.css b/src/ws/munia.css index bfd63c7..bfc1823 100644 --- a/src/ws/munia.css +++ b/src/ws/munia.css @@ -10,7 +10,7 @@ body { cursor: default; - font-family: sans-serif; + font-family: helvetica, arial, sans-serif; font-size: 0.8em; } @@ -72,7 +72,8 @@ body padding-left: 5px; padding-right: 5px; background: transparent; - pointer-events: none; + pointer-events: auto; + cursor: pointer; } .node .description -- cgit v1.2.3