From 71dfe96b443436b13f14494576a36d9beb5feded Mon Sep 17 00:00:00 2001 From: Jorge Rincon Date: Thu, 15 Jun 2023 12:05:14 +0200 Subject: [PATCH] #11584 Adjusted Disable icon for dark theme in alert table --- pandora_console/godmode/alerts/alert_list.list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/godmode/alerts/alert_list.list.php b/pandora_console/godmode/alerts/alert_list.list.php index 9fd94b4016..84707c193d 100644 --- a/pandora_console/godmode/alerts/alert_list.list.php +++ b/pandora_console/godmode/alerts/alert_list.list.php @@ -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 {