source: pro-violet-viettel/www/deploy/20150304/assets/css/less/thirdparty-dropzone.less @ 804

Last change on this file since 804 was 780, checked in by dungnv, 10 years ago
File size: 1.6 KB
Line 
1.dropzone {
2  .border-radius(0);
3  border: 1px solid rgba(0, 0, 0, 0.06);
4 
5  .dz-default.dz-message {
6        background-image:none;
7        font-size:24px;
8        text-align:center;
9        line-height:32px;
10
11        left:0;
12        width:100%;
13        margin-left:auto;
14
15        span {
16                display:inline;
17                color:#555;
18               
19                .upload-icon {
20                        .opacity(0.7);
21                        margin-top:8px;
22                        cursor:pointer;
23                       
24                        &:hover {
25                                .opacity(1);
26                        }
27
28                }
29        }
30  }
31
32}
33
34
35
36 
37.dropzone .dz-preview .dz-error-mark,
38.dropzone-previews .dz-preview .dz-error-mark,
39.dropzone .dz-preview .dz-success-mark,
40.dropzone-previews .dz-preview .dz-success-mark {
41        background-image:none;
42        background-color:rgba(255,255,255,0.8);
43        border-radius:100%;
44        text-align:center;
45        line-height:35px;
46 }
47
48
49.dropzone .dz-preview .dz-error-mark:before,
50.dropzone-previews .dz-preview .dz-error-mark:before{
51        font-family:FontAwesome;
52        font-size:30px;
53        color:#DB6262;
54        content:"\f00d";
55}
56.dropzone .dz-preview .dz-success-mark:before,
57.dropzone-previews .dz-preview .dz-success-mark:before{
58        font-family:FontAwesome;
59        font-size:30px;
60        color:#6DA552;
61        content:"\f00c";
62}
63
64
65.dropzone a.dz-remove, .dropzone-previews a.dz-remove {
66        border:none;
67        border-radius:0;
68        color:#FFF;
69        background:#D15B47;
70        cursor:pointer;
71        &:hover {
72                color:#FFF;
73                background:#B74635;
74        }
75}
76
77
78.dropzone .progress ,
79.dropzone-previews .progress
80{
81  margin-bottom:0;
82}
83.dropzone .dz-preview.dz-success .progress,
84.dropzone-previews .dz-preview.dz-success .progress ,
85.dropzone .dz-preview.dz-error .progress,
86.dropzone-previews .dz-preview.dz-error .progress
87{
88  display:none;
89}
Note: See TracBrowser for help on using the repository browser.