fix missing chart legend colour for tsimple and cosora

This commit is contained in:
Azareal 2020-03-03 16:54:05 +10:00
parent 2330b5bfeb
commit 9e6d33b39d
2 changed files with 18 additions and 10 deletions

View File

@ -323,6 +323,10 @@
.ct-series-a.ct-point:hover {
stroke: hsl(359,98%,30%) !important;
}
.ct-legend .ct-series-7:before {
background-color: #6b0392 !important;
border-color: #6b0392 !important;
}
/*.ct-chart-line {
height: 300px !important;
}*/

View File

@ -177,6 +177,10 @@
margin-top: 0px;
margin-bottom: 0px;
}
.ct-legend .ct-series-7:before {
background-color: #6b0392 !important;
border-color: #6b0392 !important;
}
select + .timeRangeSelector {
margin-left: 8px;
}