#11584 Adjusted Disable icon for dark theme in alert table

This commit is contained in:
Jorge Rincon 2023-06-15 12:05:14 +02:00
parent 6f89b45ce3
commit 71dfe96b44
1 changed files with 1 additions and 1 deletions

View File

@ -912,7 +912,7 @@ foreach ($simple_alerts as $alert) {
1,
'padding:0px; width: 22px; height: 22px;',
true,
['class' => 'filter_none main_menu_icon']
['class' => 'invert_filter main_menu_icon']
);
$data[4] .= html_print_input_hidden('enable_alert', 1, true);
} else {