@syncfusion/ej2-vue-inputs 20.2.48 → 20.3.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +0 -6
- package/dist/ej2-vue-inputs.umd.min.js +1 -1
- package/dist/es6/ej2-vue-inputs.es2015.js +46 -54
- package/dist/es6/ej2-vue-inputs.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-inputs.es5.js +46 -54
- package/dist/es6/ej2-vue-inputs.es5.js.map +1 -1
- package/dist/global/ej2-vue-inputs.min.js +2 -2
- package/package.json +8 -8
- package/src/color-picker/colorpicker.component.d.ts +0 -1
- package/src/color-picker/colorpicker.component.js +3 -4
- package/src/maskedtextbox/maskedtextbox.component.d.ts +0 -1
- package/src/maskedtextbox/maskedtextbox.component.js +3 -4
- package/src/numerictextbox/numerictextbox.component.d.ts +0 -1
- package/src/numerictextbox/numerictextbox.component.js +3 -4
- package/src/signature/signature.component.d.ts +0 -1
- package/src/signature/signature.component.js +3 -4
- package/src/slider/slider.component.d.ts +0 -1
- package/src/slider/slider.component.js +3 -4
- package/src/textbox/textbox.component.d.ts +0 -1
- package/src/textbox/textbox.component.js +3 -4
- package/src/uploader/files.directive.d.ts +0 -1
- package/src/uploader/files.directive.js +5 -6
- package/src/uploader/uploader.component.d.ts +0 -1
- package/src/uploader/uploader.component.js +3 -4
- 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
package/styles/input/fabric.css
CHANGED
|
@@ -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: "\e953";
|
|
@@ -42,14 +43,14 @@ textarea.e-input,
|
|
|
42
43
|
.e-input-group.e-control-wrapper {
|
|
43
44
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", 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: "Segoe UI", "GeezaPro", "DejaVu Serif", 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,
|
|
@@ -207,6 +208,7 @@ textarea.e-input.e-bigger,
|
|
|
207
208
|
text-align: center;
|
|
208
209
|
}
|
|
209
210
|
|
|
211
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
210
212
|
.e-input-group.e-bigger .e-input-group-icon,
|
|
211
213
|
.e-input-group .e-input-group-icon.e-bigger,
|
|
212
214
|
.e-bigger .e-input-group .e-input-group-icon,
|
|
@@ -501,7 +503,7 @@ label.e-float-text,
|
|
|
501
503
|
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
502
504
|
font-size: 14px;
|
|
503
505
|
font-style: normal;
|
|
504
|
-
font-weight:
|
|
506
|
+
font-weight: normal;
|
|
505
507
|
left: 0;
|
|
506
508
|
overflow: hidden;
|
|
507
509
|
padding-left: 10px;
|
|
@@ -914,7 +916,7 @@ label.e-float-text,
|
|
|
914
916
|
.e-float-input.e-input-group.e-control-wrapper.e-disabled {
|
|
915
917
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
916
918
|
font-size: 14px;
|
|
917
|
-
font-weight:
|
|
919
|
+
font-weight: normal;
|
|
918
920
|
}
|
|
919
921
|
|
|
920
922
|
.e-float-input input,
|
|
@@ -1111,7 +1113,7 @@ label.e-float-text,
|
|
|
1111
1113
|
.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,
|
|
1112
1114
|
.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,
|
|
1113
1115
|
.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 {
|
|
1114
|
-
font-weight:
|
|
1116
|
+
font-weight: normal;
|
|
1115
1117
|
}
|
|
1116
1118
|
|
|
1117
1119
|
.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -1130,7 +1132,7 @@ label.e-float-text,
|
|
|
1130
1132
|
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1131
1133
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1132
1134
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1133
|
-
font-weight:
|
|
1135
|
+
font-weight: normal;
|
|
1134
1136
|
}
|
|
1135
1137
|
|
|
1136
1138
|
.e-float-input:not(.e-input-group) .e-float-line::before,
|
|
@@ -1200,6 +1202,7 @@ label.e-float-text,
|
|
|
1200
1202
|
transform-origin: right top;
|
|
1201
1203
|
}
|
|
1202
1204
|
|
|
1205
|
+
/* stylelint-disable selector-max-empty-lines */
|
|
1203
1206
|
.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1204
1207
|
.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1205
1208
|
.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
@@ -1296,6 +1299,7 @@ label.e-float-text,
|
|
|
1296
1299
|
padding-right: 10px;
|
|
1297
1300
|
}
|
|
1298
1301
|
|
|
1302
|
+
/* stylelint-enable selector-max-empty-lines */
|
|
1299
1303
|
.e-input-group.e-corner.e-rtl .e-input:first-child,
|
|
1300
1304
|
.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
|
|
1301
1305
|
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
|
|
@@ -1721,22 +1725,22 @@ textarea.e-input:-moz-placeholder {
|
|
|
1721
1725
|
user-select: none;
|
|
1722
1726
|
}
|
|
1723
1727
|
|
|
1724
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1728
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1725
1729
|
font-style: normal;
|
|
1726
1730
|
user-select: none;
|
|
1727
1731
|
}
|
|
1728
1732
|
|
|
1729
|
-
.e-input-group textarea.e-input:-moz-placeholder {
|
|
1733
|
+
.e-input-group textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1730
1734
|
font-style: normal;
|
|
1731
1735
|
user-select: none;
|
|
1732
1736
|
}
|
|
1733
1737
|
|
|
1734
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1738
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1735
1739
|
font-style: normal;
|
|
1736
1740
|
user-select: none;
|
|
1737
1741
|
}
|
|
1738
1742
|
|
|
1739
|
-
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
1743
|
+
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1740
1744
|
font-style: normal;
|
|
1741
1745
|
user-select: none;
|
|
1742
1746
|
}
|
|
@@ -1746,12 +1750,12 @@ input.e-input:-moz-placeholder {
|
|
|
1746
1750
|
user-select: none;
|
|
1747
1751
|
}
|
|
1748
1752
|
|
|
1749
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1753
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1750
1754
|
font-style: normal;
|
|
1751
1755
|
user-select: none;
|
|
1752
1756
|
}
|
|
1753
1757
|
|
|
1754
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1758
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1755
1759
|
font-style: normal;
|
|
1756
1760
|
user-select: none;
|
|
1757
1761
|
}
|
|
@@ -3197,7 +3201,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3197
3201
|
.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
3198
3202
|
font-size: 14px;
|
|
3199
3203
|
font-style: normal;
|
|
3200
|
-
font-weight:
|
|
3204
|
+
font-weight: normal;
|
|
3201
3205
|
left: 0;
|
|
3202
3206
|
overflow: hidden;
|
|
3203
3207
|
padding-left: 10px;
|
|
@@ -3678,6 +3682,8 @@ textarea.e-input,
|
|
|
3678
3682
|
color: #a6a6a6;
|
|
3679
3683
|
}
|
|
3680
3684
|
|
|
3685
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
3686
|
+
/* stylelint-disable selector-no-vendor-prefix */
|
|
3681
3687
|
.e-input[disabled],
|
|
3682
3688
|
.e-input-group .e-input[disabled],
|
|
3683
3689
|
.e-input-group.e-control-wrapper .e-input[disabled],
|
|
@@ -4546,4 +4552,6 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
4546
4552
|
.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
|
|
4547
4553
|
.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
|
|
4548
4554
|
color: #333;
|
|
4549
|
-
}
|
|
4555
|
+
}
|
|
4556
|
+
|
|
4557
|
+
/* 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: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
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: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
51
52
|
font-size: 14px;
|
|
52
|
-
font-weight:
|
|
53
|
+
font-weight: normal;
|
|
53
54
|
}
|
|
54
55
|
|
|
55
56
|
.e-input-group input.e-input,
|
|
@@ -207,6 +208,7 @@ textarea.e-input.e-bigger,
|
|
|
207
208
|
text-align: center;
|
|
208
209
|
}
|
|
209
210
|
|
|
211
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
210
212
|
.e-input-group.e-bigger .e-input-group-icon,
|
|
211
213
|
.e-input-group .e-input-group-icon.e-bigger,
|
|
212
214
|
.e-bigger .e-input-group .e-input-group-icon,
|
|
@@ -463,7 +465,7 @@ label.e-float-text,
|
|
|
463
465
|
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
464
466
|
font-size: 14px;
|
|
465
467
|
font-style: normal;
|
|
466
|
-
font-weight:
|
|
468
|
+
font-weight: normal;
|
|
467
469
|
left: 0;
|
|
468
470
|
overflow: hidden;
|
|
469
471
|
padding-left: 10px;
|
|
@@ -882,7 +884,7 @@ label.e-float-text,
|
|
|
882
884
|
.e-float-input.e-input-group.e-control-wrapper.e-disabled {
|
|
883
885
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
884
886
|
font-size: 14px;
|
|
885
|
-
font-weight:
|
|
887
|
+
font-weight: normal;
|
|
886
888
|
}
|
|
887
889
|
|
|
888
890
|
.e-float-input input,
|
|
@@ -1079,7 +1081,7 @@ label.e-float-text,
|
|
|
1079
1081
|
.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,
|
|
1080
1082
|
.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,
|
|
1081
1083
|
.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 {
|
|
1082
|
-
font-weight:
|
|
1084
|
+
font-weight: normal;
|
|
1083
1085
|
}
|
|
1084
1086
|
|
|
1085
1087
|
.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -1098,7 +1100,7 @@ label.e-float-text,
|
|
|
1098
1100
|
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1099
1101
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1100
1102
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1101
|
-
font-weight:
|
|
1103
|
+
font-weight: normal;
|
|
1102
1104
|
}
|
|
1103
1105
|
|
|
1104
1106
|
.e-float-input:not(.e-input-group) .e-float-line::before,
|
|
@@ -1168,6 +1170,7 @@ label.e-float-text,
|
|
|
1168
1170
|
transform-origin: right top;
|
|
1169
1171
|
}
|
|
1170
1172
|
|
|
1173
|
+
/* stylelint-disable selector-max-empty-lines */
|
|
1171
1174
|
.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1172
1175
|
.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1173
1176
|
.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
@@ -1264,6 +1267,7 @@ label.e-float-text,
|
|
|
1264
1267
|
padding-right: 10px;
|
|
1265
1268
|
}
|
|
1266
1269
|
|
|
1270
|
+
/* stylelint-enable selector-max-empty-lines */
|
|
1267
1271
|
.e-input-group.e-corner.e-rtl .e-input:first-child,
|
|
1268
1272
|
.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
|
|
1269
1273
|
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
|
|
@@ -1689,22 +1693,22 @@ textarea.e-input:-moz-placeholder {
|
|
|
1689
1693
|
user-select: none;
|
|
1690
1694
|
}
|
|
1691
1695
|
|
|
1692
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1696
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1693
1697
|
font-style: normal;
|
|
1694
1698
|
user-select: none;
|
|
1695
1699
|
}
|
|
1696
1700
|
|
|
1697
|
-
.e-input-group textarea.e-input:-moz-placeholder {
|
|
1701
|
+
.e-input-group textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1698
1702
|
font-style: normal;
|
|
1699
1703
|
user-select: none;
|
|
1700
1704
|
}
|
|
1701
1705
|
|
|
1702
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1706
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1703
1707
|
font-style: normal;
|
|
1704
1708
|
user-select: none;
|
|
1705
1709
|
}
|
|
1706
1710
|
|
|
1707
|
-
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
1711
|
+
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1708
1712
|
font-style: normal;
|
|
1709
1713
|
user-select: none;
|
|
1710
1714
|
}
|
|
@@ -1714,12 +1718,12 @@ input.e-input:-moz-placeholder {
|
|
|
1714
1718
|
user-select: none;
|
|
1715
1719
|
}
|
|
1716
1720
|
|
|
1717
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1721
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1718
1722
|
font-style: normal;
|
|
1719
1723
|
user-select: none;
|
|
1720
1724
|
}
|
|
1721
1725
|
|
|
1722
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1726
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1723
1727
|
font-style: normal;
|
|
1724
1728
|
user-select: none;
|
|
1725
1729
|
}
|
|
@@ -3169,7 +3173,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3169
3173
|
.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
3170
3174
|
font-size: 14px;
|
|
3171
3175
|
font-style: normal;
|
|
3172
|
-
font-weight:
|
|
3176
|
+
font-weight: normal;
|
|
3173
3177
|
left: 0;
|
|
3174
3178
|
overflow: hidden;
|
|
3175
3179
|
padding-left: 10px;
|
|
@@ -3658,6 +3662,8 @@ textarea.e-input,
|
|
|
3658
3662
|
color: #484644;
|
|
3659
3663
|
}
|
|
3660
3664
|
|
|
3665
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
3666
|
+
/* stylelint-disable selector-no-vendor-prefix */
|
|
3661
3667
|
.e-input[disabled],
|
|
3662
3668
|
.e-input-group .e-input[disabled],
|
|
3663
3669
|
.e-input-group.e-control-wrapper .e-input[disabled],
|
|
@@ -4591,4 +4597,6 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
4591
4597
|
.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
|
|
4592
4598
|
.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
|
|
4593
4599
|
color: #c8c6c4;
|
|
4594
|
-
}
|
|
4600
|
+
}
|
|
4601
|
+
|
|
4602
|
+
/* stylelint-disable-line no-empty-source */
|
package/styles/input/fluent.css
CHANGED
|
@@ -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: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
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: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
51
52
|
font-size: 14px;
|
|
52
|
-
font-weight:
|
|
53
|
+
font-weight: normal;
|
|
53
54
|
}
|
|
54
55
|
|
|
55
56
|
.e-input-group input.e-input,
|
|
@@ -207,6 +208,7 @@ textarea.e-input.e-bigger,
|
|
|
207
208
|
text-align: center;
|
|
208
209
|
}
|
|
209
210
|
|
|
211
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
210
212
|
.e-input-group.e-bigger .e-input-group-icon,
|
|
211
213
|
.e-input-group .e-input-group-icon.e-bigger,
|
|
212
214
|
.e-bigger .e-input-group .e-input-group-icon,
|
|
@@ -463,7 +465,7 @@ label.e-float-text,
|
|
|
463
465
|
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
464
466
|
font-size: 14px;
|
|
465
467
|
font-style: normal;
|
|
466
|
-
font-weight:
|
|
468
|
+
font-weight: normal;
|
|
467
469
|
left: 0;
|
|
468
470
|
overflow: hidden;
|
|
469
471
|
padding-left: 10px;
|
|
@@ -882,7 +884,7 @@ label.e-float-text,
|
|
|
882
884
|
.e-float-input.e-input-group.e-control-wrapper.e-disabled {
|
|
883
885
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
884
886
|
font-size: 14px;
|
|
885
|
-
font-weight:
|
|
887
|
+
font-weight: normal;
|
|
886
888
|
}
|
|
887
889
|
|
|
888
890
|
.e-float-input input,
|
|
@@ -1079,7 +1081,7 @@ label.e-float-text,
|
|
|
1079
1081
|
.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,
|
|
1080
1082
|
.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,
|
|
1081
1083
|
.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 {
|
|
1082
|
-
font-weight:
|
|
1084
|
+
font-weight: normal;
|
|
1083
1085
|
}
|
|
1084
1086
|
|
|
1085
1087
|
.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -1098,7 +1100,7 @@ label.e-float-text,
|
|
|
1098
1100
|
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1099
1101
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1100
1102
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1101
|
-
font-weight:
|
|
1103
|
+
font-weight: normal;
|
|
1102
1104
|
}
|
|
1103
1105
|
|
|
1104
1106
|
.e-float-input:not(.e-input-group) .e-float-line::before,
|
|
@@ -1168,6 +1170,7 @@ label.e-float-text,
|
|
|
1168
1170
|
transform-origin: right top;
|
|
1169
1171
|
}
|
|
1170
1172
|
|
|
1173
|
+
/* stylelint-disable selector-max-empty-lines */
|
|
1171
1174
|
.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1172
1175
|
.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1173
1176
|
.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
@@ -1264,6 +1267,7 @@ label.e-float-text,
|
|
|
1264
1267
|
padding-right: 10px;
|
|
1265
1268
|
}
|
|
1266
1269
|
|
|
1270
|
+
/* stylelint-enable selector-max-empty-lines */
|
|
1267
1271
|
.e-input-group.e-corner.e-rtl .e-input:first-child,
|
|
1268
1272
|
.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
|
|
1269
1273
|
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
|
|
@@ -1689,22 +1693,22 @@ textarea.e-input:-moz-placeholder {
|
|
|
1689
1693
|
user-select: none;
|
|
1690
1694
|
}
|
|
1691
1695
|
|
|
1692
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1696
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1693
1697
|
font-style: normal;
|
|
1694
1698
|
user-select: none;
|
|
1695
1699
|
}
|
|
1696
1700
|
|
|
1697
|
-
.e-input-group textarea.e-input:-moz-placeholder {
|
|
1701
|
+
.e-input-group textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1698
1702
|
font-style: normal;
|
|
1699
1703
|
user-select: none;
|
|
1700
1704
|
}
|
|
1701
1705
|
|
|
1702
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1706
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1703
1707
|
font-style: normal;
|
|
1704
1708
|
user-select: none;
|
|
1705
1709
|
}
|
|
1706
1710
|
|
|
1707
|
-
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
1711
|
+
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1708
1712
|
font-style: normal;
|
|
1709
1713
|
user-select: none;
|
|
1710
1714
|
}
|
|
@@ -1714,12 +1718,12 @@ input.e-input:-moz-placeholder {
|
|
|
1714
1718
|
user-select: none;
|
|
1715
1719
|
}
|
|
1716
1720
|
|
|
1717
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1721
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1718
1722
|
font-style: normal;
|
|
1719
1723
|
user-select: none;
|
|
1720
1724
|
}
|
|
1721
1725
|
|
|
1722
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1726
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1723
1727
|
font-style: normal;
|
|
1724
1728
|
user-select: none;
|
|
1725
1729
|
}
|
|
@@ -3169,7 +3173,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3169
3173
|
.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
3170
3174
|
font-size: 14px;
|
|
3171
3175
|
font-style: normal;
|
|
3172
|
-
font-weight:
|
|
3176
|
+
font-weight: normal;
|
|
3173
3177
|
left: 0;
|
|
3174
3178
|
overflow: hidden;
|
|
3175
3179
|
padding-left: 10px;
|
|
@@ -3658,6 +3662,8 @@ textarea.e-input,
|
|
|
3658
3662
|
color: #a19f9d;
|
|
3659
3663
|
}
|
|
3660
3664
|
|
|
3665
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
3666
|
+
/* stylelint-disable selector-no-vendor-prefix */
|
|
3661
3667
|
.e-input[disabled],
|
|
3662
3668
|
.e-input-group .e-input[disabled],
|
|
3663
3669
|
.e-input-group.e-control-wrapper .e-input[disabled],
|
|
@@ -4591,4 +4597,6 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
4591
4597
|
.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
|
|
4592
4598
|
.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
|
|
4593
4599
|
color: #3b3a39;
|
|
4594
|
-
}
|
|
4600
|
+
}
|
|
4601
|
+
|
|
4602
|
+
/* 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: "\e953";
|
|
@@ -42,14 +43,14 @@ textarea.e-input,
|
|
|
42
43
|
.e-input-group.e-control-wrapper {
|
|
43
44
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", 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: "Segoe UI", "GeezaPro", "DejaVu Serif", 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,
|
|
@@ -207,6 +208,7 @@ textarea.e-input.e-bigger,
|
|
|
207
208
|
text-align: center;
|
|
208
209
|
}
|
|
209
210
|
|
|
211
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
210
212
|
.e-input-group:not(.e-disabled) .e-input-group-icon:hover,
|
|
211
213
|
.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover {
|
|
212
214
|
-moz-box-sizing: border-box;
|
|
@@ -616,7 +618,7 @@ label.e-float-text,
|
|
|
616
618
|
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
617
619
|
font-size: 14px;
|
|
618
620
|
font-style: italic;
|
|
619
|
-
font-weight:
|
|
621
|
+
font-weight: normal;
|
|
620
622
|
left: 0;
|
|
621
623
|
overflow: hidden;
|
|
622
624
|
padding-left: 10px;
|
|
@@ -1029,7 +1031,7 @@ label.e-float-text,
|
|
|
1029
1031
|
.e-float-input.e-input-group.e-control-wrapper.e-disabled {
|
|
1030
1032
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
1031
1033
|
font-size: 14px;
|
|
1032
|
-
font-weight:
|
|
1034
|
+
font-weight: normal;
|
|
1033
1035
|
}
|
|
1034
1036
|
|
|
1035
1037
|
.e-float-input input,
|
|
@@ -1226,7 +1228,7 @@ label.e-float-text,
|
|
|
1226
1228
|
.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,
|
|
1227
1229
|
.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,
|
|
1228
1230
|
.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 {
|
|
1229
|
-
font-weight:
|
|
1231
|
+
font-weight: normal;
|
|
1230
1232
|
}
|
|
1231
1233
|
|
|
1232
1234
|
.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -1245,7 +1247,7 @@ label.e-float-text,
|
|
|
1245
1247
|
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1246
1248
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1247
1249
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1248
|
-
font-weight:
|
|
1250
|
+
font-weight: normal;
|
|
1249
1251
|
}
|
|
1250
1252
|
|
|
1251
1253
|
.e-float-input:not(.e-input-group) .e-float-line::before,
|
|
@@ -1315,6 +1317,7 @@ label.e-float-text,
|
|
|
1315
1317
|
transform-origin: right top;
|
|
1316
1318
|
}
|
|
1317
1319
|
|
|
1320
|
+
/* stylelint-disable selector-max-empty-lines */
|
|
1318
1321
|
.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1319
1322
|
.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1320
1323
|
.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
@@ -1411,6 +1414,7 @@ label.e-float-text,
|
|
|
1411
1414
|
padding-right: 10px;
|
|
1412
1415
|
}
|
|
1413
1416
|
|
|
1417
|
+
/* stylelint-enable selector-max-empty-lines */
|
|
1414
1418
|
.e-input-group.e-corner.e-rtl .e-input:first-child,
|
|
1415
1419
|
.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
|
|
1416
1420
|
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
|
|
@@ -1837,22 +1841,22 @@ textarea.e-input:-moz-placeholder {
|
|
|
1837
1841
|
user-select: none;
|
|
1838
1842
|
}
|
|
1839
1843
|
|
|
1840
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1844
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1841
1845
|
font-style: italic;
|
|
1842
1846
|
user-select: none;
|
|
1843
1847
|
}
|
|
1844
1848
|
|
|
1845
|
-
.e-input-group textarea.e-input:-moz-placeholder {
|
|
1849
|
+
.e-input-group textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1846
1850
|
font-style: italic;
|
|
1847
1851
|
user-select: none;
|
|
1848
1852
|
}
|
|
1849
1853
|
|
|
1850
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1854
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1851
1855
|
font-style: italic;
|
|
1852
1856
|
user-select: none;
|
|
1853
1857
|
}
|
|
1854
1858
|
|
|
1855
|
-
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
1859
|
+
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1856
1860
|
font-style: italic;
|
|
1857
1861
|
user-select: none;
|
|
1858
1862
|
}
|
|
@@ -1862,12 +1866,12 @@ input.e-input:-moz-placeholder {
|
|
|
1862
1866
|
user-select: none;
|
|
1863
1867
|
}
|
|
1864
1868
|
|
|
1865
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1869
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1866
1870
|
font-style: italic;
|
|
1867
1871
|
user-select: none;
|
|
1868
1872
|
}
|
|
1869
1873
|
|
|
1870
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1874
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1871
1875
|
font-style: italic;
|
|
1872
1876
|
user-select: none;
|
|
1873
1877
|
}
|
|
@@ -3341,7 +3345,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3341
3345
|
.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
3342
3346
|
font-size: 14px;
|
|
3343
3347
|
font-style: italic;
|
|
3344
|
-
font-weight:
|
|
3348
|
+
font-weight: normal;
|
|
3345
3349
|
left: 0;
|
|
3346
3350
|
overflow: hidden;
|
|
3347
3351
|
padding-left: 10px;
|
|
@@ -3823,6 +3827,8 @@ textarea.e-input,
|
|
|
3823
3827
|
color: #757575;
|
|
3824
3828
|
}
|
|
3825
3829
|
|
|
3830
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
3831
|
+
/* stylelint-disable selector-no-vendor-prefix */
|
|
3826
3832
|
.e-input[disabled],
|
|
3827
3833
|
.e-input-group .e-input[disabled],
|
|
3828
3834
|
.e-input-group.e-control-wrapper .e-input[disabled],
|
|
@@ -4820,4 +4826,6 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4820
4826
|
.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
|
|
4821
4827
|
.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
|
|
4822
4828
|
color: #000;
|
|
4823
|
-
}
|
|
4829
|
+
}
|
|
4830
|
+
|
|
4831
|
+
/* stylelint-disable-line no-empty-source */
|