From 1a324108976bf861ee2ac8c8ce255a65162b1304 Mon Sep 17 00:00:00 2001 From: Philipp Klaus Date: Fri, 29 Sep 2017 20:46:50 +0800 Subject: [PATCH] DASH; only '.sparkline path' should be forced to 'fill: none;' --- python_suite/dashboard/static/css/sparkline.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.43.0