forked from Techsystech/web
[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
parent
8988ebf481
commit
c28637e64b
|
@ -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…
Reference in New Issue