From 27594146b518b94a8ae9600a93a4ed42d9a5b755 Mon Sep 17 00:00:00 2001 From: David Monjoie Date: Tue, 31 Mar 2015 14:26:25 +0200 Subject: [PATCH] [IMP] web: added readonly checkmarks fix in saas file I forgot to put the new rule of cc9f2919be82946f1f4801bde3e4ddc255f5047f in the saas file. opw 630611 --- addons/web/static/src/css/base.sass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/addons/web/static/src/css/base.sass b/addons/web/static/src/css/base.sass index 361914b3578..959be8071a1 100644 --- a/addons/web/static/src/css/base.sass +++ b/addons/web/static/src/css/base.sass @@ -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)