summaryrefslogtreecommitdiffstats
path: root/web/dashboard.css
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2015-12-25 01:38:45 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2015-12-25 01:38:45 +0200
commit5496d67ace272b7e640388b0e9cec5818f145f4a (patch)
tree5ffdb186a6fb1753fd8083da158ac8fe2a756dba /web/dashboard.css
parent968e6adda20685ff222c4648af6fb2da7f4e0865 (diff)
dimensions can now be turned on and off using the legend
Diffstat (limited to 'web/dashboard.css')
-rwxr-xr-xweb/dashboard.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/dashboard.css b/web/dashboard.css
index ecaaf980ca..492f8d0472 100755
--- a/web/dashboard.css
+++ b/web/dashboard.css
@@ -225,6 +225,10 @@ html {
padding: 0px;
padding-left: 15px;
}
+.netdata-legend-name.not-selected {
+ font-weight: normal;
+ opacity: 0.3;
+}
.netdata-chart {
position: absolute; /* within .netdata-container */