@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/material-dark.css
CHANGED
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
border-color: #616161;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
12
13
|
@keyframes e-input-ripple {
|
|
13
14
|
100% {
|
|
14
15
|
opacity: 0;
|
|
@@ -83,14 +84,14 @@ textarea.e-input,
|
|
|
83
84
|
.e-input-group.e-control-wrapper {
|
|
84
85
|
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
|
85
86
|
font-size: 13px;
|
|
86
|
-
font-weight:
|
|
87
|
+
font-weight: normal;
|
|
87
88
|
}
|
|
88
89
|
|
|
89
90
|
.e-input-group.e-disabled,
|
|
90
91
|
.e-input-group.e-control-wrapper.e-disabled {
|
|
91
92
|
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
|
92
93
|
font-size: 13px;
|
|
93
|
-
font-weight:
|
|
94
|
+
font-weight: normal;
|
|
94
95
|
}
|
|
95
96
|
|
|
96
97
|
.e-input-group input.e-input,
|
|
@@ -266,6 +267,7 @@ textarea.e-input.e-bigger,
|
|
|
266
267
|
text-align: center;
|
|
267
268
|
}
|
|
268
269
|
|
|
270
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
269
271
|
.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
270
272
|
.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
271
273
|
.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
@@ -621,7 +623,7 @@ label.e-float-text,
|
|
|
621
623
|
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
622
624
|
font-size: 13px;
|
|
623
625
|
font-style: normal;
|
|
624
|
-
font-weight:
|
|
626
|
+
font-weight: normal;
|
|
625
627
|
left: 0;
|
|
626
628
|
overflow: hidden;
|
|
627
629
|
padding-left: 0;
|
|
@@ -1144,7 +1146,7 @@ label.e-float-text,
|
|
|
1144
1146
|
.e-float-input.e-input-group.e-control-wrapper.e-disabled {
|
|
1145
1147
|
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
|
1146
1148
|
font-size: 13px;
|
|
1147
|
-
font-weight:
|
|
1149
|
+
font-weight: normal;
|
|
1148
1150
|
}
|
|
1149
1151
|
|
|
1150
1152
|
.e-float-input input,
|
|
@@ -1341,7 +1343,7 @@ label.e-float-text,
|
|
|
1341
1343
|
.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,
|
|
1342
1344
|
.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,
|
|
1343
1345
|
.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 {
|
|
1344
|
-
font-weight:
|
|
1346
|
+
font-weight: normal;
|
|
1345
1347
|
}
|
|
1346
1348
|
|
|
1347
1349
|
.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -1360,7 +1362,7 @@ label.e-float-text,
|
|
|
1360
1362
|
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1361
1363
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1362
1364
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1363
|
-
font-weight:
|
|
1365
|
+
font-weight: normal;
|
|
1364
1366
|
}
|
|
1365
1367
|
|
|
1366
1368
|
.e-float-input:not(.e-input-group) .e-float-line::before,
|
|
@@ -1430,6 +1432,7 @@ label.e-float-text,
|
|
|
1430
1432
|
transform-origin: right top;
|
|
1431
1433
|
}
|
|
1432
1434
|
|
|
1435
|
+
/* stylelint-disable selector-max-empty-lines */
|
|
1433
1436
|
.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1434
1437
|
.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1435
1438
|
.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
@@ -1526,6 +1529,7 @@ label.e-float-text,
|
|
|
1526
1529
|
padding-right: 0;
|
|
1527
1530
|
}
|
|
1528
1531
|
|
|
1532
|
+
/* stylelint-enable selector-max-empty-lines */
|
|
1529
1533
|
.e-input-group.e-corner.e-rtl .e-input:first-child,
|
|
1530
1534
|
.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
|
|
1531
1535
|
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
|
|
@@ -2059,22 +2063,22 @@ textarea.e-input:-moz-placeholder {
|
|
|
2059
2063
|
user-select: none;
|
|
2060
2064
|
}
|
|
2061
2065
|
|
|
2062
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
2066
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2063
2067
|
font-style: normal;
|
|
2064
2068
|
user-select: none;
|
|
2065
2069
|
}
|
|
2066
2070
|
|
|
2067
|
-
.e-input-group textarea.e-input:-moz-placeholder {
|
|
2071
|
+
.e-input-group textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2068
2072
|
font-style: normal;
|
|
2069
2073
|
user-select: none;
|
|
2070
2074
|
}
|
|
2071
2075
|
|
|
2072
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
2076
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2073
2077
|
font-style: normal;
|
|
2074
2078
|
user-select: none;
|
|
2075
2079
|
}
|
|
2076
2080
|
|
|
2077
|
-
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
2081
|
+
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2078
2082
|
font-style: normal;
|
|
2079
2083
|
user-select: none;
|
|
2080
2084
|
}
|
|
@@ -2084,12 +2088,12 @@ input.e-input:-moz-placeholder {
|
|
|
2084
2088
|
user-select: none;
|
|
2085
2089
|
}
|
|
2086
2090
|
|
|
2087
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
2091
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2088
2092
|
font-style: normal;
|
|
2089
2093
|
user-select: none;
|
|
2090
2094
|
}
|
|
2091
2095
|
|
|
2092
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
2096
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2093
2097
|
font-style: normal;
|
|
2094
2098
|
user-select: none;
|
|
2095
2099
|
}
|
|
@@ -3666,7 +3670,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3666
3670
|
.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
3667
3671
|
font-size: 13px;
|
|
3668
3672
|
font-style: normal;
|
|
3669
|
-
font-weight:
|
|
3673
|
+
font-weight: normal;
|
|
3670
3674
|
left: 0;
|
|
3671
3675
|
overflow: hidden;
|
|
3672
3676
|
padding-left: 0;
|
|
@@ -5899,7 +5903,7 @@ textarea.e-outline,
|
|
|
5899
5903
|
.e-outline.e-float-input input:-webkit-autofill ~ label.e-float-text,
|
|
5900
5904
|
.e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
|
|
5901
5905
|
.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
|
|
5902
|
-
animation-name: slideTopUp;
|
|
5906
|
+
animation-name: slideTopUp; /* stylelint-disable-line no-unknown-animations */
|
|
5903
5907
|
}
|
|
5904
5908
|
|
|
5905
5909
|
.e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
|
|
@@ -5914,7 +5918,7 @@ textarea.e-outline,
|
|
|
5914
5918
|
.e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
|
|
5915
5919
|
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
|
|
5916
5920
|
.e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
|
|
5917
|
-
animation-name: slideTopUp;
|
|
5921
|
+
animation-name: slideTopUp; /* stylelint-disable-line no-unknown-animations */
|
|
5918
5922
|
}
|
|
5919
5923
|
|
|
5920
5924
|
.e-bigger .e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
|
|
@@ -5932,7 +5936,7 @@ textarea.e-outline,
|
|
|
5932
5936
|
.e-small.e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
|
|
5933
5937
|
.e-small .e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
|
|
5934
5938
|
.e-small.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
|
|
5935
|
-
animation-name: slideTopUp;
|
|
5939
|
+
animation-name: slideTopUp; /* stylelint-disable-line no-unknown-animations */
|
|
5936
5940
|
}
|
|
5937
5941
|
|
|
5938
5942
|
.e-small .e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
|
|
@@ -5954,7 +5958,7 @@ textarea.e-outline,
|
|
|
5954
5958
|
.e-small.e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
|
|
5955
5959
|
.e-bigger .e-small.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
|
|
5956
5960
|
.e-small .e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
|
|
5957
|
-
animation-name: slideTopUp;
|
|
5961
|
+
animation-name: slideTopUp; /* stylelint-disable-line no-unknown-animations */
|
|
5958
5962
|
}
|
|
5959
5963
|
|
|
5960
5964
|
.e-bigger .e-outline.e-float-input.e-small textarea:-webkit-autofill ~ label.e-float-text,
|
|
@@ -9212,6 +9216,8 @@ textarea.e-input,
|
|
|
9212
9216
|
color: rgba(255, 255, 255, 0.3);
|
|
9213
9217
|
}
|
|
9214
9218
|
|
|
9219
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
9220
|
+
/* stylelint-disable selector-no-vendor-prefix */
|
|
9215
9221
|
.e-input[disabled],
|
|
9216
9222
|
.e-input-group .e-input[disabled],
|
|
9217
9223
|
.e-input-group.e-control-wrapper .e-input[disabled],
|
|
@@ -12379,6 +12385,8 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12379
12385
|
color: #ffca1c;
|
|
12380
12386
|
}
|
|
12381
12387
|
|
|
12388
|
+
/* stylelint-disable-line no-empty-source */
|
|
12389
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
12382
12390
|
@keyframes e-input-ripple {
|
|
12383
12391
|
100% {
|
|
12384
12392
|
opacity: 0;
|
|
@@ -12433,6 +12441,7 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12433
12441
|
font-size: 12px;
|
|
12434
12442
|
}
|
|
12435
12443
|
|
|
12444
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
12436
12445
|
@keyframes e-input-ripple {
|
|
12437
12446
|
100% {
|
|
12438
12447
|
opacity: 0;
|
|
@@ -12473,6 +12482,8 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12473
12482
|
color: #ff6652;
|
|
12474
12483
|
}
|
|
12475
12484
|
|
|
12485
|
+
/* stylelint-disable-line no-empty-source */
|
|
12486
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
12476
12487
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
12477
12488
|
cursor: default;
|
|
12478
12489
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -12489,7 +12500,9 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12489
12500
|
background-color: #00b0ff;
|
|
12490
12501
|
border: 0;
|
|
12491
12502
|
border-radius: 8px;
|
|
12503
|
+
/* stylelint-disable */
|
|
12492
12504
|
cursor: grab;
|
|
12505
|
+
/* stylelint-enable */
|
|
12493
12506
|
opacity: 1;
|
|
12494
12507
|
}
|
|
12495
12508
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-popup.e-popup-close {
|
|
@@ -12516,7 +12529,9 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12516
12529
|
border-right-color: rgba(255, 255, 255, 0.26);
|
|
12517
12530
|
}
|
|
12518
12531
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-active {
|
|
12532
|
+
/* stylelint-disable */
|
|
12519
12533
|
cursor: grabbing;
|
|
12534
|
+
/* stylelint-enable */
|
|
12520
12535
|
}
|
|
12521
12536
|
.e-slider-tooltip.e-tooltip-wrap.e-popup .e-arrow-tip {
|
|
12522
12537
|
visibility: visible;
|
|
@@ -12558,14 +12573,18 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12558
12573
|
border-bottom-right-radius: 0%;
|
|
12559
12574
|
border-top-left-radius: 50%;
|
|
12560
12575
|
border-top-right-radius: 50%;
|
|
12576
|
+
/* stylelint-disable */
|
|
12561
12577
|
cursor: grab;
|
|
12578
|
+
/* stylelint-enable */
|
|
12562
12579
|
opacity: 1;
|
|
12563
12580
|
}
|
|
12564
12581
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-material-tooltip-start {
|
|
12565
12582
|
background-color: rgba(255, 255, 255, 0.26);
|
|
12566
12583
|
}
|
|
12567
12584
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-tooltip-active {
|
|
12585
|
+
/* stylelint-disable */
|
|
12568
12586
|
cursor: grabbing;
|
|
12587
|
+
/* stylelint-enable */
|
|
12569
12588
|
}
|
|
12570
12589
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default .e-arrow-tip {
|
|
12571
12590
|
visibility: hidden;
|
|
@@ -12669,7 +12688,7 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12669
12688
|
}
|
|
12670
12689
|
.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle {
|
|
12671
12690
|
background: #757575;
|
|
12672
|
-
transform: scale(0.5) !important;
|
|
12691
|
+
transform: scale(0.5) !important; /* stylelint-disable-line declaration-no-important */
|
|
12673
12692
|
}
|
|
12674
12693
|
.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle.e-handle-first {
|
|
12675
12694
|
background-color: #757575;
|
|
@@ -12881,10 +12900,14 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12881
12900
|
transition: left 300ms ease-out, right 300ms ease-out, bottom 300ms ease-out, transform 300ms ease-out;
|
|
12882
12901
|
width: 12px;
|
|
12883
12902
|
z-index: 10;
|
|
12903
|
+
/* stylelint-disable */
|
|
12884
12904
|
cursor: grab;
|
|
12905
|
+
/* stylelint-enable */
|
|
12885
12906
|
}
|
|
12886
12907
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-handle-active {
|
|
12908
|
+
/* stylelint-disable */
|
|
12887
12909
|
cursor: grabbing;
|
|
12910
|
+
/* stylelint-enable */
|
|
12888
12911
|
}
|
|
12889
12912
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-handle-start {
|
|
12890
12913
|
background-color: #303030;
|
|
@@ -12910,6 +12933,10 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12910
12933
|
width: 32px;
|
|
12911
12934
|
z-index: -1;
|
|
12912
12935
|
}
|
|
12936
|
+
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
12937
|
+
/* stylelint-disable */
|
|
12938
|
+
/* stylelint-enable */
|
|
12939
|
+
}
|
|
12913
12940
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle.e-handle-start::after {
|
|
12914
12941
|
background-color: #e0e0e0;
|
|
12915
12942
|
opacity: 0.38;
|
|
@@ -13095,12 +13122,15 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
13095
13122
|
.e-control-wrapper.e-slider-container.e-slider-hover .e-handle {
|
|
13096
13123
|
border-color: #00b0ff;
|
|
13097
13124
|
}
|
|
13125
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
13098
13126
|
@keyframes e-input-ripple {
|
|
13099
13127
|
100% {
|
|
13100
13128
|
opacity: 0;
|
|
13101
13129
|
transform: scale(4);
|
|
13102
13130
|
}
|
|
13103
13131
|
}
|
|
13132
|
+
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
13133
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
13104
13134
|
@keyframes material-spinner-rotate {
|
|
13105
13135
|
0% {
|
|
13106
13136
|
transform: rotate(0deg);
|
|
@@ -13905,6 +13935,7 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
13905
13935
|
box-shadow: 0 0 0 transparent;
|
|
13906
13936
|
}
|
|
13907
13937
|
|
|
13938
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
13908
13939
|
@keyframes e-input-ripple {
|
|
13909
13940
|
100% {
|
|
13910
13941
|
opacity: 0;
|
|
@@ -13989,6 +14020,7 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
13989
14020
|
line-height: 0;
|
|
13990
14021
|
}
|
|
13991
14022
|
|
|
14023
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
13992
14024
|
.e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
|
|
13993
14025
|
-webkit-overflow-scrolling: touch;
|
|
13994
14026
|
height: 100%;
|
package/styles/material.css
CHANGED
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
border-color: #e0e0e0;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
12
13
|
@keyframes e-input-ripple {
|
|
13
14
|
100% {
|
|
14
15
|
opacity: 0;
|
|
@@ -91,14 +92,14 @@ textarea.e-input,
|
|
|
91
92
|
.e-input-group.e-control-wrapper {
|
|
92
93
|
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
|
93
94
|
font-size: 13px;
|
|
94
|
-
font-weight:
|
|
95
|
+
font-weight: normal;
|
|
95
96
|
}
|
|
96
97
|
|
|
97
98
|
.e-input-group.e-disabled,
|
|
98
99
|
.e-input-group.e-control-wrapper.e-disabled {
|
|
99
100
|
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
|
100
101
|
font-size: 13px;
|
|
101
|
-
font-weight:
|
|
102
|
+
font-weight: normal;
|
|
102
103
|
}
|
|
103
104
|
|
|
104
105
|
.e-input-group input.e-input,
|
|
@@ -274,6 +275,7 @@ textarea.e-input.e-bigger,
|
|
|
274
275
|
text-align: center;
|
|
275
276
|
}
|
|
276
277
|
|
|
278
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
277
279
|
.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
278
280
|
.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
279
281
|
.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
@@ -629,7 +631,7 @@ label.e-float-text,
|
|
|
629
631
|
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
630
632
|
font-size: 13px;
|
|
631
633
|
font-style: normal;
|
|
632
|
-
font-weight:
|
|
634
|
+
font-weight: normal;
|
|
633
635
|
left: 0;
|
|
634
636
|
overflow: hidden;
|
|
635
637
|
padding-left: 0;
|
|
@@ -1152,7 +1154,7 @@ label.e-float-text,
|
|
|
1152
1154
|
.e-float-input.e-input-group.e-control-wrapper.e-disabled {
|
|
1153
1155
|
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
|
1154
1156
|
font-size: 13px;
|
|
1155
|
-
font-weight:
|
|
1157
|
+
font-weight: normal;
|
|
1156
1158
|
}
|
|
1157
1159
|
|
|
1158
1160
|
.e-float-input input,
|
|
@@ -1349,7 +1351,7 @@ label.e-float-text,
|
|
|
1349
1351
|
.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,
|
|
1350
1352
|
.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,
|
|
1351
1353
|
.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 {
|
|
1352
|
-
font-weight:
|
|
1354
|
+
font-weight: normal;
|
|
1353
1355
|
}
|
|
1354
1356
|
|
|
1355
1357
|
.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -1368,7 +1370,7 @@ label.e-float-text,
|
|
|
1368
1370
|
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1369
1371
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1370
1372
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1371
|
-
font-weight:
|
|
1373
|
+
font-weight: normal;
|
|
1372
1374
|
}
|
|
1373
1375
|
|
|
1374
1376
|
.e-float-input:not(.e-input-group) .e-float-line::before,
|
|
@@ -1438,6 +1440,7 @@ label.e-float-text,
|
|
|
1438
1440
|
transform-origin: right top;
|
|
1439
1441
|
}
|
|
1440
1442
|
|
|
1443
|
+
/* stylelint-disable selector-max-empty-lines */
|
|
1441
1444
|
.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1442
1445
|
.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1443
1446
|
.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
@@ -1534,6 +1537,7 @@ label.e-float-text,
|
|
|
1534
1537
|
padding-right: 0;
|
|
1535
1538
|
}
|
|
1536
1539
|
|
|
1540
|
+
/* stylelint-enable selector-max-empty-lines */
|
|
1537
1541
|
.e-input-group.e-corner.e-rtl .e-input:first-child,
|
|
1538
1542
|
.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
|
|
1539
1543
|
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
|
|
@@ -2067,22 +2071,22 @@ textarea.e-input:-moz-placeholder {
|
|
|
2067
2071
|
user-select: none;
|
|
2068
2072
|
}
|
|
2069
2073
|
|
|
2070
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
2074
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2071
2075
|
font-style: normal;
|
|
2072
2076
|
user-select: none;
|
|
2073
2077
|
}
|
|
2074
2078
|
|
|
2075
|
-
.e-input-group textarea.e-input:-moz-placeholder {
|
|
2079
|
+
.e-input-group textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2076
2080
|
font-style: normal;
|
|
2077
2081
|
user-select: none;
|
|
2078
2082
|
}
|
|
2079
2083
|
|
|
2080
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
2084
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2081
2085
|
font-style: normal;
|
|
2082
2086
|
user-select: none;
|
|
2083
2087
|
}
|
|
2084
2088
|
|
|
2085
|
-
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
2089
|
+
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2086
2090
|
font-style: normal;
|
|
2087
2091
|
user-select: none;
|
|
2088
2092
|
}
|
|
@@ -2092,12 +2096,12 @@ input.e-input:-moz-placeholder {
|
|
|
2092
2096
|
user-select: none;
|
|
2093
2097
|
}
|
|
2094
2098
|
|
|
2095
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
2099
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2096
2100
|
font-style: normal;
|
|
2097
2101
|
user-select: none;
|
|
2098
2102
|
}
|
|
2099
2103
|
|
|
2100
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
2104
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2101
2105
|
font-style: normal;
|
|
2102
2106
|
user-select: none;
|
|
2103
2107
|
}
|
|
@@ -3674,7 +3678,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3674
3678
|
.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
3675
3679
|
font-size: 13px;
|
|
3676
3680
|
font-style: normal;
|
|
3677
|
-
font-weight:
|
|
3681
|
+
font-weight: normal;
|
|
3678
3682
|
left: 0;
|
|
3679
3683
|
overflow: hidden;
|
|
3680
3684
|
padding-left: 0;
|
|
@@ -5907,7 +5911,7 @@ textarea.e-outline,
|
|
|
5907
5911
|
.e-outline.e-float-input input:-webkit-autofill ~ label.e-float-text,
|
|
5908
5912
|
.e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
|
|
5909
5913
|
.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
|
|
5910
|
-
animation-name: slideTopUp;
|
|
5914
|
+
animation-name: slideTopUp; /* stylelint-disable-line no-unknown-animations */
|
|
5911
5915
|
}
|
|
5912
5916
|
|
|
5913
5917
|
.e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
|
|
@@ -5922,7 +5926,7 @@ textarea.e-outline,
|
|
|
5922
5926
|
.e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
|
|
5923
5927
|
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
|
|
5924
5928
|
.e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
|
|
5925
|
-
animation-name: slideTopUp;
|
|
5929
|
+
animation-name: slideTopUp; /* stylelint-disable-line no-unknown-animations */
|
|
5926
5930
|
}
|
|
5927
5931
|
|
|
5928
5932
|
.e-bigger .e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
|
|
@@ -5940,7 +5944,7 @@ textarea.e-outline,
|
|
|
5940
5944
|
.e-small.e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
|
|
5941
5945
|
.e-small .e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
|
|
5942
5946
|
.e-small.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
|
|
5943
|
-
animation-name: slideTopUp;
|
|
5947
|
+
animation-name: slideTopUp; /* stylelint-disable-line no-unknown-animations */
|
|
5944
5948
|
}
|
|
5945
5949
|
|
|
5946
5950
|
.e-small .e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
|
|
@@ -5962,7 +5966,7 @@ textarea.e-outline,
|
|
|
5962
5966
|
.e-small.e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
|
|
5963
5967
|
.e-bigger .e-small.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
|
|
5964
5968
|
.e-small .e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
|
|
5965
|
-
animation-name: slideTopUp;
|
|
5969
|
+
animation-name: slideTopUp; /* stylelint-disable-line no-unknown-animations */
|
|
5966
5970
|
}
|
|
5967
5971
|
|
|
5968
5972
|
.e-bigger .e-outline.e-float-input.e-small textarea:-webkit-autofill ~ label.e-float-text,
|
|
@@ -9220,6 +9224,8 @@ textarea.e-input,
|
|
|
9220
9224
|
color: rgba(0, 0, 0, 0.26);
|
|
9221
9225
|
}
|
|
9222
9226
|
|
|
9227
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
9228
|
+
/* stylelint-disable selector-no-vendor-prefix */
|
|
9223
9229
|
.e-input[disabled],
|
|
9224
9230
|
.e-input-group .e-input[disabled],
|
|
9225
9231
|
.e-input-group.e-control-wrapper .e-input[disabled],
|
|
@@ -12387,6 +12393,8 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12387
12393
|
color: #ffca1c;
|
|
12388
12394
|
}
|
|
12389
12395
|
|
|
12396
|
+
/* stylelint-disable-line no-empty-source */
|
|
12397
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
12390
12398
|
@keyframes e-input-ripple {
|
|
12391
12399
|
100% {
|
|
12392
12400
|
opacity: 0;
|
|
@@ -12449,6 +12457,7 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12449
12457
|
font-size: 12px;
|
|
12450
12458
|
}
|
|
12451
12459
|
|
|
12460
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
12452
12461
|
@keyframes e-input-ripple {
|
|
12453
12462
|
100% {
|
|
12454
12463
|
opacity: 0;
|
|
@@ -12497,6 +12506,8 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12497
12506
|
color: #f44336;
|
|
12498
12507
|
}
|
|
12499
12508
|
|
|
12509
|
+
/* stylelint-disable-line no-empty-source */
|
|
12510
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
12500
12511
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
12501
12512
|
cursor: default;
|
|
12502
12513
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -12513,7 +12524,9 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12513
12524
|
background-color: #e3165b;
|
|
12514
12525
|
border: 0;
|
|
12515
12526
|
border-radius: 8px;
|
|
12527
|
+
/* stylelint-disable */
|
|
12516
12528
|
cursor: grab;
|
|
12529
|
+
/* stylelint-enable */
|
|
12517
12530
|
opacity: 1;
|
|
12518
12531
|
}
|
|
12519
12532
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-popup.e-popup-close {
|
|
@@ -12540,7 +12553,9 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12540
12553
|
border-right-color: rgba(0, 0, 0, 0.26);
|
|
12541
12554
|
}
|
|
12542
12555
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-active {
|
|
12556
|
+
/* stylelint-disable */
|
|
12543
12557
|
cursor: grabbing;
|
|
12558
|
+
/* stylelint-enable */
|
|
12544
12559
|
}
|
|
12545
12560
|
.e-slider-tooltip.e-tooltip-wrap.e-popup .e-arrow-tip {
|
|
12546
12561
|
visibility: visible;
|
|
@@ -12582,14 +12597,18 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12582
12597
|
border-bottom-right-radius: 0%;
|
|
12583
12598
|
border-top-left-radius: 50%;
|
|
12584
12599
|
border-top-right-radius: 50%;
|
|
12600
|
+
/* stylelint-disable */
|
|
12585
12601
|
cursor: grab;
|
|
12602
|
+
/* stylelint-enable */
|
|
12586
12603
|
opacity: 1;
|
|
12587
12604
|
}
|
|
12588
12605
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-material-tooltip-start {
|
|
12589
12606
|
background-color: rgba(0, 0, 0, 0.26);
|
|
12590
12607
|
}
|
|
12591
12608
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-tooltip-active {
|
|
12609
|
+
/* stylelint-disable */
|
|
12592
12610
|
cursor: grabbing;
|
|
12611
|
+
/* stylelint-enable */
|
|
12593
12612
|
}
|
|
12594
12613
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default .e-arrow-tip {
|
|
12595
12614
|
visibility: hidden;
|
|
@@ -12693,7 +12712,7 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12693
12712
|
}
|
|
12694
12713
|
.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle {
|
|
12695
12714
|
background: #757575;
|
|
12696
|
-
transform: scale(0.5) !important;
|
|
12715
|
+
transform: scale(0.5) !important; /* stylelint-disable-line declaration-no-important */
|
|
12697
12716
|
}
|
|
12698
12717
|
.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle.e-handle-first {
|
|
12699
12718
|
background-color: #757575;
|
|
@@ -12905,10 +12924,14 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12905
12924
|
transition: left 300ms ease-out, right 300ms ease-out, bottom 300ms ease-out, transform 300ms ease-out;
|
|
12906
12925
|
width: 12px;
|
|
12907
12926
|
z-index: 10;
|
|
12927
|
+
/* stylelint-disable */
|
|
12908
12928
|
cursor: grab;
|
|
12929
|
+
/* stylelint-enable */
|
|
12909
12930
|
}
|
|
12910
12931
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-handle-active {
|
|
12932
|
+
/* stylelint-disable */
|
|
12911
12933
|
cursor: grabbing;
|
|
12934
|
+
/* stylelint-enable */
|
|
12912
12935
|
}
|
|
12913
12936
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-handle-start {
|
|
12914
12937
|
background-color: #fff;
|
|
@@ -12934,6 +12957,10 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12934
12957
|
width: 32px;
|
|
12935
12958
|
z-index: -1;
|
|
12936
12959
|
}
|
|
12960
|
+
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
12961
|
+
/* stylelint-disable */
|
|
12962
|
+
/* stylelint-enable */
|
|
12963
|
+
}
|
|
12937
12964
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle.e-handle-start::after {
|
|
12938
12965
|
background-color: #e0e0e0;
|
|
12939
12966
|
opacity: 0.38;
|
|
@@ -13119,6 +13146,7 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
13119
13146
|
.e-control-wrapper.e-slider-container.e-slider-hover .e-handle {
|
|
13120
13147
|
border-color: #e3165b;
|
|
13121
13148
|
}
|
|
13149
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
13122
13150
|
@keyframes e-input-ripple {
|
|
13123
13151
|
100% {
|
|
13124
13152
|
opacity: 0;
|
|
@@ -13133,6 +13161,8 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
13133
13161
|
transform: translate3d(0, 0, 0) scale(1);
|
|
13134
13162
|
}
|
|
13135
13163
|
}
|
|
13164
|
+
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
13165
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
13136
13166
|
@keyframes material-spinner-rotate {
|
|
13137
13167
|
0% {
|
|
13138
13168
|
transform: rotate(0deg);
|
|
@@ -13937,6 +13967,7 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
13937
13967
|
box-shadow: 0 0 0 transparent;
|
|
13938
13968
|
}
|
|
13939
13969
|
|
|
13970
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
13940
13971
|
@keyframes e-input-ripple {
|
|
13941
13972
|
100% {
|
|
13942
13973
|
opacity: 0;
|
|
@@ -14029,6 +14060,7 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
14029
14060
|
line-height: 0;
|
|
14030
14061
|
}
|
|
14031
14062
|
|
|
14063
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
14032
14064
|
.e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
|
|
14033
14065
|
-webkit-overflow-scrolling: touch;
|
|
14034
14066
|
height: 100%;
|