Multiple file upload by drag and drop with progress indicators and auto page reload

This commit is contained in:
Andrew Manning
2016-07-24 07:41:53 -04:00
parent 3a60bef2b6
commit 6998bb1f23
4 changed files with 142 additions and 195 deletions

View File

@@ -2040,4 +2040,25 @@ dl.bb-dl > dd > li {
#wiki-preview img {
max-width: 100%;
}
}
#filedrag
{
display: none;
font-weight: bold;
text-align: center;
padding: 1em 0;
margin: 1em 0;
color: #555;
border: 2px dashed #555;
border-radius: 7px;
cursor: default;
}
#filedrag.hover
{
color: #f00;
border-color: #f00;
border-style: solid;
box-shadow: inset 0 3px 4px #888;
}