summaryrefslogtreecommitdiffstats
path: root/web/dashboard.css
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2015-12-25 03:37:05 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2015-12-25 03:37:05 +0200
commit18743756d1b3383e3297a1999877b95603dc24f1 (patch)
treec5f9b3f6175ffabc8ec4dd9a63d1377dc45f621f /web/dashboard.css
parentf5b523a3fef1e4d6810763142fc2c39b61af7e97 (diff)
mouse pointer fix for legend
Diffstat (limited to 'web/dashboard.css')
-rwxr-xr-xweb/dashboard.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/dashboard.css b/web/dashboard.css
index 492f8d0472..cbdfbe03e6 100755
--- a/web/dashboard.css
+++ b/web/dashboard.css
@@ -208,6 +208,7 @@ html {
overflow: hidden;
white-space: nowrap;
display: inline-block;
+ cursor: pointer;
}
.netdata-legend-value {
@@ -224,6 +225,7 @@ html {
z-index: 10;
padding: 0px;
padding-left: 15px;
+ cursor: pointer;
}
.netdata-legend-name.not-selected {
font-weight: normal;