Browse Source

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

We only want to hide it in image widgets, to avoid breaking binary widgets.
pull/541/head
Jairo Llopis 8 years ago
parent
commit
c28637e64b
  1. 7
      web_responsive/static/src/less/form_view.less

7
web_responsive/static/src/less/form_view.less

@ -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

Loading…
Cancel
Save