account_financial_report: set backgroud-color to table

This commit is contained in:
Denis Leemann
2018-11-16 13:15:07 +01:00
committed by chaule97
parent 0604ba65fb
commit a57138e50e

View File

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