[IMP] web: added readonly checkmarks fix in saas file

I forgot to put the new rule of cc9f2919be in the saas file.
opw 630611
This commit is contained in:
David Monjoie 2015-03-31 14:26:25 +02:00
parent 58e38aeb17
commit 27594146b5
1 changed files with 2 additions and 0 deletions

View File

@ -2273,6 +2273,8 @@ $sheet-padding: 16px
border-width: 0
> td.oe_list_field_boolean input
@include opacity()
> td.oe_list_field_boolean input:-moz-read-only
@include opacity(1.0)
> tr:nth-child(odd)
background-color: #f0f0fa
@include vertical-gradient(#f0f0fa, #eeeef6)