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…
Reference in New Issue