input { visibility: hidden; }
This commit is contained in:
parent
0c974d6556
commit
0716c42a33
@ -3152,7 +3152,11 @@
|
|||||||
width: 100%;\
|
width: 100%;\
|
||||||
}\
|
}\
|
||||||
#qr #files input {\
|
#qr #files input {\
|
||||||
display: none;\
|
/* cannot use `display: none;`\
|
||||||
|
https://bugs.webkit.org/show_bug.cgi?id=58208\
|
||||||
|
http://code.google.com/p/chromium/issues/detail?id=78961\
|
||||||
|
*/\
|
||||||
|
visibility: hidden;\
|
||||||
}\
|
}\
|
||||||
#qr #files img {\
|
#qr #files img {\
|
||||||
max-height: 100px;\
|
max-height: 100px;\
|
||||||
|
|||||||
@ -2483,7 +2483,11 @@ Main =
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
#qr #files input {
|
#qr #files input {
|
||||||
display: none;
|
/* cannot use `display: none;`
|
||||||
|
https://bugs.webkit.org/show_bug.cgi?id=58208
|
||||||
|
http://code.google.com/p/chromium/issues/detail?id=78961
|
||||||
|
*/
|
||||||
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
#qr #files img {
|
#qr #files img {
|
||||||
max-height: 100px;
|
max-height: 100px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user