From 162977906265df2782845a092707f7176a6d5a45 Mon Sep 17 00:00:00 2001 From: Kristian Lyngstol Date: Sat, 2 Jul 2016 17:29:07 +0200 Subject: Customizable titles on health map and sticky panes Click a field in a switch summary and the health map will use it as a legend, assuming it isn't already showing information. And remember what panel was used last when browsing switches. --- web/css/nms.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'web/css') diff --git a/web/css/nms.css b/web/css/nms.css index 9f2e246..3d523e2 100644 --- a/web/css/nms.css +++ b/web/css/nms.css @@ -23,6 +23,9 @@ canvas { text-decoration: underline; cursor: pointer; } +.clickable { + cursor: pointer; +} .left { width: 22ch; -- cgit v1.2.3