@syncfusion/ej2-angular-inputs 20.2.48-ngcc → 20.3.47-ngcc
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 -24
- 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 +31 -13
- package/styles/bootstrap.css +31 -13
- package/styles/bootstrap4.css +31 -13
- package/styles/bootstrap5-dark.css +32 -13
- package/styles/bootstrap5.css +32 -13
- package/styles/color-picker/bootstrap-dark.css +2 -0
- package/styles/color-picker/bootstrap.css +2 -0
- package/styles/color-picker/bootstrap4.css +2 -0
- package/styles/color-picker/bootstrap5-dark.css +3 -0
- package/styles/color-picker/bootstrap5.css +3 -0
- package/styles/color-picker/fabric-dark.css +2 -0
- package/styles/color-picker/fabric.css +2 -0
- package/styles/color-picker/fluent-dark.css +3 -0
- package/styles/color-picker/fluent.css +3 -0
- package/styles/color-picker/highcontrast-light.css +2 -0
- package/styles/color-picker/highcontrast.css +2 -0
- package/styles/color-picker/material-dark.css +2 -0
- package/styles/color-picker/material.css +2 -0
- package/styles/color-picker/tailwind-dark.css +3 -0
- package/styles/color-picker/tailwind.css +3 -0
- package/styles/fabric-dark.css +31 -13
- package/styles/fabric.css +31 -13
- package/styles/fluent-dark.css +32 -13
- package/styles/fluent.css +32 -13
- package/styles/highcontrast-light.css +31 -13
- package/styles/highcontrast.css +31 -13
- package/styles/input/bootstrap-dark.css +22 -14
- package/styles/input/bootstrap.css +22 -14
- package/styles/input/bootstrap4.css +22 -14
- package/styles/input/bootstrap5-dark.css +22 -14
- package/styles/input/bootstrap5.css +22 -14
- package/styles/input/fabric-dark.css +22 -14
- package/styles/input/fabric.css +22 -14
- package/styles/input/fluent-dark.css +22 -14
- package/styles/input/fluent.css +22 -14
- package/styles/input/highcontrast-light.css +22 -14
- package/styles/input/highcontrast.css +22 -14
- package/styles/input/material-dark.css +26 -18
- package/styles/input/material.css +26 -18
- package/styles/input/tailwind-dark.css +22 -14
- package/styles/input/tailwind.css +22 -14
- package/styles/maskedtextbox/bootstrap-dark.css +1 -0
- package/styles/maskedtextbox/bootstrap.css +1 -0
- package/styles/maskedtextbox/bootstrap4.css +1 -0
- package/styles/maskedtextbox/bootstrap5-dark.css +1 -0
- package/styles/maskedtextbox/bootstrap5.css +1 -0
- package/styles/maskedtextbox/fabric-dark.css +1 -0
- package/styles/maskedtextbox/fabric.css +1 -0
- package/styles/maskedtextbox/fluent-dark.css +1 -0
- package/styles/maskedtextbox/fluent.css +1 -0
- package/styles/maskedtextbox/highcontrast-light.css +1 -0
- package/styles/maskedtextbox/highcontrast.css +1 -0
- package/styles/maskedtextbox/material-dark.css +1 -0
- package/styles/maskedtextbox/material.css +1 -0
- package/styles/maskedtextbox/tailwind-dark.css +1 -0
- package/styles/maskedtextbox/tailwind.css +1 -0
- package/styles/material-dark.css +50 -18
- package/styles/material.css +50 -18
- package/styles/numerictextbox/bootstrap-dark.css +1 -0
- package/styles/numerictextbox/bootstrap.css +1 -0
- package/styles/numerictextbox/bootstrap4.css +1 -0
- package/styles/numerictextbox/bootstrap5-dark.css +1 -0
- package/styles/numerictextbox/bootstrap5.css +1 -0
- package/styles/numerictextbox/fabric-dark.css +1 -0
- package/styles/numerictextbox/fabric.css +1 -0
- package/styles/numerictextbox/fluent-dark.css +1 -0
- package/styles/numerictextbox/fluent.css +1 -0
- package/styles/numerictextbox/highcontrast-light.css +1 -0
- package/styles/numerictextbox/highcontrast.css +1 -0
- package/styles/numerictextbox/material-dark.css +1 -0
- package/styles/numerictextbox/material.css +1 -0
- package/styles/numerictextbox/tailwind-dark.css +1 -0
- package/styles/numerictextbox/tailwind.css +1 -0
- package/styles/slider/bootstrap-dark.css +4 -0
- package/styles/slider/bootstrap.css +4 -0
- package/styles/slider/bootstrap4.css +4 -0
- package/styles/slider/bootstrap5-dark.css +4 -0
- package/styles/slider/bootstrap5.css +4 -0
- package/styles/slider/fabric-dark.css +4 -0
- package/styles/slider/fabric.css +4 -0
- package/styles/slider/fluent-dark.css +4 -0
- package/styles/slider/fluent.css +4 -0
- package/styles/slider/highcontrast-light.css +4 -0
- package/styles/slider/highcontrast.css +4 -0
- package/styles/slider/material-dark.css +19 -1
- package/styles/slider/material.css +19 -1
- package/styles/slider/tailwind-dark.css +4 -0
- package/styles/slider/tailwind.css +4 -0
- package/styles/tailwind-dark.css +33 -13
- package/styles/tailwind.css +33 -13
- package/styles/textbox/bootstrap-dark.css +2 -0
- package/styles/textbox/bootstrap.css +2 -0
- package/styles/textbox/bootstrap4.css +2 -0
- package/styles/textbox/bootstrap5-dark.css +2 -0
- package/styles/textbox/bootstrap5.css +2 -0
- package/styles/textbox/fabric-dark.css +2 -0
- package/styles/textbox/fabric.css +2 -0
- package/styles/textbox/fluent-dark.css +2 -0
- package/styles/textbox/fluent.css +2 -0
- package/styles/textbox/highcontrast-light.css +2 -0
- package/styles/textbox/highcontrast.css +2 -0
- package/styles/textbox/material-dark.css +3 -1
- package/styles/textbox/material.css +3 -1
- package/styles/textbox/tailwind-dark.css +3 -1
- package/styles/textbox/tailwind.css +3 -1
- package/styles/uploader/bootstrap-dark.css +1 -0
- package/styles/uploader/bootstrap.css +1 -0
- package/styles/uploader/bootstrap4.css +1 -0
- package/styles/uploader/bootstrap5-dark.css +1 -0
- package/styles/uploader/bootstrap5.css +1 -0
- package/styles/uploader/fabric-dark.css +1 -0
- package/styles/uploader/fabric.css +1 -0
- package/styles/uploader/fluent-dark.css +1 -0
- package/styles/uploader/fluent.css +1 -0
- package/styles/uploader/highcontrast-light.css +1 -0
- package/styles/uploader/highcontrast.css +1 -0
- package/styles/uploader/material-dark.css +1 -0
- package/styles/uploader/material.css +1 -0
- package/styles/uploader/tailwind-dark.css +2 -0
- package/styles/uploader/tailwind.css +2 -0
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-float-input .e-clear-icon::before,
|
|
2
3
|
.e-float-input.e-control-wrapper .e-clear-icon::before {
|
|
3
4
|
content: "\e96c";
|
|
@@ -42,14 +43,14 @@ textarea.e-input,
|
|
|
42
43
|
.e-input-group.e-control-wrapper {
|
|
43
44
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
44
45
|
font-size: 14px;
|
|
45
|
-
font-weight:
|
|
46
|
+
font-weight: normal;
|
|
46
47
|
}
|
|
47
48
|
|
|
48
49
|
.e-input-group.e-disabled,
|
|
49
50
|
.e-input-group.e-control-wrapper.e-disabled {
|
|
50
51
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
51
52
|
font-size: 14px;
|
|
52
|
-
font-weight:
|
|
53
|
+
font-weight: normal;
|
|
53
54
|
}
|
|
54
55
|
|
|
55
56
|
.e-input-group input.e-input,
|
|
@@ -211,6 +212,7 @@ textarea.e-input.e-bigger,
|
|
|
211
212
|
border-top: 0;
|
|
212
213
|
}
|
|
213
214
|
|
|
215
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
214
216
|
.e-input-group .e-input-group-icon:last-child,
|
|
215
217
|
.e-input-group.e-control-wrapper .e-input-group-icon:last-child {
|
|
216
218
|
border-right-width: 0;
|
|
@@ -550,7 +552,7 @@ label.e-float-text,
|
|
|
550
552
|
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
551
553
|
font-size: 14px;
|
|
552
554
|
font-style: normal;
|
|
553
|
-
font-weight:
|
|
555
|
+
font-weight: normal;
|
|
554
556
|
left: 0;
|
|
555
557
|
overflow: hidden;
|
|
556
558
|
padding-left: 10px;
|
|
@@ -962,7 +964,7 @@ label.e-float-text,
|
|
|
962
964
|
.e-float-input.e-input-group.e-control-wrapper.e-disabled {
|
|
963
965
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
964
966
|
font-size: 14px;
|
|
965
|
-
font-weight:
|
|
967
|
+
font-weight: normal;
|
|
966
968
|
}
|
|
967
969
|
|
|
968
970
|
.e-float-input input,
|
|
@@ -1161,7 +1163,7 @@ label.e-float-text,
|
|
|
1161
1163
|
.e-small .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1162
1164
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1163
1165
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1164
|
-
font-weight:
|
|
1166
|
+
font-weight: normal;
|
|
1165
1167
|
}
|
|
1166
1168
|
|
|
1167
1169
|
.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -1180,7 +1182,7 @@ label.e-float-text,
|
|
|
1180
1182
|
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1181
1183
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1182
1184
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1183
|
-
font-weight:
|
|
1185
|
+
font-weight: normal;
|
|
1184
1186
|
}
|
|
1185
1187
|
|
|
1186
1188
|
.e-float-input:not(.e-input-group) .e-float-line::before,
|
|
@@ -1250,6 +1252,7 @@ label.e-float-text,
|
|
|
1250
1252
|
transform-origin: right top;
|
|
1251
1253
|
}
|
|
1252
1254
|
|
|
1255
|
+
/* stylelint-disable selector-max-empty-lines */
|
|
1253
1256
|
.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1254
1257
|
.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1255
1258
|
.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
@@ -1346,6 +1349,7 @@ label.e-float-text,
|
|
|
1346
1349
|
padding-right: 10px;
|
|
1347
1350
|
}
|
|
1348
1351
|
|
|
1352
|
+
/* stylelint-enable selector-max-empty-lines */
|
|
1349
1353
|
.e-input-group.e-corner.e-rtl .e-input:first-child,
|
|
1350
1354
|
.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
|
|
1351
1355
|
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
|
|
@@ -1764,22 +1768,22 @@ textarea.e-input:-moz-placeholder {
|
|
|
1764
1768
|
user-select: none;
|
|
1765
1769
|
}
|
|
1766
1770
|
|
|
1767
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1771
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1768
1772
|
font-style: normal;
|
|
1769
1773
|
user-select: none;
|
|
1770
1774
|
}
|
|
1771
1775
|
|
|
1772
|
-
.e-input-group textarea.e-input:-moz-placeholder {
|
|
1776
|
+
.e-input-group textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1773
1777
|
font-style: normal;
|
|
1774
1778
|
user-select: none;
|
|
1775
1779
|
}
|
|
1776
1780
|
|
|
1777
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1781
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1778
1782
|
font-style: normal;
|
|
1779
1783
|
user-select: none;
|
|
1780
1784
|
}
|
|
1781
1785
|
|
|
1782
|
-
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
1786
|
+
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1783
1787
|
font-style: normal;
|
|
1784
1788
|
user-select: none;
|
|
1785
1789
|
}
|
|
@@ -1789,12 +1793,12 @@ input.e-input:-moz-placeholder {
|
|
|
1789
1793
|
user-select: none;
|
|
1790
1794
|
}
|
|
1791
1795
|
|
|
1792
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1796
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1793
1797
|
font-style: normal;
|
|
1794
1798
|
user-select: none;
|
|
1795
1799
|
}
|
|
1796
1800
|
|
|
1797
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1801
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1798
1802
|
font-style: normal;
|
|
1799
1803
|
user-select: none;
|
|
1800
1804
|
}
|
|
@@ -3238,7 +3242,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3238
3242
|
.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
3239
3243
|
font-size: 14px;
|
|
3240
3244
|
font-style: normal;
|
|
3241
|
-
font-weight:
|
|
3245
|
+
font-weight: normal;
|
|
3242
3246
|
left: 0;
|
|
3243
3247
|
overflow: hidden;
|
|
3244
3248
|
padding-left: 10px;
|
|
@@ -3716,6 +3720,8 @@ textarea.e-input,
|
|
|
3716
3720
|
color: #585858;
|
|
3717
3721
|
}
|
|
3718
3722
|
|
|
3723
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
3724
|
+
/* stylelint-disable selector-no-vendor-prefix */
|
|
3719
3725
|
.e-input[disabled],
|
|
3720
3726
|
.e-input-group .e-input[disabled],
|
|
3721
3727
|
.e-input-group.e-control-wrapper .e-input[disabled],
|
|
@@ -4626,4 +4632,6 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
4626
4632
|
.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
|
|
4627
4633
|
.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
|
|
4628
4634
|
color: #f0f0f0;
|
|
4629
|
-
}
|
|
4635
|
+
}
|
|
4636
|
+
|
|
4637
|
+
/* stylelint-disable-line no-empty-source */
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-float-input .e-clear-icon::before,
|
|
2
3
|
.e-float-input.e-control-wrapper .e-clear-icon::before {
|
|
3
4
|
content: "\e96c";
|
|
@@ -42,14 +43,14 @@ textarea.e-input,
|
|
|
42
43
|
.e-input-group.e-control-wrapper {
|
|
43
44
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
44
45
|
font-size: 14px;
|
|
45
|
-
font-weight:
|
|
46
|
+
font-weight: normal;
|
|
46
47
|
}
|
|
47
48
|
|
|
48
49
|
.e-input-group.e-disabled,
|
|
49
50
|
.e-input-group.e-control-wrapper.e-disabled {
|
|
50
51
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
51
52
|
font-size: 14px;
|
|
52
|
-
font-weight:
|
|
53
|
+
font-weight: normal;
|
|
53
54
|
}
|
|
54
55
|
|
|
55
56
|
.e-input-group input.e-input,
|
|
@@ -211,6 +212,7 @@ textarea.e-input.e-bigger,
|
|
|
211
212
|
border-top: 0;
|
|
212
213
|
}
|
|
213
214
|
|
|
215
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
214
216
|
.e-input-group .e-input-group-icon:last-child,
|
|
215
217
|
.e-input-group.e-control-wrapper .e-input-group-icon:last-child {
|
|
216
218
|
border-right-width: 0;
|
|
@@ -550,7 +552,7 @@ label.e-float-text,
|
|
|
550
552
|
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
551
553
|
font-size: 14px;
|
|
552
554
|
font-style: normal;
|
|
553
|
-
font-weight:
|
|
555
|
+
font-weight: normal;
|
|
554
556
|
left: 0;
|
|
555
557
|
overflow: hidden;
|
|
556
558
|
padding-left: 10px;
|
|
@@ -962,7 +964,7 @@ label.e-float-text,
|
|
|
962
964
|
.e-float-input.e-input-group.e-control-wrapper.e-disabled {
|
|
963
965
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
964
966
|
font-size: 14px;
|
|
965
|
-
font-weight:
|
|
967
|
+
font-weight: normal;
|
|
966
968
|
}
|
|
967
969
|
|
|
968
970
|
.e-float-input input,
|
|
@@ -1161,7 +1163,7 @@ label.e-float-text,
|
|
|
1161
1163
|
.e-small .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1162
1164
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1163
1165
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1164
|
-
font-weight:
|
|
1166
|
+
font-weight: normal;
|
|
1165
1167
|
}
|
|
1166
1168
|
|
|
1167
1169
|
.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -1180,7 +1182,7 @@ label.e-float-text,
|
|
|
1180
1182
|
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1181
1183
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1182
1184
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1183
|
-
font-weight:
|
|
1185
|
+
font-weight: normal;
|
|
1184
1186
|
}
|
|
1185
1187
|
|
|
1186
1188
|
.e-float-input:not(.e-input-group) .e-float-line::before,
|
|
@@ -1250,6 +1252,7 @@ label.e-float-text,
|
|
|
1250
1252
|
transform-origin: right top;
|
|
1251
1253
|
}
|
|
1252
1254
|
|
|
1255
|
+
/* stylelint-disable selector-max-empty-lines */
|
|
1253
1256
|
.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1254
1257
|
.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1255
1258
|
.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
@@ -1346,6 +1349,7 @@ label.e-float-text,
|
|
|
1346
1349
|
padding-right: 10px;
|
|
1347
1350
|
}
|
|
1348
1351
|
|
|
1352
|
+
/* stylelint-enable selector-max-empty-lines */
|
|
1349
1353
|
.e-input-group.e-corner.e-rtl .e-input:first-child,
|
|
1350
1354
|
.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
|
|
1351
1355
|
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
|
|
@@ -1764,22 +1768,22 @@ textarea.e-input:-moz-placeholder {
|
|
|
1764
1768
|
user-select: none;
|
|
1765
1769
|
}
|
|
1766
1770
|
|
|
1767
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1771
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1768
1772
|
font-style: normal;
|
|
1769
1773
|
user-select: none;
|
|
1770
1774
|
}
|
|
1771
1775
|
|
|
1772
|
-
.e-input-group textarea.e-input:-moz-placeholder {
|
|
1776
|
+
.e-input-group textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1773
1777
|
font-style: normal;
|
|
1774
1778
|
user-select: none;
|
|
1775
1779
|
}
|
|
1776
1780
|
|
|
1777
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1781
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1778
1782
|
font-style: normal;
|
|
1779
1783
|
user-select: none;
|
|
1780
1784
|
}
|
|
1781
1785
|
|
|
1782
|
-
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
1786
|
+
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1783
1787
|
font-style: normal;
|
|
1784
1788
|
user-select: none;
|
|
1785
1789
|
}
|
|
@@ -1789,12 +1793,12 @@ input.e-input:-moz-placeholder {
|
|
|
1789
1793
|
user-select: none;
|
|
1790
1794
|
}
|
|
1791
1795
|
|
|
1792
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1796
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1793
1797
|
font-style: normal;
|
|
1794
1798
|
user-select: none;
|
|
1795
1799
|
}
|
|
1796
1800
|
|
|
1797
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1801
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1798
1802
|
font-style: normal;
|
|
1799
1803
|
user-select: none;
|
|
1800
1804
|
}
|
|
@@ -3238,7 +3242,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3238
3242
|
.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
3239
3243
|
font-size: 14px;
|
|
3240
3244
|
font-style: normal;
|
|
3241
|
-
font-weight:
|
|
3245
|
+
font-weight: normal;
|
|
3242
3246
|
left: 0;
|
|
3243
3247
|
overflow: hidden;
|
|
3244
3248
|
padding-left: 10px;
|
|
@@ -3716,6 +3720,8 @@ textarea.e-input,
|
|
|
3716
3720
|
color: #999;
|
|
3717
3721
|
}
|
|
3718
3722
|
|
|
3723
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
3724
|
+
/* stylelint-disable selector-no-vendor-prefix */
|
|
3719
3725
|
.e-input[disabled],
|
|
3720
3726
|
.e-input-group .e-input[disabled],
|
|
3721
3727
|
.e-input-group.e-control-wrapper .e-input[disabled],
|
|
@@ -4626,4 +4632,6 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
4626
4632
|
.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
|
|
4627
4633
|
.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
|
|
4628
4634
|
color: #333;
|
|
4629
|
-
}
|
|
4635
|
+
}
|
|
4636
|
+
|
|
4637
|
+
/* stylelint-disable-line no-empty-source */
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-float-input .e-clear-icon::before,
|
|
2
3
|
.e-float-input.e-control-wrapper .e-clear-icon::before {
|
|
3
4
|
content: "\e745";
|
|
@@ -42,14 +43,14 @@ textarea.e-input,
|
|
|
42
43
|
.e-input-group.e-control-wrapper {
|
|
43
44
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
44
45
|
font-size: 14px;
|
|
45
|
-
font-weight:
|
|
46
|
+
font-weight: normal;
|
|
46
47
|
}
|
|
47
48
|
|
|
48
49
|
.e-input-group.e-disabled,
|
|
49
50
|
.e-input-group.e-control-wrapper.e-disabled {
|
|
50
51
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
51
52
|
font-size: 14px;
|
|
52
|
-
font-weight:
|
|
53
|
+
font-weight: normal;
|
|
53
54
|
}
|
|
54
55
|
|
|
55
56
|
.e-input-group input.e-input,
|
|
@@ -211,6 +212,7 @@ textarea.e-input.e-bigger,
|
|
|
211
212
|
border-top: 0;
|
|
212
213
|
}
|
|
213
214
|
|
|
215
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
214
216
|
.e-input-group .e-input-group-icon:last-child,
|
|
215
217
|
.e-input-group.e-control-wrapper .e-input-group-icon:last-child {
|
|
216
218
|
border-right-width: 0;
|
|
@@ -550,7 +552,7 @@ label.e-float-text,
|
|
|
550
552
|
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
551
553
|
font-size: 14px;
|
|
552
554
|
font-style: normal;
|
|
553
|
-
font-weight:
|
|
555
|
+
font-weight: normal;
|
|
554
556
|
left: 0;
|
|
555
557
|
overflow: hidden;
|
|
556
558
|
padding-left: 10px;
|
|
@@ -962,7 +964,7 @@ label.e-float-text,
|
|
|
962
964
|
.e-float-input.e-input-group.e-control-wrapper.e-disabled {
|
|
963
965
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
964
966
|
font-size: 14px;
|
|
965
|
-
font-weight:
|
|
967
|
+
font-weight: normal;
|
|
966
968
|
}
|
|
967
969
|
|
|
968
970
|
.e-float-input input,
|
|
@@ -1161,7 +1163,7 @@ label.e-float-text,
|
|
|
1161
1163
|
.e-small .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1162
1164
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1163
1165
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1164
|
-
font-weight:
|
|
1166
|
+
font-weight: normal;
|
|
1165
1167
|
}
|
|
1166
1168
|
|
|
1167
1169
|
.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -1180,7 +1182,7 @@ label.e-float-text,
|
|
|
1180
1182
|
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1181
1183
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1182
1184
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1183
|
-
font-weight:
|
|
1185
|
+
font-weight: normal;
|
|
1184
1186
|
}
|
|
1185
1187
|
|
|
1186
1188
|
.e-float-input:not(.e-input-group) .e-float-line::before,
|
|
@@ -1250,6 +1252,7 @@ label.e-float-text,
|
|
|
1250
1252
|
transform-origin: right top;
|
|
1251
1253
|
}
|
|
1252
1254
|
|
|
1255
|
+
/* stylelint-disable selector-max-empty-lines */
|
|
1253
1256
|
.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1254
1257
|
.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1255
1258
|
.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
@@ -1346,6 +1349,7 @@ label.e-float-text,
|
|
|
1346
1349
|
padding-right: 10px;
|
|
1347
1350
|
}
|
|
1348
1351
|
|
|
1352
|
+
/* stylelint-enable selector-max-empty-lines */
|
|
1349
1353
|
.e-input-group.e-corner.e-rtl .e-input:first-child,
|
|
1350
1354
|
.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
|
|
1351
1355
|
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
|
|
@@ -1764,22 +1768,22 @@ textarea.e-input:-moz-placeholder {
|
|
|
1764
1768
|
user-select: none;
|
|
1765
1769
|
}
|
|
1766
1770
|
|
|
1767
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1771
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1768
1772
|
font-style: normal;
|
|
1769
1773
|
user-select: none;
|
|
1770
1774
|
}
|
|
1771
1775
|
|
|
1772
|
-
.e-input-group textarea.e-input:-moz-placeholder {
|
|
1776
|
+
.e-input-group textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1773
1777
|
font-style: normal;
|
|
1774
1778
|
user-select: none;
|
|
1775
1779
|
}
|
|
1776
1780
|
|
|
1777
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1781
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1778
1782
|
font-style: normal;
|
|
1779
1783
|
user-select: none;
|
|
1780
1784
|
}
|
|
1781
1785
|
|
|
1782
|
-
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
1786
|
+
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1783
1787
|
font-style: normal;
|
|
1784
1788
|
user-select: none;
|
|
1785
1789
|
}
|
|
@@ -1789,12 +1793,12 @@ input.e-input:-moz-placeholder {
|
|
|
1789
1793
|
user-select: none;
|
|
1790
1794
|
}
|
|
1791
1795
|
|
|
1792
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1796
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1793
1797
|
font-style: normal;
|
|
1794
1798
|
user-select: none;
|
|
1795
1799
|
}
|
|
1796
1800
|
|
|
1797
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1801
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1798
1802
|
font-style: normal;
|
|
1799
1803
|
user-select: none;
|
|
1800
1804
|
}
|
|
@@ -3232,7 +3236,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3232
3236
|
.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
3233
3237
|
font-size: 14px;
|
|
3234
3238
|
font-style: normal;
|
|
3235
|
-
font-weight:
|
|
3239
|
+
font-weight: normal;
|
|
3236
3240
|
left: 0;
|
|
3237
3241
|
overflow: hidden;
|
|
3238
3242
|
padding-left: 10px;
|
|
@@ -3695,6 +3699,8 @@ textarea.e-input,
|
|
|
3695
3699
|
color: #6c757d;
|
|
3696
3700
|
}
|
|
3697
3701
|
|
|
3702
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
3703
|
+
/* stylelint-disable selector-no-vendor-prefix */
|
|
3698
3704
|
.e-input[disabled],
|
|
3699
3705
|
.e-input-group .e-input[disabled],
|
|
3700
3706
|
.e-input-group.e-control-wrapper .e-input[disabled],
|
|
@@ -4608,4 +4614,6 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4608
4614
|
.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
|
|
4609
4615
|
.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
|
|
4610
4616
|
color: #212529;
|
|
4611
|
-
}
|
|
4617
|
+
}
|
|
4618
|
+
|
|
4619
|
+
/* stylelint-disable-line no-empty-source */
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-float-input .e-clear-icon::before,
|
|
2
3
|
.e-float-input.e-control-wrapper .e-clear-icon::before {
|
|
3
4
|
content: "\e7e7";
|
|
@@ -42,14 +43,14 @@ textarea.e-input,
|
|
|
42
43
|
.e-input-group.e-control-wrapper {
|
|
43
44
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
44
45
|
font-size: 14px;
|
|
45
|
-
font-weight:
|
|
46
|
+
font-weight: normal;
|
|
46
47
|
}
|
|
47
48
|
|
|
48
49
|
.e-input-group.e-disabled,
|
|
49
50
|
.e-input-group.e-control-wrapper.e-disabled {
|
|
50
51
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
51
52
|
font-size: 14px;
|
|
52
|
-
font-weight:
|
|
53
|
+
font-weight: normal;
|
|
53
54
|
}
|
|
54
55
|
|
|
55
56
|
.e-input-group input.e-input,
|
|
@@ -296,6 +297,7 @@ textarea.e-input.e-bigger,
|
|
|
296
297
|
border-top: 0;
|
|
297
298
|
}
|
|
298
299
|
|
|
300
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
299
301
|
.e-input-group .e-input-group-icon:last-child,
|
|
300
302
|
.e-input-group.e-control-wrapper .e-input-group-icon:last-child {
|
|
301
303
|
border-right-width: 0;
|
|
@@ -635,7 +637,7 @@ label.e-float-text,
|
|
|
635
637
|
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
636
638
|
font-size: 14px;
|
|
637
639
|
font-style: normal;
|
|
638
|
-
font-weight:
|
|
640
|
+
font-weight: normal;
|
|
639
641
|
left: 0;
|
|
640
642
|
overflow: hidden;
|
|
641
643
|
padding-left: 10px;
|
|
@@ -1051,7 +1053,7 @@ label.e-float-text,
|
|
|
1051
1053
|
.e-float-input.e-input-group.e-control-wrapper.e-disabled {
|
|
1052
1054
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
1053
1055
|
font-size: 14px;
|
|
1054
|
-
font-weight:
|
|
1056
|
+
font-weight: normal;
|
|
1055
1057
|
}
|
|
1056
1058
|
|
|
1057
1059
|
.e-float-input input,
|
|
@@ -1250,7 +1252,7 @@ label.e-float-text,
|
|
|
1250
1252
|
.e-small .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1251
1253
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1252
1254
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1253
|
-
font-weight:
|
|
1255
|
+
font-weight: normal;
|
|
1254
1256
|
}
|
|
1255
1257
|
|
|
1256
1258
|
.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -1269,7 +1271,7 @@ label.e-float-text,
|
|
|
1269
1271
|
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1270
1272
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1271
1273
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1272
|
-
font-weight:
|
|
1274
|
+
font-weight: normal;
|
|
1273
1275
|
}
|
|
1274
1276
|
|
|
1275
1277
|
.e-float-input:not(.e-input-group) .e-float-line::before,
|
|
@@ -1339,6 +1341,7 @@ label.e-float-text,
|
|
|
1339
1341
|
transform-origin: right top;
|
|
1340
1342
|
}
|
|
1341
1343
|
|
|
1344
|
+
/* stylelint-disable selector-max-empty-lines */
|
|
1342
1345
|
.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1343
1346
|
.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1344
1347
|
.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
@@ -1435,6 +1438,7 @@ label.e-float-text,
|
|
|
1435
1438
|
padding-right: 10px;
|
|
1436
1439
|
}
|
|
1437
1440
|
|
|
1441
|
+
/* stylelint-enable selector-max-empty-lines */
|
|
1438
1442
|
.e-input-group.e-corner.e-rtl .e-input:first-child,
|
|
1439
1443
|
.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
|
|
1440
1444
|
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
|
|
@@ -1853,22 +1857,22 @@ textarea.e-input:-moz-placeholder {
|
|
|
1853
1857
|
user-select: none;
|
|
1854
1858
|
}
|
|
1855
1859
|
|
|
1856
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1860
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1857
1861
|
font-style: normal;
|
|
1858
1862
|
user-select: none;
|
|
1859
1863
|
}
|
|
1860
1864
|
|
|
1861
|
-
.e-input-group textarea.e-input:-moz-placeholder {
|
|
1865
|
+
.e-input-group textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1862
1866
|
font-style: normal;
|
|
1863
1867
|
user-select: none;
|
|
1864
1868
|
}
|
|
1865
1869
|
|
|
1866
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1870
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1867
1871
|
font-style: normal;
|
|
1868
1872
|
user-select: none;
|
|
1869
1873
|
}
|
|
1870
1874
|
|
|
1871
|
-
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
1875
|
+
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1872
1876
|
font-style: normal;
|
|
1873
1877
|
user-select: none;
|
|
1874
1878
|
}
|
|
@@ -1878,12 +1882,12 @@ input.e-input:-moz-placeholder {
|
|
|
1878
1882
|
user-select: none;
|
|
1879
1883
|
}
|
|
1880
1884
|
|
|
1881
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1885
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1882
1886
|
font-style: normal;
|
|
1883
1887
|
user-select: none;
|
|
1884
1888
|
}
|
|
1885
1889
|
|
|
1886
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1890
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1887
1891
|
font-style: normal;
|
|
1888
1892
|
user-select: none;
|
|
1889
1893
|
}
|
|
@@ -3340,7 +3344,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3340
3344
|
.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
3341
3345
|
font-size: 14px;
|
|
3342
3346
|
font-style: normal;
|
|
3343
|
-
font-weight:
|
|
3347
|
+
font-weight: normal;
|
|
3344
3348
|
left: 0;
|
|
3345
3349
|
overflow: hidden;
|
|
3346
3350
|
padding-left: 10px;
|
|
@@ -3809,6 +3813,8 @@ textarea.e-input,
|
|
|
3809
3813
|
color: #adb5bd;
|
|
3810
3814
|
}
|
|
3811
3815
|
|
|
3816
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
3817
|
+
/* stylelint-disable selector-no-vendor-prefix */
|
|
3812
3818
|
.e-input[disabled],
|
|
3813
3819
|
.e-input-group .e-input[disabled],
|
|
3814
3820
|
.e-input-group.e-control-wrapper .e-input[disabled],
|
|
@@ -4719,4 +4725,6 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4719
4725
|
|
|
4720
4726
|
input.e-input::-webkit-input-placeholder {
|
|
4721
4727
|
color: #6c757d;
|
|
4722
|
-
}
|
|
4728
|
+
}
|
|
4729
|
+
|
|
4730
|
+
/* stylelint-disable-line no-empty-source */
|