account_financial_report: set backgroud-color to table

pull/939/head
Denis Leemann 2018-11-16 13:15:07 +01:00 committed by David Ramia
parent c6e9400263
commit 579eea0611
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
.act_as_table {
display: table !important;
background-color: white;
}
.act_as_row {
display: table-row !important;