This commit is contained in:
parent
e1eeb81696
commit
f3085bef66
|
@ -12,7 +12,6 @@
|
|||
tabindex="0">
|
||||
</section>
|
||||
<input
|
||||
id="input"
|
||||
type="file"
|
||||
accept="{{$ctrl.accept}}">
|
||||
</input>
|
||||
|
|
|
@ -4,10 +4,15 @@
|
|||
.value {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
#input {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
opacity: 0;
|
||||
input[type=file] {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
section {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue