@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
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
border-color: #757575;
|
|
9
9
|
}
|
|
10
10
|
|
|
11
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
11
12
|
.e-float-input .e-clear-icon::before,
|
|
12
13
|
.e-float-input.e-control-wrapper .e-clear-icon::before {
|
|
13
14
|
content: "\e953";
|
|
@@ -52,14 +53,14 @@ textarea.e-input,
|
|
|
52
53
|
.e-input-group.e-control-wrapper {
|
|
53
54
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
54
55
|
font-size: 14px;
|
|
55
|
-
font-weight:
|
|
56
|
+
font-weight: normal;
|
|
56
57
|
}
|
|
57
58
|
|
|
58
59
|
.e-input-group.e-disabled,
|
|
59
60
|
.e-input-group.e-control-wrapper.e-disabled {
|
|
60
61
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
61
62
|
font-size: 14px;
|
|
62
|
-
font-weight:
|
|
63
|
+
font-weight: normal;
|
|
63
64
|
}
|
|
64
65
|
|
|
65
66
|
.e-input-group input.e-input,
|
|
@@ -217,6 +218,7 @@ textarea.e-input.e-bigger,
|
|
|
217
218
|
text-align: center;
|
|
218
219
|
}
|
|
219
220
|
|
|
221
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
220
222
|
.e-input-group:not(.e-disabled) .e-input-group-icon:hover,
|
|
221
223
|
.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover {
|
|
222
224
|
-moz-box-sizing: border-box;
|
|
@@ -626,7 +628,7 @@ label.e-float-text,
|
|
|
626
628
|
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
627
629
|
font-size: 14px;
|
|
628
630
|
font-style: italic;
|
|
629
|
-
font-weight:
|
|
631
|
+
font-weight: normal;
|
|
630
632
|
left: 0;
|
|
631
633
|
overflow: hidden;
|
|
632
634
|
padding-left: 10px;
|
|
@@ -1039,7 +1041,7 @@ label.e-float-text,
|
|
|
1039
1041
|
.e-float-input.e-input-group.e-control-wrapper.e-disabled {
|
|
1040
1042
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
1041
1043
|
font-size: 14px;
|
|
1042
|
-
font-weight:
|
|
1044
|
+
font-weight: normal;
|
|
1043
1045
|
}
|
|
1044
1046
|
|
|
1045
1047
|
.e-float-input input,
|
|
@@ -1236,7 +1238,7 @@ label.e-float-text,
|
|
|
1236
1238
|
.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,
|
|
1237
1239
|
.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,
|
|
1238
1240
|
.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 {
|
|
1239
|
-
font-weight:
|
|
1241
|
+
font-weight: normal;
|
|
1240
1242
|
}
|
|
1241
1243
|
|
|
1242
1244
|
.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -1255,7 +1257,7 @@ label.e-float-text,
|
|
|
1255
1257
|
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1256
1258
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1257
1259
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1258
|
-
font-weight:
|
|
1260
|
+
font-weight: normal;
|
|
1259
1261
|
}
|
|
1260
1262
|
|
|
1261
1263
|
.e-float-input:not(.e-input-group) .e-float-line::before,
|
|
@@ -1325,6 +1327,7 @@ label.e-float-text,
|
|
|
1325
1327
|
transform-origin: right top;
|
|
1326
1328
|
}
|
|
1327
1329
|
|
|
1330
|
+
/* stylelint-disable selector-max-empty-lines */
|
|
1328
1331
|
.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1329
1332
|
.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1330
1333
|
.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
@@ -1421,6 +1424,7 @@ label.e-float-text,
|
|
|
1421
1424
|
padding-right: 10px;
|
|
1422
1425
|
}
|
|
1423
1426
|
|
|
1427
|
+
/* stylelint-enable selector-max-empty-lines */
|
|
1424
1428
|
.e-input-group.e-corner.e-rtl .e-input:first-child,
|
|
1425
1429
|
.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
|
|
1426
1430
|
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
|
|
@@ -1847,22 +1851,22 @@ textarea.e-input:-moz-placeholder {
|
|
|
1847
1851
|
user-select: none;
|
|
1848
1852
|
}
|
|
1849
1853
|
|
|
1850
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1854
|
+
.e-input-group 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 textarea.e-input:-moz-placeholder {
|
|
1859
|
+
.e-input-group textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1856
1860
|
font-style: italic;
|
|
1857
1861
|
user-select: none;
|
|
1858
1862
|
}
|
|
1859
1863
|
|
|
1860
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1864
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1861
1865
|
font-style: italic;
|
|
1862
1866
|
user-select: none;
|
|
1863
1867
|
}
|
|
1864
1868
|
|
|
1865
|
-
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
1869
|
+
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1866
1870
|
font-style: italic;
|
|
1867
1871
|
user-select: none;
|
|
1868
1872
|
}
|
|
@@ -1872,12 +1876,12 @@ input.e-input:-moz-placeholder {
|
|
|
1872
1876
|
user-select: none;
|
|
1873
1877
|
}
|
|
1874
1878
|
|
|
1875
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1879
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1876
1880
|
font-style: italic;
|
|
1877
1881
|
user-select: none;
|
|
1878
1882
|
}
|
|
1879
1883
|
|
|
1880
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1884
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1881
1885
|
font-style: italic;
|
|
1882
1886
|
user-select: none;
|
|
1883
1887
|
}
|
|
@@ -3351,7 +3355,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3351
3355
|
.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
3352
3356
|
font-size: 14px;
|
|
3353
3357
|
font-style: italic;
|
|
3354
|
-
font-weight:
|
|
3358
|
+
font-weight: normal;
|
|
3355
3359
|
left: 0;
|
|
3356
3360
|
overflow: hidden;
|
|
3357
3361
|
padding-left: 10px;
|
|
@@ -3833,6 +3837,8 @@ textarea.e-input,
|
|
|
3833
3837
|
color: #757575;
|
|
3834
3838
|
}
|
|
3835
3839
|
|
|
3840
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
3841
|
+
/* stylelint-disable selector-no-vendor-prefix */
|
|
3836
3842
|
.e-input[disabled],
|
|
3837
3843
|
.e-input-group .e-input[disabled],
|
|
3838
3844
|
.e-input-group.e-control-wrapper .e-input[disabled],
|
|
@@ -4832,6 +4838,8 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4832
4838
|
color: #000;
|
|
4833
4839
|
}
|
|
4834
4840
|
|
|
4841
|
+
/* stylelint-disable-line no-empty-source */
|
|
4842
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
4835
4843
|
.e-input-group-icon.e-spin-up::before {
|
|
4836
4844
|
content: "\e85e";
|
|
4837
4845
|
font-family: "e-icons";
|
|
@@ -4880,6 +4888,7 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4880
4888
|
font-size: 12px;
|
|
4881
4889
|
}
|
|
4882
4890
|
|
|
4891
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
4883
4892
|
/*! maskedtextbox layout */
|
|
4884
4893
|
.e-control-wrapper.e-mask .e-maskedtextbox {
|
|
4885
4894
|
font-family: Arial, "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -4914,6 +4923,8 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4914
4923
|
color: #ff6161;
|
|
4915
4924
|
}
|
|
4916
4925
|
|
|
4926
|
+
/* stylelint-disable-line no-empty-source */
|
|
4927
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
4917
4928
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
4918
4929
|
cursor: default;
|
|
4919
4930
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -5231,6 +5242,8 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
5231
5242
|
}
|
|
5232
5243
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
5233
5244
|
border-color: #3d3d3d;
|
|
5245
|
+
/* stylelint-disable */
|
|
5246
|
+
/* stylelint-enable */
|
|
5234
5247
|
}
|
|
5235
5248
|
.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-tick {
|
|
5236
5249
|
height: 4px;
|
|
@@ -5457,6 +5470,9 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
5457
5470
|
.e-control-wrapper.e-slider-container .e-slider .e-handle:active {
|
|
5458
5471
|
background-color: #fff;
|
|
5459
5472
|
}
|
|
5473
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
5474
|
+
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
5475
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
5460
5476
|
@keyframes material-spinner-rotate {
|
|
5461
5477
|
0% {
|
|
5462
5478
|
transform: rotate(0);
|
|
@@ -6257,6 +6273,7 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
6257
6273
|
box-shadow: 0 0 0 transparent;
|
|
6258
6274
|
}
|
|
6259
6275
|
|
|
6276
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
6260
6277
|
.e-container .e-value-switch-btn::before {
|
|
6261
6278
|
content: "\e429";
|
|
6262
6279
|
}
|
|
@@ -6335,6 +6352,7 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
6335
6352
|
line-height: 0;
|
|
6336
6353
|
}
|
|
6337
6354
|
|
|
6355
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
6338
6356
|
.e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
|
|
6339
6357
|
-webkit-overflow-scrolling: touch;
|
|
6340
6358
|
height: 100%;
|
package/styles/highcontrast.css
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
border-color: #969696;
|
|
9
9
|
}
|
|
10
10
|
|
|
11
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
11
12
|
.e-float-input .e-clear-icon::before,
|
|
12
13
|
.e-float-input.e-control-wrapper .e-clear-icon::before {
|
|
13
14
|
content: "\e953";
|
|
@@ -52,14 +53,14 @@ textarea.e-input,
|
|
|
52
53
|
.e-input-group.e-control-wrapper {
|
|
53
54
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
54
55
|
font-size: 14px;
|
|
55
|
-
font-weight:
|
|
56
|
+
font-weight: normal;
|
|
56
57
|
}
|
|
57
58
|
|
|
58
59
|
.e-input-group.e-disabled,
|
|
59
60
|
.e-input-group.e-control-wrapper.e-disabled {
|
|
60
61
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
61
62
|
font-size: 14px;
|
|
62
|
-
font-weight:
|
|
63
|
+
font-weight: normal;
|
|
63
64
|
}
|
|
64
65
|
|
|
65
66
|
.e-input-group input.e-input,
|
|
@@ -217,6 +218,7 @@ textarea.e-input.e-bigger,
|
|
|
217
218
|
text-align: center;
|
|
218
219
|
}
|
|
219
220
|
|
|
221
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
220
222
|
.e-input-group:not(.e-disabled) .e-input-group-icon:hover,
|
|
221
223
|
.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover {
|
|
222
224
|
-moz-box-sizing: border-box;
|
|
@@ -626,7 +628,7 @@ label.e-float-text,
|
|
|
626
628
|
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
627
629
|
font-size: 14px;
|
|
628
630
|
font-style: italic;
|
|
629
|
-
font-weight:
|
|
631
|
+
font-weight: normal;
|
|
630
632
|
left: 0;
|
|
631
633
|
overflow: hidden;
|
|
632
634
|
padding-left: 10px;
|
|
@@ -1039,7 +1041,7 @@ label.e-float-text,
|
|
|
1039
1041
|
.e-float-input.e-input-group.e-control-wrapper.e-disabled {
|
|
1040
1042
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
1041
1043
|
font-size: 14px;
|
|
1042
|
-
font-weight:
|
|
1044
|
+
font-weight: normal;
|
|
1043
1045
|
}
|
|
1044
1046
|
|
|
1045
1047
|
.e-float-input input,
|
|
@@ -1236,7 +1238,7 @@ label.e-float-text,
|
|
|
1236
1238
|
.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,
|
|
1237
1239
|
.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,
|
|
1238
1240
|
.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 {
|
|
1239
|
-
font-weight:
|
|
1241
|
+
font-weight: normal;
|
|
1240
1242
|
}
|
|
1241
1243
|
|
|
1242
1244
|
.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -1255,7 +1257,7 @@ label.e-float-text,
|
|
|
1255
1257
|
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1256
1258
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1257
1259
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1258
|
-
font-weight:
|
|
1260
|
+
font-weight: normal;
|
|
1259
1261
|
}
|
|
1260
1262
|
|
|
1261
1263
|
.e-float-input:not(.e-input-group) .e-float-line::before,
|
|
@@ -1325,6 +1327,7 @@ label.e-float-text,
|
|
|
1325
1327
|
transform-origin: right top;
|
|
1326
1328
|
}
|
|
1327
1329
|
|
|
1330
|
+
/* stylelint-disable selector-max-empty-lines */
|
|
1328
1331
|
.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1329
1332
|
.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1330
1333
|
.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
@@ -1421,6 +1424,7 @@ label.e-float-text,
|
|
|
1421
1424
|
padding-right: 10px;
|
|
1422
1425
|
}
|
|
1423
1426
|
|
|
1427
|
+
/* stylelint-enable selector-max-empty-lines */
|
|
1424
1428
|
.e-input-group.e-corner.e-rtl .e-input:first-child,
|
|
1425
1429
|
.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
|
|
1426
1430
|
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
|
|
@@ -1847,22 +1851,22 @@ textarea.e-input:-moz-placeholder {
|
|
|
1847
1851
|
user-select: none;
|
|
1848
1852
|
}
|
|
1849
1853
|
|
|
1850
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1854
|
+
.e-input-group 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 textarea.e-input:-moz-placeholder {
|
|
1859
|
+
.e-input-group textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1856
1860
|
font-style: italic;
|
|
1857
1861
|
user-select: none;
|
|
1858
1862
|
}
|
|
1859
1863
|
|
|
1860
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1864
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1861
1865
|
font-style: italic;
|
|
1862
1866
|
user-select: none;
|
|
1863
1867
|
}
|
|
1864
1868
|
|
|
1865
|
-
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
1869
|
+
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1866
1870
|
font-style: italic;
|
|
1867
1871
|
user-select: none;
|
|
1868
1872
|
}
|
|
@@ -1872,12 +1876,12 @@ input.e-input:-moz-placeholder {
|
|
|
1872
1876
|
user-select: none;
|
|
1873
1877
|
}
|
|
1874
1878
|
|
|
1875
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1879
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1876
1880
|
font-style: italic;
|
|
1877
1881
|
user-select: none;
|
|
1878
1882
|
}
|
|
1879
1883
|
|
|
1880
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1884
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1881
1885
|
font-style: italic;
|
|
1882
1886
|
user-select: none;
|
|
1883
1887
|
}
|
|
@@ -3351,7 +3355,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3351
3355
|
.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
3352
3356
|
font-size: 14px;
|
|
3353
3357
|
font-style: italic;
|
|
3354
|
-
font-weight:
|
|
3358
|
+
font-weight: normal;
|
|
3355
3359
|
left: 0;
|
|
3356
3360
|
overflow: hidden;
|
|
3357
3361
|
padding-left: 10px;
|
|
@@ -3833,6 +3837,8 @@ textarea.e-input,
|
|
|
3833
3837
|
color: #757575;
|
|
3834
3838
|
}
|
|
3835
3839
|
|
|
3840
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
3841
|
+
/* stylelint-disable selector-no-vendor-prefix */
|
|
3836
3842
|
.e-input[disabled],
|
|
3837
3843
|
.e-input-group .e-input[disabled],
|
|
3838
3844
|
.e-input-group.e-control-wrapper .e-input[disabled],
|
|
@@ -4832,6 +4838,8 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4832
4838
|
color: #fff;
|
|
4833
4839
|
}
|
|
4834
4840
|
|
|
4841
|
+
/* stylelint-disable-line no-empty-source */
|
|
4842
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
4835
4843
|
.e-input-group-icon.e-spin-up::before {
|
|
4836
4844
|
content: "\e85e";
|
|
4837
4845
|
font-family: "e-icons";
|
|
@@ -4880,6 +4888,7 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4880
4888
|
font-size: 12px;
|
|
4881
4889
|
}
|
|
4882
4890
|
|
|
4891
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
4883
4892
|
/*! maskedtextbox layout */
|
|
4884
4893
|
.e-control-wrapper.e-mask .e-maskedtextbox {
|
|
4885
4894
|
font-family: Arial, "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -4914,6 +4923,8 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4914
4923
|
color: #fff;
|
|
4915
4924
|
}
|
|
4916
4925
|
|
|
4926
|
+
/* stylelint-disable-line no-empty-source */
|
|
4927
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
4917
4928
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
4918
4929
|
cursor: default;
|
|
4919
4930
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -5231,6 +5242,8 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
5231
5242
|
}
|
|
5232
5243
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
5233
5244
|
border-color: #bfbfbf;
|
|
5245
|
+
/* stylelint-disable */
|
|
5246
|
+
/* stylelint-enable */
|
|
5234
5247
|
}
|
|
5235
5248
|
.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-tick {
|
|
5236
5249
|
height: 4px;
|
|
@@ -5457,6 +5470,9 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
5457
5470
|
.e-control-wrapper.e-slider-container .e-slider .e-handle:active {
|
|
5458
5471
|
background-color: #000;
|
|
5459
5472
|
}
|
|
5473
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
5474
|
+
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
5475
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
5460
5476
|
@keyframes material-spinner-rotate {
|
|
5461
5477
|
0% {
|
|
5462
5478
|
transform: rotate(0);
|
|
@@ -6257,6 +6273,7 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
6257
6273
|
box-shadow: 0 0 0 transparent;
|
|
6258
6274
|
}
|
|
6259
6275
|
|
|
6276
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
6260
6277
|
.e-container .e-value-switch-btn::before {
|
|
6261
6278
|
content: "\e429";
|
|
6262
6279
|
}
|
|
@@ -6335,6 +6352,7 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
6335
6352
|
line-height: 0;
|
|
6336
6353
|
}
|
|
6337
6354
|
|
|
6355
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
6338
6356
|
.e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
|
|
6339
6357
|
-webkit-overflow-scrolling: touch;
|
|
6340
6358
|
height: 100%;
|
|
@@ -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 */
|