summaryrefslogtreecommitdiffstats
path: root/web/dashboard.css
diff options
context:
space:
mode:
authorLennart Weller <lhw@ring0.de>2016-09-05 08:27:21 +0000
committerLennart Weller <lhw@ring0.de>2016-09-05 08:27:21 +0000
commit1746898cefcb17f58b5cf27b4dad3d28236f1152 (patch)
tree9207f191cf39bbd077a1e1c73d6e82123e2fc710 /web/dashboard.css
parentImported Upstream version 1.2.0+dfsg (diff)
downloadnetdata-bfa604a02e004fdba4e9e788ee50f065fe8703fa.tar.xz
netdata-bfa604a02e004fdba4e9e788ee50f065fe8703fa.zip
Imported Upstream version 1.3.0+dfsgupstream/1.3.0+dfsg
Diffstat (limited to 'web/dashboard.css')
-rw-r--r--web/dashboard.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/web/dashboard.css b/web/dashboard.css
index 63e2b905f..eb2ed1b0d 100644
--- a/web/dashboard.css
+++ b/web/dashboard.css
@@ -6,6 +6,19 @@ body {
font-variant: normal;
}
+.morelink {
+ color: #765d9c;
+ text-decoration: none;
+}
+.morelink:hover {
+ color: #563d7c;
+ text-decoration: none;
+}
+.morelink:focus {
+ color: #765d9c;
+ text-decoration: none;
+}
+
.netdata-chart-alignment {
margin-left: 55px;
}