[FIX][web_responsive] Show upload control in binary widgets.

We only want to hide it in image widgets, to avoid breaking binary widgets.
This commit is contained in:
Jairo Llopis
2017-02-01 09:25:29 +00:00
parent 8988ebf481
commit c28637e64b

View File

@@ -81,9 +81,10 @@
.oe_form_field_image > .oe_form_field_image_controls {
display: block;
opacity: 0.7;
}
.oe_hidden_input_file {
display: none;
.oe_hidden_input_file {
display: none;
}
}
// Adapt chatter widget to small viewports