From c9efa27e46db6dafbe38f28e3dd82253052a48df Mon Sep 17 00:00:00 2001 From: Pablo Aragon Date: Thu, 11 Apr 2024 08:52:53 +0200 Subject: [PATCH] 13426-Fix background action icons (table) and change to white --- .../include/styles/pandora_black.css | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/pandora_console/include/styles/pandora_black.css b/pandora_console/include/styles/pandora_black.css index 9cc4df9c45..13aa8963e2 100644 --- a/pandora_console/include/styles/pandora_black.css +++ b/pandora_console/include/styles/pandora_black.css @@ -64,6 +64,15 @@ button.sub, color: #fff !important; } +table + > tbody + > tr + > td.table_action_buttons:not(.qwerqwer) + input[type="image"]:not(.qwerqwer) { + background-color: transparent !important; + /* filter: brightness(4.5) contrast(100%) !important; */ +} + div#head, #menu_tab li.nomn_high, #menu_tab li.nomn_high span, @@ -437,10 +446,16 @@ table.black_table_modal_alternate tr:nth-child(even) td { .table_action_buttons a[href] img, .table_action_buttons input[type="image"], .action_button_img { - filter: brightness(4.5) contrast(50%); + filter: brightness(4.5) contrast(100%) !important; background-color: transparent !important; } +.table_action_buttons a[href] img.invert_filter, +.table_action_buttons input[type="image"].invert_filter, +.action_button_img.invert_filter { + filter: invert(100%) brightness(4.5) contrast(100%) !important; +} + a.pandora_pagination { color: #fff; }