[FIX] Fixed css problem with reauired fields

bzr revid: fme@openerp.com-20110811161927-ot5p552djlb1iigw
This commit is contained in:
Fabien Meghazi 2011-08-11 18:19:27 +02:00
parent 673a0683e8
commit c1401ef8f0
1 changed files with 1 additions and 1 deletions

View File

@ -923,7 +923,7 @@ label.error {
height: 15px;
}
.openerp td.required input, .openerp td.required select {
background-color: #D2D2FF;
background-color: #D2D2FF !important;
}
.openerp td.invalid input, .openerp td.invalid select, .openerp td.invalid textarea {
background-color: #F66 !important;