-
Notifications
You must be signed in to change notification settings - Fork 0
/
RtvVideoUpload.css
33 lines (33 loc) · 1019 Bytes
/
RtvVideoUpload.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#file-list .list-group-item .row {margin-bottom: 2px}
.fileprogress{margin-bottom: 4px}
.fileprogressbar .progress-bar{text-align: right!important; padding: 0 4px;}
.filesize span{padding-left: 12px;}
#dropzone{
border:3px dashed silver;
border-radius: 12px;
padding: 18px 4px;
margin: 18px 4px;
color: silver;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.5s cubic-bezier(.3,0,0,.4);
}
#dropzone.highlightDropzone{
border-color: #46b8da;
padding: 56px 4px;
color: #46b8da;
-webkit-box-shadow: inset 0px 0px 30px 0px rgb(91,192,222);
-moz-box-shadow: inset 0px 0px 30px 0px rgb(91,192,222);
box-shadow: inset 0px 0px 30px 0px rgb(91,192,222);
}
#dropzone.targetDropzone{
border-color: #4cae4c;
color: #4cae4c;
-webkit-box-shadow: inset 0px 0px 30px 0px rgba(92,184,92,1);
-moz-box-shadow: inset 0px 0px 30px 0px rgba(92,184,92,1);
box-shadow: inset 0px 0px 30px 0px rgba(92,184,92,1);
background-color: rgba(92,184,92, 0.1);
}
.upload-info-popup{
color: grey;
padding-left: 5px;
}