@syncfusion/ej2-vue-inputs 20.2.48 → 20.3.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +0 -6
- package/dist/ej2-vue-inputs.umd.min.js +1 -1
- package/dist/es6/ej2-vue-inputs.es2015.js +46 -54
- package/dist/es6/ej2-vue-inputs.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-inputs.es5.js +46 -54
- package/dist/es6/ej2-vue-inputs.es5.js.map +1 -1
- package/dist/global/ej2-vue-inputs.min.js +2 -2
- package/package.json +8 -8
- package/src/color-picker/colorpicker.component.d.ts +0 -1
- package/src/color-picker/colorpicker.component.js +3 -4
- package/src/maskedtextbox/maskedtextbox.component.d.ts +0 -1
- package/src/maskedtextbox/maskedtextbox.component.js +3 -4
- package/src/numerictextbox/numerictextbox.component.d.ts +0 -1
- package/src/numerictextbox/numerictextbox.component.js +3 -4
- package/src/signature/signature.component.d.ts +0 -1
- package/src/signature/signature.component.js +3 -4
- package/src/slider/slider.component.d.ts +0 -1
- package/src/slider/slider.component.js +3 -4
- package/src/textbox/textbox.component.d.ts +0 -1
- package/src/textbox/textbox.component.js +3 -4
- package/src/uploader/files.directive.d.ts +0 -1
- package/src/uploader/files.directive.js +5 -6
- package/src/uploader/uploader.component.d.ts +0 -1
- package/src/uploader/uploader.component.js +3 -4
- package/styles/bootstrap-dark.css +31 -13
- package/styles/bootstrap.css +31 -13
- package/styles/bootstrap4.css +31 -13
- package/styles/bootstrap5-dark.css +32 -13
- package/styles/bootstrap5.css +32 -13
- package/styles/color-picker/bootstrap-dark.css +2 -0
- package/styles/color-picker/bootstrap.css +2 -0
- package/styles/color-picker/bootstrap4.css +2 -0
- package/styles/color-picker/bootstrap5-dark.css +3 -0
- package/styles/color-picker/bootstrap5.css +3 -0
- package/styles/color-picker/fabric-dark.css +2 -0
- package/styles/color-picker/fabric.css +2 -0
- package/styles/color-picker/fluent-dark.css +3 -0
- package/styles/color-picker/fluent.css +3 -0
- package/styles/color-picker/highcontrast-light.css +2 -0
- package/styles/color-picker/highcontrast.css +2 -0
- package/styles/color-picker/material-dark.css +2 -0
- package/styles/color-picker/material.css +2 -0
- package/styles/color-picker/tailwind-dark.css +3 -0
- package/styles/color-picker/tailwind.css +3 -0
- package/styles/fabric-dark.css +31 -13
- package/styles/fabric.css +31 -13
- package/styles/fluent-dark.css +32 -13
- package/styles/fluent.css +32 -13
- package/styles/highcontrast-light.css +31 -13
- package/styles/highcontrast.css +31 -13
- package/styles/input/bootstrap-dark.css +22 -14
- package/styles/input/bootstrap.css +22 -14
- package/styles/input/bootstrap4.css +22 -14
- package/styles/input/bootstrap5-dark.css +22 -14
- package/styles/input/bootstrap5.css +22 -14
- package/styles/input/fabric-dark.css +22 -14
- package/styles/input/fabric.css +22 -14
- package/styles/input/fluent-dark.css +22 -14
- package/styles/input/fluent.css +22 -14
- package/styles/input/highcontrast-light.css +22 -14
- package/styles/input/highcontrast.css +22 -14
- package/styles/input/material-dark.css +26 -18
- package/styles/input/material.css +26 -18
- package/styles/input/tailwind-dark.css +22 -14
- package/styles/input/tailwind.css +22 -14
- package/styles/maskedtextbox/bootstrap-dark.css +1 -0
- package/styles/maskedtextbox/bootstrap.css +1 -0
- package/styles/maskedtextbox/bootstrap4.css +1 -0
- package/styles/maskedtextbox/bootstrap5-dark.css +1 -0
- package/styles/maskedtextbox/bootstrap5.css +1 -0
- package/styles/maskedtextbox/fabric-dark.css +1 -0
- package/styles/maskedtextbox/fabric.css +1 -0
- package/styles/maskedtextbox/fluent-dark.css +1 -0
- package/styles/maskedtextbox/fluent.css +1 -0
- package/styles/maskedtextbox/highcontrast-light.css +1 -0
- package/styles/maskedtextbox/highcontrast.css +1 -0
- package/styles/maskedtextbox/material-dark.css +1 -0
- package/styles/maskedtextbox/material.css +1 -0
- package/styles/maskedtextbox/tailwind-dark.css +1 -0
- package/styles/maskedtextbox/tailwind.css +1 -0
- package/styles/material-dark.css +50 -18
- package/styles/material.css +50 -18
- package/styles/numerictextbox/bootstrap-dark.css +1 -0
- package/styles/numerictextbox/bootstrap.css +1 -0
- package/styles/numerictextbox/bootstrap4.css +1 -0
- package/styles/numerictextbox/bootstrap5-dark.css +1 -0
- package/styles/numerictextbox/bootstrap5.css +1 -0
- package/styles/numerictextbox/fabric-dark.css +1 -0
- package/styles/numerictextbox/fabric.css +1 -0
- package/styles/numerictextbox/fluent-dark.css +1 -0
- package/styles/numerictextbox/fluent.css +1 -0
- package/styles/numerictextbox/highcontrast-light.css +1 -0
- package/styles/numerictextbox/highcontrast.css +1 -0
- package/styles/numerictextbox/material-dark.css +1 -0
- package/styles/numerictextbox/material.css +1 -0
- package/styles/numerictextbox/tailwind-dark.css +1 -0
- package/styles/numerictextbox/tailwind.css +1 -0
- package/styles/slider/bootstrap-dark.css +4 -0
- package/styles/slider/bootstrap.css +4 -0
- package/styles/slider/bootstrap4.css +4 -0
- package/styles/slider/bootstrap5-dark.css +4 -0
- package/styles/slider/bootstrap5.css +4 -0
- package/styles/slider/fabric-dark.css +4 -0
- package/styles/slider/fabric.css +4 -0
- package/styles/slider/fluent-dark.css +4 -0
- package/styles/slider/fluent.css +4 -0
- package/styles/slider/highcontrast-light.css +4 -0
- package/styles/slider/highcontrast.css +4 -0
- package/styles/slider/material-dark.css +19 -1
- package/styles/slider/material.css +19 -1
- package/styles/slider/tailwind-dark.css +4 -0
- package/styles/slider/tailwind.css +4 -0
- package/styles/tailwind-dark.css +33 -13
- package/styles/tailwind.css +33 -13
- package/styles/textbox/bootstrap-dark.css +2 -0
- package/styles/textbox/bootstrap.css +2 -0
- package/styles/textbox/bootstrap4.css +2 -0
- package/styles/textbox/bootstrap5-dark.css +2 -0
- package/styles/textbox/bootstrap5.css +2 -0
- package/styles/textbox/fabric-dark.css +2 -0
- package/styles/textbox/fabric.css +2 -0
- package/styles/textbox/fluent-dark.css +2 -0
- package/styles/textbox/fluent.css +2 -0
- package/styles/textbox/highcontrast-light.css +2 -0
- package/styles/textbox/highcontrast.css +2 -0
- package/styles/textbox/material-dark.css +3 -1
- package/styles/textbox/material.css +3 -1
- package/styles/textbox/tailwind-dark.css +3 -1
- package/styles/textbox/tailwind.css +3 -1
- package/styles/uploader/bootstrap-dark.css +1 -0
- package/styles/uploader/bootstrap.css +1 -0
- package/styles/uploader/bootstrap4.css +1 -0
- package/styles/uploader/bootstrap5-dark.css +1 -0
- package/styles/uploader/bootstrap5.css +1 -0
- package/styles/uploader/fabric-dark.css +1 -0
- package/styles/uploader/fabric.css +1 -0
- package/styles/uploader/fluent-dark.css +1 -0
- package/styles/uploader/fluent.css +1 -0
- package/styles/uploader/highcontrast-light.css +1 -0
- package/styles/uploader/highcontrast.css +1 -0
- package/styles/uploader/material-dark.css +1 -0
- package/styles/uploader/material.css +1 -0
- package/styles/uploader/tailwind-dark.css +2 -0
- package/styles/uploader/tailwind.css +2 -0
package/styles/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%;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/* stylelint-disable-line no-empty-source */
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
3
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
2
4
|
cursor: default;
|
|
3
5
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -277,9 +279,11 @@
|
|
|
277
279
|
z-index: 10;
|
|
278
280
|
}
|
|
279
281
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
282
|
+
/* stylelint-disable */
|
|
280
283
|
background-color: #959595;
|
|
281
284
|
border-color: #0070f0;
|
|
282
285
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
286
|
+
/* stylelint-enable */
|
|
283
287
|
}
|
|
284
288
|
.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-tick {
|
|
285
289
|
height: 5px;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/* stylelint-disable-line no-empty-source */
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
3
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
2
4
|
cursor: default;
|
|
3
5
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -277,9 +279,11 @@
|
|
|
277
279
|
z-index: 10;
|
|
278
280
|
}
|
|
279
281
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
282
|
+
/* stylelint-disable */
|
|
280
283
|
background-color: #e6e6e6;
|
|
281
284
|
border-color: #66afe9;
|
|
282
285
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
286
|
+
/* stylelint-enable */
|
|
283
287
|
}
|
|
284
288
|
.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-tick {
|
|
285
289
|
height: 5px;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/* stylelint-disable-line no-empty-source */
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
3
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
2
4
|
cursor: default;
|
|
3
5
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -363,9 +365,11 @@
|
|
|
363
365
|
z-index: 10;
|
|
364
366
|
}
|
|
365
367
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
368
|
+
/* stylelint-disable */
|
|
366
369
|
background-color: #007bff;
|
|
367
370
|
border-color: #007bff;
|
|
368
371
|
box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(0, 123, 255, 0.25);
|
|
372
|
+
/* stylelint-enable */
|
|
369
373
|
}
|
|
370
374
|
.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-tick {
|
|
371
375
|
height: 6px;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
3
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
2
4
|
cursor: default;
|
|
3
5
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -424,9 +426,11 @@
|
|
|
424
426
|
z-index: 10;
|
|
425
427
|
}
|
|
426
428
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
429
|
+
/* stylelint-disable */
|
|
427
430
|
background-color: #0b5ed7;
|
|
428
431
|
border: 1px solid #212529;
|
|
429
432
|
box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
433
|
+
/* stylelint-enable */
|
|
430
434
|
}
|
|
431
435
|
.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-tick {
|
|
432
436
|
height: 6px;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
3
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
2
4
|
cursor: default;
|
|
3
5
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -424,9 +426,11 @@
|
|
|
424
426
|
z-index: 10;
|
|
425
427
|
}
|
|
426
428
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
429
|
+
/* stylelint-disable */
|
|
427
430
|
background-color: #0b5ed7;
|
|
428
431
|
border: 1px solid #fff;
|
|
429
432
|
box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
433
|
+
/* stylelint-enable */
|
|
430
434
|
}
|
|
431
435
|
.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-tick {
|
|
432
436
|
height: 6px;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/* stylelint-disable-line no-empty-source */
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
3
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
2
4
|
cursor: default;
|
|
3
5
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -274,6 +276,8 @@
|
|
|
274
276
|
}
|
|
275
277
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
276
278
|
border-color: #0074cc;
|
|
279
|
+
/* stylelint-disable */
|
|
280
|
+
/* stylelint-enable */
|
|
277
281
|
}
|
|
278
282
|
.e-control-wrapper.e-slider-container .e-slider .e-tab-track {
|
|
279
283
|
background-color: rgba(173, 220, 255, 0.4);
|
package/styles/slider/fabric.css
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/* stylelint-disable-line no-empty-source */
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
3
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
2
4
|
cursor: default;
|
|
3
5
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -274,6 +276,8 @@
|
|
|
274
276
|
}
|
|
275
277
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
276
278
|
border-color: #0078d6;
|
|
279
|
+
/* stylelint-disable */
|
|
280
|
+
/* stylelint-enable */
|
|
277
281
|
}
|
|
278
282
|
.e-control-wrapper.e-slider-container .e-slider .e-tab-track {
|
|
279
283
|
background-color: #b7e0ff;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
3
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
2
4
|
cursor: default;
|
|
3
5
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -299,6 +301,8 @@
|
|
|
299
301
|
}
|
|
300
302
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
301
303
|
border-color: #006cbf;
|
|
304
|
+
/* stylelint-disable */
|
|
305
|
+
/* stylelint-enable */
|
|
302
306
|
}
|
|
303
307
|
.e-control-wrapper.e-slider-container .e-slider .e-tab-track {
|
|
304
308
|
background-color: #005a9e;
|
package/styles/slider/fluent.css
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
3
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
2
4
|
cursor: default;
|
|
3
5
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -299,6 +301,8 @@
|
|
|
299
301
|
}
|
|
300
302
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
301
303
|
border-color: #006cbf;
|
|
304
|
+
/* stylelint-disable */
|
|
305
|
+
/* stylelint-enable */
|
|
302
306
|
}
|
|
303
307
|
.e-control-wrapper.e-slider-container .e-slider .e-tab-track {
|
|
304
308
|
background-color: #c7e0f4;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/* stylelint-disable-line no-empty-source */
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
3
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
2
4
|
cursor: default;
|
|
3
5
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -315,6 +317,8 @@
|
|
|
315
317
|
}
|
|
316
318
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
317
319
|
border-color: #3d3d3d;
|
|
320
|
+
/* stylelint-disable */
|
|
321
|
+
/* stylelint-enable */
|
|
318
322
|
}
|
|
319
323
|
.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-tick {
|
|
320
324
|
height: 4px;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/* stylelint-disable-line no-empty-source */
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
3
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
2
4
|
cursor: default;
|
|
3
5
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -315,6 +317,8 @@
|
|
|
315
317
|
}
|
|
316
318
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
317
319
|
border-color: #bfbfbf;
|
|
320
|
+
/* stylelint-disable */
|
|
321
|
+
/* stylelint-enable */
|
|
318
322
|
}
|
|
319
323
|
.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-tick {
|
|
320
324
|
height: 4px;
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
+
/* stylelint-disable-line no-empty-source */
|
|
3
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
4
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
3
5
|
cursor: default;
|
|
4
6
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -15,7 +17,9 @@
|
|
|
15
17
|
background-color: #00b0ff;
|
|
16
18
|
border: 0;
|
|
17
19
|
border-radius: 8px;
|
|
20
|
+
/* stylelint-disable */
|
|
18
21
|
cursor: grab;
|
|
22
|
+
/* stylelint-enable */
|
|
19
23
|
opacity: 1;
|
|
20
24
|
}
|
|
21
25
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-popup.e-popup-close {
|
|
@@ -42,7 +46,9 @@
|
|
|
42
46
|
border-right-color: rgba(255, 255, 255, 0.26);
|
|
43
47
|
}
|
|
44
48
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-active {
|
|
49
|
+
/* stylelint-disable */
|
|
45
50
|
cursor: grabbing;
|
|
51
|
+
/* stylelint-enable */
|
|
46
52
|
}
|
|
47
53
|
.e-slider-tooltip.e-tooltip-wrap.e-popup .e-arrow-tip {
|
|
48
54
|
visibility: visible;
|
|
@@ -84,14 +90,18 @@
|
|
|
84
90
|
border-bottom-right-radius: 0%;
|
|
85
91
|
border-top-left-radius: 50%;
|
|
86
92
|
border-top-right-radius: 50%;
|
|
93
|
+
/* stylelint-disable */
|
|
87
94
|
cursor: grab;
|
|
95
|
+
/* stylelint-enable */
|
|
88
96
|
opacity: 1;
|
|
89
97
|
}
|
|
90
98
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-material-tooltip-start {
|
|
91
99
|
background-color: rgba(255, 255, 255, 0.26);
|
|
92
100
|
}
|
|
93
101
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-tooltip-active {
|
|
102
|
+
/* stylelint-disable */
|
|
94
103
|
cursor: grabbing;
|
|
104
|
+
/* stylelint-enable */
|
|
95
105
|
}
|
|
96
106
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default .e-arrow-tip {
|
|
97
107
|
visibility: hidden;
|
|
@@ -195,7 +205,7 @@
|
|
|
195
205
|
}
|
|
196
206
|
.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle {
|
|
197
207
|
background: #757575;
|
|
198
|
-
transform: scale(0.5) !important;
|
|
208
|
+
transform: scale(0.5) !important; /* stylelint-disable-line declaration-no-important */
|
|
199
209
|
}
|
|
200
210
|
.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle.e-handle-first {
|
|
201
211
|
background-color: #757575;
|
|
@@ -407,10 +417,14 @@
|
|
|
407
417
|
transition: left 300ms ease-out, right 300ms ease-out, bottom 300ms ease-out, transform 300ms ease-out;
|
|
408
418
|
width: 12px;
|
|
409
419
|
z-index: 10;
|
|
420
|
+
/* stylelint-disable */
|
|
410
421
|
cursor: grab;
|
|
422
|
+
/* stylelint-enable */
|
|
411
423
|
}
|
|
412
424
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-handle-active {
|
|
425
|
+
/* stylelint-disable */
|
|
413
426
|
cursor: grabbing;
|
|
427
|
+
/* stylelint-enable */
|
|
414
428
|
}
|
|
415
429
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-handle-start {
|
|
416
430
|
background-color: #303030;
|
|
@@ -436,6 +450,10 @@
|
|
|
436
450
|
width: 32px;
|
|
437
451
|
z-index: -1;
|
|
438
452
|
}
|
|
453
|
+
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
454
|
+
/* stylelint-disable */
|
|
455
|
+
/* stylelint-enable */
|
|
456
|
+
}
|
|
439
457
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle.e-handle-start::after {
|
|
440
458
|
background-color: #e0e0e0;
|
|
441
459
|
opacity: 0.38;
|