This commit is contained in:
parent
aaaa73644d
commit
e1eeb81696
|
@ -12,9 +12,9 @@
|
||||||
tabindex="0">
|
tabindex="0">
|
||||||
</section>
|
</section>
|
||||||
<input
|
<input
|
||||||
|
id="input"
|
||||||
type="file"
|
type="file"
|
||||||
accept="{{$ctrl.accept}}"
|
accept="{{$ctrl.accept}}">
|
||||||
style="position: absolute; top: 0; opacity: 0;">
|
|
||||||
</input>
|
</input>
|
||||||
</div>
|
</div>
|
||||||
<div class="fix suffix"></div>
|
<div class="fix suffix"></div>
|
||||||
|
|
|
@ -5,3 +5,9 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#input {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
opacity: 0;
|
||||||
|
}
|
Loading…
Reference in New Issue