summaryrefslogtreecommitdiffstats
path: root/web/dashboard.css
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@tsaousis.gr>2016-05-31 04:15:53 +0300
committerCosta Tsaousis <costa@tsaousis.gr>2016-05-31 04:15:53 +0300
commit0aa879e82b139673dadb9eb5080ba266e0587d70 (patch)
treed6c10cd2d348d01d4bb104251b53578307d5ac40 /web/dashboard.css
parenteb9d4c641c7ea7904bd079573ab1d0e71233a5a3 (diff)
added css for shorten text links
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 63e2b905fd..eb2ed1b0d9 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;
}