invisible input button
This commit is contained in:
parent
d6bd9589ed
commit
bcfe68f100
3 changed files with 5 additions and 3 deletions
|
|
@ -441,7 +441,8 @@ input[type="file"] {
|
||||||
/* margin: 0.5rem 0.5rem 0.5rem 0.25rem; */
|
/* margin: 0.5rem 0.5rem 0.5rem 0.25rem; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-file {
|
.input-file,
|
||||||
|
.input-button {
|
||||||
width: 0.1px;
|
width: 0.1px;
|
||||||
height: 0.1px;
|
height: 0.1px;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -266,7 +266,8 @@ input[type="file"] {
|
||||||
/* margin: 0.5rem 0.5rem 0.5rem 0.25rem; */
|
/* margin: 0.5rem 0.5rem 0.5rem 0.25rem; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-file {
|
.input-file,
|
||||||
|
.input-button {
|
||||||
width: 0.1px;
|
width: 0.1px;
|
||||||
height: 0.1px;
|
height: 0.1px;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue