3
0
Fork 0

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

We only want to hide it in image widgets, to avoid breaking binary widgets.
9.0
Jairo Llopis 2017-02-01 09:25:29 +00:00
parent 8988ebf481
commit c28637e64b
1 changed files with 4 additions and 3 deletions

View File

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