scratch – Diff between revs 81 and 99

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 81 Rev 99
Line 1... Line 1...
1 .fileupload-process { 1 .fileupload-process {
2 background: rgba(245, 245, 245, 1); 2 background: whitesmoke;
3 border: 0px solid rgba(255, 255, 255, 1); 3 border: 0px solid white;
4 border-radius: 4px; 4 border-radius: 4px;
5 height: 20px; 5 height: 20px;
6 } 6 }
Line 7... Line 7...
7   7  
Line 72... Line 72...
72 } 72 }
73 } 73 }
74 } 74 }
Line 75... Line 75...
75   75  
76 /* Hide the delete button initially */ -  
77   76 /* Hide the delete button initially */
-   77 /* Hide the start and cancel buttons and show the delete button */
-   78