From 0de16a1ddf7aa3b4b452876b0607844ac6f6c634 Mon Sep 17 00:00:00 2001 From: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Sat, 18 Apr 2009 07:32:40 +0000 Subject: [PATCH] backport from tiolive_base css, although the difference of background colors is quite small in xhtml style. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26493 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml | 1 + product/ERP5/bootstrap/erp5_xhtml_style/bt/revision | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml index c644c9f924..b8b51f7dd7 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml +++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml @@ -1110,6 +1110,7 @@ a.tree_closed {\n \n .ListSummary table {\n width: 100%;\n + background-color: <dtml-var document_background_color>;\n border-color: <dtml-var document_border_color>;\n border-style: solid;\n border-top-width: 1px;\n diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision index 6bd680a650..3247896b00 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision +++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision @@ -1 +1 @@ -711 \ No newline at end of file +712 \ No newline at end of file -- 2.30.9