scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 20  →  ?path2? @ 21
/quickload/css/style.css
@@ -14,6 +14,16 @@
background: #f9f9f9;
}
 
#uploadpanel {
min-height: 320px;
border: 2px dashed #F78700;
border-radius: 5px;
box-sizing: border-box;
/* outline-offset: -24px; */
background-image: url("../img/blueprint.png");
background-repeat: repeat;
}
 
#total-progress {
opacity: 0;
transition: opacity 0.3s linear;
@@ -26,7 +36,7 @@
}
 
/* Hide the delete button initially */
#previews .file-row .delete {
#previews .file-row .remove {
display: none;
}
 
@@ -35,6 +45,6 @@
#previews .file-row.dz-success .cancel {
opacity: 0.3;
}
#previews .file-row.dz-success .delete {
#previews .file-row.dz-success .remove {
display: block;
}