refs #2596 drag and drop implementado #1119
|
@ -3,7 +3,7 @@
|
|||
ng-transclude="prepend"
|
||||
class="prepend">
|
||||
</div>
|
||||
<div class="infix">
|
||||
<div class="infix" >
|
||||
<div class="fix prefix"></div>
|
||||
<div class="control">
|
||||
<section
|
||||
|
@ -13,8 +13,7 @@
|
|||
</section>
|
||||
<input
|
||||
type="file"
|
||||
accept="{{$ctrl.accept}}"
|
||||
style="display: none;">
|
||||
accept="{{$ctrl.accept}}">
|
||||
</input>
|
||||
|
||||
</div>
|
||||
<div class="fix suffix"></div>
|
||||
|
|
|
@ -4,4 +4,13 @@
|
|||
.value {
|
||||
cursor: pointer;
|
||||
}
|
||||
.control {
|
||||
& > input[type=file] {
|
||||
opacity: 0;
|
||||
}
|
||||
& > section {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
juan
commented
No gastes ids, son unics a nivell global de tota la web, pots ficar-ho dins de No gastes ids, son unics a nivell global de tota la web, pots ficar-ho dins de `.vn-input-file` amb un selector `input[type=file]`
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Per separar estil de estructura, millor ficar-ho en el fitxer css.