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:
Jose Martin 2024-04-29 07:19:14 +00:00
commit 6aa6e1daa1
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 {