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