input { visibility: hidden; }

This commit is contained in:
James Campos 2011-09-21 16:49:23 -07:00
parent 0c974d6556
commit 0716c42a33
2 changed files with 10 additions and 2 deletions

View File

@ -3152,7 +3152,11 @@
width: 100%;\
}\
#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 {\
max-height: 100px;\

View File

@ -2483,7 +2483,11 @@ Main =
width: 100%;
}
#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 {
max-height: 100px;