From bcf26b6ac0906c4c429c9ca9b3c3b0e802bc1dfc Mon Sep 17 00:00:00 2001 From: Jorge Rincon Date: Tue, 13 Jun 2023 15:02:35 +0200 Subject: [PATCH] #11540 Fixed dark theme styles on widget tables --- pandora_console/include/styles/pandora_black.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pandora_console/include/styles/pandora_black.css b/pandora_console/include/styles/pandora_black.css index 75aa87e3ab..420baf94c9 100644 --- a/pandora_console/include/styles/pandora_black.css +++ b/pandora_console/include/styles/pandora_black.css @@ -252,7 +252,7 @@ tr.group_view_data, .group_view_data, ol.steps li span, ol.steps li a { - color: #fff; + color: #fff !important; } /* Tabs icons change color */ @@ -394,7 +394,7 @@ table.black_table_modal_alternate tr:nth-child(even) td { .info_table tr:first-child > th, .info_table th { - background-color: #222; + background-color: #222 !important; color: #fff; } @@ -1562,7 +1562,7 @@ a.autorefresh_txt, .info_table, .filter_table { - border: 1px solid #333; + border: 1px solid #333 !important; } .info_table.events > tbody > tr > td {