From 0aa879e82b139673dadb9eb5080ba266e0587d70 Mon Sep 17 00:00:00 2001 From: Costa Tsaousis Date: Tue, 31 May 2016 04:15:53 +0300 Subject: added css for shorten text links --- web/dashboard.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'web/dashboard.css') 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; } -- cgit v1.2.3