From 6543cae4aa64f5c113d394a53bd9b04e7472ae9f Mon Sep 17 00:00:00 2001 From: Denis Leemann Date: Thu, 11 Oct 2018 11:43:44 +0200 Subject: [PATCH] account_financial_report_qweb: set background-color to table --- account_financial_report_qweb/static/src/css/report.css | 1 + 1 file changed, 1 insertion(+) diff --git a/account_financial_report_qweb/static/src/css/report.css b/account_financial_report_qweb/static/src/css/report.css index 367a31ab..e2dc5bf6 100644 --- a/account_financial_report_qweb/static/src/css/report.css +++ b/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;