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