diff --git a/pandora_console/include/styles/pandora_black.css b/pandora_console/include/styles/pandora_black.css index 8aa0014ee6..cfababbde3 100644 --- a/pandora_console/include/styles/pandora_black.css +++ b/pandora_console/include/styles/pandora_black.css @@ -2090,3 +2090,7 @@ select option:checked { .basic-chart-widget .flot-base { background-color: unset; } + +#horizontalBar > .labels > .label > div[style^="background"] { + filter: invert(1); +}