Merge branch 'ent-13579-color-de-fondo-parcial-en-tema-oscuro-para-algunos-widgets' into 'develop'
Ent 13579 color de fondo parcial en tema oscuro para algunos widgets See merge request artica/pandorafms!7289
This commit is contained in:
commit
9162a9d31f
|
@ -2127,3 +2127,8 @@ select option:checked {
|
||||||
.invert_filter.black-and-white {
|
.invert_filter.black-and-white {
|
||||||
filter: invert(1) saturate(0) !important;
|
filter: invert(1) saturate(0) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.content-widget .legend_background,
|
||||||
|
.content-widget .flot-base {
|
||||||
|
background-color: unset;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue