#11584 Adjusted Disable icon for dark theme in alert table
This commit is contained in:
parent
6f89b45ce3
commit
71dfe96b44
|
@ -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