visual changes in html report headers
This commit is contained in:
parent
1bc246742d
commit
7f79a50c33
|
@ -160,11 +160,13 @@ 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->rowclass[1] = '';
|
||||
$table->rowclass[2] = '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'];
|
||||
|
|
|
@ -239,6 +239,10 @@
|
|||
padding: 1.3em 0;
|
||||
}
|
||||
|
||||
.datos5 * {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
/*td.datos_id {
|
||||
color: #1a313a;
|
||||
}*/
|
||||
|
|
Loading…
Reference in New Issue