Commit 591c1285 authored by Xiaowu Zhang's avatar Xiaowu Zhang

erp5_production_planning&erp5_xhtml_style: change class name

previous class has background color
parent 61b32705
......@@ -275,7 +275,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: "error" if (cell and ((not cell.getSpecialise() and cell.getQuantity()) or (cell.getSpecialiseValue().getQuantity() != cell.getQuantity()))) else ""</string> </value>
<value> <string>python: "warning" if (cell and ((not cell.getSpecialise() and cell.getQuantity()) or (cell.getSpecialiseValue().getQuantity() != cell.getQuantity()))) else ""</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -420,6 +420,10 @@ fieldset.bottom .field .input {
color: #f40;
}
.content .field .warning {
color: #f40;
}
.content .error .input {
border: 1px solid #f40;
}
......
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