Browse Source
Merge pull request #482 from leemannd/11.0-fix_account_table
account_financial_report: set backgroud-color to table
pull/484/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/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; |
|
|