#13497 Fixed dark theme style for historical database view and Reports

This commit is contained in:
Jorge Rincon 2024-04-26 10:10:34 +02:00
parent 5dcc628b14
commit 1c0bd2eb24
2 changed files with 2 additions and 1 deletions

View File

@ -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;

View File

@ -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 {