nv.d3.css - legend fix color

legend fix color
This commit is contained in:
opnsenseuser
2018-09-26 22:42:35 +02:00
committed by Franco Fichtner
parent e4ec5041eb
commit a1c7939301
@@ -316,11 +316,10 @@ svg.nvd3-svg {
cursor: pointer;
}
.nv-legend-symbol {
.nv-controlsWrap.nvd3-svg circle.nv-legend-symbol {
stroke-width: 1 !important;
fill: rgb(255, 255, 255) !important;
fill-opacity: 1;
stroke: rgb(255, 255, 255) !important;
fill: rgb(143, 143, 143) !important;
stroke: rgb(143, 143, 143) !important;
}
.nvd3 .nv-legend .nv-disabled circle {