mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
misc/theme-cicada: nv.d3.css - legend fix color
(cherry picked from commita1c7939301) (cherry picked from commit6f35517ba9)
This commit is contained in:
parent
3cb3b21081
commit
f970730021
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue