Commit aab0ea16 authored by Jérome Perrin's avatar Jérome Perrin

xhtml_style: add css rule to display validator message in listbox editable field in red font

parent 2345cdeb
......@@ -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
......
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