mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Merge branch 'ent-13497-tema-oscuro-se-ve-mal-base-de-datos-historica-y-politicas-desplegables' into 'develop'
Ent 13497 tema oscuro se ve mal base de datos historica y politicas desplegables See merge request artica/pandorafms!7300
This commit is contained in:
commit
6aa6e1daa1
@ -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;
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user