@syncfusion/ej2-angular-inputs 20.2.48-ngcc → 20.3.47-ngcc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@syncfusion/ej2-angular-inputs.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-inputs.js.map +1 -1
- package/CHANGELOG.md +2 -24
- package/dist/ej2-angular-inputs.umd.js +1 -1
- package/dist/ej2-angular-inputs.umd.min.js +1 -1
- package/package.json +8 -8
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +31 -13
- package/styles/bootstrap.css +31 -13
- package/styles/bootstrap4.css +31 -13
- package/styles/bootstrap5-dark.css +32 -13
- package/styles/bootstrap5.css +32 -13
- package/styles/color-picker/bootstrap-dark.css +2 -0
- package/styles/color-picker/bootstrap.css +2 -0
- package/styles/color-picker/bootstrap4.css +2 -0
- package/styles/color-picker/bootstrap5-dark.css +3 -0
- package/styles/color-picker/bootstrap5.css +3 -0
- package/styles/color-picker/fabric-dark.css +2 -0
- package/styles/color-picker/fabric.css +2 -0
- package/styles/color-picker/fluent-dark.css +3 -0
- package/styles/color-picker/fluent.css +3 -0
- package/styles/color-picker/highcontrast-light.css +2 -0
- package/styles/color-picker/highcontrast.css +2 -0
- package/styles/color-picker/material-dark.css +2 -0
- package/styles/color-picker/material.css +2 -0
- package/styles/color-picker/tailwind-dark.css +3 -0
- package/styles/color-picker/tailwind.css +3 -0
- package/styles/fabric-dark.css +31 -13
- package/styles/fabric.css +31 -13
- package/styles/fluent-dark.css +32 -13
- package/styles/fluent.css +32 -13
- package/styles/highcontrast-light.css +31 -13
- package/styles/highcontrast.css +31 -13
- package/styles/input/bootstrap-dark.css +22 -14
- package/styles/input/bootstrap.css +22 -14
- package/styles/input/bootstrap4.css +22 -14
- package/styles/input/bootstrap5-dark.css +22 -14
- package/styles/input/bootstrap5.css +22 -14
- package/styles/input/fabric-dark.css +22 -14
- package/styles/input/fabric.css +22 -14
- package/styles/input/fluent-dark.css +22 -14
- package/styles/input/fluent.css +22 -14
- package/styles/input/highcontrast-light.css +22 -14
- package/styles/input/highcontrast.css +22 -14
- package/styles/input/material-dark.css +26 -18
- package/styles/input/material.css +26 -18
- package/styles/input/tailwind-dark.css +22 -14
- package/styles/input/tailwind.css +22 -14
- package/styles/maskedtextbox/bootstrap-dark.css +1 -0
- package/styles/maskedtextbox/bootstrap.css +1 -0
- package/styles/maskedtextbox/bootstrap4.css +1 -0
- package/styles/maskedtextbox/bootstrap5-dark.css +1 -0
- package/styles/maskedtextbox/bootstrap5.css +1 -0
- package/styles/maskedtextbox/fabric-dark.css +1 -0
- package/styles/maskedtextbox/fabric.css +1 -0
- package/styles/maskedtextbox/fluent-dark.css +1 -0
- package/styles/maskedtextbox/fluent.css +1 -0
- package/styles/maskedtextbox/highcontrast-light.css +1 -0
- package/styles/maskedtextbox/highcontrast.css +1 -0
- package/styles/maskedtextbox/material-dark.css +1 -0
- package/styles/maskedtextbox/material.css +1 -0
- package/styles/maskedtextbox/tailwind-dark.css +1 -0
- package/styles/maskedtextbox/tailwind.css +1 -0
- package/styles/material-dark.css +50 -18
- package/styles/material.css +50 -18
- package/styles/numerictextbox/bootstrap-dark.css +1 -0
- package/styles/numerictextbox/bootstrap.css +1 -0
- package/styles/numerictextbox/bootstrap4.css +1 -0
- package/styles/numerictextbox/bootstrap5-dark.css +1 -0
- package/styles/numerictextbox/bootstrap5.css +1 -0
- package/styles/numerictextbox/fabric-dark.css +1 -0
- package/styles/numerictextbox/fabric.css +1 -0
- package/styles/numerictextbox/fluent-dark.css +1 -0
- package/styles/numerictextbox/fluent.css +1 -0
- package/styles/numerictextbox/highcontrast-light.css +1 -0
- package/styles/numerictextbox/highcontrast.css +1 -0
- package/styles/numerictextbox/material-dark.css +1 -0
- package/styles/numerictextbox/material.css +1 -0
- package/styles/numerictextbox/tailwind-dark.css +1 -0
- package/styles/numerictextbox/tailwind.css +1 -0
- package/styles/slider/bootstrap-dark.css +4 -0
- package/styles/slider/bootstrap.css +4 -0
- package/styles/slider/bootstrap4.css +4 -0
- package/styles/slider/bootstrap5-dark.css +4 -0
- package/styles/slider/bootstrap5.css +4 -0
- package/styles/slider/fabric-dark.css +4 -0
- package/styles/slider/fabric.css +4 -0
- package/styles/slider/fluent-dark.css +4 -0
- package/styles/slider/fluent.css +4 -0
- package/styles/slider/highcontrast-light.css +4 -0
- package/styles/slider/highcontrast.css +4 -0
- package/styles/slider/material-dark.css +19 -1
- package/styles/slider/material.css +19 -1
- package/styles/slider/tailwind-dark.css +4 -0
- package/styles/slider/tailwind.css +4 -0
- package/styles/tailwind-dark.css +33 -13
- package/styles/tailwind.css +33 -13
- package/styles/textbox/bootstrap-dark.css +2 -0
- package/styles/textbox/bootstrap.css +2 -0
- package/styles/textbox/bootstrap4.css +2 -0
- package/styles/textbox/bootstrap5-dark.css +2 -0
- package/styles/textbox/bootstrap5.css +2 -0
- package/styles/textbox/fabric-dark.css +2 -0
- package/styles/textbox/fabric.css +2 -0
- package/styles/textbox/fluent-dark.css +2 -0
- package/styles/textbox/fluent.css +2 -0
- package/styles/textbox/highcontrast-light.css +2 -0
- package/styles/textbox/highcontrast.css +2 -0
- package/styles/textbox/material-dark.css +3 -1
- package/styles/textbox/material.css +3 -1
- package/styles/textbox/tailwind-dark.css +3 -1
- package/styles/textbox/tailwind.css +3 -1
- package/styles/uploader/bootstrap-dark.css +1 -0
- package/styles/uploader/bootstrap.css +1 -0
- package/styles/uploader/bootstrap4.css +1 -0
- package/styles/uploader/bootstrap5-dark.css +1 -0
- package/styles/uploader/bootstrap5.css +1 -0
- package/styles/uploader/fabric-dark.css +1 -0
- package/styles/uploader/fabric.css +1 -0
- package/styles/uploader/fluent-dark.css +1 -0
- package/styles/uploader/fluent.css +1 -0
- package/styles/uploader/highcontrast-light.css +1 -0
- package/styles/uploader/highcontrast.css +1 -0
- package/styles/uploader/material-dark.css +1 -0
- package/styles/uploader/material.css +1 -0
- package/styles/uploader/tailwind-dark.css +2 -0
- package/styles/uploader/tailwind.css +2 -0
package/styles/fluent.css
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
border-color: #edebe9;
|
|
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: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
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", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
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.e-bigger .e-input-group-icon,
|
|
221
223
|
.e-input-group .e-input-group-icon.e-bigger,
|
|
222
224
|
.e-bigger .e-input-group .e-input-group-icon,
|
|
@@ -473,7 +475,7 @@ label.e-float-text,
|
|
|
473
475
|
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
474
476
|
font-size: 14px;
|
|
475
477
|
font-style: normal;
|
|
476
|
-
font-weight:
|
|
478
|
+
font-weight: normal;
|
|
477
479
|
left: 0;
|
|
478
480
|
overflow: hidden;
|
|
479
481
|
padding-left: 10px;
|
|
@@ -892,7 +894,7 @@ label.e-float-text,
|
|
|
892
894
|
.e-float-input.e-input-group.e-control-wrapper.e-disabled {
|
|
893
895
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
894
896
|
font-size: 14px;
|
|
895
|
-
font-weight:
|
|
897
|
+
font-weight: normal;
|
|
896
898
|
}
|
|
897
899
|
|
|
898
900
|
.e-float-input input,
|
|
@@ -1089,7 +1091,7 @@ label.e-float-text,
|
|
|
1089
1091
|
.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,
|
|
1090
1092
|
.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,
|
|
1091
1093
|
.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 {
|
|
1092
|
-
font-weight:
|
|
1094
|
+
font-weight: normal;
|
|
1093
1095
|
}
|
|
1094
1096
|
|
|
1095
1097
|
.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -1108,7 +1110,7 @@ label.e-float-text,
|
|
|
1108
1110
|
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1109
1111
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1110
1112
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1111
|
-
font-weight:
|
|
1113
|
+
font-weight: normal;
|
|
1112
1114
|
}
|
|
1113
1115
|
|
|
1114
1116
|
.e-float-input:not(.e-input-group) .e-float-line::before,
|
|
@@ -1178,6 +1180,7 @@ label.e-float-text,
|
|
|
1178
1180
|
transform-origin: right top;
|
|
1179
1181
|
}
|
|
1180
1182
|
|
|
1183
|
+
/* stylelint-disable selector-max-empty-lines */
|
|
1181
1184
|
.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1182
1185
|
.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1183
1186
|
.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
@@ -1274,6 +1277,7 @@ label.e-float-text,
|
|
|
1274
1277
|
padding-right: 10px;
|
|
1275
1278
|
}
|
|
1276
1279
|
|
|
1280
|
+
/* stylelint-enable selector-max-empty-lines */
|
|
1277
1281
|
.e-input-group.e-corner.e-rtl .e-input:first-child,
|
|
1278
1282
|
.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
|
|
1279
1283
|
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
|
|
@@ -1699,22 +1703,22 @@ textarea.e-input:-moz-placeholder {
|
|
|
1699
1703
|
user-select: none;
|
|
1700
1704
|
}
|
|
1701
1705
|
|
|
1702
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1706
|
+
.e-input-group 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 textarea.e-input:-moz-placeholder {
|
|
1711
|
+
.e-input-group textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1708
1712
|
font-style: normal;
|
|
1709
1713
|
user-select: none;
|
|
1710
1714
|
}
|
|
1711
1715
|
|
|
1712
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1716
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1713
1717
|
font-style: normal;
|
|
1714
1718
|
user-select: none;
|
|
1715
1719
|
}
|
|
1716
1720
|
|
|
1717
|
-
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
1721
|
+
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1718
1722
|
font-style: normal;
|
|
1719
1723
|
user-select: none;
|
|
1720
1724
|
}
|
|
@@ -1724,12 +1728,12 @@ input.e-input:-moz-placeholder {
|
|
|
1724
1728
|
user-select: none;
|
|
1725
1729
|
}
|
|
1726
1730
|
|
|
1727
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1731
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1728
1732
|
font-style: normal;
|
|
1729
1733
|
user-select: none;
|
|
1730
1734
|
}
|
|
1731
1735
|
|
|
1732
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1736
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1733
1737
|
font-style: normal;
|
|
1734
1738
|
user-select: none;
|
|
1735
1739
|
}
|
|
@@ -3179,7 +3183,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3179
3183
|
.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
3180
3184
|
font-size: 14px;
|
|
3181
3185
|
font-style: normal;
|
|
3182
|
-
font-weight:
|
|
3186
|
+
font-weight: normal;
|
|
3183
3187
|
left: 0;
|
|
3184
3188
|
overflow: hidden;
|
|
3185
3189
|
padding-left: 10px;
|
|
@@ -3668,6 +3672,8 @@ textarea.e-input,
|
|
|
3668
3672
|
color: #a19f9d;
|
|
3669
3673
|
}
|
|
3670
3674
|
|
|
3675
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
3676
|
+
/* stylelint-disable selector-no-vendor-prefix */
|
|
3671
3677
|
.e-input[disabled],
|
|
3672
3678
|
.e-input-group .e-input[disabled],
|
|
3673
3679
|
.e-input-group.e-control-wrapper .e-input[disabled],
|
|
@@ -4603,6 +4609,8 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
4603
4609
|
color: #3b3a39;
|
|
4604
4610
|
}
|
|
4605
4611
|
|
|
4612
|
+
/* stylelint-disable-line no-empty-source */
|
|
4613
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
4606
4614
|
.e-input-group-icon.e-spin-up::before {
|
|
4607
4615
|
content: "\e776";
|
|
4608
4616
|
font-family: "e-icons";
|
|
@@ -4662,6 +4670,7 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
4662
4670
|
font-size: 18px;
|
|
4663
4671
|
}
|
|
4664
4672
|
|
|
4673
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
4665
4674
|
/*! maskedtextbox layout */
|
|
4666
4675
|
.e-control-wrapper.e-mask .e-maskedtextbox {
|
|
4667
4676
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
@@ -4688,6 +4697,8 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
4688
4697
|
}
|
|
4689
4698
|
|
|
4690
4699
|
/*! maskedtextbox theme */
|
|
4700
|
+
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
4701
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
4691
4702
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
4692
4703
|
cursor: default;
|
|
4693
4704
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -4989,6 +5000,8 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
4989
5000
|
}
|
|
4990
5001
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
4991
5002
|
border-color: #006cbf;
|
|
5003
|
+
/* stylelint-disable */
|
|
5004
|
+
/* stylelint-enable */
|
|
4992
5005
|
}
|
|
4993
5006
|
.e-control-wrapper.e-slider-container .e-slider .e-tab-track {
|
|
4994
5007
|
background-color: #c7e0f4;
|
|
@@ -5217,6 +5230,9 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
5217
5230
|
background-color: #c7e0f4;
|
|
5218
5231
|
}
|
|
5219
5232
|
|
|
5233
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
5234
|
+
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
5235
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
5220
5236
|
@keyframes material-spinner-rotate {
|
|
5221
5237
|
0% {
|
|
5222
5238
|
transform: rotate(0);
|
|
@@ -6069,6 +6085,8 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
6069
6085
|
border-color: transparent;
|
|
6070
6086
|
}
|
|
6071
6087
|
|
|
6088
|
+
/* stylelint-disable-line no-empty-source */
|
|
6089
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
6072
6090
|
.e-container .e-value-switch-btn::before {
|
|
6073
6091
|
content: "\e748";
|
|
6074
6092
|
}
|
|
@@ -6147,6 +6165,7 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
6147
6165
|
line-height: 0;
|
|
6148
6166
|
}
|
|
6149
6167
|
|
|
6168
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
6150
6169
|
.e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
|
|
6151
6170
|
-webkit-overflow-scrolling: touch;
|
|
6152
6171
|
height: 100%;
|
|
@@ -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%;
|