@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/fabric-dark.css
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
border-color: #414040;
|
|
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.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,
|
|
@@ -511,7 +513,7 @@ label.e-float-text,
|
|
|
511
513
|
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
512
514
|
font-size: 14px;
|
|
513
515
|
font-style: normal;
|
|
514
|
-
font-weight:
|
|
516
|
+
font-weight: normal;
|
|
515
517
|
left: 0;
|
|
516
518
|
overflow: hidden;
|
|
517
519
|
padding-left: 10px;
|
|
@@ -924,7 +926,7 @@ label.e-float-text,
|
|
|
924
926
|
.e-float-input.e-input-group.e-control-wrapper.e-disabled {
|
|
925
927
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
926
928
|
font-size: 14px;
|
|
927
|
-
font-weight:
|
|
929
|
+
font-weight: normal;
|
|
928
930
|
}
|
|
929
931
|
|
|
930
932
|
.e-float-input input,
|
|
@@ -1121,7 +1123,7 @@ label.e-float-text,
|
|
|
1121
1123
|
.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,
|
|
1122
1124
|
.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,
|
|
1123
1125
|
.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 {
|
|
1124
|
-
font-weight:
|
|
1126
|
+
font-weight: normal;
|
|
1125
1127
|
}
|
|
1126
1128
|
|
|
1127
1129
|
.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -1140,7 +1142,7 @@ label.e-float-text,
|
|
|
1140
1142
|
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1141
1143
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1142
1144
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1143
|
-
font-weight:
|
|
1145
|
+
font-weight: normal;
|
|
1144
1146
|
}
|
|
1145
1147
|
|
|
1146
1148
|
.e-float-input:not(.e-input-group) .e-float-line::before,
|
|
@@ -1210,6 +1212,7 @@ label.e-float-text,
|
|
|
1210
1212
|
transform-origin: right top;
|
|
1211
1213
|
}
|
|
1212
1214
|
|
|
1215
|
+
/* stylelint-disable selector-max-empty-lines */
|
|
1213
1216
|
.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1214
1217
|
.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1215
1218
|
.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
@@ -1306,6 +1309,7 @@ label.e-float-text,
|
|
|
1306
1309
|
padding-right: 10px;
|
|
1307
1310
|
}
|
|
1308
1311
|
|
|
1312
|
+
/* stylelint-enable selector-max-empty-lines */
|
|
1309
1313
|
.e-input-group.e-corner.e-rtl .e-input:first-child,
|
|
1310
1314
|
.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
|
|
1311
1315
|
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
|
|
@@ -1731,22 +1735,22 @@ textarea.e-input:-moz-placeholder {
|
|
|
1731
1735
|
user-select: none;
|
|
1732
1736
|
}
|
|
1733
1737
|
|
|
1734
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1738
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1735
1739
|
font-style: normal;
|
|
1736
1740
|
user-select: none;
|
|
1737
1741
|
}
|
|
1738
1742
|
|
|
1739
|
-
.e-input-group textarea.e-input:-moz-placeholder {
|
|
1743
|
+
.e-input-group textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1740
1744
|
font-style: normal;
|
|
1741
1745
|
user-select: none;
|
|
1742
1746
|
}
|
|
1743
1747
|
|
|
1744
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1748
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1745
1749
|
font-style: normal;
|
|
1746
1750
|
user-select: none;
|
|
1747
1751
|
}
|
|
1748
1752
|
|
|
1749
|
-
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
1753
|
+
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1750
1754
|
font-style: normal;
|
|
1751
1755
|
user-select: none;
|
|
1752
1756
|
}
|
|
@@ -1756,12 +1760,12 @@ input.e-input:-moz-placeholder {
|
|
|
1756
1760
|
user-select: none;
|
|
1757
1761
|
}
|
|
1758
1762
|
|
|
1759
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1763
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1760
1764
|
font-style: normal;
|
|
1761
1765
|
user-select: none;
|
|
1762
1766
|
}
|
|
1763
1767
|
|
|
1764
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1768
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1765
1769
|
font-style: normal;
|
|
1766
1770
|
user-select: none;
|
|
1767
1771
|
}
|
|
@@ -3207,7 +3211,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3207
3211
|
.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
3208
3212
|
font-size: 14px;
|
|
3209
3213
|
font-style: normal;
|
|
3210
|
-
font-weight:
|
|
3214
|
+
font-weight: normal;
|
|
3211
3215
|
left: 0;
|
|
3212
3216
|
overflow: hidden;
|
|
3213
3217
|
padding-left: 10px;
|
|
@@ -3688,6 +3692,8 @@ textarea.e-input,
|
|
|
3688
3692
|
color: #6f6c6c;
|
|
3689
3693
|
}
|
|
3690
3694
|
|
|
3695
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
3696
|
+
/* stylelint-disable selector-no-vendor-prefix */
|
|
3691
3697
|
.e-input[disabled],
|
|
3692
3698
|
.e-input-group .e-input[disabled],
|
|
3693
3699
|
.e-input-group.e-control-wrapper .e-input[disabled],
|
|
@@ -4558,6 +4564,8 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
4558
4564
|
color: #dadada;
|
|
4559
4565
|
}
|
|
4560
4566
|
|
|
4567
|
+
/* stylelint-disable-line no-empty-source */
|
|
4568
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
4561
4569
|
.e-input-group-icon.e-spin-up::before {
|
|
4562
4570
|
content: "\e85e";
|
|
4563
4571
|
font-family: "e-icons";
|
|
@@ -4606,6 +4614,7 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
4606
4614
|
font-size: 12px;
|
|
4607
4615
|
}
|
|
4608
4616
|
|
|
4617
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
4609
4618
|
/*! maskedtextbox layout */
|
|
4610
4619
|
.e-control-wrapper.e-mask .e-maskedtextbox {
|
|
4611
4620
|
font-family: Arial, "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -4640,6 +4649,8 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
4640
4649
|
color: #ff5f5f;
|
|
4641
4650
|
}
|
|
4642
4651
|
|
|
4652
|
+
/* stylelint-disable-line no-empty-source */
|
|
4653
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
4643
4654
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
4644
4655
|
cursor: default;
|
|
4645
4656
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -4916,6 +4927,8 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
4916
4927
|
}
|
|
4917
4928
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
4918
4929
|
border-color: #0074cc;
|
|
4930
|
+
/* stylelint-disable */
|
|
4931
|
+
/* stylelint-enable */
|
|
4919
4932
|
}
|
|
4920
4933
|
.e-control-wrapper.e-slider-container .e-slider .e-tab-track {
|
|
4921
4934
|
background-color: rgba(173, 220, 255, 0.4);
|
|
@@ -5141,6 +5154,9 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
5141
5154
|
background-color: rgba(173, 220, 255, 0.4);
|
|
5142
5155
|
}
|
|
5143
5156
|
|
|
5157
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
5158
|
+
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
5159
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
5144
5160
|
@keyframes material-spinner-rotate {
|
|
5145
5161
|
0% {
|
|
5146
5162
|
transform: rotate(0);
|
|
@@ -5941,6 +5957,7 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
5941
5957
|
box-shadow: 0 0 0 transparent;
|
|
5942
5958
|
}
|
|
5943
5959
|
|
|
5960
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
5944
5961
|
.e-container .e-value-switch-btn::before {
|
|
5945
5962
|
content: "\e429";
|
|
5946
5963
|
}
|
|
@@ -6019,6 +6036,7 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
6019
6036
|
line-height: 0;
|
|
6020
6037
|
}
|
|
6021
6038
|
|
|
6039
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
6022
6040
|
.e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
|
|
6023
6041
|
-webkit-overflow-scrolling: touch;
|
|
6024
6042
|
height: 100%;
|
package/styles/fabric.css
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
border-color: #eaeaea;
|
|
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.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,
|
|
@@ -511,7 +513,7 @@ label.e-float-text,
|
|
|
511
513
|
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
512
514
|
font-size: 14px;
|
|
513
515
|
font-style: normal;
|
|
514
|
-
font-weight:
|
|
516
|
+
font-weight: normal;
|
|
515
517
|
left: 0;
|
|
516
518
|
overflow: hidden;
|
|
517
519
|
padding-left: 10px;
|
|
@@ -924,7 +926,7 @@ label.e-float-text,
|
|
|
924
926
|
.e-float-input.e-input-group.e-control-wrapper.e-disabled {
|
|
925
927
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
926
928
|
font-size: 14px;
|
|
927
|
-
font-weight:
|
|
929
|
+
font-weight: normal;
|
|
928
930
|
}
|
|
929
931
|
|
|
930
932
|
.e-float-input input,
|
|
@@ -1121,7 +1123,7 @@ label.e-float-text,
|
|
|
1121
1123
|
.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,
|
|
1122
1124
|
.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,
|
|
1123
1125
|
.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 {
|
|
1124
|
-
font-weight:
|
|
1126
|
+
font-weight: normal;
|
|
1125
1127
|
}
|
|
1126
1128
|
|
|
1127
1129
|
.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -1140,7 +1142,7 @@ label.e-float-text,
|
|
|
1140
1142
|
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1141
1143
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1142
1144
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1143
|
-
font-weight:
|
|
1145
|
+
font-weight: normal;
|
|
1144
1146
|
}
|
|
1145
1147
|
|
|
1146
1148
|
.e-float-input:not(.e-input-group) .e-float-line::before,
|
|
@@ -1210,6 +1212,7 @@ label.e-float-text,
|
|
|
1210
1212
|
transform-origin: right top;
|
|
1211
1213
|
}
|
|
1212
1214
|
|
|
1215
|
+
/* stylelint-disable selector-max-empty-lines */
|
|
1213
1216
|
.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1214
1217
|
.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1215
1218
|
.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
@@ -1306,6 +1309,7 @@ label.e-float-text,
|
|
|
1306
1309
|
padding-right: 10px;
|
|
1307
1310
|
}
|
|
1308
1311
|
|
|
1312
|
+
/* stylelint-enable selector-max-empty-lines */
|
|
1309
1313
|
.e-input-group.e-corner.e-rtl .e-input:first-child,
|
|
1310
1314
|
.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
|
|
1311
1315
|
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
|
|
@@ -1731,22 +1735,22 @@ textarea.e-input:-moz-placeholder {
|
|
|
1731
1735
|
user-select: none;
|
|
1732
1736
|
}
|
|
1733
1737
|
|
|
1734
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1738
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1735
1739
|
font-style: normal;
|
|
1736
1740
|
user-select: none;
|
|
1737
1741
|
}
|
|
1738
1742
|
|
|
1739
|
-
.e-input-group textarea.e-input:-moz-placeholder {
|
|
1743
|
+
.e-input-group textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1740
1744
|
font-style: normal;
|
|
1741
1745
|
user-select: none;
|
|
1742
1746
|
}
|
|
1743
1747
|
|
|
1744
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1748
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1745
1749
|
font-style: normal;
|
|
1746
1750
|
user-select: none;
|
|
1747
1751
|
}
|
|
1748
1752
|
|
|
1749
|
-
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
1753
|
+
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1750
1754
|
font-style: normal;
|
|
1751
1755
|
user-select: none;
|
|
1752
1756
|
}
|
|
@@ -1756,12 +1760,12 @@ input.e-input:-moz-placeholder {
|
|
|
1756
1760
|
user-select: none;
|
|
1757
1761
|
}
|
|
1758
1762
|
|
|
1759
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1763
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1760
1764
|
font-style: normal;
|
|
1761
1765
|
user-select: none;
|
|
1762
1766
|
}
|
|
1763
1767
|
|
|
1764
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1768
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1765
1769
|
font-style: normal;
|
|
1766
1770
|
user-select: none;
|
|
1767
1771
|
}
|
|
@@ -3207,7 +3211,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3207
3211
|
.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
3208
3212
|
font-size: 14px;
|
|
3209
3213
|
font-style: normal;
|
|
3210
|
-
font-weight:
|
|
3214
|
+
font-weight: normal;
|
|
3211
3215
|
left: 0;
|
|
3212
3216
|
overflow: hidden;
|
|
3213
3217
|
padding-left: 10px;
|
|
@@ -3688,6 +3692,8 @@ textarea.e-input,
|
|
|
3688
3692
|
color: #a6a6a6;
|
|
3689
3693
|
}
|
|
3690
3694
|
|
|
3695
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
3696
|
+
/* stylelint-disable selector-no-vendor-prefix */
|
|
3691
3697
|
.e-input[disabled],
|
|
3692
3698
|
.e-input-group .e-input[disabled],
|
|
3693
3699
|
.e-input-group.e-control-wrapper .e-input[disabled],
|
|
@@ -4558,6 +4564,8 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
4558
4564
|
color: #333;
|
|
4559
4565
|
}
|
|
4560
4566
|
|
|
4567
|
+
/* stylelint-disable-line no-empty-source */
|
|
4568
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
4561
4569
|
.e-input-group-icon.e-spin-up::before {
|
|
4562
4570
|
content: "\e85e";
|
|
4563
4571
|
font-family: "e-icons";
|
|
@@ -4606,6 +4614,7 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
4606
4614
|
font-size: 12px;
|
|
4607
4615
|
}
|
|
4608
4616
|
|
|
4617
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
4609
4618
|
/*! maskedtextbox layout */
|
|
4610
4619
|
.e-control-wrapper.e-mask .e-maskedtextbox {
|
|
4611
4620
|
font-family: Arial, "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -4640,6 +4649,8 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
4640
4649
|
color: #a80000;
|
|
4641
4650
|
}
|
|
4642
4651
|
|
|
4652
|
+
/* stylelint-disable-line no-empty-source */
|
|
4653
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
4643
4654
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
4644
4655
|
cursor: default;
|
|
4645
4656
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -4916,6 +4927,8 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
4916
4927
|
}
|
|
4917
4928
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
4918
4929
|
border-color: #0078d6;
|
|
4930
|
+
/* stylelint-disable */
|
|
4931
|
+
/* stylelint-enable */
|
|
4919
4932
|
}
|
|
4920
4933
|
.e-control-wrapper.e-slider-container .e-slider .e-tab-track {
|
|
4921
4934
|
background-color: #b7e0ff;
|
|
@@ -5141,6 +5154,9 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
5141
5154
|
background-color: #b7e0ff;
|
|
5142
5155
|
}
|
|
5143
5156
|
|
|
5157
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
5158
|
+
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
5159
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
5144
5160
|
@keyframes material-spinner-rotate {
|
|
5145
5161
|
0% {
|
|
5146
5162
|
transform: rotate(0);
|
|
@@ -5941,6 +5957,7 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
5941
5957
|
box-shadow: 0 0 0 transparent;
|
|
5942
5958
|
}
|
|
5943
5959
|
|
|
5960
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
5944
5961
|
.e-container .e-value-switch-btn::before {
|
|
5945
5962
|
content: "\e429";
|
|
5946
5963
|
}
|
|
@@ -6019,6 +6036,7 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
6019
6036
|
line-height: 0;
|
|
6020
6037
|
}
|
|
6021
6038
|
|
|
6039
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
6022
6040
|
.e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
|
|
6023
6041
|
-webkit-overflow-scrolling: touch;
|
|
6024
6042
|
height: 100%;
|
package/styles/fluent-dark.css
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
border-color: #292827;
|
|
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: #484644;
|
|
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: #c8c6c4;
|
|
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: #005a9e;
|
|
@@ -5217,6 +5230,9 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
5217
5230
|
background-color: #005a9e;
|
|
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%;
|