diff --git a/pandora_console/godmode/alerts/alert_list.list.php b/pandora_console/godmode/alerts/alert_list.list.php index e20d784fcc..5dc0c78019 100644 --- a/pandora_console/godmode/alerts/alert_list.list.php +++ b/pandora_console/godmode/alerts/alert_list.list.php @@ -926,7 +926,7 @@ foreach ($simple_alerts as $alert) { 'padding:0px; width: 22px; height: 22px;', true, [ - 'class' => 'main_menu_icon', + 'class' => 'invert filter main_menu_icon', 'title' => __('Disable'), ] ); @@ -1151,8 +1151,7 @@ if (! $id_agente) { return false; }); - $("input[name=disable]").attr ("title", "") - .hover (function () { + $("input[name=disable]").hover (function () { $(this).attr ("src", ") - .hover (function () { + $("input[name=enable]").hover (function () { $(this).attr ("src", ") - .hover (function () { + $("input[name=standby_on]").hover (function () { $(this).attr ("src", ") - .hover (function () { + $("input[name=standby_off]").hover (function () { $(this).attr ("src", form > input[type="image"] { margin: 0; padding: 0; - width: 14px; + width: 20px; padding-left: 5px; }