[FIX]fixed change color of readonly fields.

bzr revid: vja@vja-desktop-20111212112219-pfynaaoob1th8qq8
This commit is contained in:
vishmita 2011-12-12 16:52:19 +05:30
parent 7a1e543fbd
commit 96f745fe26
1 changed files with 1 additions and 1 deletions

View File

@ -1122,7 +1122,7 @@ label.error {
padding-top: 2px;
}
.openerp .oe_forms input[disabled],.openerp .oe_forms select[disabled], .openerp .oe_forms textarea[disabled]{
background: #EBEBE4 !important;
background: #E0E0E0;
}
.openerp .oe_forms textarea {
resize:vertical;