Browse Source

Merge pull request #473 from leemannd/10.0-fix_account_table

Add background color
pull/483/head
Frédéric Clementi 6 years ago
committed by GitHub
parent
commit
3956288400
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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