@syncfusion/ej2-vue-inputs 20.1.47 → 20.1.48
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 +17 -0
- package/README.md +2 -15
- package/dist/ej2-vue-inputs.umd.min.js +2 -2
- package/dist/es6/ej2-vue-inputs.es2015.js +16 -146
- package/dist/es6/ej2-vue-inputs.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-inputs.es5.js +9 -93
- package/dist/es6/ej2-vue-inputs.es5.js.map +1 -1
- package/dist/global/ej2-vue-inputs.min.js +2 -2
- package/package.json +14 -8
- package/src/color-picker/colorpicker.component.d.ts +0 -1
- package/src/color-picker/colorpicker.component.js +1 -10
- package/src/maskedtextbox/maskedtextbox.component.d.ts +0 -1
- package/src/maskedtextbox/maskedtextbox.component.js +1 -10
- package/src/numerictextbox/numerictextbox.component.d.ts +0 -1
- package/src/numerictextbox/numerictextbox.component.js +1 -10
- package/src/signature/signature.component.d.ts +0 -1
- package/src/signature/signature.component.js +1 -10
- package/src/slider/slider.component.d.ts +0 -1
- package/src/slider/slider.component.js +1 -10
- package/src/textbox/textbox.component.d.ts +0 -1
- package/src/textbox/textbox.component.js +1 -10
- package/src/uploader/files.directive.d.ts +1 -3
- package/src/uploader/files.directive.js +2 -24
- package/src/uploader/uploader.component.d.ts +0 -1
- package/src/uploader/uploader.component.js +1 -10
- package/styles/bootstrap-dark.css +12 -10
- package/styles/bootstrap.css +12 -10
- package/styles/bootstrap4.css +14 -9
- package/styles/bootstrap5-dark.css +57 -118
- package/styles/bootstrap5.css +57 -118
- package/styles/color-picker/bootstrap5-dark.css +20 -26
- package/styles/color-picker/bootstrap5.css +20 -26
- package/styles/color-picker/tailwind-dark.css +6 -10
- package/styles/color-picker/tailwind.css +6 -10
- package/styles/fabric-dark.css +11 -8
- package/styles/fabric.css +11 -8
- package/styles/highcontrast-light.css +11 -8
- package/styles/highcontrast.css +11 -8
- package/styles/input/bootstrap-dark.css +8 -8
- package/styles/input/bootstrap.css +8 -8
- package/styles/input/bootstrap4.css +8 -8
- package/styles/input/bootstrap5-dark.css +29 -86
- package/styles/input/bootstrap5.css +29 -86
- package/styles/input/fabric-dark.css +7 -7
- package/styles/input/fabric.css +7 -7
- package/styles/input/highcontrast-light.css +7 -7
- package/styles/input/highcontrast.css +7 -7
- package/styles/input/material-dark.css +7 -7
- package/styles/input/material.css +7 -7
- package/styles/input/tailwind-dark.css +40 -96
- package/styles/input/tailwind.css +40 -96
- package/styles/material-dark.css +11 -8
- package/styles/material.css +11 -8
- package/styles/numerictextbox/tailwind-dark.css +2 -2
- package/styles/numerictextbox/tailwind.css +2 -2
- package/styles/slider/bootstrap-dark.css +0 -1
- package/styles/slider/bootstrap.css +0 -1
- package/styles/slider/bootstrap4.css +2 -0
- package/styles/slider/bootstrap5-dark.css +4 -5
- package/styles/slider/bootstrap5.css +4 -5
- package/styles/slider/tailwind-dark.css +5 -9
- package/styles/slider/tailwind.css +5 -9
- package/styles/tailwind-dark.css +92 -178
- package/styles/tailwind.css +92 -178
- package/styles/uploader/bootstrap-dark.css +4 -1
- package/styles/uploader/bootstrap.css +4 -1
- package/styles/uploader/bootstrap4.css +4 -1
- package/styles/uploader/bootstrap5-dark.css +4 -1
- package/styles/uploader/bootstrap5.css +4 -1
- package/styles/uploader/fabric-dark.css +4 -1
- package/styles/uploader/fabric.css +4 -1
- package/styles/uploader/highcontrast-light.css +4 -1
- package/styles/uploader/highcontrast.css +4 -1
- package/styles/uploader/material-dark.css +4 -1
- package/styles/uploader/material.css +4 -1
- package/styles/uploader/tailwind-dark.css +39 -61
- package/styles/uploader/tailwind.css +39 -61
- package/styles/color-picker/fluent-dark.css +0 -902
- package/styles/color-picker/fluent-dark.scss +0 -1
- package/styles/color-picker/fluent.css +0 -902
- package/styles/color-picker/fluent.scss +0 -1
- package/styles/fluent-dark.css +0 -7366
- package/styles/fluent-dark.scss +0 -8
- package/styles/fluent.css +0 -7366
- package/styles/fluent.scss +0 -8
- package/styles/input/fluent-dark.css +0 -4595
- package/styles/input/fluent-dark.scss +0 -1
- package/styles/input/fluent.css +0 -4595
- package/styles/input/fluent.scss +0 -1
- package/styles/maskedtextbox/fluent-dark.css +0 -26
- package/styles/maskedtextbox/fluent-dark.scss +0 -1
- package/styles/maskedtextbox/fluent.css +0 -26
- package/styles/maskedtextbox/fluent.scss +0 -1
- package/styles/numerictextbox/fluent-dark.css +0 -60
- package/styles/numerictextbox/fluent-dark.scss +0 -1
- package/styles/numerictextbox/fluent.css +0 -60
- package/styles/numerictextbox/fluent.scss +0 -1
- package/styles/signature/fluent-dark.css +0 -9
- package/styles/signature/fluent-dark.scss +0 -1
- package/styles/signature/fluent.css +0 -9
- package/styles/signature/fluent.scss +0 -1
- package/styles/slider/fluent-dark.css +0 -632
- package/styles/slider/fluent-dark.scss +0 -1
- package/styles/slider/fluent.css +0 -632
- package/styles/slider/fluent.scss +0 -1
- package/styles/textbox/fluent-dark.css +0 -0
- package/styles/textbox/fluent-dark.scss +0 -1
- package/styles/textbox/fluent.css +0 -0
- package/styles/textbox/fluent.scss +0 -1
- package/styles/uploader/fluent-dark.css +0 -1137
- package/styles/uploader/fluent-dark.scss +0 -1
- package/styles/uploader/fluent.css +0 -1137
- package/styles/uploader/fluent.scss +0 -1
package/styles/tailwind-dark.css
CHANGED
|
@@ -18,13 +18,13 @@
|
|
|
18
18
|
|
|
19
19
|
.e-float-input .e-clear-icon::before,
|
|
20
20
|
.e-float-input.e-control-wrapper .e-clear-icon::before {
|
|
21
|
-
content: '\
|
|
21
|
+
content: '\e771';
|
|
22
22
|
font-family: 'e-icons';
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
.e-input-group .e-clear-icon::before,
|
|
26
26
|
.e-input-group.e-control-wrapper .e-clear-icon::before {
|
|
27
|
-
content: '\
|
|
27
|
+
content: '\e771';
|
|
28
28
|
font-family: 'e-icons';
|
|
29
29
|
}
|
|
30
30
|
|
|
@@ -131,29 +131,7 @@ input.e-input,
|
|
|
131
131
|
|
|
132
132
|
.e-input.e-small,
|
|
133
133
|
.e-input-group.e-small,
|
|
134
|
-
.e-input-group.e-control-wrapper.e-small
|
|
135
|
-
.e-input-group.e-small .e-input,
|
|
136
|
-
.e-input-group.e-small input,
|
|
137
|
-
.e-input-group.e-control-wrapper.e-small .e-input,
|
|
138
|
-
.e-input-group.e-control-wrapper.e-small input,
|
|
139
|
-
.e-float-input.e-small input,
|
|
140
|
-
.e-float-input.e-input-group.e-small input,
|
|
141
|
-
.e-float-input.e-control-wrapper.e-small input,
|
|
142
|
-
.e-float-input.e-control-wrapper.e-input-group.e-small input,
|
|
143
|
-
.e-float-input.e-small,
|
|
144
|
-
.e-float-input.e-control-wrapper.e-small,
|
|
145
|
-
.e-small .e-input-group,
|
|
146
|
-
.e-small .e-input-group.e-control-wrapper,
|
|
147
|
-
.e-small .e-input-group .e-input,
|
|
148
|
-
.e-small .e-input-group input,
|
|
149
|
-
.e-small .e-input-group.e-control-wrapper .e-input,
|
|
150
|
-
.e-small .e-input-group.e-control-wrapper input,
|
|
151
|
-
.e-small .e-float-input input,
|
|
152
|
-
.e-small .e-float-input.e-input-group input,
|
|
153
|
-
.e-small .e-float-input.e-control-wrapper input,
|
|
154
|
-
.e-small .e-float-input.e-control-wrapper.e-input-group input,
|
|
155
|
-
.e-small .e-float-input,
|
|
156
|
-
.e-small .e-float-input.e-control-wrapper {
|
|
134
|
+
.e-input-group.e-control-wrapper.e-small {
|
|
157
135
|
border-radius: 2px;
|
|
158
136
|
}
|
|
159
137
|
|
|
@@ -198,64 +176,27 @@ textarea.e-input.e-bigger,
|
|
|
198
176
|
.e-input-group.e-bigger,
|
|
199
177
|
.e-bigger .e-input-group,
|
|
200
178
|
.e-input-group.e-control-wrapper.e-bigger,
|
|
201
|
-
.e-bigger .e-input-group.e-control-wrapper
|
|
179
|
+
.e-bigger .e-input-group.e-control-wrapper,
|
|
180
|
+
.e-input-group.e-bigger.e-disabled,
|
|
181
|
+
.e-bigger .e-input-group.e-disabled,
|
|
182
|
+
.e-input-group.e-control-wrapper.e-bigger.e-disabled,
|
|
183
|
+
.e-bigger .e-input-group.e-control-wrapper.e-disabled {
|
|
202
184
|
border-radius: 6px;
|
|
203
185
|
font-size: 16px;
|
|
204
186
|
}
|
|
205
187
|
|
|
206
|
-
.e-input-group.e-bigger .e-input,
|
|
207
|
-
.e-input-group.e-bigger input,
|
|
208
|
-
.e-input-group.e-control-wrapper.e-bigger .e-input,
|
|
209
|
-
.e-input-group.e-control-wrapper.e-bigger input,
|
|
210
|
-
.e-float-input.e-bigger input,
|
|
211
|
-
.e-float-input.e-input-group.e-bigger input,
|
|
212
|
-
.e-float-input.e-control-wrapper.e-bigger input,
|
|
213
|
-
.e-float-input.e-control-wrapper.e-input-group.e-bigger input,
|
|
214
|
-
.e-float-input.e-bigger,
|
|
215
|
-
.e-float-input.e-control-wrapper.e-bigger,
|
|
216
|
-
.e-bigger .e-input-group .e-input,
|
|
217
|
-
.e-bigger .e-input-group input,
|
|
218
|
-
.e-bigger .e-input-group.e-control-wrapper .e-input,
|
|
219
|
-
.e-bigger .e-input-group.e-control-wrapper input,
|
|
220
|
-
.e-bigger .e-float-input input,
|
|
221
|
-
.e-bigger .e-float-input.e-input-group input,
|
|
222
|
-
.e-bigger .e-float-input.e-control-wrapper input,
|
|
223
|
-
.e-bigger .e-float-input.e-control-wrapper.e-input-group input,
|
|
224
|
-
.e-bigger .e-float-input,
|
|
225
|
-
.e-bigger .e-float-input.e-control-wrapper {
|
|
226
|
-
border-radius: 6px;
|
|
227
|
-
}
|
|
228
|
-
|
|
229
188
|
input.e-input.e-bigger.e-small,
|
|
230
189
|
textarea.e-input.e-bigger.e-small,
|
|
231
190
|
.e-bigger.e-small input.e-input,
|
|
232
191
|
.e-bigger.e-small textarea.e-input,
|
|
233
192
|
.e-input-group.e-bigger.e-small,
|
|
234
193
|
.e-bigger.e-small .e-input-group,
|
|
235
|
-
.e-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
.e-input-group.e-bigger.e-small
|
|
240
|
-
.e-input-group.e-
|
|
241
|
-
.e-input-group.e-control-wrapper.e-bigger.e-small .e-input,
|
|
242
|
-
.e-input-group.e-control-wrapper.e-bigger.e-small input,
|
|
243
|
-
.e-float-input.e-bigger.e-small input,
|
|
244
|
-
.e-float-input.e-input-group.e-bigger.e-small input,
|
|
245
|
-
.e-float-input.e-control-wrapper.e-bigger.e-small input,
|
|
246
|
-
.e-float-input.e-control-wrapper.e-input-group.e-bigger.e-small input,
|
|
247
|
-
.e-float-input.e-bigger.e-small,
|
|
248
|
-
.e-float-input.e-control-wrapper.e-bigger.e-small,
|
|
249
|
-
.e-bigger.e-small .e-input-group .e-input,
|
|
250
|
-
.e-bigger.e-small .e-input-group input,
|
|
251
|
-
.e-bigger.e-small .e-input-group.e-control-wrapper .e-input,
|
|
252
|
-
.e-bigger.e-small .e-input-group.e-control-wrapper input,
|
|
253
|
-
.e-bigger.e-small .e-float-input input,
|
|
254
|
-
.e-bigger.e-small .e-float-input.e-input-group input,
|
|
255
|
-
.e-bigger.e-small .e-float-input.e-control-wrapper input,
|
|
256
|
-
.e-bigger.e-small .e-float-input.e-control-wrapper.e-input-group input,
|
|
257
|
-
.e-bigger.e-small .e-float-input,
|
|
258
|
-
.e-bigger.e-small .e-float-input.e-control-wrapper {
|
|
194
|
+
.e-input-group.e-control-wrapper.e-biggere-small,
|
|
195
|
+
.e-bigger.e-small .e-input-group.e-control-wrapper,
|
|
196
|
+
.e-input-group.e-bigger.e-small.e-disabled,
|
|
197
|
+
.e-bigger.e-small .e-input-group.e-disabled,
|
|
198
|
+
.e-input-group.e-control-wrapper.e-bigger.e-small.e-disabled,
|
|
199
|
+
.e-bigger.e-small .e-input-group.e-control-wrapper.e-disabled {
|
|
259
200
|
border-radius: 4px;
|
|
260
201
|
}
|
|
261
202
|
|
|
@@ -306,7 +247,7 @@ textarea.e-input.e-bigger,
|
|
|
306
247
|
line-height: 1;
|
|
307
248
|
min-height: 18px;
|
|
308
249
|
min-width: 20px;
|
|
309
|
-
padding: 5px
|
|
250
|
+
padding: 5px 4px 5px 4px;
|
|
310
251
|
text-align: center;
|
|
311
252
|
}
|
|
312
253
|
|
|
@@ -354,7 +295,7 @@ textarea.e-input.e-bigger,
|
|
|
354
295
|
.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger,
|
|
355
296
|
.e-bigger .e-input-group.e-control-wrapper .e-input-group-icon {
|
|
356
297
|
font-size: 22px;
|
|
357
|
-
padding: 7px
|
|
298
|
+
padding: 7px 8px 7px 8px;
|
|
358
299
|
}
|
|
359
300
|
|
|
360
301
|
.e-input[disabled],
|
|
@@ -591,21 +532,21 @@ textarea.e-input.e-small,
|
|
|
591
532
|
font-size: 16px;
|
|
592
533
|
min-height: 18px;
|
|
593
534
|
min-width: 20px;
|
|
594
|
-
padding: 3px
|
|
535
|
+
padding: 3px 1.5px 3px 1.5px;
|
|
595
536
|
}
|
|
596
537
|
|
|
597
538
|
.e-input-group.e-small.e-bigger .e-input-group-icon,
|
|
598
539
|
.e-input-group.e-small .e-input-group-icon.e-bigger,
|
|
599
540
|
.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,
|
|
600
541
|
.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,
|
|
601
|
-
.e-small.e-bigger
|
|
602
|
-
.e-small.e-bigger
|
|
542
|
+
.e-small .e-bigger.e-input-group .e-input-group-icon,
|
|
543
|
+
.e-small .e-bigger.e-input-group.e-control-wrapper .e-input-group-icon,
|
|
603
544
|
.e-bigger .e-input-group.e-small .e-input-group-icon,
|
|
604
545
|
.e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon {
|
|
605
546
|
font-size: 20px;
|
|
606
547
|
min-height: 18px;
|
|
607
548
|
min-width: 20px;
|
|
608
|
-
padding:
|
|
549
|
+
padding: 5px;
|
|
609
550
|
}
|
|
610
551
|
|
|
611
552
|
label.e-float-text,
|
|
@@ -1982,7 +1923,7 @@ input.e-input.e-small,
|
|
|
1982
1923
|
.e-small .e-float-input.e-control-wrapper input,
|
|
1983
1924
|
.e-small .e-float-input.e-control-wrapper input.e-input {
|
|
1984
1925
|
box-sizing: border-box;
|
|
1985
|
-
height:
|
|
1926
|
+
height: 26px;
|
|
1986
1927
|
}
|
|
1987
1928
|
|
|
1988
1929
|
.e-float-input.e-small:not(.e-input-group) input,
|
|
@@ -2804,7 +2745,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2804
2745
|
.e-float-input.e-control-wrapper .e-clear-icon::before,
|
|
2805
2746
|
.e-input-group .e-clear-icon::before,
|
|
2806
2747
|
.e-input-group.e-control-wrapper .e-clear-icon::before {
|
|
2807
|
-
font-size:
|
|
2748
|
+
font-size: 16px;
|
|
2808
2749
|
padding: 0;
|
|
2809
2750
|
text-align: center;
|
|
2810
2751
|
vertical-align: middle;
|
|
@@ -2844,7 +2785,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2844
2785
|
.e-small .e-float-input .e-clear-icon::before,
|
|
2845
2786
|
.e-small .e-input-group .e-clear-icon::before,
|
|
2846
2787
|
.e-small .e-input-group.e-control-wrapper .e-clear-icon::before {
|
|
2847
|
-
font-size:
|
|
2788
|
+
font-size: 14px;
|
|
2848
2789
|
}
|
|
2849
2790
|
|
|
2850
2791
|
.e-float-input.e-bigger .e-clear-icon::before,
|
|
@@ -2857,17 +2798,13 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2857
2798
|
.e-bigger .e-float-input .e-clear-icon::before,
|
|
2858
2799
|
.e-bigger .e-input-group .e-clear-icon::before,
|
|
2859
2800
|
.e-bigger .e-input-group.e-control-wrapper .e-clear-icon::before {
|
|
2860
|
-
font-size:
|
|
2801
|
+
font-size: 18px;
|
|
2861
2802
|
}
|
|
2862
2803
|
|
|
2863
2804
|
.e-float-input.e-small.e-bigger .e-clear-icon::before,
|
|
2864
2805
|
.e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,
|
|
2865
2806
|
.e-input-group.e-small.e-bigger .e-clear-icon::before,
|
|
2866
2807
|
.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,
|
|
2867
|
-
.e-small.e-bigger .e-float-input .e-clear-icon::before,
|
|
2868
|
-
.e-small.e-bigger .e-float-input.e-control-wrapper .e-clear-icon::before,
|
|
2869
|
-
.e-small.e-bigger .e-input-group .e-clear-icon::before,
|
|
2870
|
-
.e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon::before,
|
|
2871
2808
|
.e-small .e-input-group.e-bigger input:first-child ~ .e-clear-icon::before,
|
|
2872
2809
|
.e-small .e-input-group.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon::before,
|
|
2873
2810
|
.e-bigger .e-input-group.e-small input:first-child ~ .e-clear-icon::before,
|
|
@@ -2876,7 +2813,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2876
2813
|
.e-small .e-float-input.e-bigger input:first-child ~ .e-clear-icon::before,
|
|
2877
2814
|
.e-bigger .e-float-input.e-control-wrapper.e-small input:first-child ~ .e-clear-icon::before,
|
|
2878
2815
|
.e-bigger .e-float-input.e-small input:first-child ~ .e-clear-icon::before {
|
|
2879
|
-
font-size:
|
|
2816
|
+
font-size: 14px;
|
|
2880
2817
|
}
|
|
2881
2818
|
|
|
2882
2819
|
.e-input:not(:valid):not(.e-control):first-child ~ .e-clear-icon,
|
|
@@ -2924,7 +2861,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2924
2861
|
.e-input-group .e-clear-icon,
|
|
2925
2862
|
.e-input-group.e-control-wrapper .e-clear-icon {
|
|
2926
2863
|
min-height: 0;
|
|
2927
|
-
min-width:
|
|
2864
|
+
min-width: 28px;
|
|
2928
2865
|
padding-bottom: 0;
|
|
2929
2866
|
padding-left: 0;
|
|
2930
2867
|
padding-right: 0;
|
|
@@ -2934,7 +2871,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2934
2871
|
.e-float-input.e-input-group .e-clear-icon,
|
|
2935
2872
|
.e-float-input.e-input-group.e-control-wrapper .e-clear-icon {
|
|
2936
2873
|
padding-right: 0;
|
|
2937
|
-
padding-top:
|
|
2874
|
+
padding-top: 5px;
|
|
2938
2875
|
}
|
|
2939
2876
|
|
|
2940
2877
|
.e-input-group.e-bigger .e-clear-icon,
|
|
@@ -2944,7 +2881,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2944
2881
|
.e-bigger .e-input-group .e-clear-icon,
|
|
2945
2882
|
.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2946
2883
|
min-height: 0;
|
|
2947
|
-
min-width:
|
|
2884
|
+
min-width: 34px;
|
|
2948
2885
|
padding-bottom: 0;
|
|
2949
2886
|
padding-right: 0;
|
|
2950
2887
|
padding-top: 0;
|
|
@@ -2995,8 +2932,8 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2995
2932
|
.e-input-group.e-control-wrapper.e-small .e-clear-icon,
|
|
2996
2933
|
.e-input-group.e-control-wrapper .e-clear-icon.e-small,
|
|
2997
2934
|
.e-small .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2998
|
-
min-height:
|
|
2999
|
-
min-width:
|
|
2935
|
+
min-height: 28px;
|
|
2936
|
+
min-width: 28px;
|
|
3000
2937
|
padding-bottom: 0;
|
|
3001
2938
|
padding-right: 0;
|
|
3002
2939
|
padding-top: 0;
|
|
@@ -3098,7 +3035,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3098
3035
|
.e-bigger .e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text,
|
|
3099
3036
|
.e-bigger .e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text {
|
|
3100
3037
|
font-size: 14px;
|
|
3101
|
-
top:
|
|
3038
|
+
top: 14px;
|
|
3102
3039
|
}
|
|
3103
3040
|
|
|
3104
3041
|
.e-float-input.e-small textarea:focus ~ label.e-float-text,
|
|
@@ -3126,12 +3063,12 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3126
3063
|
.e-bigger .e-float-input.e-control-wrapper.e-small textarea:valid ~ label.e-float-text,
|
|
3127
3064
|
.e-bigger .e-float-input.e-control-wrapper.e-small textarea ~ label.e-label-top.e-float-text {
|
|
3128
3065
|
font-size: 12px;
|
|
3129
|
-
top:
|
|
3066
|
+
top: 16px;
|
|
3130
3067
|
}
|
|
3131
3068
|
|
|
3132
3069
|
.e-float-input textarea ~ .e-float-text,
|
|
3133
3070
|
.e-float-input.e-control-wrapper textarea ~ .e-float-text {
|
|
3134
|
-
top:
|
|
3071
|
+
top: 15px;
|
|
3135
3072
|
}
|
|
3136
3073
|
|
|
3137
3074
|
.e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -3654,6 +3591,13 @@ textarea.e-input,
|
|
|
3654
3591
|
padding: 4px 8px 4px 14px;
|
|
3655
3592
|
}
|
|
3656
3593
|
|
|
3594
|
+
.e-bigger input.e-input,
|
|
3595
|
+
.e-bigger textarea.e-input,
|
|
3596
|
+
input.e-input.e-bigger,
|
|
3597
|
+
textarea.e-input.e-bigger {
|
|
3598
|
+
min-height: 36px;
|
|
3599
|
+
}
|
|
3600
|
+
|
|
3657
3601
|
.e-filled.e-input-group,
|
|
3658
3602
|
.e-filled.e-input-group.e-control-wrapper,
|
|
3659
3603
|
.e-filled.e-float-input,
|
|
@@ -4584,12 +4528,12 @@ input.e-input::-webkit-input-placeholder {
|
|
|
4584
4528
|
}
|
|
4585
4529
|
|
|
4586
4530
|
.e-input-group-icon.e-spin-up::before {
|
|
4587
|
-
content: '\
|
|
4531
|
+
content: '\e752';
|
|
4588
4532
|
font-family: 'e-icons';
|
|
4589
4533
|
}
|
|
4590
4534
|
|
|
4591
4535
|
.e-input-group-icon.e-spin-down::before {
|
|
4592
|
-
content: '\
|
|
4536
|
+
content: '\e706';
|
|
4593
4537
|
font-family: 'e-icons';
|
|
4594
4538
|
}
|
|
4595
4539
|
|
|
@@ -4976,9 +4920,9 @@ input.e-input::-webkit-input-placeholder {
|
|
|
4976
4920
|
}
|
|
4977
4921
|
|
|
4978
4922
|
.e-control-wrapper.e-slider-container.e-horizontal .e-first-button .e-button-icon::before {
|
|
4923
|
+
content: '\e761';
|
|
4979
4924
|
font-size: 17px;
|
|
4980
4925
|
color: #d1d5db;
|
|
4981
|
-
content: '\e765';
|
|
4982
4926
|
}
|
|
4983
4927
|
|
|
4984
4928
|
.e-control-wrapper.e-slider-container.e-horizontal .e-second-button {
|
|
@@ -4988,9 +4932,9 @@ input.e-input::-webkit-input-placeholder {
|
|
|
4988
4932
|
}
|
|
4989
4933
|
|
|
4990
4934
|
.e-control-wrapper.e-slider-container.e-horizontal .e-second-button .e-button-icon::before {
|
|
4935
|
+
content: '\e707';
|
|
4991
4936
|
font-size: 18px;
|
|
4992
4937
|
color: #d1d5db;
|
|
4993
|
-
content: '\e748';
|
|
4994
4938
|
}
|
|
4995
4939
|
|
|
4996
4940
|
.e-control-wrapper.e-slider-container.e-horizontal.e-slider-btn {
|
|
@@ -5077,9 +5021,9 @@ input.e-input::-webkit-input-placeholder {
|
|
|
5077
5021
|
}
|
|
5078
5022
|
|
|
5079
5023
|
.e-control-wrapper.e-slider-container.e-vertical .e-first-button .e-button-icon::before {
|
|
5024
|
+
content: '\e7b3';
|
|
5080
5025
|
font-size: 18px;
|
|
5081
5026
|
color: #d1d5db;
|
|
5082
|
-
content: '\e729';
|
|
5083
5027
|
}
|
|
5084
5028
|
|
|
5085
5029
|
.e-control-wrapper.e-slider-container.e-vertical .e-second-button {
|
|
@@ -5089,9 +5033,9 @@ input.e-input::-webkit-input-placeholder {
|
|
|
5089
5033
|
}
|
|
5090
5034
|
|
|
5091
5035
|
.e-control-wrapper.e-slider-container.e-vertical .e-second-button .e-button-icon::before {
|
|
5036
|
+
content: '\e7a0';
|
|
5092
5037
|
font-size: 18px;
|
|
5093
5038
|
color: #d1d5db;
|
|
5094
|
-
content: '\e776';
|
|
5095
5039
|
}
|
|
5096
5040
|
|
|
5097
5041
|
.e-control-wrapper.e-slider-container.e-vertical.e-scale-both .e-slider .e-handle {
|
|
@@ -5110,7 +5054,7 @@ input.e-input::-webkit-input-placeholder {
|
|
|
5110
5054
|
|
|
5111
5055
|
.e-control-wrapper.e-slider-container.e-vertical .e-slider .e-limits {
|
|
5112
5056
|
background-color: rgba(107, 114, 128, 0.75);
|
|
5113
|
-
left: calc(50%);
|
|
5057
|
+
left: calc(50% - 2px);
|
|
5114
5058
|
position: absolute;
|
|
5115
5059
|
width: 4px;
|
|
5116
5060
|
}
|
|
@@ -5255,10 +5199,6 @@ input.e-input::-webkit-input-placeholder {
|
|
|
5255
5199
|
background-position: center center;
|
|
5256
5200
|
}
|
|
5257
5201
|
|
|
5258
|
-
.e-control-wrapper.e-slider-container .e-scale .e-tick.e-large {
|
|
5259
|
-
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAQSURBVHgBAQUA+v8Aa3KA/wUGAl0jqQq1AAAAAElFTkSuQmCC");
|
|
5260
|
-
}
|
|
5261
|
-
|
|
5262
5202
|
.e-control-wrapper.e-slider-container .e-scale .e-tick .e-tick-value {
|
|
5263
5203
|
color: #d1d5db;
|
|
5264
5204
|
font-family: "Inter";
|
|
@@ -5444,27 +5384,27 @@ input.e-input::-webkit-input-placeholder {
|
|
|
5444
5384
|
}
|
|
5445
5385
|
|
|
5446
5386
|
.e-upload .e-upload-files .e-file-remove-btn.e-icons::before {
|
|
5447
|
-
content: '\
|
|
5387
|
+
content: '\e771';
|
|
5448
5388
|
}
|
|
5449
5389
|
|
|
5450
5390
|
.e-upload .e-upload-files .e-icons.e-file-pause-btn::before {
|
|
5451
|
-
content: '\
|
|
5391
|
+
content: '\e788';
|
|
5452
5392
|
}
|
|
5453
5393
|
|
|
5454
5394
|
.e-upload .e-upload-files .e-icons.e-file-reload-btn::before {
|
|
5455
|
-
content: '\
|
|
5395
|
+
content: '\e711';
|
|
5456
5396
|
}
|
|
5457
5397
|
|
|
5458
5398
|
.e-upload .e-upload-files .e-icons.e-file-play-btn::before {
|
|
5459
|
-
content: '\
|
|
5399
|
+
content: '\e725';
|
|
5460
5400
|
}
|
|
5461
5401
|
|
|
5462
5402
|
.e-upload .e-upload-files .e-file-delete-btn.e-icons::before {
|
|
5463
|
-
content: '\
|
|
5403
|
+
content: '\e78d';
|
|
5464
5404
|
}
|
|
5465
5405
|
|
|
5466
5406
|
.e-upload .e-upload-files .e-file-abort-btn.e-icons::before {
|
|
5467
|
-
content: '\
|
|
5407
|
+
content: '\e769';
|
|
5468
5408
|
}
|
|
5469
5409
|
|
|
5470
5410
|
.e-upload .e-upload-files .e-icons.e-msie::before {
|
|
@@ -5485,43 +5425,41 @@ input.e-input::-webkit-input-placeholder {
|
|
|
5485
5425
|
}
|
|
5486
5426
|
|
|
5487
5427
|
.e-bigger .e-upload .e-file-select-wrap .e-file-drop {
|
|
5488
|
-
font-size:
|
|
5489
|
-
margin-left:
|
|
5428
|
+
font-size: 15px;
|
|
5429
|
+
margin-left: 15px;
|
|
5490
5430
|
}
|
|
5491
5431
|
|
|
5492
5432
|
.e-bigger .e-upload .e-upload-files .e-upload-file-list {
|
|
5493
5433
|
font-size: 14px;
|
|
5494
|
-
line-height:
|
|
5495
|
-
min-height:
|
|
5434
|
+
line-height: 22px;
|
|
5435
|
+
min-height: 108px;
|
|
5496
5436
|
}
|
|
5497
5437
|
|
|
5498
5438
|
.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container {
|
|
5499
|
-
margin-left:
|
|
5439
|
+
margin-left: 15px;
|
|
5500
5440
|
top: 0;
|
|
5501
5441
|
}
|
|
5502
5442
|
|
|
5503
5443
|
.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name {
|
|
5504
|
-
font-size:
|
|
5505
|
-
padding-top:
|
|
5444
|
+
font-size: 15px;
|
|
5445
|
+
padding-top: 15px;
|
|
5506
5446
|
}
|
|
5507
5447
|
|
|
5508
5448
|
.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size {
|
|
5509
|
-
font-size:
|
|
5510
|
-
|
|
5511
|
-
line-height: 22px;
|
|
5512
|
-
padding: 2px 0;
|
|
5449
|
+
font-size: 12px;
|
|
5450
|
+
padding: 10px 0;
|
|
5513
5451
|
}
|
|
5514
5452
|
|
|
5515
5453
|
.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
|
|
5516
|
-
font-size:
|
|
5517
|
-
padding-top:
|
|
5454
|
+
font-size: 15px;
|
|
5455
|
+
padding-top: 15px;
|
|
5518
5456
|
top: initial;
|
|
5519
5457
|
}
|
|
5520
5458
|
|
|
5521
5459
|
.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,
|
|
5522
5460
|
.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
|
|
5523
|
-
font-size:
|
|
5524
|
-
padding-bottom:
|
|
5461
|
+
font-size: 12px;
|
|
5462
|
+
padding-bottom: 15px;
|
|
5525
5463
|
}
|
|
5526
5464
|
|
|
5527
5465
|
.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap {
|
|
@@ -5538,7 +5476,7 @@ input.e-input::-webkit-input-placeholder {
|
|
|
5538
5476
|
}
|
|
5539
5477
|
|
|
5540
5478
|
.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text {
|
|
5541
|
-
font-size:
|
|
5479
|
+
font-size: 12px;
|
|
5542
5480
|
right: 16px;
|
|
5543
5481
|
top: -36px;
|
|
5544
5482
|
}
|
|
@@ -5552,7 +5490,7 @@ input.e-input::-webkit-input-placeholder {
|
|
|
5552
5490
|
box-sizing: border-box;
|
|
5553
5491
|
font-size: 22px;
|
|
5554
5492
|
height: 24px;
|
|
5555
|
-
margin:
|
|
5493
|
+
margin: 15px;
|
|
5556
5494
|
margin-top: -24px;
|
|
5557
5495
|
padding: 24px;
|
|
5558
5496
|
top: 50%;
|
|
@@ -5591,15 +5529,15 @@ input.e-input::-webkit-input-placeholder {
|
|
|
5591
5529
|
}
|
|
5592
5530
|
|
|
5593
5531
|
.e-bigger .e-upload .e-upload-actions .e-btn {
|
|
5594
|
-
margin-left:
|
|
5532
|
+
margin-left: 15px;
|
|
5595
5533
|
}
|
|
5596
5534
|
|
|
5597
5535
|
.e-bigger .e-upload .e-upload-actions .e-file-upload-btn {
|
|
5598
|
-
margin:
|
|
5536
|
+
margin: 15px;
|
|
5599
5537
|
}
|
|
5600
5538
|
|
|
5601
5539
|
.e-bigger .e-upload .e-upload-actions .e-file-clear-btn {
|
|
5602
|
-
margin:
|
|
5540
|
+
margin: 15px;
|
|
5603
5541
|
}
|
|
5604
5542
|
|
|
5605
5543
|
.e-bigger .e-upload.e-rtl .e-file-select-wrap {
|
|
@@ -5611,7 +5549,7 @@ input.e-input::-webkit-input-placeholder {
|
|
|
5611
5549
|
}
|
|
5612
5550
|
|
|
5613
5551
|
.e-bigger .e-upload.e-rtl .e-file-select-wrap .e-file-drop {
|
|
5614
|
-
margin-right:
|
|
5552
|
+
margin-right: 15px;
|
|
5615
5553
|
}
|
|
5616
5554
|
|
|
5617
5555
|
.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container {
|
|
@@ -5668,8 +5606,8 @@ input.e-input::-webkit-input-placeholder {
|
|
|
5668
5606
|
|
|
5669
5607
|
.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list {
|
|
5670
5608
|
min-height: 35px;
|
|
5671
|
-
padding-bottom:
|
|
5672
|
-
padding-top:
|
|
5609
|
+
padding-bottom: 15px;
|
|
5610
|
+
padding-top: 11px;
|
|
5673
5611
|
}
|
|
5674
5612
|
|
|
5675
5613
|
.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container {
|
|
@@ -5696,7 +5634,7 @@ input.e-input::-webkit-input-placeholder {
|
|
|
5696
5634
|
.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
|
|
5697
5635
|
color: #8b919e;
|
|
5698
5636
|
display: block;
|
|
5699
|
-
font-size:
|
|
5637
|
+
font-size: 12px;
|
|
5700
5638
|
line-height: 1.5;
|
|
5701
5639
|
padding-bottom: 0;
|
|
5702
5640
|
padding-top: 4px;
|
|
@@ -5781,8 +5719,8 @@ input.e-input::-webkit-input-placeholder {
|
|
|
5781
5719
|
.e-upload.e-form-upload .e-upload-files .e-upload-file-list,
|
|
5782
5720
|
.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list {
|
|
5783
5721
|
min-height: 35px;
|
|
5784
|
-
padding-bottom:
|
|
5785
|
-
padding-top:
|
|
5722
|
+
padding-bottom: 15px;
|
|
5723
|
+
padding-top: 11px;
|
|
5786
5724
|
}
|
|
5787
5725
|
|
|
5788
5726
|
.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container,
|
|
@@ -5818,7 +5756,7 @@ input.e-input::-webkit-input-placeholder {
|
|
|
5818
5756
|
.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
|
|
5819
5757
|
color: #8b919e;
|
|
5820
5758
|
display: block;
|
|
5821
|
-
font-size:
|
|
5759
|
+
font-size: 12px;
|
|
5822
5760
|
line-height: 1.5;
|
|
5823
5761
|
padding-bottom: 0;
|
|
5824
5762
|
padding-top: 4px;
|
|
@@ -5877,7 +5815,6 @@ input.e-input::-webkit-input-placeholder {
|
|
|
5877
5815
|
font-family: inherit;
|
|
5878
5816
|
font-size: 14px;
|
|
5879
5817
|
height: 100%;
|
|
5880
|
-
line-height: 24px;
|
|
5881
5818
|
line-height: 22px;
|
|
5882
5819
|
min-height: 82px;
|
|
5883
5820
|
position: relative;
|
|
@@ -5901,7 +5838,7 @@ input.e-input::-webkit-input-placeholder {
|
|
|
5901
5838
|
font-size: 14px;
|
|
5902
5839
|
max-width: 75%;
|
|
5903
5840
|
overflow: hidden;
|
|
5904
|
-
padding-top:
|
|
5841
|
+
padding-top: 12px;
|
|
5905
5842
|
position: relative;
|
|
5906
5843
|
text-overflow: ellipsis;
|
|
5907
5844
|
top: 0;
|
|
@@ -5919,7 +5856,7 @@ input.e-input::-webkit-input-placeholder {
|
|
|
5919
5856
|
display: block;
|
|
5920
5857
|
font-family: inherit;
|
|
5921
5858
|
font-size: 14px;
|
|
5922
|
-
padding-top:
|
|
5859
|
+
padding-top: 12px;
|
|
5923
5860
|
}
|
|
5924
5861
|
|
|
5925
5862
|
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-hidden,
|
|
@@ -5930,10 +5867,8 @@ input.e-input::-webkit-input-placeholder {
|
|
|
5930
5867
|
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size,
|
|
5931
5868
|
.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size {
|
|
5932
5869
|
display: block;
|
|
5933
|
-
font-size: 14px;
|
|
5934
|
-
padding: 2px 0;
|
|
5935
5870
|
font-size: 12px;
|
|
5936
|
-
|
|
5871
|
+
padding: 4px 0;
|
|
5937
5872
|
}
|
|
5938
5873
|
|
|
5939
5874
|
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,
|
|
@@ -5942,8 +5877,8 @@ input.e-input::-webkit-input-placeholder {
|
|
|
5942
5877
|
.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
|
|
5943
5878
|
display: block;
|
|
5944
5879
|
font-family: inherit;
|
|
5945
|
-
font-size:
|
|
5946
|
-
padding-bottom:
|
|
5880
|
+
font-size: 12px;
|
|
5881
|
+
padding-bottom: 12px;
|
|
5947
5882
|
}
|
|
5948
5883
|
|
|
5949
5884
|
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-progress,
|
|
@@ -5982,7 +5917,7 @@ input.e-input::-webkit-input-placeholder {
|
|
|
5982
5917
|
.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text {
|
|
5983
5918
|
float: right;
|
|
5984
5919
|
font-family: inherit;
|
|
5985
|
-
font-size:
|
|
5920
|
+
font-size: 12px;
|
|
5986
5921
|
position: relative;
|
|
5987
5922
|
right: 0;
|
|
5988
5923
|
top: -33px;
|
|
@@ -6370,7 +6305,7 @@ input.e-input::-webkit-input-placeholder {
|
|
|
6370
6305
|
.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
|
|
6371
6306
|
color: #8b919e;
|
|
6372
6307
|
display: block;
|
|
6373
|
-
font-size:
|
|
6308
|
+
font-size: 12px;
|
|
6374
6309
|
line-height: 1.5;
|
|
6375
6310
|
padding-bottom: 0;
|
|
6376
6311
|
padding-top: 4px;
|
|
@@ -6412,7 +6347,6 @@ input.e-input::-webkit-input-placeholder {
|
|
|
6412
6347
|
|
|
6413
6348
|
.e-upload .e-file-drop {
|
|
6414
6349
|
color: #9ca3af;
|
|
6415
|
-
vertical-align: middle;
|
|
6416
6350
|
}
|
|
6417
6351
|
|
|
6418
6352
|
.e-upload .e-upload-files {
|
|
@@ -6438,7 +6372,6 @@ input.e-input::-webkit-input-placeholder {
|
|
|
6438
6372
|
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,
|
|
6439
6373
|
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
|
|
6440
6374
|
color: #fff;
|
|
6441
|
-
color: #9ca3af;
|
|
6442
6375
|
}
|
|
6443
6376
|
|
|
6444
6377
|
.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-success {
|
|
@@ -6505,26 +6438,11 @@ input.e-input::-webkit-input-placeholder {
|
|
|
6505
6438
|
}
|
|
6506
6439
|
|
|
6507
6440
|
.e-upload-drag-hover {
|
|
6508
|
-
|
|
6509
|
-
}
|
|
6510
|
-
|
|
6511
|
-
.e-upload .e-upload-actions .e-file-clear-btn.e-flat:not(:hover) {
|
|
6512
|
-
-webkit-tap-highlight-color: transparent;
|
|
6513
|
-
background-color: #1f2937;
|
|
6514
|
-
border-color: #6b7280;
|
|
6515
|
-
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
6516
|
-
color: #fff;
|
|
6517
|
-
}
|
|
6518
|
-
|
|
6519
|
-
.e-upload .e-upload-actions .e-file-upload-btn.e-flat.e-primary:not(:hover) {
|
|
6520
|
-
-webkit-tap-highlight-color: transparent;
|
|
6521
|
-
background-color: #22d3ee;
|
|
6522
|
-
border-color: #22d3ee;
|
|
6523
|
-
color: #000;
|
|
6441
|
+
outline: 2px dashed #22d3ee;
|
|
6524
6442
|
}
|
|
6525
6443
|
|
|
6526
6444
|
.e-container .e-value-switch-btn::before {
|
|
6527
|
-
content: '\
|
|
6445
|
+
content: '\e7b7';
|
|
6528
6446
|
}
|
|
6529
6447
|
|
|
6530
6448
|
.e-colorpicker-wrapper,
|
|
@@ -6868,7 +6786,7 @@ body.e-colorpicker-overflow {
|
|
|
6868
6786
|
position: relative;
|
|
6869
6787
|
top: 0;
|
|
6870
6788
|
width: 13.45%;
|
|
6871
|
-
height:
|
|
6789
|
+
height: 38px;
|
|
6872
6790
|
}
|
|
6873
6791
|
|
|
6874
6792
|
.e-container .e-slider-preview .e-preview-container .e-preview {
|
|
@@ -6893,7 +6811,7 @@ body.e-colorpicker-overflow {
|
|
|
6893
6811
|
align-items: center;
|
|
6894
6812
|
display: -ms-flexbox;
|
|
6895
6813
|
display: flex;
|
|
6896
|
-
padding: 0 8px 12px
|
|
6814
|
+
padding: 0 8px 12px 9px;
|
|
6897
6815
|
-webkit-user-select: none;
|
|
6898
6816
|
-ms-user-select: none;
|
|
6899
6817
|
user-select: none;
|
|
@@ -7140,10 +7058,6 @@ body.e-colorpicker-overflow {
|
|
|
7140
7058
|
height: 38px;
|
|
7141
7059
|
}
|
|
7142
7060
|
|
|
7143
|
-
.e-bigger .e-container.e-color-picker .e-switch-ctrl-btn {
|
|
7144
|
-
padding: 12px 16px;
|
|
7145
|
-
}
|
|
7146
|
-
|
|
7147
7061
|
.e-bigger .e-container.e-color-picker .e-switch-ctrl-btn .e-mode-switch-btn {
|
|
7148
7062
|
height: 38px;
|
|
7149
7063
|
}
|
|
@@ -7190,9 +7104,9 @@ body.e-colorpicker-overflow {
|
|
|
7190
7104
|
|
|
7191
7105
|
.e-bigger .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle {
|
|
7192
7106
|
border-radius: 10px;
|
|
7193
|
-
height:
|
|
7194
|
-
top: calc(
|
|
7195
|
-
width:
|
|
7107
|
+
height: 13px;
|
|
7108
|
+
top: calc(76% - 8px);
|
|
7109
|
+
width: 13px;
|
|
7196
7110
|
}
|
|
7197
7111
|
|
|
7198
7112
|
.e-bigger .e-container .e-slider-preview .e-switch-ctrl-btn .e-ctrl-btn {
|