From aab0ea16ebfabb3cb7308d93c3400e5696c7a612 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Mon, 11 May 2015 04:59:21 +0200 Subject: [PATCH] xhtml_style: add css rule to display validator message in listbox editable field in red font --- .../portal_skins/erp5_xhtml_style/erp5.css.xml | 5 +++++ 1 file changed, 5 insertions(+) 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 75a3da5f6c..45fc03f193 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 @@ -782,6 +782,11 @@ fieldset.bottom .field .input {\n border: 1px solid #f40;\n }\n \n +.listbox-body .error {\n + background-color: inherit;\n + color: #f40;\n +}\n +\n .content .invisible > label {\n display: None;\n }\n -- 2.30.9