Merge branch 'ent-5443-group-report-no-funcion-bien' into 'develop'

Ent 5443 group report no funcion bien

See merge request 
This commit is contained in:
Daniel Rodriguez 2020-07-20 13:26:39 +02:00
commit 9b83f3857e
1 changed files with 2 additions and 3 deletions
pandora_console/include/styles

View File

@ -33,9 +33,8 @@ table.header_table {
} }
table.header_table thead tr th, table.header_table thead tr th,
table.header_table tbody tr td { table.header_table tr td {
padding: 10px; padding: 10px;
background-color: #acacac;
} }
table thead tr th { table thead tr th {
@ -91,7 +90,7 @@ table.table_agent_module tr td {
padding: 5px; padding: 5px;
} }
table.header_table tbody tr td { table.header_table tbody tr {
background-color: #fafafa; background-color: #fafafa;
} }