less prominent pink
This commit is contained in:
parent
68daa5eb18
commit
76dbd61035
|
@ -217,17 +217,17 @@ select + .timeRangeSelector {
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
}
|
}
|
||||||
.ct-series-e .ct-bar, .ct-series-e .ct-line, .ct-series-e .ct-point, .ct-series-e .ct-slice-donut {
|
.ct-series-e .ct-bar, .ct-series-e .ct-line, .ct-series-e .ct-point, .ct-series-e .ct-slice-donut {
|
||||||
stroke: #ed4cd0 !important;
|
stroke: #c73eaf !important;
|
||||||
}
|
}
|
||||||
.ct-series-e.ct-point {
|
.ct-series-e.ct-point {
|
||||||
stroke: #ed4cd0 !important;
|
stroke: #c73eaf !important;
|
||||||
}
|
}
|
||||||
.ct-series-e.ct-point:hover {
|
.ct-series-e.ct-point:hover {
|
||||||
stroke: #ed4cd0 !important;
|
stroke: #c73eaf !important;
|
||||||
}
|
}
|
||||||
.ct-legend .ct-series-4:before {
|
.ct-legend .ct-series-4:before {
|
||||||
background-color: #ed4cd0 !important;
|
background-color: #c73eaf !important;
|
||||||
border-color: #ed4cd0 !important;
|
border-color: /*#ed4cd0*/#c73eaf !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*.ct-series-f .ct-bar, .ct-series-f .ct-line, .ct-series-f .ct-point, .ct-series-f .ct-slice-donut {
|
/*.ct-series-f .ct-bar, .ct-series-f .ct-line, .ct-series-f .ct-point, .ct-series-f .ct-slice-donut {
|
||||||
|
|
Loading…
Reference in New Issue