Merge branch 'ent-13367-black-theme-color-de-referencia-en-tactical-view-para-cantidad-de-agentes-incorrecto' into 'develop'

Ent 13367 black theme color de referencia en tactical view para cantidad de agentes incorrecto

See merge request artica/pandorafms!7205
This commit is contained in:
Matias Didier 2024-04-16 11:30:34 +00:00
commit 60f8c45836
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);
}