fix missing chart legend colour for tsimple and cosora
This commit is contained in:
parent
2330b5bfeb
commit
9e6d33b39d
|
@ -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;
|
||||
}*/
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue