3
0
Fork 0

[FIX][web_responsive] Remove hidden floating input over images

Without this patch, when you clicked on a partner's name field next to its image, it asked you to change its image.
9.0
Jairo Llopis 2017-01-25 14:21:37 +01:00
parent 3fed0754f0
commit df13c92c68
1 changed files with 3 additions and 0 deletions

View File

@ -82,6 +82,9 @@
display: block; display: block;
opacity: 0.7; opacity: 0.7;
} }
.oe_hidden_input_file {
display: none;
}
// Adapt chatter widget to small viewports // Adapt chatter widget to small viewports
.oe_chatter { .oe_chatter {