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