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 {