Merge branch 'ent-11584-iconos-rotos-en-modo-oscuro-en-alertas-deshabilitadas' into 'develop'
Ent 11584 iconos rotos en modo oscuro en alertas deshabilitadas See merge request artica/pandorafms!6116
This commit is contained in:
commit
ec1d3abb85
|
@ -912,7 +912,7 @@ foreach ($simple_alerts as $alert) {
|
||||||
1,
|
1,
|
||||||
'padding:0px; width: 22px; height: 22px;',
|
'padding:0px; width: 22px; height: 22px;',
|
||||||
true,
|
true,
|
||||||
['class' => 'filter_none main_menu_icon']
|
['class' => 'invert_filter main_menu_icon']
|
||||||
);
|
);
|
||||||
$data[4] .= html_print_input_hidden('enable_alert', 1, true);
|
$data[4] .= html_print_input_hidden('enable_alert', 1, true);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue