Commit 27097fee authored by Jean-Paul Smets's avatar Jean-Paul Smets

added error class for listbox data


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@623 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c3ee1b46
......@@ -338,6 +338,29 @@ color: &dtml-default_font_color;;
border-bottom-width: 0px;
}
.ListContent td.DataAError{
font-size: 0,8em;
background-color: #ffffff;
color: red;
border-color: red;
border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-right-width: 2px;
border-bottom-width: 2px;
}
.ListContent td.DataBError{
font-size: 0,8em;
background-color: inherit;
color: red;
border-color: red;
border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-right-width: 2px;
border-bottom-width: 2px;
}
/* _________________ ViewSelectionBox _________________ */
......
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