From: Philipp Klaus Date: Fri, 29 Sep 2017 12:46:50 +0000 (+0800) Subject: DASH; only '.sparkline path' should be forced to 'fill: none;' X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=1a324108976bf861ee2ac8c8ce255a65162b1304;p=mvd_epics.git DASH; only '.sparkline path' should be forced to 'fill: none;' --- diff --git a/python_suite/dashboard/static/css/sparkline.css b/python_suite/dashboard/static/css/sparkline.css index 76ded71..e42a975 100644 --- a/python_suite/dashboard/static/css/sparkline.css +++ b/python_suite/dashboard/static/css/sparkline.css @@ -1,5 +1,5 @@ /* Sparklines Styling */ -path { +.sparkline path { stroke-width: 1; fill: none; }