13367-Fix legend colors License usage in Tactical view dark theme

This commit is contained in:
Pablo Aragon 2024-04-15 16:39:57 +02:00
parent 354fa324d8
commit 6e54462ae5
1 changed files with 4 additions and 0 deletions

View File

@ -2090,3 +2090,7 @@ select option:checked {
.basic-chart-widget .flot-base {
background-color: unset;
}
#horizontalBar > .labels > .label > div[style^="background"] {
filter: invert(1);
}