mirror of
https://github.com/spacedeck/spacedeck-open.git
synced 2025-12-16 09:57:30 +01:00
initial commit.
This commit is contained in:
12
styles/form-file.scss
Normal file
12
styles/form-file.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
.file {
|
||||
input {
|
||||
visibility: hidden;
|
||||
width: 0;
|
||||
height: 0;
|
||||
position: absolute;
|
||||
}
|
||||
display: inline-block !important;
|
||||
overflow: hidden;
|
||||
cursor: pointer;
|
||||
}
|
||||
Reference in New Issue
Block a user