scratch – Diff between revs 20 and 21

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 20 Rev 21
Line 12... Line 12...
12 } 12 }
13 #previews .file-row:nth-child(odd) { 13 #previews .file-row:nth-child(odd) {
14 background: #f9f9f9; 14 background: #f9f9f9;
15 } 15 }
Line -... Line 16...
-   16  
-   17 #uploadpanel {
-   18 min-height: 320px;
-   19 border: 2px dashed #F78700;
-   20 border-radius: 5px;
-   21 box-sizing: border-box;
-   22 /* outline-offset: -24px; */
-   23 background-image: url("../img/blueprint.png");
-   24 background-repeat: repeat;
-   25 }
16   26  
17 #total-progress { 27 #total-progress {
18 opacity: 0; 28 opacity: 0;
19 transition: opacity 0.3s linear; 29 transition: opacity 0.3s linear;
Line 24... Line 34...
24 opacity: 0; 34 opacity: 0;
25 transition: opacity 0.3s linear; 35 transition: opacity 0.3s linear;
26 } 36 }
Line 27... Line 37...
27   37  
28 /* Hide the delete button initially */ 38 /* Hide the delete button initially */
29 #previews .file-row .delete { 39 #previews .file-row .remove {
30 display: none; 40 display: none;
Line 31... Line 41...
31 } 41 }
32   42  
33 /* Hide the start and cancel buttons and show the delete button */ 43 /* Hide the start and cancel buttons and show the delete button */
34 #previews .file-row.dz-success .start, 44 #previews .file-row.dz-success .start,
35 #previews .file-row.dz-success .cancel { 45 #previews .file-row.dz-success .cancel {
36 opacity: 0.3; 46 opacity: 0.3;
37 } 47 }
38 #previews .file-row.dz-success .delete { 48 #previews .file-row.dz-success .remove {
39 display: block; 49 display: block;