Browse Source

account_financial_report_qweb: set background-color to table

pull/473/head
Denis Leemann 6 years ago
parent
commit
6543cae4aa
  1. 1
      account_financial_report_qweb/static/src/css/report.css

1
account_financial_report_qweb/static/src/css/report.css

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

Loading…
Cancel
Save