aboutsummaryrefslogtreecommitdiffstats
path: root/web/css
diff options
context:
space:
mode:
authorKristian Lyngstol <kly@kly.no>2016-07-02 17:29:07 +0200
committerKristian Lyngstol <kly@kly.no>2016-07-02 17:29:07 +0200
commit162977906265df2782845a092707f7176a6d5a45 (patch)
treed99d1b70d47ac4e3b8af258f29363302d0e0c973 /web/css
parent88f59aee622a939c65b18cbcf5d59aaeda28bf96 (diff)
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.
Diffstat (limited to 'web/css')
-rw-r--r--web/css/nms.css3
1 files changed, 3 insertions, 0 deletions
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;