Sha256: f3adfa4aec3ae4aef1eae7075cb7b01635d576da01389ca5382a4942fd86b586
Contents?: true
Size: 752 Bytes
Versions: 15
Compression:
Stored size: 752 Bytes
Contents
.iu-multi { position: relative; .iu-alert { display: none; } .iu-multi-dropzone { &.active { position: relative; overflow: hidden; width: 300px; height: 100px; border: 5px solid black; &.iu-drag-over { background: silver; } &.uploading { .iu-progress-bar { height: 5px; background: red; position: absolute; top: 0; left: 0; } } } } .iu-multi-select { display: none; .iu-select-files { z-index: 1; } } .iu-multi-files-cache, .iu-multi-files { display: none; overflow: auto; li { float: left; list-style: none; margin: 3px; } } }
Version data entries
15 entries across 15 versions & 1 rubygems