diff --git a/pandora_console/include/styles/pandora_black.css b/pandora_console/include/styles/pandora_black.css index 1383a3c8b5..f3396be8ae 100644 --- a/pandora_console/include/styles/pandora_black.css +++ b/pandora_console/include/styles/pandora_black.css @@ -2102,3 +2102,8 @@ select option:checked { #result_order .show_result_interpreter #result_items li.active { background-color: var(--secondary-color); } + +.content-widget .legend_background, +.content-widget .flot-base { + background-color: unset; +}