From f970730021f31c0e8876bd8e6cb53cbf0f3ea331 Mon Sep 17 00:00:00 2001 From: opnsenseuser Date: Wed, 26 Sep 2018 20:46:40 +0200 Subject: [PATCH] misc/theme-cicada: nv.d3.css - legend fix color (cherry picked from commit a1c793930170b7cb8d1ace2090bec332c989d7cd) (cherry picked from commit 6f35517ba9d858c1b720ae743d36d911978a8318) --- misc/theme-cicada/Makefile | 1 + .../src/opnsense/www/themes/cicada/build/css/nv.d3.css | 7 +++---- 2 files changed, 4 insertions(+), 4 deletions(-) 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 {