🎉 Add support for uploading files from file listing! 🎉

closes #22
This commit is contained in:
Dane Everitt 2016-10-28 18:21:12 -04:00
parent 63d7062f3c
commit 51c07bf1f2
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 143 additions and 2 deletions

View file

@ -285,3 +285,25 @@ li.btn.btn-default.pill:active,li.btn.btn-default.pill:focus,li.btn.btn-default.
#consoleThrottled:hover {
opacity: 1;
}
.hasFileHover {
border: 2px dashed #0087F7;
border-radius: 5px;
margin: 0;
opacity: 0.5;
}
.hasFileHover * {
pointer-events: none;
}
td.has-progress {
padding: 0px !important;
border-top: 0px !important;
}
.progress.progress-table-bottom {
margin: 0 !important;
height:5px !important;
padding:0;
border:0;
}