From 277f079fb87cb2367ba7e83ae70d4d0a6568ae52 Mon Sep 17 00:00:00 2001
From: Christophe Dumez <christophe@nexedi.com>
Date: Wed, 23 Aug 2006 13:23:24 +0000
Subject: [PATCH] - fixed listbox label line text color to match html style

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9352 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml | 2 +-
 1 file changed, 1 insertion(+), 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 4d676acf8d..3a21b7ad74 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
@@ -975,7 +975,7 @@ fieldset.bottom .field label {\n
 }\n
 \n
 .ListContent #listbox_label_line {\n
-  color: inherit;\n
+  color: <dtml-var font_color>;\n
   background-color: <dtml-var listbox_label_background_color>;\n
 }\n
 \n
-- 
2.30.9