#13497 Fixed dark theme style for historical database view and Reports
This commit is contained in:
parent
5dcc628b14
commit
1c0bd2eb24
|
@ -870,7 +870,7 @@ switch ($action) {
|
||||||
// ui_pagination($total_reports, $url, $offset, $pagination);
|
// ui_pagination($total_reports, $url, $offset, $pagination);
|
||||||
$table = new stdClass();
|
$table = new stdClass();
|
||||||
$table->id = 'report_list';
|
$table->id = 'report_list';
|
||||||
$table->styleTable = 'margin: 0 10px;';
|
$table->styleTable = '';
|
||||||
$table->class = 'info_table';
|
$table->class = 'info_table';
|
||||||
$table->cellpadding = 0;
|
$table->cellpadding = 0;
|
||||||
$table->cellspacing = 0;
|
$table->cellspacing = 0;
|
||||||
|
|
|
@ -1136,6 +1136,7 @@ select,
|
||||||
.white_table_graph_header {
|
.white_table_graph_header {
|
||||||
color: var(--text-color) !important;
|
color: var(--text-color) !important;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
background-color: var(--secondary-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.white_table_graph {
|
.white_table_graph {
|
||||||
|
|
Loading…
Reference in New Issue