From 30697d5b33bdb21eb5e548e2a7d13206f900efc8 Mon Sep 17 00:00:00 2001 From: Jorge Rincon Date: Mon, 24 Apr 2023 14:31:20 +0200 Subject: [PATCH] #10963 icon change in the reset button, agent detail view --- pandora_console/include/styles/pandora.css | 5 +++++ pandora_console/operation/agentes/estado_monitores.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 25c7202216..babe89520b 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -10595,6 +10595,11 @@ button div.fail { -webkit-mask: url(../../images/fail@svg.svg) no-repeat center / contain; } +button div.force { + mask: url(../../images/force@svg.svg) no-repeat center / contain; + -webkit-mask: url(../../images/force@svg.svg) no-repeat center / contain; +} + button div.upload_file { mask: url(../../images/upload_file.png) no-repeat center / contain; -webkit-mask: url(../../images/upload_file.png) no-repeat center / contain; diff --git a/pandora_console/operation/agentes/estado_monitores.php b/pandora_console/operation/agentes/estado_monitores.php index 4edd12ee5f..187dc492d0 100755 --- a/pandora_console/operation/agentes/estado_monitores.php +++ b/pandora_console/operation/agentes/estado_monitores.php @@ -641,7 +641,7 @@ function print_form_filter_monitors( false, 'reset_filter_modules();', [ - 'icon' => 'fail', + 'icon' => 'force', 'mode' => 'secondary mini', ], true