@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/bootstrap.css
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
border-color: #ddd;
|
|
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: "\e96c";
|
|
@@ -52,14 +53,14 @@ textarea.e-input,
|
|
|
52
53
|
.e-input-group.e-control-wrapper {
|
|
53
54
|
font-family: "Helvetica Neue", "Helvetica", "Arial", 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: "Helvetica Neue", "Helvetica", "Arial", 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,
|
|
@@ -221,6 +222,7 @@ textarea.e-input.e-bigger,
|
|
|
221
222
|
border-top: 0;
|
|
222
223
|
}
|
|
223
224
|
|
|
225
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
224
226
|
.e-input-group .e-input-group-icon:last-child,
|
|
225
227
|
.e-input-group.e-control-wrapper .e-input-group-icon:last-child {
|
|
226
228
|
border-right-width: 0;
|
|
@@ -560,7 +562,7 @@ label.e-float-text,
|
|
|
560
562
|
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
561
563
|
font-size: 14px;
|
|
562
564
|
font-style: normal;
|
|
563
|
-
font-weight:
|
|
565
|
+
font-weight: normal;
|
|
564
566
|
left: 0;
|
|
565
567
|
overflow: hidden;
|
|
566
568
|
padding-left: 10px;
|
|
@@ -972,7 +974,7 @@ label.e-float-text,
|
|
|
972
974
|
.e-float-input.e-input-group.e-control-wrapper.e-disabled {
|
|
973
975
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
974
976
|
font-size: 14px;
|
|
975
|
-
font-weight:
|
|
977
|
+
font-weight: normal;
|
|
976
978
|
}
|
|
977
979
|
|
|
978
980
|
.e-float-input input,
|
|
@@ -1171,7 +1173,7 @@ label.e-float-text,
|
|
|
1171
1173
|
.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,
|
|
1172
1174
|
.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,
|
|
1173
1175
|
.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 {
|
|
1174
|
-
font-weight:
|
|
1176
|
+
font-weight: normal;
|
|
1175
1177
|
}
|
|
1176
1178
|
|
|
1177
1179
|
.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -1190,7 +1192,7 @@ label.e-float-text,
|
|
|
1190
1192
|
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1191
1193
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1192
1194
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1193
|
-
font-weight:
|
|
1195
|
+
font-weight: normal;
|
|
1194
1196
|
}
|
|
1195
1197
|
|
|
1196
1198
|
.e-float-input:not(.e-input-group) .e-float-line::before,
|
|
@@ -1260,6 +1262,7 @@ label.e-float-text,
|
|
|
1260
1262
|
transform-origin: right top;
|
|
1261
1263
|
}
|
|
1262
1264
|
|
|
1265
|
+
/* stylelint-disable selector-max-empty-lines */
|
|
1263
1266
|
.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1264
1267
|
.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1265
1268
|
.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
@@ -1356,6 +1359,7 @@ label.e-float-text,
|
|
|
1356
1359
|
padding-right: 10px;
|
|
1357
1360
|
}
|
|
1358
1361
|
|
|
1362
|
+
/* stylelint-enable selector-max-empty-lines */
|
|
1359
1363
|
.e-input-group.e-corner.e-rtl .e-input:first-child,
|
|
1360
1364
|
.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
|
|
1361
1365
|
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
|
|
@@ -1774,22 +1778,22 @@ textarea.e-input:-moz-placeholder {
|
|
|
1774
1778
|
user-select: none;
|
|
1775
1779
|
}
|
|
1776
1780
|
|
|
1777
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1781
|
+
.e-input-group 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 textarea.e-input:-moz-placeholder {
|
|
1786
|
+
.e-input-group textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1783
1787
|
font-style: normal;
|
|
1784
1788
|
user-select: none;
|
|
1785
1789
|
}
|
|
1786
1790
|
|
|
1787
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1791
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1788
1792
|
font-style: normal;
|
|
1789
1793
|
user-select: none;
|
|
1790
1794
|
}
|
|
1791
1795
|
|
|
1792
|
-
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
1796
|
+
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1793
1797
|
font-style: normal;
|
|
1794
1798
|
user-select: none;
|
|
1795
1799
|
}
|
|
@@ -1799,12 +1803,12 @@ input.e-input:-moz-placeholder {
|
|
|
1799
1803
|
user-select: none;
|
|
1800
1804
|
}
|
|
1801
1805
|
|
|
1802
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1806
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1803
1807
|
font-style: normal;
|
|
1804
1808
|
user-select: none;
|
|
1805
1809
|
}
|
|
1806
1810
|
|
|
1807
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1811
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1808
1812
|
font-style: normal;
|
|
1809
1813
|
user-select: none;
|
|
1810
1814
|
}
|
|
@@ -3248,7 +3252,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3248
3252
|
.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
3249
3253
|
font-size: 14px;
|
|
3250
3254
|
font-style: normal;
|
|
3251
|
-
font-weight:
|
|
3255
|
+
font-weight: normal;
|
|
3252
3256
|
left: 0;
|
|
3253
3257
|
overflow: hidden;
|
|
3254
3258
|
padding-left: 10px;
|
|
@@ -3726,6 +3730,8 @@ textarea.e-input,
|
|
|
3726
3730
|
color: #999;
|
|
3727
3731
|
}
|
|
3728
3732
|
|
|
3733
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
3734
|
+
/* stylelint-disable selector-no-vendor-prefix */
|
|
3729
3735
|
.e-input[disabled],
|
|
3730
3736
|
.e-input-group .e-input[disabled],
|
|
3731
3737
|
.e-input-group.e-control-wrapper .e-input[disabled],
|
|
@@ -4638,6 +4644,8 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
4638
4644
|
color: #333;
|
|
4639
4645
|
}
|
|
4640
4646
|
|
|
4647
|
+
/* stylelint-disable-line no-empty-source */
|
|
4648
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
4641
4649
|
.e-input-group-icon.e-spin-up::before {
|
|
4642
4650
|
content: "\e834";
|
|
4643
4651
|
font-family: "e-icons";
|
|
@@ -4690,6 +4698,7 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
4690
4698
|
font-size: 14px;
|
|
4691
4699
|
}
|
|
4692
4700
|
|
|
4701
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
4693
4702
|
/*! maskedtextbox layout */
|
|
4694
4703
|
.e-content-placeholder.e-mask.e-placeholder-mask {
|
|
4695
4704
|
background-size: 300px 33px;
|
|
@@ -4703,6 +4712,8 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
4703
4712
|
}
|
|
4704
4713
|
|
|
4705
4714
|
/*! maskedtextbox theme */
|
|
4715
|
+
/* stylelint-disable-line no-empty-source */
|
|
4716
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
4706
4717
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
4707
4718
|
cursor: default;
|
|
4708
4719
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -4982,9 +4993,11 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
4982
4993
|
z-index: 10;
|
|
4983
4994
|
}
|
|
4984
4995
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
4996
|
+
/* stylelint-disable */
|
|
4985
4997
|
background-color: #e6e6e6;
|
|
4986
4998
|
border-color: #66afe9;
|
|
4987
4999
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
5000
|
+
/* stylelint-enable */
|
|
4988
5001
|
}
|
|
4989
5002
|
.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-tick {
|
|
4990
5003
|
height: 5px;
|
|
@@ -5191,6 +5204,9 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
5191
5204
|
.e-control-wrapper.e-slider-container.e-slider-hover .e-handle {
|
|
5192
5205
|
border-color: #ccc;
|
|
5193
5206
|
}
|
|
5207
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
5208
|
+
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
5209
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
5194
5210
|
@keyframes material-spinner-rotate {
|
|
5195
5211
|
0% {
|
|
5196
5212
|
transform: rotate(0);
|
|
@@ -5991,6 +6007,7 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
5991
6007
|
box-shadow: 0 0 0 transparent;
|
|
5992
6008
|
}
|
|
5993
6009
|
|
|
6010
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
5994
6011
|
.e-container .e-value-switch-btn::before {
|
|
5995
6012
|
content: "\e431";
|
|
5996
6013
|
}
|
|
@@ -6069,6 +6086,7 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
6069
6086
|
line-height: 0;
|
|
6070
6087
|
}
|
|
6071
6088
|
|
|
6089
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
6072
6090
|
.e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
|
|
6073
6091
|
-webkit-overflow-scrolling: touch;
|
|
6074
6092
|
height: 100%;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
border-color: #dee2e6;
|
|
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: "\e745";
|
|
@@ -52,14 +53,14 @@ textarea.e-input,
|
|
|
52
53
|
.e-input-group.e-control-wrapper {
|
|
53
54
|
font-family: "Helvetica Neue", "Helvetica", "Arial", 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: "Helvetica Neue", "Helvetica", "Arial", 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,
|
|
@@ -221,6 +222,7 @@ textarea.e-input.e-bigger,
|
|
|
221
222
|
border-top: 0;
|
|
222
223
|
}
|
|
223
224
|
|
|
225
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
224
226
|
.e-input-group .e-input-group-icon:last-child,
|
|
225
227
|
.e-input-group.e-control-wrapper .e-input-group-icon:last-child {
|
|
226
228
|
border-right-width: 0;
|
|
@@ -560,7 +562,7 @@ label.e-float-text,
|
|
|
560
562
|
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
561
563
|
font-size: 14px;
|
|
562
564
|
font-style: normal;
|
|
563
|
-
font-weight:
|
|
565
|
+
font-weight: normal;
|
|
564
566
|
left: 0;
|
|
565
567
|
overflow: hidden;
|
|
566
568
|
padding-left: 10px;
|
|
@@ -972,7 +974,7 @@ label.e-float-text,
|
|
|
972
974
|
.e-float-input.e-input-group.e-control-wrapper.e-disabled {
|
|
973
975
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
974
976
|
font-size: 14px;
|
|
975
|
-
font-weight:
|
|
977
|
+
font-weight: normal;
|
|
976
978
|
}
|
|
977
979
|
|
|
978
980
|
.e-float-input input,
|
|
@@ -1171,7 +1173,7 @@ label.e-float-text,
|
|
|
1171
1173
|
.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,
|
|
1172
1174
|
.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,
|
|
1173
1175
|
.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 {
|
|
1174
|
-
font-weight:
|
|
1176
|
+
font-weight: normal;
|
|
1175
1177
|
}
|
|
1176
1178
|
|
|
1177
1179
|
.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -1190,7 +1192,7 @@ label.e-float-text,
|
|
|
1190
1192
|
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1191
1193
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1192
1194
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1193
|
-
font-weight:
|
|
1195
|
+
font-weight: normal;
|
|
1194
1196
|
}
|
|
1195
1197
|
|
|
1196
1198
|
.e-float-input:not(.e-input-group) .e-float-line::before,
|
|
@@ -1260,6 +1262,7 @@ label.e-float-text,
|
|
|
1260
1262
|
transform-origin: right top;
|
|
1261
1263
|
}
|
|
1262
1264
|
|
|
1265
|
+
/* stylelint-disable selector-max-empty-lines */
|
|
1263
1266
|
.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1264
1267
|
.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1265
1268
|
.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
@@ -1356,6 +1359,7 @@ label.e-float-text,
|
|
|
1356
1359
|
padding-right: 10px;
|
|
1357
1360
|
}
|
|
1358
1361
|
|
|
1362
|
+
/* stylelint-enable selector-max-empty-lines */
|
|
1359
1363
|
.e-input-group.e-corner.e-rtl .e-input:first-child,
|
|
1360
1364
|
.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
|
|
1361
1365
|
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
|
|
@@ -1774,22 +1778,22 @@ textarea.e-input:-moz-placeholder {
|
|
|
1774
1778
|
user-select: none;
|
|
1775
1779
|
}
|
|
1776
1780
|
|
|
1777
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1781
|
+
.e-input-group 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 textarea.e-input:-moz-placeholder {
|
|
1786
|
+
.e-input-group textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1783
1787
|
font-style: normal;
|
|
1784
1788
|
user-select: none;
|
|
1785
1789
|
}
|
|
1786
1790
|
|
|
1787
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1791
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1788
1792
|
font-style: normal;
|
|
1789
1793
|
user-select: none;
|
|
1790
1794
|
}
|
|
1791
1795
|
|
|
1792
|
-
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
1796
|
+
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1793
1797
|
font-style: normal;
|
|
1794
1798
|
user-select: none;
|
|
1795
1799
|
}
|
|
@@ -1799,12 +1803,12 @@ input.e-input:-moz-placeholder {
|
|
|
1799
1803
|
user-select: none;
|
|
1800
1804
|
}
|
|
1801
1805
|
|
|
1802
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1806
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1803
1807
|
font-style: normal;
|
|
1804
1808
|
user-select: none;
|
|
1805
1809
|
}
|
|
1806
1810
|
|
|
1807
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1811
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1808
1812
|
font-style: normal;
|
|
1809
1813
|
user-select: none;
|
|
1810
1814
|
}
|
|
@@ -3242,7 +3246,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3242
3246
|
.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
3243
3247
|
font-size: 14px;
|
|
3244
3248
|
font-style: normal;
|
|
3245
|
-
font-weight:
|
|
3249
|
+
font-weight: normal;
|
|
3246
3250
|
left: 0;
|
|
3247
3251
|
overflow: hidden;
|
|
3248
3252
|
padding-left: 10px;
|
|
@@ -3705,6 +3709,8 @@ textarea.e-input,
|
|
|
3705
3709
|
color: #6c757d;
|
|
3706
3710
|
}
|
|
3707
3711
|
|
|
3712
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
3713
|
+
/* stylelint-disable selector-no-vendor-prefix */
|
|
3708
3714
|
.e-input[disabled],
|
|
3709
3715
|
.e-input-group .e-input[disabled],
|
|
3710
3716
|
.e-input-group.e-control-wrapper .e-input[disabled],
|
|
@@ -4620,6 +4626,8 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4620
4626
|
color: #212529;
|
|
4621
4627
|
}
|
|
4622
4628
|
|
|
4629
|
+
/* stylelint-disable-line no-empty-source */
|
|
4630
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
4623
4631
|
.e-input-group-icon.e-spin-up::before {
|
|
4624
4632
|
content: "\e721";
|
|
4625
4633
|
font-family: "e-icons";
|
|
@@ -4668,6 +4676,7 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4668
4676
|
font-size: 10px;
|
|
4669
4677
|
}
|
|
4670
4678
|
|
|
4679
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
4671
4680
|
/*! maskedtextbox layout */
|
|
4672
4681
|
.e-control-wrapper.e-mask .e-maskedtextbox {
|
|
4673
4682
|
font-family: Arial, "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -4702,6 +4711,8 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4702
4711
|
color: #dc3545;
|
|
4703
4712
|
}
|
|
4704
4713
|
|
|
4714
|
+
/* stylelint-disable-line no-empty-source */
|
|
4715
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
4705
4716
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
4706
4717
|
cursor: default;
|
|
4707
4718
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -5067,9 +5078,11 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
5067
5078
|
z-index: 10;
|
|
5068
5079
|
}
|
|
5069
5080
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
5081
|
+
/* stylelint-disable */
|
|
5070
5082
|
background-color: #007bff;
|
|
5071
5083
|
border-color: #007bff;
|
|
5072
5084
|
box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(0, 123, 255, 0.25);
|
|
5085
|
+
/* stylelint-enable */
|
|
5073
5086
|
}
|
|
5074
5087
|
.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-tick {
|
|
5075
5088
|
height: 6px;
|
|
@@ -5262,6 +5275,9 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
5262
5275
|
background-color: transparent;
|
|
5263
5276
|
border-color: transparent;
|
|
5264
5277
|
}
|
|
5278
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
5279
|
+
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
5280
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
5265
5281
|
@keyframes material-spinner-rotate {
|
|
5266
5282
|
0% {
|
|
5267
5283
|
transform: rotate(0);
|
|
@@ -6062,6 +6078,7 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
6062
6078
|
box-shadow: 0 0 0 transparent;
|
|
6063
6079
|
}
|
|
6064
6080
|
|
|
6081
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
6065
6082
|
.e-container .e-value-switch-btn::before {
|
|
6066
6083
|
content: "\e799";
|
|
6067
6084
|
}
|
|
@@ -6153,6 +6170,7 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
6153
6170
|
line-height: 0;
|
|
6154
6171
|
}
|
|
6155
6172
|
|
|
6173
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
6156
6174
|
.e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
|
|
6157
6175
|
-webkit-overflow-scrolling: touch;
|
|
6158
6176
|
height: 100%;
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
border-color: #444c54;
|
|
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: "\e7e7";
|
|
@@ -52,14 +53,14 @@ textarea.e-input,
|
|
|
52
53
|
.e-input-group.e-control-wrapper {
|
|
53
54
|
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";
|
|
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: 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";
|
|
61
62
|
font-size: 14px;
|
|
62
|
-
font-weight:
|
|
63
|
+
font-weight: normal;
|
|
63
64
|
}
|
|
64
65
|
|
|
65
66
|
.e-input-group input.e-input,
|
|
@@ -306,6 +307,7 @@ textarea.e-input.e-bigger,
|
|
|
306
307
|
border-top: 0;
|
|
307
308
|
}
|
|
308
309
|
|
|
310
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
309
311
|
.e-input-group .e-input-group-icon:last-child,
|
|
310
312
|
.e-input-group.e-control-wrapper .e-input-group-icon:last-child {
|
|
311
313
|
border-right-width: 0;
|
|
@@ -645,7 +647,7 @@ label.e-float-text,
|
|
|
645
647
|
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
646
648
|
font-size: 14px;
|
|
647
649
|
font-style: normal;
|
|
648
|
-
font-weight:
|
|
650
|
+
font-weight: normal;
|
|
649
651
|
left: 0;
|
|
650
652
|
overflow: hidden;
|
|
651
653
|
padding-left: 10px;
|
|
@@ -1061,7 +1063,7 @@ label.e-float-text,
|
|
|
1061
1063
|
.e-float-input.e-input-group.e-control-wrapper.e-disabled {
|
|
1062
1064
|
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";
|
|
1063
1065
|
font-size: 14px;
|
|
1064
|
-
font-weight:
|
|
1066
|
+
font-weight: normal;
|
|
1065
1067
|
}
|
|
1066
1068
|
|
|
1067
1069
|
.e-float-input input,
|
|
@@ -1260,7 +1262,7 @@ label.e-float-text,
|
|
|
1260
1262
|
.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,
|
|
1261
1263
|
.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,
|
|
1262
1264
|
.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 {
|
|
1263
|
-
font-weight:
|
|
1265
|
+
font-weight: normal;
|
|
1264
1266
|
}
|
|
1265
1267
|
|
|
1266
1268
|
.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -1279,7 +1281,7 @@ label.e-float-text,
|
|
|
1279
1281
|
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1280
1282
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1281
1283
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1282
|
-
font-weight:
|
|
1284
|
+
font-weight: normal;
|
|
1283
1285
|
}
|
|
1284
1286
|
|
|
1285
1287
|
.e-float-input:not(.e-input-group) .e-float-line::before,
|
|
@@ -1349,6 +1351,7 @@ label.e-float-text,
|
|
|
1349
1351
|
transform-origin: right top;
|
|
1350
1352
|
}
|
|
1351
1353
|
|
|
1354
|
+
/* stylelint-disable selector-max-empty-lines */
|
|
1352
1355
|
.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1353
1356
|
.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1354
1357
|
.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
@@ -1445,6 +1448,7 @@ label.e-float-text,
|
|
|
1445
1448
|
padding-right: 10px;
|
|
1446
1449
|
}
|
|
1447
1450
|
|
|
1451
|
+
/* stylelint-enable selector-max-empty-lines */
|
|
1448
1452
|
.e-input-group.e-corner.e-rtl .e-input:first-child,
|
|
1449
1453
|
.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
|
|
1450
1454
|
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
|
|
@@ -1863,22 +1867,22 @@ textarea.e-input:-moz-placeholder {
|
|
|
1863
1867
|
user-select: none;
|
|
1864
1868
|
}
|
|
1865
1869
|
|
|
1866
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1870
|
+
.e-input-group 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 textarea.e-input:-moz-placeholder {
|
|
1875
|
+
.e-input-group textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1872
1876
|
font-style: normal;
|
|
1873
1877
|
user-select: none;
|
|
1874
1878
|
}
|
|
1875
1879
|
|
|
1876
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1880
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1877
1881
|
font-style: normal;
|
|
1878
1882
|
user-select: none;
|
|
1879
1883
|
}
|
|
1880
1884
|
|
|
1881
|
-
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
1885
|
+
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1882
1886
|
font-style: normal;
|
|
1883
1887
|
user-select: none;
|
|
1884
1888
|
}
|
|
@@ -1888,12 +1892,12 @@ input.e-input:-moz-placeholder {
|
|
|
1888
1892
|
user-select: none;
|
|
1889
1893
|
}
|
|
1890
1894
|
|
|
1891
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1895
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1892
1896
|
font-style: normal;
|
|
1893
1897
|
user-select: none;
|
|
1894
1898
|
}
|
|
1895
1899
|
|
|
1896
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1900
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1897
1901
|
font-style: normal;
|
|
1898
1902
|
user-select: none;
|
|
1899
1903
|
}
|
|
@@ -3350,7 +3354,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3350
3354
|
.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
3351
3355
|
font-size: 14px;
|
|
3352
3356
|
font-style: normal;
|
|
3353
|
-
font-weight:
|
|
3357
|
+
font-weight: normal;
|
|
3354
3358
|
left: 0;
|
|
3355
3359
|
overflow: hidden;
|
|
3356
3360
|
padding-left: 10px;
|
|
@@ -3819,6 +3823,8 @@ textarea.e-input,
|
|
|
3819
3823
|
color: #adb5bd;
|
|
3820
3824
|
}
|
|
3821
3825
|
|
|
3826
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
3827
|
+
/* stylelint-disable selector-no-vendor-prefix */
|
|
3822
3828
|
.e-input[disabled],
|
|
3823
3829
|
.e-input-group .e-input[disabled],
|
|
3824
3830
|
.e-input-group.e-control-wrapper .e-input[disabled],
|
|
@@ -4731,6 +4737,8 @@ input.e-input::-webkit-input-placeholder {
|
|
|
4731
4737
|
color: #6c757d;
|
|
4732
4738
|
}
|
|
4733
4739
|
|
|
4740
|
+
/* stylelint-disable-line no-empty-source */
|
|
4741
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
4734
4742
|
.e-input-group-icon.e-spin-up::before {
|
|
4735
4743
|
content: "\e776";
|
|
4736
4744
|
font-family: "e-icons";
|
|
@@ -4779,6 +4787,7 @@ input.e-input::-webkit-input-placeholder {
|
|
|
4779
4787
|
font-size: 16px;
|
|
4780
4788
|
}
|
|
4781
4789
|
|
|
4790
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
4782
4791
|
/*! maskedtextbox layout */
|
|
4783
4792
|
.e-control-wrapper.e-mask .e-maskedtextbox {
|
|
4784
4793
|
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";
|
|
@@ -4813,6 +4822,8 @@ input.e-input::-webkit-input-placeholder {
|
|
|
4813
4822
|
color: #e4606d;
|
|
4814
4823
|
}
|
|
4815
4824
|
|
|
4825
|
+
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
4826
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
4816
4827
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
4817
4828
|
cursor: default;
|
|
4818
4829
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -5239,9 +5250,11 @@ input.e-input::-webkit-input-placeholder {
|
|
|
5239
5250
|
z-index: 10;
|
|
5240
5251
|
}
|
|
5241
5252
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
5253
|
+
/* stylelint-disable */
|
|
5242
5254
|
background-color: #0b5ed7;
|
|
5243
5255
|
border: 1px solid #212529;
|
|
5244
5256
|
box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
5257
|
+
/* stylelint-enable */
|
|
5245
5258
|
}
|
|
5246
5259
|
.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-tick {
|
|
5247
5260
|
height: 6px;
|
|
@@ -5438,6 +5451,9 @@ input.e-input::-webkit-input-placeholder {
|
|
|
5438
5451
|
.e-control-wrapper.e-slider-container.e-slider-hover .e-handle {
|
|
5439
5452
|
border-color: #0d6efd;
|
|
5440
5453
|
}
|
|
5454
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
5455
|
+
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
5456
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
5441
5457
|
@keyframes material-spinner-rotate {
|
|
5442
5458
|
0% {
|
|
5443
5459
|
transform: rotate(0);
|
|
@@ -6244,6 +6260,8 @@ input.e-input::-webkit-input-placeholder {
|
|
|
6244
6260
|
box-shadow: 0 0 0 transparent;
|
|
6245
6261
|
}
|
|
6246
6262
|
|
|
6263
|
+
/* stylelint-disable-line no-empty-source */
|
|
6264
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
6247
6265
|
.e-container .e-value-switch-btn::before {
|
|
6248
6266
|
content: "\e748";
|
|
6249
6267
|
}
|
|
@@ -6342,6 +6360,7 @@ input.e-input::-webkit-input-placeholder {
|
|
|
6342
6360
|
line-height: 0;
|
|
6343
6361
|
}
|
|
6344
6362
|
|
|
6363
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
6345
6364
|
.e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
|
|
6346
6365
|
-webkit-overflow-scrolling: touch;
|
|
6347
6366
|
height: 100%;
|