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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
account_financial_report_qweb/static/src/css/report.css
|
@ -1,5 +1,6 @@ |
|
|
.act_as_table { |
|
|
.act_as_table { |
|
|
display: table !important; |
|
|
display: table !important; |
|
|
|
|
|
background-color: white; |
|
|
} |
|
|
} |
|
|
.act_as_row { |
|
|
.act_as_row { |
|
|
display: table-row !important; |
|
|
display: table-row !important; |
|
|