@syncfusion/ej2-angular-inputs 20.1.47 → 20.1.58
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -1
- package/dist/ej2-angular-inputs.umd.js +1 -1
- package/dist/ej2-angular-inputs.umd.min.js +1 -1
- package/package.json +8 -8
- package/schematics/ng-add/schema.json +1 -1
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +125 -658
- package/styles/bootstrap.css +122 -655
- package/styles/bootstrap4.css +122 -682
- package/styles/bootstrap5-dark.css +131 -702
- package/styles/bootstrap5.css +131 -702
- package/styles/color-picker/bootstrap-dark.css +27 -194
- package/styles/color-picker/bootstrap.css +27 -194
- package/styles/color-picker/bootstrap4.css +27 -209
- package/styles/color-picker/bootstrap5-dark.css +27 -202
- package/styles/color-picker/bootstrap5.css +27 -202
- package/styles/color-picker/fabric-dark.css +27 -194
- package/styles/color-picker/fabric.css +27 -194
- package/styles/color-picker/fluent-dark.css +27 -194
- package/styles/color-picker/fluent.css +27 -194
- package/styles/color-picker/highcontrast-light.css +27 -194
- package/styles/color-picker/highcontrast.css +27 -194
- package/styles/color-picker/material-dark.css +27 -195
- package/styles/color-picker/material.css +27 -196
- package/styles/color-picker/tailwind-dark.css +28 -203
- package/styles/color-picker/tailwind.css +28 -203
- package/styles/fabric-dark.css +122 -656
- package/styles/fabric.css +121 -655
- package/styles/fluent-dark.css +131 -691
- package/styles/fluent.css +131 -691
- package/styles/highcontrast-light.css +130 -676
- package/styles/highcontrast.css +130 -676
- package/styles/input/bootstrap-dark.css +36 -38
- package/styles/input/bootstrap.css +33 -35
- package/styles/input/bootstrap4.css +33 -35
- package/styles/input/bootstrap5-dark.css +33 -35
- package/styles/input/bootstrap5.css +33 -35
- package/styles/input/fabric-dark.css +32 -33
- package/styles/input/fabric.css +32 -33
- package/styles/input/fluent-dark.css +32 -33
- package/styles/input/fluent.css +32 -33
- package/styles/input/highcontrast-light.css +33 -35
- package/styles/input/highcontrast.css +33 -35
- package/styles/input/material-dark.css +87 -122
- package/styles/input/material.css +87 -123
- package/styles/input/tailwind-dark.css +32 -33
- package/styles/input/tailwind.css +32 -33
- package/styles/maskedtextbox/bootstrap-dark.css +1 -1
- package/styles/maskedtextbox/bootstrap.css +1 -1
- package/styles/maskedtextbox/bootstrap4.css +1 -1
- package/styles/maskedtextbox/bootstrap5-dark.css +1 -1
- package/styles/maskedtextbox/bootstrap5.css +1 -1
- package/styles/maskedtextbox/fabric-dark.css +1 -1
- package/styles/maskedtextbox/fabric.css +1 -1
- package/styles/maskedtextbox/fluent-dark.css +1 -1
- package/styles/maskedtextbox/fluent.css +1 -1
- package/styles/maskedtextbox/highcontrast-light.css +1 -1
- package/styles/maskedtextbox/highcontrast.css +1 -1
- package/styles/maskedtextbox/material-dark.css +1 -2
- package/styles/maskedtextbox/material.css +1 -3
- package/styles/maskedtextbox/tailwind-dark.css +1 -1
- package/styles/maskedtextbox/tailwind.css +1 -1
- package/styles/material-dark.css +180 -775
- package/styles/material.css +180 -780
- package/styles/numerictextbox/bootstrap-dark.css +6 -8
- package/styles/numerictextbox/bootstrap.css +6 -8
- package/styles/numerictextbox/bootstrap4.css +6 -7
- package/styles/numerictextbox/bootstrap5-dark.css +6 -7
- package/styles/numerictextbox/bootstrap5.css +6 -7
- package/styles/numerictextbox/fabric-dark.css +6 -7
- package/styles/numerictextbox/fabric.css +6 -7
- package/styles/numerictextbox/fluent-dark.css +7 -9
- package/styles/numerictextbox/fluent.css +7 -9
- package/styles/numerictextbox/highcontrast-light.css +6 -7
- package/styles/numerictextbox/highcontrast.css +6 -7
- package/styles/numerictextbox/material-dark.css +6 -8
- package/styles/numerictextbox/material.css +6 -9
- package/styles/numerictextbox/tailwind-dark.css +6 -7
- package/styles/numerictextbox/tailwind.css +6 -7
- package/styles/signature/bootstrap-dark.css +1 -1
- package/styles/signature/bootstrap.css +1 -1
- package/styles/signature/bootstrap4.css +1 -1
- package/styles/signature/bootstrap5-dark.css +1 -1
- package/styles/signature/bootstrap5.css +1 -1
- package/styles/signature/fabric-dark.css +1 -1
- package/styles/signature/fabric.css +1 -1
- package/styles/signature/fluent-dark.css +1 -1
- package/styles/signature/fluent.css +1 -1
- package/styles/signature/highcontrast-light.css +1 -1
- package/styles/signature/highcontrast.css +1 -1
- package/styles/signature/material-dark.css +1 -1
- package/styles/signature/material.css +1 -1
- package/styles/signature/tailwind-dark.css +1 -1
- package/styles/signature/tailwind.css +1 -1
- package/styles/slider/bootstrap-dark.css +1 -91
- package/styles/slider/bootstrap.css +1 -91
- package/styles/slider/bootstrap4.css +1 -104
- package/styles/slider/bootstrap5-dark.css +10 -131
- package/styles/slider/bootstrap5.css +10 -131
- package/styles/slider/fabric-dark.css +2 -96
- package/styles/slider/fabric.css +1 -95
- package/styles/slider/fluent-dark.css +9 -113
- package/styles/slider/fluent.css +9 -113
- package/styles/slider/highcontrast-light.css +9 -113
- package/styles/slider/highcontrast.css +9 -113
- package/styles/slider/material-dark.css +5 -120
- package/styles/slider/material.css +5 -120
- package/styles/slider/tailwind-dark.css +8 -136
- package/styles/slider/tailwind.css +8 -136
- package/styles/tailwind-dark.css +129 -705
- package/styles/tailwind.css +129 -705
- package/styles/textbox/material-dark.css +1 -1
- package/styles/textbox/material.css +1 -2
- package/styles/textbox/tailwind-dark.css +1 -1
- package/styles/textbox/tailwind.css +1 -1
- package/styles/uploader/bootstrap-dark.css +59 -330
- package/styles/uploader/bootstrap.css +59 -330
- package/styles/uploader/bootstrap4.css +59 -330
- package/styles/uploader/bootstrap5-dark.css +59 -330
- package/styles/uploader/bootstrap5.css +59 -330
- package/styles/uploader/fabric-dark.css +59 -330
- package/styles/uploader/fabric.css +59 -330
- package/styles/uploader/fluent-dark.css +60 -346
- package/styles/uploader/fluent.css +60 -346
- package/styles/uploader/highcontrast-light.css +59 -330
- package/styles/uploader/highcontrast.css +59 -330
- package/styles/uploader/material-dark.css +59 -331
- package/styles/uploader/material.css +59 -331
- package/styles/uploader/tailwind-dark.css +59 -330
- package/styles/uploader/tailwind.css +59 -330
|
@@ -6,7 +6,6 @@
|
|
|
6
6
|
transform: rotate(360deg);
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
|
-
|
|
10
9
|
@keyframes fabric-spinner-rotate {
|
|
11
10
|
0% {
|
|
12
11
|
transform: rotate(0);
|
|
@@ -15,29 +14,28 @@
|
|
|
15
14
|
transform: rotate(360deg);
|
|
16
15
|
}
|
|
17
16
|
}
|
|
18
|
-
|
|
19
17
|
.e-upload .e-upload-files .e-file-remove-btn.e-icons::before {
|
|
20
|
-
content:
|
|
18
|
+
content: "\e96c";
|
|
21
19
|
}
|
|
22
20
|
|
|
23
21
|
.e-upload .e-upload-files .e-icons.e-file-pause-btn::before {
|
|
24
|
-
content:
|
|
22
|
+
content: "\e329";
|
|
25
23
|
}
|
|
26
24
|
|
|
27
25
|
.e-upload .e-upload-files .e-icons.e-file-reload-btn::before {
|
|
28
|
-
content:
|
|
26
|
+
content: "\e975";
|
|
29
27
|
}
|
|
30
28
|
|
|
31
29
|
.e-upload .e-upload-files .e-icons.e-file-play-btn::before {
|
|
32
|
-
content:
|
|
30
|
+
content: "\e328";
|
|
33
31
|
}
|
|
34
32
|
|
|
35
33
|
.e-upload .e-upload-files .e-file-delete-btn.e-icons::before {
|
|
36
|
-
content:
|
|
34
|
+
content: "\e201";
|
|
37
35
|
}
|
|
38
36
|
|
|
39
37
|
.e-upload .e-upload-files .e-file-abort-btn.e-icons::before {
|
|
40
|
-
content:
|
|
38
|
+
content: "\e991";
|
|
41
39
|
}
|
|
42
40
|
|
|
43
41
|
.e-upload .e-upload-files .e-icons.e-msie::before {
|
|
@@ -52,74 +50,56 @@
|
|
|
52
50
|
.e-bigger .e-upload {
|
|
53
51
|
width: 100%;
|
|
54
52
|
}
|
|
55
|
-
|
|
56
53
|
.e-bigger .e-upload .e-file-select-wrap {
|
|
57
54
|
padding: 20px 0 20px 15px;
|
|
58
55
|
}
|
|
59
|
-
|
|
60
56
|
.e-bigger .e-upload .e-file-select-wrap .e-file-drop {
|
|
61
57
|
font-size: 15px;
|
|
62
58
|
margin-left: 15px;
|
|
63
59
|
}
|
|
64
|
-
|
|
65
60
|
.e-bigger .e-upload .e-upload-files .e-upload-file-list {
|
|
66
61
|
font-size: 15px;
|
|
67
62
|
line-height: normal;
|
|
68
63
|
min-height: 108px;
|
|
69
64
|
}
|
|
70
|
-
|
|
71
65
|
.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container {
|
|
72
66
|
margin-left: 15px;
|
|
73
67
|
top: 0;
|
|
74
68
|
}
|
|
75
|
-
|
|
76
69
|
.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name {
|
|
77
70
|
font-size: 15px;
|
|
78
71
|
padding-top: 15px;
|
|
79
72
|
}
|
|
80
|
-
|
|
81
73
|
.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size {
|
|
82
74
|
font-size: 13px;
|
|
83
75
|
padding: 10px 0;
|
|
84
76
|
}
|
|
85
|
-
|
|
86
77
|
.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
|
|
87
78
|
font-size: 15px;
|
|
88
79
|
padding-top: 15px;
|
|
89
80
|
top: initial;
|
|
90
81
|
}
|
|
91
|
-
|
|
92
82
|
.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,
|
|
93
83
|
.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
|
|
94
84
|
font-size: 13px;
|
|
95
85
|
padding-bottom: 15px;
|
|
96
86
|
}
|
|
97
|
-
|
|
98
87
|
.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap {
|
|
99
88
|
height: 5px;
|
|
100
89
|
}
|
|
101
|
-
|
|
102
90
|
.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap {
|
|
103
91
|
height: 5px;
|
|
104
92
|
width: 95%;
|
|
105
93
|
}
|
|
106
|
-
|
|
107
94
|
.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap .e-upload-progress-bar {
|
|
108
95
|
height: 90%;
|
|
109
96
|
}
|
|
110
|
-
|
|
111
97
|
.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text {
|
|
112
98
|
font-size: 12px;
|
|
113
99
|
right: 16px;
|
|
114
100
|
top: -36px;
|
|
115
101
|
}
|
|
116
|
-
|
|
117
|
-
.e-bigger .e-upload .e-upload-files .e-file-remove-btn.e-icons,
|
|
118
|
-
.e-bigger .e-upload .e-upload-files .e-file-delete-btn.e-icons,
|
|
119
|
-
.e-bigger .e-upload .e-upload-files .e-file-abort-btn.e-icons,
|
|
120
|
-
.e-bigger .e-upload .e-upload-files .e-file-reload-btn.e-icons,
|
|
121
|
-
.e-bigger .e-upload .e-upload-files .e-file-play-btn.e-icons,
|
|
122
|
-
.e-bigger .e-upload .e-upload-files .e-file-pause-btn.e-icons {
|
|
102
|
+
.e-bigger .e-upload .e-upload-files .e-file-remove-btn.e-icons, .e-bigger .e-upload .e-upload-files .e-file-delete-btn.e-icons, .e-bigger .e-upload .e-upload-files .e-file-abort-btn.e-icons, .e-bigger .e-upload .e-upload-files .e-file-reload-btn.e-icons, .e-bigger .e-upload .e-upload-files .e-file-play-btn.e-icons, .e-bigger .e-upload .e-upload-files .e-file-pause-btn.e-icons {
|
|
123
103
|
box-sizing: border-box;
|
|
124
104
|
font-size: 12px;
|
|
125
105
|
height: 20px;
|
|
@@ -129,83 +109,54 @@
|
|
|
129
109
|
top: 50%;
|
|
130
110
|
width: 20px;
|
|
131
111
|
}
|
|
132
|
-
|
|
133
|
-
.e-bigger .e-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled,
|
|
134
|
-
.e-bigger .e-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled {
|
|
112
|
+
.e-bigger .e-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled, .e-bigger .e-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled {
|
|
135
113
|
color: rgba(240, 240, 240, 0.38);
|
|
136
114
|
cursor: not-allowed;
|
|
137
|
-
opacity: .4;
|
|
115
|
+
opacity: 0.4;
|
|
138
116
|
pointer-events: none;
|
|
139
117
|
}
|
|
140
|
-
|
|
141
|
-
.e-bigger .e-upload .e-upload-files .e-file-remove-btn.e-msie.e-icons,
|
|
142
|
-
.e-bigger .e-upload .e-upload-files .e-file-delete-btn.e-msie.e-icons,
|
|
143
|
-
.e-bigger .e-upload .e-upload-files .e-file-abort-btn.e-msie.e-icons,
|
|
144
|
-
.e-bigger .e-upload .e-upload-files .e-file-reload-btn.e-msie.e-icons,
|
|
145
|
-
.e-bigger .e-upload .e-upload-files .e-file-play-btn.e-msie.e-icons,
|
|
146
|
-
.e-bigger .e-upload .e-upload-files .e-file-pause-btn.e-msie.e-icons {
|
|
118
|
+
.e-bigger .e-upload .e-upload-files .e-file-remove-btn.e-msie.e-icons, .e-bigger .e-upload .e-upload-files .e-file-delete-btn.e-msie.e-icons, .e-bigger .e-upload .e-upload-files .e-file-abort-btn.e-msie.e-icons, .e-bigger .e-upload .e-upload-files .e-file-reload-btn.e-msie.e-icons, .e-bigger .e-upload .e-upload-files .e-file-play-btn.e-msie.e-icons, .e-bigger .e-upload .e-upload-files .e-file-pause-btn.e-msie.e-icons {
|
|
147
119
|
padding: 20px 17px 20px 26px;
|
|
148
120
|
}
|
|
149
|
-
|
|
150
|
-
.e-bigger .e-upload .e-upload-files .e-file-play-btn.e-icons,
|
|
151
|
-
.e-bigger .e-upload .e-upload-files .e-file-reload-btn.e-icons,
|
|
152
|
-
.e-bigger .e-upload .e-upload-files .e-file-pause-btn.e-icons {
|
|
121
|
+
.e-bigger .e-upload .e-upload-files .e-file-play-btn.e-icons, .e-bigger .e-upload .e-upload-files .e-file-reload-btn.e-icons, .e-bigger .e-upload .e-upload-files .e-file-pause-btn.e-icons {
|
|
153
122
|
right: 45px;
|
|
154
123
|
}
|
|
155
|
-
|
|
156
124
|
.e-bigger .e-upload .e-upload-files .e-file-delete-btn.e-icons {
|
|
157
125
|
font-size: 12px;
|
|
158
126
|
}
|
|
159
|
-
|
|
160
127
|
.e-bigger .e-upload .e-upload-files .e-file-abort-btn.e-icons {
|
|
161
128
|
font-size: 18px;
|
|
162
129
|
}
|
|
163
|
-
|
|
164
130
|
.e-bigger .e-upload .e-upload-actions .e-btn {
|
|
165
131
|
margin-left: 15px;
|
|
166
132
|
}
|
|
167
|
-
|
|
168
133
|
.e-bigger .e-upload .e-upload-actions .e-file-upload-btn {
|
|
169
134
|
margin: 15px;
|
|
170
135
|
}
|
|
171
|
-
|
|
172
136
|
.e-bigger .e-upload .e-upload-actions .e-file-clear-btn {
|
|
173
137
|
margin: 15px;
|
|
174
138
|
}
|
|
175
|
-
|
|
176
139
|
.e-bigger .e-upload.e-rtl .e-file-select-wrap {
|
|
177
140
|
padding: 20px 15px 20px 0;
|
|
178
141
|
}
|
|
179
|
-
|
|
180
142
|
.e-bigger .e-upload.e-rtl .e-file-select-wrap .e-control.e-btn {
|
|
181
143
|
margin-right: 0;
|
|
182
144
|
}
|
|
183
|
-
|
|
184
145
|
.e-bigger .e-upload.e-rtl .e-file-select-wrap .e-file-drop {
|
|
185
146
|
margin-right: 15px;
|
|
186
147
|
}
|
|
187
|
-
|
|
188
148
|
.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container {
|
|
189
149
|
margin-left: 60px;
|
|
190
150
|
margin-right: 15px;
|
|
191
151
|
}
|
|
192
|
-
|
|
193
|
-
.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-status,
|
|
194
|
-
.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
|
|
152
|
+
.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-status, .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
|
|
195
153
|
top: 30px;
|
|
196
154
|
}
|
|
197
|
-
|
|
198
155
|
.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text {
|
|
199
156
|
left: 16px;
|
|
200
157
|
right: initial;
|
|
201
158
|
}
|
|
202
|
-
|
|
203
|
-
.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-icons,
|
|
204
|
-
.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-icons,
|
|
205
|
-
.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-abort-btn.e-icons,
|
|
206
|
-
.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons,
|
|
207
|
-
.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons,
|
|
208
|
-
.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons {
|
|
159
|
+
.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-icons, .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-icons, .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-abort-btn.e-icons, .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons, .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons, .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons {
|
|
209
160
|
box-sizing: border-box;
|
|
210
161
|
left: 0;
|
|
211
162
|
margin-left: 15px;
|
|
@@ -213,58 +164,37 @@
|
|
|
213
164
|
padding: 24px;
|
|
214
165
|
top: 50%;
|
|
215
166
|
}
|
|
216
|
-
|
|
217
|
-
.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-icons.e-disabled,
|
|
218
|
-
.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-icons.e-disabled {
|
|
167
|
+
.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-icons.e-disabled, .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-icons.e-disabled {
|
|
219
168
|
color: rgba(240, 240, 240, 0.38);
|
|
220
169
|
cursor: not-allowed;
|
|
221
|
-
opacity: .4;
|
|
170
|
+
opacity: 0.4;
|
|
222
171
|
pointer-events: none;
|
|
223
172
|
}
|
|
224
|
-
|
|
225
|
-
.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-msie.e-icons,
|
|
226
|
-
.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-msie.e-icons,
|
|
227
|
-
.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-abort-btn.e-msie.e-icons,
|
|
228
|
-
.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-msie.e-icons,
|
|
229
|
-
.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-msie.e-icons,
|
|
230
|
-
.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-msie.e-icons {
|
|
173
|
+
.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-msie.e-icons, .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-msie.e-icons, .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-abort-btn.e-msie.e-icons, .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-msie.e-icons, .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-msie.e-icons, .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-msie.e-icons {
|
|
231
174
|
padding: 20px 17px 20px 26px;
|
|
232
175
|
}
|
|
233
|
-
|
|
234
|
-
.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons,
|
|
235
|
-
.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons,
|
|
236
|
-
.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons {
|
|
176
|
+
.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons, .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons, .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons {
|
|
237
177
|
left: 41px;
|
|
238
178
|
}
|
|
239
|
-
|
|
240
179
|
.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list {
|
|
241
180
|
min-height: 35px;
|
|
242
181
|
padding-bottom: 15px;
|
|
243
182
|
padding-top: 11px;
|
|
244
183
|
}
|
|
245
|
-
|
|
246
184
|
.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container {
|
|
247
185
|
top: 0;
|
|
248
186
|
}
|
|
249
|
-
|
|
250
187
|
.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input {
|
|
251
188
|
display: none;
|
|
252
189
|
}
|
|
253
|
-
|
|
254
|
-
.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name,
|
|
255
|
-
.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
|
|
190
|
+
.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name, .e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
|
|
256
191
|
line-height: 1.5;
|
|
257
192
|
padding-top: 4px;
|
|
258
193
|
}
|
|
259
|
-
|
|
260
|
-
.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name.e-error,
|
|
261
|
-
.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-error,
|
|
262
|
-
.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-error {
|
|
194
|
+
.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name.e-error, .e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-error, .e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-error {
|
|
263
195
|
color: #d44f4f;
|
|
264
196
|
}
|
|
265
|
-
|
|
266
|
-
.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,
|
|
267
|
-
.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
|
|
197
|
+
.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, .e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
|
|
268
198
|
color: #8d8d8d;
|
|
269
199
|
display: block;
|
|
270
200
|
font-size: 13px;
|
|
@@ -273,32 +203,20 @@
|
|
|
273
203
|
padding-top: 4px;
|
|
274
204
|
position: relative;
|
|
275
205
|
}
|
|
276
|
-
|
|
277
206
|
.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid {
|
|
278
207
|
color: #d44f4f;
|
|
279
208
|
}
|
|
280
|
-
|
|
281
|
-
.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-name,
|
|
282
|
-
.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-type,
|
|
283
|
-
.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-status {
|
|
209
|
+
.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-name, .e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-type, .e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-status {
|
|
284
210
|
color: #d44f4f;
|
|
285
211
|
}
|
|
286
|
-
|
|
287
|
-
.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons,
|
|
288
|
-
.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons,
|
|
289
|
-
.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-abort-btn.e-icons,
|
|
290
|
-
.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-reload-btn.e-icons,
|
|
291
|
-
.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-play-btn.e-icons,
|
|
292
|
-
.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-pause-btn.e-icons {
|
|
212
|
+
.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons, .e-bigger .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons, .e-bigger .e-upload.e-form-upload .e-upload-files .e-file-abort-btn.e-icons, .e-bigger .e-upload.e-form-upload .e-upload-files .e-file-reload-btn.e-icons, .e-bigger .e-upload.e-form-upload .e-upload-files .e-file-play-btn.e-icons, .e-bigger .e-upload.e-form-upload .e-upload-files .e-file-pause-btn.e-icons {
|
|
293
213
|
box-sizing: border-box;
|
|
294
214
|
top: 38px;
|
|
295
215
|
}
|
|
296
|
-
|
|
297
|
-
.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled,
|
|
298
|
-
.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled {
|
|
216
|
+
.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled, .e-bigger .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled {
|
|
299
217
|
color: rgba(240, 240, 240, 0.38);
|
|
300
218
|
cursor: not-allowed;
|
|
301
|
-
opacity: .4;
|
|
219
|
+
opacity: 0.4;
|
|
302
220
|
pointer-events: none;
|
|
303
221
|
}
|
|
304
222
|
|
|
@@ -306,12 +224,10 @@
|
|
|
306
224
|
.e-bigger.e-small .e-upload {
|
|
307
225
|
width: 100%;
|
|
308
226
|
}
|
|
309
|
-
|
|
310
227
|
.e-upload.e-control-wrapper,
|
|
311
228
|
.e-bigger.e-small .e-upload.e-control-wrapper {
|
|
312
229
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
313
230
|
}
|
|
314
|
-
|
|
315
231
|
.e-upload .e-hidden-file-input,
|
|
316
232
|
.e-bigger.e-small .e-upload .e-hidden-file-input {
|
|
317
233
|
border: 0;
|
|
@@ -323,12 +239,10 @@
|
|
|
323
239
|
visibility: hidden;
|
|
324
240
|
width: 0;
|
|
325
241
|
}
|
|
326
|
-
|
|
327
242
|
.e-upload .e-file-select-wrap,
|
|
328
243
|
.e-bigger.e-small .e-upload .e-file-select-wrap {
|
|
329
244
|
padding: 16px 0 16px 12px;
|
|
330
245
|
}
|
|
331
|
-
|
|
332
246
|
.e-upload .e-file-select-wrap .e-file-select,
|
|
333
247
|
.e-upload .e-file-select-wrap .e-file-select .e-uploader,
|
|
334
248
|
.e-bigger.e-small .e-upload .e-file-select-wrap .e-file-select,
|
|
@@ -336,55 +250,43 @@
|
|
|
336
250
|
display: inline-block;
|
|
337
251
|
width: 0;
|
|
338
252
|
}
|
|
339
|
-
|
|
340
253
|
.e-upload .e-file-select-wrap .e-file-select .e-uploader,
|
|
341
254
|
.e-bigger.e-small .e-upload .e-file-select-wrap .e-file-select .e-uploader {
|
|
342
255
|
opacity: 0;
|
|
343
256
|
}
|
|
344
|
-
|
|
345
257
|
.e-upload .e-file-select-wrap .e-file-drop,
|
|
346
258
|
.e-bigger.e-small .e-upload .e-file-select-wrap .e-file-drop {
|
|
347
259
|
font-family: inherit;
|
|
348
260
|
font-size: 14px;
|
|
349
261
|
margin-left: 11px;
|
|
350
262
|
}
|
|
351
|
-
|
|
352
263
|
.e-upload.e-form-upload .e-upload-files .e-upload-file-list,
|
|
353
264
|
.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list {
|
|
354
265
|
min-height: 35px;
|
|
355
266
|
padding-bottom: 15px;
|
|
356
267
|
padding-top: 11px;
|
|
357
268
|
}
|
|
358
|
-
|
|
359
269
|
.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container,
|
|
360
270
|
.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container {
|
|
361
271
|
top: 0;
|
|
362
272
|
}
|
|
363
|
-
|
|
364
273
|
.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input,
|
|
365
274
|
.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input {
|
|
366
275
|
display: none;
|
|
367
276
|
}
|
|
368
|
-
|
|
369
|
-
.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name,
|
|
370
|
-
.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type,
|
|
277
|
+
.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name, .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type,
|
|
371
278
|
.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name,
|
|
372
279
|
.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
|
|
373
280
|
line-height: 1.5;
|
|
374
281
|
padding-top: 4px;
|
|
375
282
|
}
|
|
376
|
-
|
|
377
|
-
.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name.e-error,
|
|
378
|
-
.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-error,
|
|
379
|
-
.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-error,
|
|
283
|
+
.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name.e-error, .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-error, .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-error,
|
|
380
284
|
.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name.e-error,
|
|
381
285
|
.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-error,
|
|
382
286
|
.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-error {
|
|
383
287
|
color: #d44f4f;
|
|
384
288
|
}
|
|
385
|
-
|
|
386
|
-
.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,
|
|
387
|
-
.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information,
|
|
289
|
+
.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information,
|
|
388
290
|
.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,
|
|
389
291
|
.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
|
|
390
292
|
color: #8d8d8d;
|
|
@@ -395,27 +297,17 @@
|
|
|
395
297
|
padding-top: 4px;
|
|
396
298
|
position: relative;
|
|
397
299
|
}
|
|
398
|
-
|
|
399
300
|
.e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid,
|
|
400
301
|
.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid {
|
|
401
302
|
color: #d44f4f;
|
|
402
303
|
}
|
|
403
|
-
|
|
404
|
-
.e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-name,
|
|
405
|
-
.e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-type,
|
|
406
|
-
.e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-status,
|
|
304
|
+
.e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-name, .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-type, .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-status,
|
|
407
305
|
.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-name,
|
|
408
306
|
.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-type,
|
|
409
307
|
.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-status {
|
|
410
308
|
color: #d44f4f;
|
|
411
309
|
}
|
|
412
|
-
|
|
413
|
-
.e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons,
|
|
414
|
-
.e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons,
|
|
415
|
-
.e-upload.e-form-upload .e-upload-files .e-file-abort-btn.e-icons,
|
|
416
|
-
.e-upload.e-form-upload .e-upload-files .e-file-reload-btn.e-icons,
|
|
417
|
-
.e-upload.e-form-upload .e-upload-files .e-file-play-btn.e-icons,
|
|
418
|
-
.e-upload.e-form-upload .e-upload-files .e-file-pause-btn.e-icons,
|
|
310
|
+
.e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons, .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons, .e-upload.e-form-upload .e-upload-files .e-file-abort-btn.e-icons, .e-upload.e-form-upload .e-upload-files .e-file-reload-btn.e-icons, .e-upload.e-form-upload .e-upload-files .e-file-play-btn.e-icons, .e-upload.e-form-upload .e-upload-files .e-file-pause-btn.e-icons,
|
|
419
311
|
.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons,
|
|
420
312
|
.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons,
|
|
421
313
|
.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-abort-btn.e-icons,
|
|
@@ -425,24 +317,20 @@
|
|
|
425
317
|
box-sizing: border-box;
|
|
426
318
|
top: 42px;
|
|
427
319
|
}
|
|
428
|
-
|
|
429
|
-
.e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled,
|
|
430
|
-
.e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled,
|
|
320
|
+
.e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled, .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled,
|
|
431
321
|
.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled,
|
|
432
322
|
.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled {
|
|
433
323
|
color: rgba(240, 240, 240, 0.38);
|
|
434
324
|
cursor: not-allowed;
|
|
435
|
-
opacity: .4;
|
|
325
|
+
opacity: 0.4;
|
|
436
326
|
pointer-events: none;
|
|
437
327
|
}
|
|
438
|
-
|
|
439
328
|
.e-upload .e-upload-files,
|
|
440
329
|
.e-bigger.e-small .e-upload .e-upload-files {
|
|
441
330
|
list-style-type: none;
|
|
442
331
|
margin: 0;
|
|
443
332
|
padding: 0;
|
|
444
333
|
}
|
|
445
|
-
|
|
446
334
|
.e-upload .e-upload-files .e-upload-file-list,
|
|
447
335
|
.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list {
|
|
448
336
|
font-family: inherit;
|
|
@@ -452,7 +340,6 @@
|
|
|
452
340
|
min-height: 92px;
|
|
453
341
|
position: relative;
|
|
454
342
|
}
|
|
455
|
-
|
|
456
343
|
.e-upload .e-upload-files .e-upload-file-list .e-file-container,
|
|
457
344
|
.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container {
|
|
458
345
|
display: block;
|
|
@@ -463,7 +350,6 @@
|
|
|
463
350
|
position: relative;
|
|
464
351
|
top: 0;
|
|
465
352
|
}
|
|
466
|
-
|
|
467
353
|
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name,
|
|
468
354
|
.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name {
|
|
469
355
|
float: left;
|
|
@@ -477,13 +363,11 @@
|
|
|
477
363
|
top: 0;
|
|
478
364
|
white-space: nowrap;
|
|
479
365
|
}
|
|
480
|
-
|
|
481
366
|
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name::before,
|
|
482
367
|
.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name::before {
|
|
483
368
|
content: attr(data-tail);
|
|
484
369
|
float: right;
|
|
485
370
|
}
|
|
486
|
-
|
|
487
371
|
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type,
|
|
488
372
|
.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
|
|
489
373
|
display: block;
|
|
@@ -491,21 +375,17 @@
|
|
|
491
375
|
font-size: 14px;
|
|
492
376
|
padding-top: 12px;
|
|
493
377
|
}
|
|
494
|
-
|
|
495
378
|
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-hidden,
|
|
496
379
|
.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-hidden {
|
|
497
380
|
visibility: hidden;
|
|
498
381
|
}
|
|
499
|
-
|
|
500
382
|
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size,
|
|
501
383
|
.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size {
|
|
502
384
|
display: block;
|
|
503
385
|
font-size: 12px;
|
|
504
386
|
padding: 8px 0;
|
|
505
387
|
}
|
|
506
|
-
|
|
507
|
-
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,
|
|
508
|
-
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information,
|
|
388
|
+
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information,
|
|
509
389
|
.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,
|
|
510
390
|
.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
|
|
511
391
|
display: block;
|
|
@@ -513,14 +393,11 @@
|
|
|
513
393
|
font-size: 12px;
|
|
514
394
|
padding-bottom: 12px;
|
|
515
395
|
}
|
|
516
|
-
|
|
517
|
-
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-progress,
|
|
518
|
-
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information.e-upload-progress,
|
|
396
|
+
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-progress, .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information.e-upload-progress,
|
|
519
397
|
.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-progress,
|
|
520
398
|
.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information.e-upload-progress {
|
|
521
399
|
display: none;
|
|
522
400
|
}
|
|
523
|
-
|
|
524
401
|
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap,
|
|
525
402
|
.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap {
|
|
526
403
|
display: block;
|
|
@@ -530,7 +407,6 @@
|
|
|
530
407
|
position: absolute;
|
|
531
408
|
width: 95%;
|
|
532
409
|
}
|
|
533
|
-
|
|
534
410
|
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap,
|
|
535
411
|
.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap {
|
|
536
412
|
border-radius: 2px;
|
|
@@ -538,14 +414,12 @@
|
|
|
538
414
|
height: 4px;
|
|
539
415
|
width: 100%;
|
|
540
416
|
}
|
|
541
|
-
|
|
542
417
|
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap .e-upload-progress-bar,
|
|
543
418
|
.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap .e-upload-progress-bar {
|
|
544
419
|
border-radius: 1px;
|
|
545
420
|
display: inherit;
|
|
546
421
|
height: 4px;
|
|
547
422
|
}
|
|
548
|
-
|
|
549
423
|
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text,
|
|
550
424
|
.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text {
|
|
551
425
|
float: right;
|
|
@@ -555,13 +429,7 @@
|
|
|
555
429
|
right: 0;
|
|
556
430
|
top: -33px;
|
|
557
431
|
}
|
|
558
|
-
|
|
559
|
-
.e-upload .e-upload-files .e-file-remove-btn.e-icons,
|
|
560
|
-
.e-upload .e-upload-files .e-file-delete-btn.e-icons,
|
|
561
|
-
.e-upload .e-upload-files .e-file-abort-btn.e-icons,
|
|
562
|
-
.e-upload .e-upload-files .e-file-pause-btn.e-icons,
|
|
563
|
-
.e-upload .e-upload-files .e-file-play-btn.e-icons,
|
|
564
|
-
.e-upload .e-upload-files .e-file-reload-btn.e-icons,
|
|
432
|
+
.e-upload .e-upload-files .e-file-remove-btn.e-icons, .e-upload .e-upload-files .e-file-delete-btn.e-icons, .e-upload .e-upload-files .e-file-abort-btn.e-icons, .e-upload .e-upload-files .e-file-pause-btn.e-icons, .e-upload .e-upload-files .e-file-play-btn.e-icons, .e-upload .e-upload-files .e-file-reload-btn.e-icons,
|
|
565
433
|
.e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons,
|
|
566
434
|
.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons,
|
|
567
435
|
.e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons,
|
|
@@ -587,13 +455,7 @@
|
|
|
587
455
|
vertical-align: middle;
|
|
588
456
|
width: 20px;
|
|
589
457
|
}
|
|
590
|
-
|
|
591
|
-
.e-upload .e-upload-files .e-file-remove-btn.e-icons.e-upload-progress,
|
|
592
|
-
.e-upload .e-upload-files .e-file-delete-btn.e-icons.e-upload-progress,
|
|
593
|
-
.e-upload .e-upload-files .e-file-abort-btn.e-icons.e-upload-progress,
|
|
594
|
-
.e-upload .e-upload-files .e-file-pause-btn.e-icons.e-upload-progress,
|
|
595
|
-
.e-upload .e-upload-files .e-file-play-btn.e-icons.e-upload-progress,
|
|
596
|
-
.e-upload .e-upload-files .e-file-reload-btn.e-icons.e-upload-progress,
|
|
458
|
+
.e-upload .e-upload-files .e-file-remove-btn.e-icons.e-upload-progress, .e-upload .e-upload-files .e-file-delete-btn.e-icons.e-upload-progress, .e-upload .e-upload-files .e-file-abort-btn.e-icons.e-upload-progress, .e-upload .e-upload-files .e-file-pause-btn.e-icons.e-upload-progress, .e-upload .e-upload-files .e-file-play-btn.e-icons.e-upload-progress, .e-upload .e-upload-files .e-file-reload-btn.e-icons.e-upload-progress,
|
|
597
459
|
.e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons.e-upload-progress,
|
|
598
460
|
.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons.e-upload-progress,
|
|
599
461
|
.e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons.e-upload-progress,
|
|
@@ -602,23 +464,15 @@
|
|
|
602
464
|
.e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons.e-upload-progress {
|
|
603
465
|
cursor: default;
|
|
604
466
|
}
|
|
605
|
-
|
|
606
|
-
.e-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled,
|
|
607
|
-
.e-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled,
|
|
467
|
+
.e-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled, .e-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled,
|
|
608
468
|
.e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled,
|
|
609
469
|
.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled {
|
|
610
470
|
color: rgba(240, 240, 240, 0.38);
|
|
611
471
|
cursor: not-allowed;
|
|
612
|
-
opacity: .4;
|
|
472
|
+
opacity: 0.4;
|
|
613
473
|
pointer-events: none;
|
|
614
474
|
}
|
|
615
|
-
|
|
616
|
-
.e-upload .e-upload-files .e-file-remove-btn.e-msie.e-icons,
|
|
617
|
-
.e-upload .e-upload-files .e-file-delete-btn.e-msie.e-icons,
|
|
618
|
-
.e-upload .e-upload-files .e-file-abort-btn.e-msie.e-icons,
|
|
619
|
-
.e-upload .e-upload-files .e-file-pause-btn.e-msie.e-icons,
|
|
620
|
-
.e-upload .e-upload-files .e-file-play-btn.e-msie.e-icons,
|
|
621
|
-
.e-upload .e-upload-files .e-file-reload-btn.e-msie.e-icons,
|
|
475
|
+
.e-upload .e-upload-files .e-file-remove-btn.e-msie.e-icons, .e-upload .e-upload-files .e-file-delete-btn.e-msie.e-icons, .e-upload .e-upload-files .e-file-abort-btn.e-msie.e-icons, .e-upload .e-upload-files .e-file-pause-btn.e-msie.e-icons, .e-upload .e-upload-files .e-file-play-btn.e-msie.e-icons, .e-upload .e-upload-files .e-file-reload-btn.e-msie.e-icons,
|
|
622
476
|
.e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-msie.e-icons,
|
|
623
477
|
.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-msie.e-icons,
|
|
624
478
|
.e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-msie.e-icons,
|
|
@@ -627,23 +481,13 @@
|
|
|
627
481
|
.e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-msie.e-icons {
|
|
628
482
|
padding: 18px 13px 18px 23px;
|
|
629
483
|
}
|
|
630
|
-
|
|
631
|
-
.e-upload .e-upload-files .e-file-pause-btn.e-icons,
|
|
632
|
-
.e-upload .e-upload-files .e-file-play-btn.e-icons,
|
|
633
|
-
.e-upload .e-upload-files .e-file-reload-btn.e-icons,
|
|
484
|
+
.e-upload .e-upload-files .e-file-pause-btn.e-icons, .e-upload .e-upload-files .e-file-play-btn.e-icons, .e-upload .e-upload-files .e-file-reload-btn.e-icons,
|
|
634
485
|
.e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons,
|
|
635
486
|
.e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons,
|
|
636
487
|
.e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons {
|
|
637
488
|
right: 36px;
|
|
638
489
|
}
|
|
639
|
-
|
|
640
|
-
.e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):hover,
|
|
641
|
-
.e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):hover,
|
|
642
|
-
.e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):hover,
|
|
643
|
-
.e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):hover,
|
|
644
|
-
.e-upload .e-upload-files .e-file-reload-btn.e-icons:hover,
|
|
645
|
-
.e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):hover,
|
|
646
|
-
.e-upload .e-upload-files .e-clear-icon-focus,
|
|
490
|
+
.e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):hover, .e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):hover, .e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):hover, .e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):hover, .e-upload .e-upload-files .e-file-reload-btn.e-icons:hover, .e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):hover, .e-upload .e-upload-files .e-clear-icon-focus,
|
|
647
491
|
.e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):hover,
|
|
648
492
|
.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):hover,
|
|
649
493
|
.e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):hover,
|
|
@@ -656,14 +500,7 @@
|
|
|
656
500
|
border-radius: 50%;
|
|
657
501
|
box-shadow: 0 0 0 transparent;
|
|
658
502
|
}
|
|
659
|
-
|
|
660
|
-
.e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):focus,
|
|
661
|
-
.e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):focus,
|
|
662
|
-
.e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):focus,
|
|
663
|
-
.e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):focus,
|
|
664
|
-
.e-upload .e-upload-files .e-file-reload-btn.e-icons:focus,
|
|
665
|
-
.e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):focus,
|
|
666
|
-
.e-upload .e-upload-files .e-clear-icon-focus,
|
|
503
|
+
.e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):focus, .e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):focus, .e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):focus, .e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):focus, .e-upload .e-upload-files .e-file-reload-btn.e-icons:focus, .e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):focus, .e-upload .e-upload-files .e-clear-icon-focus,
|
|
667
504
|
.e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):focus,
|
|
668
505
|
.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):focus,
|
|
669
506
|
.e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):focus,
|
|
@@ -673,64 +510,52 @@
|
|
|
673
510
|
.e-bigger.e-small .e-upload .e-upload-files .e-clear-icon-focus {
|
|
674
511
|
border-radius: 50%;
|
|
675
512
|
}
|
|
676
|
-
|
|
677
513
|
.e-upload .e-upload-files .e-file-delete-btn.e-icons,
|
|
678
514
|
.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons {
|
|
679
515
|
font-size: 11px;
|
|
680
516
|
opacity: 1;
|
|
681
517
|
}
|
|
682
|
-
|
|
683
518
|
.e-upload .e-upload-files .e-file-abort-btn.e-icons,
|
|
684
519
|
.e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons {
|
|
685
520
|
font-size: 15px;
|
|
686
521
|
opacity: 1;
|
|
687
522
|
}
|
|
688
|
-
|
|
689
|
-
.e-upload .e-file-select-wrap .e-btn,
|
|
690
|
-
.e-upload .e-upload-actions .e-btn,
|
|
523
|
+
.e-upload .e-file-select-wrap .e-btn, .e-upload .e-upload-actions .e-btn,
|
|
691
524
|
.e-bigger.e-small .e-upload .e-file-select-wrap .e-btn,
|
|
692
525
|
.e-bigger.e-small .e-upload .e-upload-actions .e-btn {
|
|
693
526
|
font-family: inherit;
|
|
694
527
|
}
|
|
695
|
-
|
|
696
528
|
.e-upload .e-upload-actions,
|
|
697
529
|
.e-bigger.e-small .e-upload .e-upload-actions {
|
|
698
530
|
position: relative;
|
|
699
531
|
text-align: right;
|
|
700
532
|
}
|
|
701
|
-
|
|
702
533
|
.e-upload .e-upload-actions .e-file-upload-btn,
|
|
703
534
|
.e-bigger.e-small .e-upload .e-upload-actions .e-file-upload-btn {
|
|
704
535
|
margin: 12px;
|
|
705
536
|
}
|
|
706
|
-
|
|
707
537
|
.e-upload .e-upload-actions .e-file-clear-btn,
|
|
708
538
|
.e-bigger.e-small .e-upload .e-upload-actions .e-file-clear-btn {
|
|
709
539
|
margin: 12px;
|
|
710
540
|
}
|
|
711
|
-
|
|
712
541
|
.e-upload.e-rtl .e-file-select-wrap,
|
|
713
542
|
.e-bigger.e-small .e-upload.e-rtl .e-file-select-wrap {
|
|
714
543
|
padding: 16px 12px 16px 0;
|
|
715
544
|
}
|
|
716
|
-
|
|
717
545
|
.e-upload.e-rtl .e-file-select-wrap .e-control.e-btn,
|
|
718
546
|
.e-bigger.e-small .e-upload.e-rtl .e-file-select-wrap .e-control.e-btn {
|
|
719
547
|
margin-right: 0;
|
|
720
548
|
}
|
|
721
|
-
|
|
722
549
|
.e-upload.e-rtl .e-file-select-wrap .e-file-drop,
|
|
723
550
|
.e-bigger.e-small .e-upload.e-rtl .e-file-select-wrap .e-file-drop {
|
|
724
551
|
margin-left: 60px;
|
|
725
552
|
margin-right: 11px;
|
|
726
553
|
position: relative;
|
|
727
554
|
}
|
|
728
|
-
|
|
729
555
|
.e-upload.e-rtl .e-upload-actions,
|
|
730
556
|
.e-bigger.e-small .e-upload.e-rtl .e-upload-actions {
|
|
731
557
|
text-align: left;
|
|
732
558
|
}
|
|
733
|
-
|
|
734
559
|
.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container,
|
|
735
560
|
.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container {
|
|
736
561
|
height: 100%;
|
|
@@ -738,24 +563,20 @@
|
|
|
738
563
|
margin-right: 11px;
|
|
739
564
|
position: relative;
|
|
740
565
|
}
|
|
741
|
-
|
|
742
566
|
.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-rtl-container,
|
|
743
567
|
.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-rtl-container {
|
|
744
568
|
direction: ltr;
|
|
745
569
|
float: right;
|
|
746
570
|
width: 100%;
|
|
747
571
|
}
|
|
748
|
-
|
|
749
572
|
.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-type,
|
|
750
573
|
.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
|
|
751
574
|
float: right;
|
|
752
575
|
}
|
|
753
|
-
|
|
754
576
|
.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-name,
|
|
755
577
|
.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-name {
|
|
756
578
|
float: right;
|
|
757
579
|
}
|
|
758
|
-
|
|
759
580
|
.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-size,
|
|
760
581
|
.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-size {
|
|
761
582
|
direction: ltr;
|
|
@@ -764,7 +585,6 @@
|
|
|
764
585
|
text-align: right;
|
|
765
586
|
width: 100%;
|
|
766
587
|
}
|
|
767
|
-
|
|
768
588
|
.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap,
|
|
769
589
|
.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap {
|
|
770
590
|
float: right;
|
|
@@ -772,20 +592,13 @@
|
|
|
772
592
|
top: 23px;
|
|
773
593
|
width: 86%;
|
|
774
594
|
}
|
|
775
|
-
|
|
776
595
|
.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text,
|
|
777
596
|
.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text {
|
|
778
597
|
float: left;
|
|
779
598
|
right: 0;
|
|
780
599
|
top: -32px;
|
|
781
600
|
}
|
|
782
|
-
|
|
783
|
-
.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-icons,
|
|
784
|
-
.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-icons,
|
|
785
|
-
.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-abort-btn.e-icons,
|
|
786
|
-
.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons,
|
|
787
|
-
.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons,
|
|
788
|
-
.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons,
|
|
601
|
+
.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-icons, .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-icons, .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-abort-btn.e-icons, .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons, .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons, .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons,
|
|
789
602
|
.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-icons,
|
|
790
603
|
.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-icons,
|
|
791
604
|
.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-abort-btn.e-icons,
|
|
@@ -798,32 +611,22 @@
|
|
|
798
611
|
right: auto;
|
|
799
612
|
top: 50%;
|
|
800
613
|
}
|
|
801
|
-
|
|
802
614
|
.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons,
|
|
803
615
|
.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons {
|
|
804
616
|
left: 36px;
|
|
805
617
|
right: auto;
|
|
806
618
|
}
|
|
807
|
-
|
|
808
|
-
.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons,
|
|
809
|
-
.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons,
|
|
810
|
-
.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons,
|
|
619
|
+
.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons, .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons, .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons,
|
|
811
620
|
.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons,
|
|
812
621
|
.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons,
|
|
813
622
|
.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons {
|
|
814
623
|
left: 36px;
|
|
815
624
|
}
|
|
816
|
-
|
|
817
625
|
.e-upload.e-disabled .e-file-drop,
|
|
818
626
|
.e-bigger.e-small .e-upload.e-disabled .e-file-drop {
|
|
819
627
|
color: rgba(240, 240, 240, 0.38);
|
|
820
628
|
}
|
|
821
|
-
|
|
822
|
-
.e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-name,
|
|
823
|
-
.e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-type,
|
|
824
|
-
.e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-size,
|
|
825
|
-
.e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-status,
|
|
826
|
-
.e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-information,
|
|
629
|
+
.e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-name, .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-type, .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-size, .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-status, .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-information,
|
|
827
630
|
.e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-name,
|
|
828
631
|
.e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-type,
|
|
829
632
|
.e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-size,
|
|
@@ -831,13 +634,11 @@
|
|
|
831
634
|
.e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
|
|
832
635
|
color: rgba(240, 240, 240, 0.38);
|
|
833
636
|
}
|
|
834
|
-
|
|
835
637
|
.e-upload .e-content-placeholder.e-upload.e-placeholder-upload,
|
|
836
638
|
.e-bigger.e-small .e-upload .e-content-placeholder.e-upload.e-placeholder-upload {
|
|
837
639
|
background-size: 400px 65px;
|
|
838
640
|
min-height: 65px;
|
|
839
641
|
}
|
|
840
|
-
|
|
841
642
|
.e-upload .e-bigger .e-content-placeholder.e-upload.e-placeholder-upload,
|
|
842
643
|
.e-upload .e-bigger.e-content-placeholder.e-upload.e-placeholder-upload,
|
|
843
644
|
.e-bigger.e-small .e-upload .e-bigger .e-content-placeholder.e-upload.e-placeholder-upload,
|
|
@@ -849,93 +650,67 @@
|
|
|
849
650
|
.e-small .e-upload .e-file-select-wrap {
|
|
850
651
|
padding: 12px 0 12px 12px;
|
|
851
652
|
}
|
|
852
|
-
|
|
853
653
|
.e-small .e-upload .e-file-select-wrap .e-file-drop {
|
|
854
654
|
font-size: 13px;
|
|
855
655
|
margin-left: 10px;
|
|
856
656
|
}
|
|
857
|
-
|
|
858
657
|
.e-small .e-upload .e-upload-files .e-upload-file-list {
|
|
859
658
|
min-height: 79px;
|
|
860
659
|
}
|
|
861
|
-
|
|
862
660
|
.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name {
|
|
863
661
|
font-size: 12px;
|
|
864
662
|
padding-top: 12px;
|
|
865
663
|
}
|
|
866
|
-
|
|
867
664
|
.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size {
|
|
868
665
|
font-size: 12px;
|
|
869
666
|
padding: 6px 0;
|
|
870
667
|
}
|
|
871
|
-
|
|
872
668
|
.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
|
|
873
669
|
font-size: 12px;
|
|
874
670
|
padding-top: 12px;
|
|
875
671
|
}
|
|
876
|
-
|
|
877
672
|
.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,
|
|
878
673
|
.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
|
|
879
674
|
padding-bottom: 12px;
|
|
880
675
|
}
|
|
881
|
-
|
|
882
676
|
.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap {
|
|
883
677
|
padding-bottom: 2px;
|
|
884
678
|
padding-top: 2px;
|
|
885
679
|
}
|
|
886
|
-
|
|
887
|
-
.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons,
|
|
888
|
-
.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons,
|
|
889
|
-
.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons,
|
|
890
|
-
.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons,
|
|
891
|
-
.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons,
|
|
892
|
-
.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons {
|
|
680
|
+
.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons, .e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons, .e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons, .e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons, .e-small .e-upload .e-upload-files .e-file-play-btn.e-icons, .e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons {
|
|
893
681
|
font-size: 10px;
|
|
894
682
|
height: 24px;
|
|
895
683
|
padding: 12px;
|
|
896
684
|
width: 24px;
|
|
897
685
|
}
|
|
898
|
-
|
|
899
|
-
.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled,
|
|
900
|
-
.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled {
|
|
686
|
+
.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled, .e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled {
|
|
901
687
|
color: rgba(240, 240, 240, 0.38);
|
|
902
688
|
cursor: not-allowed;
|
|
903
|
-
opacity: .4;
|
|
689
|
+
opacity: 0.4;
|
|
904
690
|
pointer-events: none;
|
|
905
691
|
}
|
|
906
|
-
|
|
907
692
|
.e-small .e-upload.e-rtl .e-file-select-wrap {
|
|
908
693
|
padding: 12px 12px 12px 0;
|
|
909
694
|
}
|
|
910
|
-
|
|
911
695
|
.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list {
|
|
912
696
|
min-height: 35px;
|
|
913
697
|
padding-bottom: 12px;
|
|
914
698
|
padding-top: 8px;
|
|
915
699
|
}
|
|
916
|
-
|
|
917
700
|
.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container {
|
|
918
701
|
top: 0;
|
|
919
702
|
}
|
|
920
|
-
|
|
921
703
|
.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input {
|
|
922
704
|
display: none;
|
|
923
705
|
}
|
|
924
|
-
|
|
925
|
-
.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name,
|
|
926
|
-
.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
|
|
706
|
+
.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name, .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
|
|
927
707
|
line-height: 1.5;
|
|
928
708
|
padding-top: 4px;
|
|
929
709
|
}
|
|
930
|
-
|
|
931
|
-
.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name.e-error,
|
|
932
|
-
.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-error,
|
|
933
|
-
.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-error {
|
|
710
|
+
.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name.e-error, .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-error, .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-error {
|
|
934
711
|
color: #d44f4f;
|
|
935
712
|
}
|
|
936
|
-
|
|
937
|
-
.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,
|
|
938
|
-
.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
|
|
713
|
+
.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
|
|
939
714
|
color: #8d8d8d;
|
|
940
715
|
display: block;
|
|
941
716
|
font-size: 12px;
|
|
@@ -944,127 +719,81 @@
|
|
|
944
719
|
padding-top: 4px;
|
|
945
720
|
position: relative;
|
|
946
721
|
}
|
|
947
|
-
|
|
948
722
|
.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid {
|
|
949
723
|
color: #d44f4f;
|
|
950
724
|
}
|
|
951
|
-
|
|
952
|
-
.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-name,
|
|
953
|
-
.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-type,
|
|
954
|
-
.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-status {
|
|
725
|
+
.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-name, .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-type, .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-status {
|
|
955
726
|
color: #d44f4f;
|
|
956
727
|
}
|
|
957
|
-
|
|
958
|
-
.e-small .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons,
|
|
959
|
-
.e-small .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons,
|
|
960
|
-
.e-small .e-upload.e-form-upload .e-upload-files .e-file-abort-btn.e-icons,
|
|
961
|
-
.e-small .e-upload.e-form-upload .e-upload-files .e-file-reload-btn.e-icons,
|
|
962
|
-
.e-small .e-upload.e-form-upload .e-upload-files .e-file-play-btn.e-icons,
|
|
963
|
-
.e-small .e-upload.e-form-upload .e-upload-files .e-file-pause-btn.e-icons {
|
|
728
|
+
.e-small .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons, .e-small .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons, .e-small .e-upload.e-form-upload .e-upload-files .e-file-abort-btn.e-icons, .e-small .e-upload.e-form-upload .e-upload-files .e-file-reload-btn.e-icons, .e-small .e-upload.e-form-upload .e-upload-files .e-file-play-btn.e-icons, .e-small .e-upload.e-form-upload .e-upload-files .e-file-pause-btn.e-icons {
|
|
964
729
|
box-sizing: border-box;
|
|
965
730
|
top: 42px;
|
|
966
731
|
}
|
|
967
|
-
|
|
968
|
-
.e-small .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled,
|
|
969
|
-
.e-small .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled {
|
|
732
|
+
.e-small .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled, .e-small .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled {
|
|
970
733
|
color: rgba(240, 240, 240, 0.38);
|
|
971
734
|
cursor: not-allowed;
|
|
972
|
-
opacity: .4;
|
|
735
|
+
opacity: 0.4;
|
|
973
736
|
pointer-events: none;
|
|
974
737
|
}
|
|
975
738
|
|
|
976
739
|
.e-upload {
|
|
977
740
|
border: 1px solid #414141;
|
|
978
741
|
}
|
|
979
|
-
|
|
980
742
|
.e-upload .e-file-drop {
|
|
981
743
|
color: #f0f0f0;
|
|
982
744
|
vertical-align: middle;
|
|
983
745
|
}
|
|
984
|
-
|
|
985
746
|
.e-upload .e-upload-files {
|
|
986
747
|
border-top: 1px solid #414141;
|
|
987
748
|
}
|
|
988
|
-
|
|
989
749
|
.e-upload .e-upload-files .e-upload-file-list {
|
|
990
750
|
border-bottom: 1px solid #414141;
|
|
991
751
|
}
|
|
992
|
-
|
|
993
752
|
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name {
|
|
994
753
|
color: #f0f0f0;
|
|
995
754
|
}
|
|
996
|
-
|
|
997
755
|
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
|
|
998
756
|
color: #f0f0f0;
|
|
999
757
|
}
|
|
1000
|
-
|
|
1001
758
|
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size {
|
|
1002
759
|
color: #8d8d8d;
|
|
1003
760
|
}
|
|
1004
|
-
|
|
1005
761
|
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,
|
|
1006
762
|
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
|
|
1007
763
|
color: #f0f0f0;
|
|
1008
764
|
}
|
|
1009
|
-
|
|
1010
765
|
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-success {
|
|
1011
766
|
color: #48b14c;
|
|
1012
767
|
}
|
|
1013
|
-
|
|
1014
768
|
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-fails {
|
|
1015
769
|
color: #d44f4f;
|
|
1016
770
|
}
|
|
1017
|
-
|
|
1018
771
|
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-validation-fails {
|
|
1019
772
|
color: #d44f4f;
|
|
1020
773
|
}
|
|
1021
|
-
|
|
1022
774
|
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap {
|
|
1023
775
|
background-color: #959595;
|
|
1024
776
|
}
|
|
1025
|
-
|
|
1026
777
|
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap .e-upload-progress-bar.e-upload-progress {
|
|
1027
778
|
background: #0070f0;
|
|
1028
779
|
}
|
|
1029
|
-
|
|
1030
780
|
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap .e-upload-progress-bar.e-upload-success {
|
|
1031
781
|
background: #48b14c;
|
|
1032
782
|
}
|
|
1033
|
-
|
|
1034
783
|
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap .e-upload-progress-bar.e-upload-failed {
|
|
1035
784
|
background: #d44f4f;
|
|
1036
785
|
}
|
|
1037
|
-
|
|
1038
786
|
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-bar-text {
|
|
1039
787
|
color: #f0f0f0;
|
|
1040
788
|
}
|
|
1041
|
-
|
|
1042
|
-
.e-upload .e-upload-files .e-file-remove-btn.e-icons,
|
|
1043
|
-
.e-upload .e-upload-files .e-file-delete-btn.e-icons,
|
|
1044
|
-
.e-upload .e-upload-files .e-file-reload-btn.e-icons,
|
|
1045
|
-
.e-upload .e-upload-files .e-file-abort-btn.e-icons,
|
|
1046
|
-
.e-upload .e-upload-files .e-file-pause-btn.e-icons,
|
|
1047
|
-
.e-upload .e-upload-files .e-file-play-btn.e-icons {
|
|
789
|
+
.e-upload .e-upload-files .e-file-remove-btn.e-icons, .e-upload .e-upload-files .e-file-delete-btn.e-icons, .e-upload .e-upload-files .e-file-reload-btn.e-icons, .e-upload .e-upload-files .e-file-abort-btn.e-icons, .e-upload .e-upload-files .e-file-pause-btn.e-icons, .e-upload .e-upload-files .e-file-play-btn.e-icons {
|
|
1048
790
|
color: #acacac;
|
|
1049
791
|
}
|
|
1050
|
-
|
|
1051
|
-
.e-upload .e-upload-files .e-file-remove-btn.e-icons:hover,
|
|
1052
|
-
.e-upload .e-upload-files .e-file-delete-btn.e-icons:hover,
|
|
1053
|
-
.e-upload .e-upload-files .e-file-reload-btn.e-icons:hover,
|
|
1054
|
-
.e-upload .e-upload-files .e-file-abort-btn.e-icons:hover,
|
|
1055
|
-
.e-upload .e-upload-files .e-file-pause-btn.e-icons:hover,
|
|
1056
|
-
.e-upload .e-upload-files .e-file-play-btn.e-icons:hover {
|
|
792
|
+
.e-upload .e-upload-files .e-file-remove-btn.e-icons:hover, .e-upload .e-upload-files .e-file-delete-btn.e-icons:hover, .e-upload .e-upload-files .e-file-reload-btn.e-icons:hover, .e-upload .e-upload-files .e-file-abort-btn.e-icons:hover, .e-upload .e-upload-files .e-file-pause-btn.e-icons:hover, .e-upload .e-upload-files .e-file-play-btn.e-icons:hover {
|
|
1057
793
|
color: #f0f0f0;
|
|
1058
794
|
}
|
|
1059
|
-
|
|
1060
|
-
.e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):focus,
|
|
1061
|
-
.e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):focus,
|
|
1062
|
-
.e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):focus,
|
|
1063
|
-
.e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):focus,
|
|
1064
|
-
.e-upload .e-upload-files .e-file-reload-btn.e-icons:focus,
|
|
1065
|
-
.e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):focus,
|
|
1066
|
-
.e-upload .e-upload-files .e-clear-icon-focus {
|
|
795
|
+
.e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):focus, .e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):focus, .e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):focus, .e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):focus, .e-upload .e-upload-files .e-file-reload-btn.e-icons:focus, .e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):focus, .e-upload .e-upload-files .e-clear-icon-focus {
|
|
1067
796
|
background-color: #313131;
|
|
1068
797
|
border-color: transparent;
|
|
1069
798
|
box-shadow: 0 0 0 transparent;
|
|
1070
|
-
}
|
|
799
|
+
}
|