From d86ea75cdb0343265445ea09cf6f34ca37426db9 Mon Sep 17 00:00:00 2001 From: Azareal Date: Sun, 1 Mar 2020 21:09:15 +1000 Subject: [PATCH] update chart lines for shadow too --- themes/shadow/public/panel.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/themes/shadow/public/panel.css b/themes/shadow/public/panel.css index c35a7e9c..6ba4f9b2 100644 --- a/themes/shadow/public/panel.css +++ b/themes/shadow/public/panel.css @@ -135,6 +135,26 @@ margin-top: 0px; margin-bottom: 0px; } + +.ct-series-e .ct-bar, .ct-series-e .ct-line, .ct-series-e .ct-point, .ct-series-e .ct-slice-donut { + stroke: #c73eaf !important; +} +.ct-series-e.ct-point { + stroke: #c73eaf !important; +} +.ct-series-e.ct-point:hover { + stroke: #c73eaf !important; +} +.ct-legend .ct-series-4:before { + background-color: #c73eaf !important; + border-color: /*#ed4cd0*/#c73eaf !important; +} + +.ct-legend .ct-series-7:before { + background-color: #6b0392 !important; + border-color: #6b0392 !important; +} + select + .timeRangeSelector { margin-left: 8px; }