misc/theme-cicada: nv.d3.css - legend fix color

(cherry picked from commit a1c7939301)
(cherry picked from commit 6f35517ba9)
This commit is contained in:
opnsenseuser 2018-09-26 20:46:40 +02:00 committed by Franco Fichtner
parent 3cb3b21081
commit f970730021
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,6 @@
PLUGIN_NAME= theme-cicada
PLUGIN_VERSION= 1.4
PLUGIN_REVISION= 1
PLUGIN_COMMENT= The cicada theme - grey/orange
PLUGIN_MAINTAINER= rene@team-rebellion.net

View file

@ -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 {