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