mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-08 09:23:09 +01:00
chore (upload): ouline in upload button
This commit is contained in:
parent
e2f3475bfc
commit
e3f910814a
1 changed files with 2 additions and 2 deletions
|
|
@ -143,11 +143,11 @@
|
||||||
inset: 0;
|
inset: 0;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
appearance: none;
|
appearance: none;
|
||||||
margin: -2px;
|
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
.component_mobilefileupload input[type="file"]:focus-visible {
|
.component_mobilefileupload input[type="file"]:focus-visible {
|
||||||
background: rgba(0,0,0,0.8);
|
background: rgba(0, 0, 0, 0.8);
|
||||||
|
outline: 2px solid;
|
||||||
}
|
}
|
||||||
.component_mobilefileupload input[type="file"]::file-selector-button {
|
.component_mobilefileupload input[type="file"]::file-selector-button {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue