From 46fe04983a93f11d972637496e7efa95ffd17d97 Mon Sep 17 00:00:00 2001 From: Daniel Cebrian Date: Mon, 24 Apr 2023 12:29:26 +0200 Subject: [PATCH] #9771 added class to control show icon in actions --- pandora_console/include/styles/tables.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pandora_console/include/styles/tables.css b/pandora_console/include/styles/tables.css index 65c1ad32b2..b823091183 100644 --- a/pandora_console/include/styles/tables.css +++ b/pandora_console/include/styles/tables.css @@ -237,7 +237,8 @@ .table_action_buttons > img, .table_action_buttons > button, .table_action_buttons > form, -.table_action_buttons > div { +.table_action_buttons > div, +.table_action_buttons .action_button_hidden { visibility: hidden; } .info_table > tbody > tr:hover { @@ -250,7 +251,8 @@ .info_table > tbody > tr:hover .table_action_buttons > img, .info_table > tbody > tr:hover .table_action_buttons > button, .info_table > tbody > tr:hover .table_action_buttons > form, -.info_table > tbody > tr:hover .table_action_buttons > div { +.info_table > tbody > tr:hover .table_action_buttons > div, +.info_table > tbody > tr:hover .table_action_buttons .action_button_hidden { visibility: visible; }