Commit b02809ad authored by Fabien Morin's avatar Fabien Morin

display required fields in a color less flashee


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21781 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b5454b93
......@@ -997,7 +997,7 @@ class ManageCSS:
# field is required: using special color
# color is specified as light-blue when standard
# color = 'green' when error
properties_css_object_stand['background'] = 'rgb(192,192,255)'
properties_css_object_stand['background'] = 'rgb(236,245,220)'
properties_css_object_error['background'] = 'rgb(128,128,255)'
elif properties_field['type'] != 'TextAreaField':
properties_css_object_stand['background'] = '#F5F5DC'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment