[IMP] base: apply same css of body content for the textarea

bzr revid: chm@openerp.com-20130129100614-fwz3lf8pvqeuuohl
This commit is contained in:
Christophe Matthieu 2013-01-29 11:06:14 +01:00
parent bfed0ace3f
commit 06b2fd5865
2 changed files with 4 additions and 0 deletions

View File

@ -2341,6 +2341,7 @@
background: white;
min-width: 60px;
color: #1f1f1f;
font-family: "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
}
.openerp .oe_form input[readonly], .openerp .oe_form select[readonly], .openerp .oe_form textarea[readonly], .openerp .oe_form input[disabled], .openerp .oe_form select[disabled] {
background: #e5e5e5 !important;
@ -2355,6 +2356,7 @@
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
color: #4C4C4C;
}
.openerp .oe_form textarea.oe_inline[disabled] {
border-left: 8px solid #eeeeee;

View File

@ -1857,6 +1857,7 @@ $sheet-padding: 16px
background: white
min-width: 60px
color: #1f1f1f
font-family: "Lucida Grande", Helvetica, Verdana, Arial, sans-serif
input[readonly], select[readonly], textarea[readonly], input[disabled], select[disabled]
background: #E5E5E5 !important
color: #666
@ -1865,6 +1866,7 @@ $sheet-padding: 16px
padding-left: 8px
@include box-shadow(none)
@include radius(0px)
color: #4C4C4C
textarea.oe_inline[disabled]
border-left: 8px solid #eee
.oe_form_field_url button img