From 05e352e9cf513e65fc96a59c34292bb8d7290359 Mon Sep 17 00:00:00 2001 From: Jose Gonzalez Date: Tue, 19 Oct 2021 11:11:58 +0200 Subject: [PATCH] Fixed issue with class --- pandora_console/include/styles/pandora_black.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pandora_console/include/styles/pandora_black.css b/pandora_console/include/styles/pandora_black.css index f8848da4c4..42af9e36c6 100644 --- a/pandora_console/include/styles/pandora_black.css +++ b/pandora_console/include/styles/pandora_black.css @@ -58,7 +58,8 @@ input.sub, button.sub, .bg_general, .show_result_interpreter, -div#rules::after table.agent_info_table thead > tr:first-child th, +div#rules::after, +table.agent_info_table thead > tr:first-child th, table.agent_info_table tr { background-color: #222 !important; color: #fff !important;