mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
nv.d3.css - legend fix color
legend fix color
This commit is contained in:
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 {
|
||||
|
||||
Reference in New Issue
Block a user