]> arthur.barton.de Git - netdata.git/commitdiff
added css for shorten text links
authorCosta Tsaousis <costa@tsaousis.gr>
Tue, 31 May 2016 01:15:53 +0000 (04:15 +0300)
committerCosta Tsaousis <costa@tsaousis.gr>
Tue, 31 May 2016 01:15:53 +0000 (04:15 +0300)
web/dashboard.css
web/dashboard.slate.css

index 63e2b905fdb9a5a10743ab3a1cfa7297773a61b1..eb2ed1b0d97c5c5698e986895491ed12dae905b3 100644 (file)
@@ -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;
 }
index 0536a3ed68c8f680f3088e883df47b5c99edad09..9223958ae7a9b095301c9d903a34f6e847d1b36a 100644 (file)
@@ -14,6 +14,19 @@ body {
        border-left: 2px solid #765d9c;
 }
 
+.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;
 }