summaryrefslogtreecommitdiffstats
path: root/web/dashboard.css
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2016-01-10 18:05:18 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2016-01-10 18:05:18 +0200
commit984d0096734ab205a9aa25ff1bd4a12adc688d7e (patch)
tree4a57cd7543e4ca939aad8401a749330cf5c48756 /web/dashboard.css
parentf20afc2a668736490b70e695e1a2cc327daa709d (diff)
added text outline to gauge and easypiechart
Diffstat (limited to 'web/dashboard.css')
-rwxr-xr-xweb/dashboard.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/web/dashboard.css b/web/dashboard.css
index f17d73566f..18ea1a3aeb 100755
--- a/web/dashboard.css
+++ b/web/dashboard.css
@@ -246,6 +246,7 @@ html {
padding: 0px;
padding-left: 15px;
cursor: pointer;
+ -webkit-font-smoothing: none;
}
.netdata-legend-name.not-selected {
font-weight: normal;
@@ -340,8 +341,10 @@ html {
left: 0;
width: 100%;
text-align: center;
- color: #333333;
+ color: #666;
font-weight: normal;
+ text-shadow: #BBB 0px 0px 1px;
+ -webkit-font-smoothing: none;
}
.easyPieChartTitle {
@@ -390,6 +393,8 @@ html {
color: #FFFFFF;
font-weight: bold;
z-index: 1;
+ text-shadow: #777 0px 0px 1px;
+ -webkit-font-smoothing: none;
}
.gaugeChartTitle {