diff --git a/pandora_console/include/functions_reporting_html.php b/pandora_console/include/functions_reporting_html.php index cd31b765b6..933c0e8134 100644 --- a/pandora_console/include/functions_reporting_html.php +++ b/pandora_console/include/functions_reporting_html.php @@ -160,11 +160,11 @@ function reporting_html_print_report($report, $mini=false, $report_info=1) $table->width = '100%'; $table->class = 'databox filters'; $table->rowclass = []; - $table->rowclass[0] = 'datos3'; + $table->rowclass[0] = 'datos5'; $table->data = []; $table->head = []; $table->colspan = []; - $table->rowstyle = []; + $table->rowstyle = ['background-color: #686868']; if (isset($item['label']) && $item['label'] != '') { $id_agent = $item['id_agent']; diff --git a/pandora_console/include/styles/tables.css b/pandora_console/include/styles/tables.css index 23f6253421..8551ce4bd6 100644 --- a/pandora_console/include/styles/tables.css +++ b/pandora_console/include/styles/tables.css @@ -239,6 +239,10 @@ padding: 1.3em 0; } +.datos5 * { + color: #ffffff; +} + /*td.datos_id { color: #1a313a; }*/