hide just the file input
This commit is contained in:
parent
f6d865a583
commit
b55303cd9a
@ -3282,7 +3282,7 @@
|
||||
#qr input[name=resto] {\
|
||||
width: 80px;\
|
||||
}\
|
||||
#qr button + input {\
|
||||
#qr button + input[type=file] {\
|
||||
position: absolute;\
|
||||
opacity: 0;\
|
||||
pointer-events: none;\
|
||||
|
||||
@ -2535,7 +2535,7 @@ Main =
|
||||
#qr input[name=resto] {
|
||||
width: 80px;
|
||||
}
|
||||
#qr button + input {
|
||||
#qr button + input[type=file] {
|
||||
position: absolute;
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user