diff --git a/misc/theme-cicada/Makefile b/misc/theme-cicada/Makefile index 6ae2fc5f4..d5b95e675 100644 --- a/misc/theme-cicada/Makefile +++ b/misc/theme-cicada/Makefile @@ -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 diff --git a/misc/theme-cicada/src/opnsense/www/themes/cicada/build/css/nv.d3.css b/misc/theme-cicada/src/opnsense/www/themes/cicada/build/css/nv.d3.css index 0a0d18a67..d15839418 100644 --- a/misc/theme-cicada/src/opnsense/www/themes/cicada/build/css/nv.d3.css +++ b/misc/theme-cicada/src/opnsense/www/themes/cicada/build/css/nv.d3.css @@ -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 {