[MIG] web_widget_image_download: Update for v9.

This commit is contained in:
Jairo Llopis
2016-08-05 12:00:18 +02:00
committed by Pedro M. Baeza
parent 0d9db0eb38
commit 120a9a576b
4 changed files with 26 additions and 24 deletions

View File

@@ -1,6 +1,8 @@
/* Copyright 2016 Flavio Corpa <flavio.corpa@tecnativa.com>
* Copyright 2016 Jairo Llopis <jairo.llopis@tecnativa.com>
* License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). */
.openerp .oe_application a.oe_form_binary_file_download {
color: #eee;
.openerp .oe_form .oe_form_field_image .oe_form_field_image_controls
.oe_form_binary_file_download {
color: inherit;
}