From 1c0bd2eb2401ac16429724fb2050c2ae550e3b66 Mon Sep 17 00:00:00 2001 From: Jorge Rincon Date: Fri, 26 Apr 2024 10:10:34 +0200 Subject: [PATCH] #13497 Fixed dark theme style for historical database view and Reports --- pandora_console/godmode/reporting/reporting_builder.php | 2 +- pandora_console/include/styles/pandora_black.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pandora_console/godmode/reporting/reporting_builder.php b/pandora_console/godmode/reporting/reporting_builder.php index b9395323b8..54188aa769 100755 --- a/pandora_console/godmode/reporting/reporting_builder.php +++ b/pandora_console/godmode/reporting/reporting_builder.php @@ -870,7 +870,7 @@ switch ($action) { // ui_pagination($total_reports, $url, $offset, $pagination); $table = new stdClass(); $table->id = 'report_list'; - $table->styleTable = 'margin: 0 10px;'; + $table->styleTable = ''; $table->class = 'info_table'; $table->cellpadding = 0; $table->cellspacing = 0; diff --git a/pandora_console/include/styles/pandora_black.css b/pandora_console/include/styles/pandora_black.css index 52ee92783d..466630e593 100644 --- a/pandora_console/include/styles/pandora_black.css +++ b/pandora_console/include/styles/pandora_black.css @@ -1136,6 +1136,7 @@ select, .white_table_graph_header { color: var(--text-color) !important; border-radius: 0; + background-color: var(--secondary-color) !important; } .white_table_graph {