hide just the file input

This commit is contained in:
James Campos 2011-09-25 20:18:31 -07:00
parent f6d865a583
commit b55303cd9a
2 changed files with 2 additions and 2 deletions

View File

@ -3282,7 +3282,7 @@
#qr input[name=resto] {\ #qr input[name=resto] {\
width: 80px;\ width: 80px;\
}\ }\
#qr button + input {\ #qr button + input[type=file] {\
position: absolute;\ position: absolute;\
opacity: 0;\ opacity: 0;\
pointer-events: none;\ pointer-events: none;\

View File

@ -2535,7 +2535,7 @@ Main =
#qr input[name=resto] { #qr input[name=resto] {
width: 80px; width: 80px;
} }
#qr button + input { #qr button + input[type=file] {
position: absolute; position: absolute;
opacity: 0; opacity: 0;
pointer-events: none; pointer-events: none;