@syncfusion/ej2-vue-inputs 21.2.9 → 22.1.38
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 +29 -6
- package/dist/ej2-vue-inputs.umd.min.js +2 -2
- package/dist/ej2-vue-inputs.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-inputs.es2015.js +10 -10
- package/dist/es6/ej2-vue-inputs.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-inputs.es5.js +10 -10
- 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.js +1 -1
- package/src/maskedtextbox/maskedtextbox.component.js +1 -1
- package/src/numerictextbox/numerictextbox.component.js +1 -1
- package/src/rating/rating.component.js +1 -1
- package/src/signature/signature.component.js +1 -1
- package/src/slider/slider.component.js +1 -1
- package/src/textbox/textbox.component.js +1 -1
- package/src/uploader/uploader.component.js +3 -3
- package/styles/bootstrap-dark.css +23 -3
- package/styles/bootstrap.css +23 -3
- package/styles/bootstrap4.css +23 -4
- package/styles/bootstrap5-dark.css +23 -3
- package/styles/bootstrap5.css +23 -3
- package/styles/color-picker/fluent-dark.css +1 -0
- package/styles/color-picker/fluent.css +1 -0
- package/styles/color-picker/material3-dark.css +880 -0
- package/styles/color-picker/material3-dark.scss +2 -0
- package/styles/color-picker/material3.css +936 -0
- package/styles/color-picker/material3.scss +2 -0
- package/styles/fabric-dark.css +23 -3
- package/styles/fabric.css +23 -3
- package/styles/fluent-dark.css +24 -3
- package/styles/fluent.css +24 -3
- package/styles/highcontrast-light.css +23 -3
- package/styles/highcontrast.css +23 -3
- package/styles/input/bootstrap-dark.css +15 -1
- package/styles/input/bootstrap.css +15 -1
- package/styles/input/bootstrap4.css +15 -1
- package/styles/input/bootstrap5-dark.css +15 -1
- package/styles/input/bootstrap5.css +15 -1
- package/styles/input/fabric-dark.css +15 -1
- package/styles/input/fabric.css +15 -1
- package/styles/input/fluent-dark.css +15 -1
- package/styles/input/fluent.css +15 -1
- package/styles/input/highcontrast-light.css +15 -1
- package/styles/input/highcontrast.css +15 -1
- package/styles/input/material-dark.css +121 -66
- package/styles/input/material.css +121 -66
- package/styles/input/material3-dark.css +12384 -0
- package/styles/input/material3-dark.scss +2 -0
- package/styles/input/material3.css +12440 -0
- package/styles/input/material3.scss +2 -0
- package/styles/input/tailwind-dark.css +15 -1
- package/styles/input/tailwind.css +15 -1
- package/styles/maskedtextbox/material3-dark.css +104 -0
- package/styles/maskedtextbox/material3-dark.scss +2 -0
- package/styles/maskedtextbox/material3.css +160 -0
- package/styles/maskedtextbox/material3.scss +2 -0
- package/styles/material-dark.css +131 -68
- package/styles/material.css +131 -68
- package/styles/material3-dark.css +15594 -0
- package/styles/material3-dark.scss +10 -0
- package/styles/material3.css +16090 -0
- package/styles/material3.scss +10 -0
- package/styles/numerictextbox/material3-dark.css +118 -0
- package/styles/numerictextbox/material3-dark.scss +2 -0
- package/styles/numerictextbox/material3.css +174 -0
- package/styles/numerictextbox/material3.scss +2 -0
- package/styles/rating/bootstrap-dark.css +8 -2
- package/styles/rating/bootstrap.css +8 -2
- package/styles/rating/bootstrap4.css +8 -3
- package/styles/rating/bootstrap5-dark.css +8 -2
- package/styles/rating/bootstrap5.css +8 -2
- package/styles/rating/fabric-dark.css +8 -2
- package/styles/rating/fabric.css +8 -2
- package/styles/rating/fluent-dark.css +8 -2
- package/styles/rating/fluent.css +8 -2
- package/styles/rating/highcontrast-light.css +8 -2
- package/styles/rating/highcontrast.css +8 -2
- package/styles/rating/material-dark.css +8 -2
- package/styles/rating/material.css +8 -2
- package/styles/rating/material3-dark.css +340 -0
- package/styles/rating/material3-dark.scss +2 -0
- package/styles/rating/material3.css +396 -0
- package/styles/rating/material3.scss +2 -0
- package/styles/rating/tailwind-dark.css +8 -2
- package/styles/rating/tailwind.css +8 -2
- package/styles/signature/material3-dark.css +65 -0
- package/styles/signature/material3-dark.scss +2 -0
- package/styles/signature/material3.css +121 -0
- package/styles/signature/material3.scss +2 -0
- package/styles/slider/material-dark.css +2 -0
- package/styles/slider/material.css +2 -0
- package/styles/slider/material3-dark.css +765 -0
- package/styles/slider/material3-dark.scss +2 -0
- package/styles/slider/material3.css +821 -0
- package/styles/slider/material3.scss +2 -0
- package/styles/tailwind-dark.css +23 -3
- package/styles/tailwind.css +23 -3
- package/styles/textbox/material3-dark.css +72 -0
- package/styles/textbox/material3-dark.scss +2 -0
- package/styles/textbox/material3.css +128 -0
- package/styles/textbox/material3.scss +2 -0
- package/styles/uploader/material3-dark.css +861 -0
- package/styles/uploader/material3-dark.scss +2 -0
- package/styles/uploader/material3.css +917 -0
- package/styles/uploader/material3.scss +2 -0
package/styles/fabric-dark.css
CHANGED
|
@@ -1821,6 +1821,7 @@ input.e-input,
|
|
|
1821
1821
|
}
|
|
1822
1822
|
|
|
1823
1823
|
input.e-input.e-bigger,
|
|
1824
|
+
.e-bigger input.e-input,
|
|
1824
1825
|
.e-input-group.e-bigger input,
|
|
1825
1826
|
.e-input-group.e-bigger input.e-input,
|
|
1826
1827
|
.e-input-group.e-control-wrapper.e-bigger input,
|
|
@@ -2814,8 +2815,8 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2814
2815
|
.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
|
|
2815
2816
|
.e-bigger .e-input-group .e-clear-icon,
|
|
2816
2817
|
.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2817
|
-
min-height: 0;
|
|
2818
2818
|
min-width: 38px;
|
|
2819
|
+
min-height: 0;
|
|
2819
2820
|
padding-bottom: 0;
|
|
2820
2821
|
padding-right: 0;
|
|
2821
2822
|
padding-top: 0;
|
|
@@ -2831,6 +2832,19 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2831
2832
|
padding-top: 0;
|
|
2832
2833
|
}
|
|
2833
2834
|
|
|
2835
|
+
.e-input-group.e-small .e-clear-icon,
|
|
2836
|
+
.e-input-group .e-clear-icon.e-small,
|
|
2837
|
+
.e-small.e-bigger .e-input-group .e-clear-icon,
|
|
2838
|
+
.e-input-group.e-control-wrapper.e-small .e-clear-icon,
|
|
2839
|
+
.e-input-group.e-control-wrapper .e-clear-icon.e-small,
|
|
2840
|
+
.e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2841
|
+
min-height: 0;
|
|
2842
|
+
min-width: 38px;
|
|
2843
|
+
padding-bottom: 0;
|
|
2844
|
+
padding-right: 0;
|
|
2845
|
+
padding-top: 0;
|
|
2846
|
+
}
|
|
2847
|
+
|
|
2834
2848
|
.e-input-group.e-small.e-bigger .e-clear-icon,
|
|
2835
2849
|
.e-input-group.e-small .e-clear-icon.e-bigger,
|
|
2836
2850
|
.e-bigger .e-input-group.e-small .e-clear-icon,
|
|
@@ -6740,6 +6754,8 @@ body.e-colorpicker-overflow {
|
|
|
6740
6754
|
padding: 4px;
|
|
6741
6755
|
line-height: 13px;
|
|
6742
6756
|
display: block;
|
|
6757
|
+
min-width: calc(1em + 8px);
|
|
6758
|
+
min-height: calc(1em + 8px);
|
|
6743
6759
|
position: relative;
|
|
6744
6760
|
}
|
|
6745
6761
|
.e-rating-container .e-rating-item-container .e-rating-item {
|
|
@@ -6882,7 +6898,7 @@ body.e-colorpicker-overflow {
|
|
|
6882
6898
|
font-size: 20px;
|
|
6883
6899
|
}
|
|
6884
6900
|
|
|
6885
|
-
.e-rating-container .e-rating-item-list:focus .e-rating-focus {
|
|
6901
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus {
|
|
6886
6902
|
outline-color: #fff;
|
|
6887
6903
|
border-radius: 0;
|
|
6888
6904
|
}
|
|
@@ -6894,6 +6910,7 @@ body.e-colorpicker-overflow {
|
|
|
6894
6910
|
}
|
|
6895
6911
|
.e-rating-container .e-reset.e-disabled {
|
|
6896
6912
|
color: #514f4f;
|
|
6913
|
+
opacity: 1;
|
|
6897
6914
|
}
|
|
6898
6915
|
.e-rating-container .e-rating-item-container .e-rating-icon {
|
|
6899
6916
|
-webkit-text-fill-color: transparent;
|
|
@@ -6947,6 +6964,9 @@ body.e-colorpicker-overflow {
|
|
|
6947
6964
|
-webkit-background-clip: text;
|
|
6948
6965
|
/* stylelint-enable property-no-vendor-prefix */
|
|
6949
6966
|
}
|
|
6967
|
+
.e-rating-container.e-disabled {
|
|
6968
|
+
opacity: 1;
|
|
6969
|
+
}
|
|
6950
6970
|
.e-rating-container.e-disabled .e-rating-item-container .e-rating-icon {
|
|
6951
6971
|
-webkit-text-stroke: 1px #514f4f;
|
|
6952
6972
|
}
|
|
@@ -6965,7 +6985,7 @@ body.e-colorpicker-overflow {
|
|
|
6965
6985
|
-webkit-background-clip: text;
|
|
6966
6986
|
/* stylelint-enable property-no-vendor-prefix */
|
|
6967
6987
|
}
|
|
6968
|
-
.e-rating-container.e-disabled.e-rtl.e-rating-selected .e-rating-icon, .e-rating-container.e-disabled.e-rtl.e-rating-intermediate .e-rating-icon {
|
|
6988
|
+
.e-rating-container.e-disabled.e-rtl .e-rating-item-container.e-rating-selected .e-rating-icon, .e-rating-container.e-disabled.e-rtl .e-rating-item-container.e-rating-intermediate .e-rating-icon {
|
|
6969
6989
|
background: linear-gradient(to left, #514f4f var(--rating-value), transparent var(--rating-value));
|
|
6970
6990
|
background-clip: text;
|
|
6971
6991
|
/* stylelint-disable property-no-vendor-prefix */
|
package/styles/fabric.css
CHANGED
|
@@ -1821,6 +1821,7 @@ input.e-input,
|
|
|
1821
1821
|
}
|
|
1822
1822
|
|
|
1823
1823
|
input.e-input.e-bigger,
|
|
1824
|
+
.e-bigger input.e-input,
|
|
1824
1825
|
.e-input-group.e-bigger input,
|
|
1825
1826
|
.e-input-group.e-bigger input.e-input,
|
|
1826
1827
|
.e-input-group.e-control-wrapper.e-bigger input,
|
|
@@ -2814,8 +2815,8 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2814
2815
|
.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
|
|
2815
2816
|
.e-bigger .e-input-group .e-clear-icon,
|
|
2816
2817
|
.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2817
|
-
min-height: 0;
|
|
2818
2818
|
min-width: 38px;
|
|
2819
|
+
min-height: 0;
|
|
2819
2820
|
padding-bottom: 0;
|
|
2820
2821
|
padding-right: 0;
|
|
2821
2822
|
padding-top: 0;
|
|
@@ -2831,6 +2832,19 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2831
2832
|
padding-top: 0;
|
|
2832
2833
|
}
|
|
2833
2834
|
|
|
2835
|
+
.e-input-group.e-small .e-clear-icon,
|
|
2836
|
+
.e-input-group .e-clear-icon.e-small,
|
|
2837
|
+
.e-small.e-bigger .e-input-group .e-clear-icon,
|
|
2838
|
+
.e-input-group.e-control-wrapper.e-small .e-clear-icon,
|
|
2839
|
+
.e-input-group.e-control-wrapper .e-clear-icon.e-small,
|
|
2840
|
+
.e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2841
|
+
min-height: 0;
|
|
2842
|
+
min-width: 38px;
|
|
2843
|
+
padding-bottom: 0;
|
|
2844
|
+
padding-right: 0;
|
|
2845
|
+
padding-top: 0;
|
|
2846
|
+
}
|
|
2847
|
+
|
|
2834
2848
|
.e-input-group.e-small.e-bigger .e-clear-icon,
|
|
2835
2849
|
.e-input-group.e-small .e-clear-icon.e-bigger,
|
|
2836
2850
|
.e-bigger .e-input-group.e-small .e-clear-icon,
|
|
@@ -6740,6 +6754,8 @@ body.e-colorpicker-overflow {
|
|
|
6740
6754
|
padding: 4px;
|
|
6741
6755
|
line-height: 13px;
|
|
6742
6756
|
display: block;
|
|
6757
|
+
min-width: calc(1em + 8px);
|
|
6758
|
+
min-height: calc(1em + 8px);
|
|
6743
6759
|
position: relative;
|
|
6744
6760
|
}
|
|
6745
6761
|
.e-rating-container .e-rating-item-container .e-rating-item {
|
|
@@ -6882,7 +6898,7 @@ body.e-colorpicker-overflow {
|
|
|
6882
6898
|
font-size: 20px;
|
|
6883
6899
|
}
|
|
6884
6900
|
|
|
6885
|
-
.e-rating-container .e-rating-item-list:focus .e-rating-focus {
|
|
6901
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus {
|
|
6886
6902
|
outline-color: #005ba3;
|
|
6887
6903
|
border-radius: 0;
|
|
6888
6904
|
}
|
|
@@ -6894,6 +6910,7 @@ body.e-colorpicker-overflow {
|
|
|
6894
6910
|
}
|
|
6895
6911
|
.e-rating-container .e-reset.e-disabled {
|
|
6896
6912
|
color: #d0d0d0;
|
|
6913
|
+
opacity: 1;
|
|
6897
6914
|
}
|
|
6898
6915
|
.e-rating-container .e-rating-item-container .e-rating-icon {
|
|
6899
6916
|
-webkit-text-fill-color: transparent;
|
|
@@ -6947,6 +6964,9 @@ body.e-colorpicker-overflow {
|
|
|
6947
6964
|
-webkit-background-clip: text;
|
|
6948
6965
|
/* stylelint-enable property-no-vendor-prefix */
|
|
6949
6966
|
}
|
|
6967
|
+
.e-rating-container.e-disabled {
|
|
6968
|
+
opacity: 1;
|
|
6969
|
+
}
|
|
6950
6970
|
.e-rating-container.e-disabled .e-rating-item-container .e-rating-icon {
|
|
6951
6971
|
-webkit-text-stroke: 1px #d0d0d0;
|
|
6952
6972
|
}
|
|
@@ -6965,7 +6985,7 @@ body.e-colorpicker-overflow {
|
|
|
6965
6985
|
-webkit-background-clip: text;
|
|
6966
6986
|
/* stylelint-enable property-no-vendor-prefix */
|
|
6967
6987
|
}
|
|
6968
|
-
.e-rating-container.e-disabled.e-rtl.e-rating-selected .e-rating-icon, .e-rating-container.e-disabled.e-rtl.e-rating-intermediate .e-rating-icon {
|
|
6988
|
+
.e-rating-container.e-disabled.e-rtl .e-rating-item-container.e-rating-selected .e-rating-icon, .e-rating-container.e-disabled.e-rtl .e-rating-item-container.e-rating-intermediate .e-rating-icon {
|
|
6969
6989
|
background: linear-gradient(to left, #d0d0d0 var(--rating-value), transparent var(--rating-value));
|
|
6970
6990
|
background-clip: text;
|
|
6971
6991
|
/* stylelint-disable property-no-vendor-prefix */
|
package/styles/fluent-dark.css
CHANGED
|
@@ -1789,6 +1789,7 @@ input.e-input,
|
|
|
1789
1789
|
}
|
|
1790
1790
|
|
|
1791
1791
|
input.e-input.e-bigger,
|
|
1792
|
+
.e-bigger input.e-input,
|
|
1792
1793
|
.e-input-group.e-bigger input,
|
|
1793
1794
|
.e-input-group.e-bigger input.e-input,
|
|
1794
1795
|
.e-input-group.e-control-wrapper.e-bigger input,
|
|
@@ -2782,8 +2783,8 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2782
2783
|
.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
|
|
2783
2784
|
.e-bigger .e-input-group .e-clear-icon,
|
|
2784
2785
|
.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2785
|
-
min-height: 0;
|
|
2786
2786
|
min-width: 36px;
|
|
2787
|
+
min-height: 0;
|
|
2787
2788
|
padding-bottom: 0;
|
|
2788
2789
|
padding-right: 0;
|
|
2789
2790
|
padding-top: 0;
|
|
@@ -2799,6 +2800,19 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2799
2800
|
padding-top: 0;
|
|
2800
2801
|
}
|
|
2801
2802
|
|
|
2803
|
+
.e-input-group.e-small .e-clear-icon,
|
|
2804
|
+
.e-input-group .e-clear-icon.e-small,
|
|
2805
|
+
.e-small.e-bigger .e-input-group .e-clear-icon,
|
|
2806
|
+
.e-input-group.e-control-wrapper.e-small .e-clear-icon,
|
|
2807
|
+
.e-input-group.e-control-wrapper .e-clear-icon.e-small,
|
|
2808
|
+
.e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2809
|
+
min-height: 0;
|
|
2810
|
+
min-width: 36px;
|
|
2811
|
+
padding-bottom: 0;
|
|
2812
|
+
padding-right: 0;
|
|
2813
|
+
padding-top: 0;
|
|
2814
|
+
}
|
|
2815
|
+
|
|
2802
2816
|
.e-input-group.e-small.e-bigger .e-clear-icon,
|
|
2803
2817
|
.e-input-group.e-small .e-clear-icon.e-bigger,
|
|
2804
2818
|
.e-bigger .e-input-group.e-small .e-clear-icon,
|
|
@@ -6401,6 +6415,7 @@ body.e-colorpicker-overflow {
|
|
|
6401
6415
|
.e-container .e-slider-preview .e-preview-container .e-preview.e-previous {
|
|
6402
6416
|
height: 24px;
|
|
6403
6417
|
top: 25px;
|
|
6418
|
+
top: 24px;
|
|
6404
6419
|
}
|
|
6405
6420
|
.e-container .e-selected-value {
|
|
6406
6421
|
-ms-flex-align: center;
|
|
@@ -6875,6 +6890,8 @@ body.e-colorpicker-overflow {
|
|
|
6875
6890
|
padding: 4px;
|
|
6876
6891
|
line-height: 13px;
|
|
6877
6892
|
display: block;
|
|
6893
|
+
min-width: calc(1em + 8px);
|
|
6894
|
+
min-height: calc(1em + 8px);
|
|
6878
6895
|
position: relative;
|
|
6879
6896
|
}
|
|
6880
6897
|
.e-rating-container .e-rating-item-container .e-rating-item {
|
|
@@ -7017,7 +7034,7 @@ body.e-colorpicker-overflow {
|
|
|
7017
7034
|
font-size: 20px;
|
|
7018
7035
|
}
|
|
7019
7036
|
|
|
7020
|
-
.e-rating-container .e-rating-item-list:focus .e-rating-focus {
|
|
7037
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus {
|
|
7021
7038
|
outline-color: #f3f2f1;
|
|
7022
7039
|
border-radius: 0;
|
|
7023
7040
|
}
|
|
@@ -7029,6 +7046,7 @@ body.e-colorpicker-overflow {
|
|
|
7029
7046
|
}
|
|
7030
7047
|
.e-rating-container .e-reset.e-disabled {
|
|
7031
7048
|
color: #484644;
|
|
7049
|
+
opacity: 1;
|
|
7032
7050
|
}
|
|
7033
7051
|
.e-rating-container .e-rating-item-container .e-rating-icon {
|
|
7034
7052
|
-webkit-text-fill-color: transparent;
|
|
@@ -7082,6 +7100,9 @@ body.e-colorpicker-overflow {
|
|
|
7082
7100
|
-webkit-background-clip: text;
|
|
7083
7101
|
/* stylelint-enable property-no-vendor-prefix */
|
|
7084
7102
|
}
|
|
7103
|
+
.e-rating-container.e-disabled {
|
|
7104
|
+
opacity: 1;
|
|
7105
|
+
}
|
|
7085
7106
|
.e-rating-container.e-disabled .e-rating-item-container .e-rating-icon {
|
|
7086
7107
|
-webkit-text-stroke: 1px #484644;
|
|
7087
7108
|
}
|
|
@@ -7100,7 +7121,7 @@ body.e-colorpicker-overflow {
|
|
|
7100
7121
|
-webkit-background-clip: text;
|
|
7101
7122
|
/* stylelint-enable property-no-vendor-prefix */
|
|
7102
7123
|
}
|
|
7103
|
-
.e-rating-container.e-disabled.e-rtl.e-rating-selected .e-rating-icon, .e-rating-container.e-disabled.e-rtl.e-rating-intermediate .e-rating-icon {
|
|
7124
|
+
.e-rating-container.e-disabled.e-rtl .e-rating-item-container.e-rating-selected .e-rating-icon, .e-rating-container.e-disabled.e-rtl .e-rating-item-container.e-rating-intermediate .e-rating-icon {
|
|
7104
7125
|
background: linear-gradient(to left, #484644 var(--rating-value), transparent var(--rating-value));
|
|
7105
7126
|
background-clip: text;
|
|
7106
7127
|
/* stylelint-disable property-no-vendor-prefix */
|
package/styles/fluent.css
CHANGED
|
@@ -1789,6 +1789,7 @@ input.e-input,
|
|
|
1789
1789
|
}
|
|
1790
1790
|
|
|
1791
1791
|
input.e-input.e-bigger,
|
|
1792
|
+
.e-bigger input.e-input,
|
|
1792
1793
|
.e-input-group.e-bigger input,
|
|
1793
1794
|
.e-input-group.e-bigger input.e-input,
|
|
1794
1795
|
.e-input-group.e-control-wrapper.e-bigger input,
|
|
@@ -2782,8 +2783,8 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2782
2783
|
.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
|
|
2783
2784
|
.e-bigger .e-input-group .e-clear-icon,
|
|
2784
2785
|
.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2785
|
-
min-height: 0;
|
|
2786
2786
|
min-width: 36px;
|
|
2787
|
+
min-height: 0;
|
|
2787
2788
|
padding-bottom: 0;
|
|
2788
2789
|
padding-right: 0;
|
|
2789
2790
|
padding-top: 0;
|
|
@@ -2799,6 +2800,19 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2799
2800
|
padding-top: 0;
|
|
2800
2801
|
}
|
|
2801
2802
|
|
|
2803
|
+
.e-input-group.e-small .e-clear-icon,
|
|
2804
|
+
.e-input-group .e-clear-icon.e-small,
|
|
2805
|
+
.e-small.e-bigger .e-input-group .e-clear-icon,
|
|
2806
|
+
.e-input-group.e-control-wrapper.e-small .e-clear-icon,
|
|
2807
|
+
.e-input-group.e-control-wrapper .e-clear-icon.e-small,
|
|
2808
|
+
.e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2809
|
+
min-height: 0;
|
|
2810
|
+
min-width: 36px;
|
|
2811
|
+
padding-bottom: 0;
|
|
2812
|
+
padding-right: 0;
|
|
2813
|
+
padding-top: 0;
|
|
2814
|
+
}
|
|
2815
|
+
|
|
2802
2816
|
.e-input-group.e-small.e-bigger .e-clear-icon,
|
|
2803
2817
|
.e-input-group.e-small .e-clear-icon.e-bigger,
|
|
2804
2818
|
.e-bigger .e-input-group.e-small .e-clear-icon,
|
|
@@ -6401,6 +6415,7 @@ body.e-colorpicker-overflow {
|
|
|
6401
6415
|
.e-container .e-slider-preview .e-preview-container .e-preview.e-previous {
|
|
6402
6416
|
height: 24px;
|
|
6403
6417
|
top: 25px;
|
|
6418
|
+
top: 24px;
|
|
6404
6419
|
}
|
|
6405
6420
|
.e-container .e-selected-value {
|
|
6406
6421
|
-ms-flex-align: center;
|
|
@@ -6875,6 +6890,8 @@ body.e-colorpicker-overflow {
|
|
|
6875
6890
|
padding: 4px;
|
|
6876
6891
|
line-height: 13px;
|
|
6877
6892
|
display: block;
|
|
6893
|
+
min-width: calc(1em + 8px);
|
|
6894
|
+
min-height: calc(1em + 8px);
|
|
6878
6895
|
position: relative;
|
|
6879
6896
|
}
|
|
6880
6897
|
.e-rating-container .e-rating-item-container .e-rating-item {
|
|
@@ -7017,7 +7034,7 @@ body.e-colorpicker-overflow {
|
|
|
7017
7034
|
font-size: 20px;
|
|
7018
7035
|
}
|
|
7019
7036
|
|
|
7020
|
-
.e-rating-container .e-rating-item-list:focus .e-rating-focus {
|
|
7037
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus {
|
|
7021
7038
|
outline-color: #323130;
|
|
7022
7039
|
border-radius: 0;
|
|
7023
7040
|
}
|
|
@@ -7029,6 +7046,7 @@ body.e-colorpicker-overflow {
|
|
|
7029
7046
|
}
|
|
7030
7047
|
.e-rating-container .e-reset.e-disabled {
|
|
7031
7048
|
color: #a19f9d;
|
|
7049
|
+
opacity: 1;
|
|
7032
7050
|
}
|
|
7033
7051
|
.e-rating-container .e-rating-item-container .e-rating-icon {
|
|
7034
7052
|
-webkit-text-fill-color: transparent;
|
|
@@ -7082,6 +7100,9 @@ body.e-colorpicker-overflow {
|
|
|
7082
7100
|
-webkit-background-clip: text;
|
|
7083
7101
|
/* stylelint-enable property-no-vendor-prefix */
|
|
7084
7102
|
}
|
|
7103
|
+
.e-rating-container.e-disabled {
|
|
7104
|
+
opacity: 1;
|
|
7105
|
+
}
|
|
7085
7106
|
.e-rating-container.e-disabled .e-rating-item-container .e-rating-icon {
|
|
7086
7107
|
-webkit-text-stroke: 1px #c8c6c4;
|
|
7087
7108
|
}
|
|
@@ -7100,7 +7121,7 @@ body.e-colorpicker-overflow {
|
|
|
7100
7121
|
-webkit-background-clip: text;
|
|
7101
7122
|
/* stylelint-enable property-no-vendor-prefix */
|
|
7102
7123
|
}
|
|
7103
|
-
.e-rating-container.e-disabled.e-rtl.e-rating-selected .e-rating-icon, .e-rating-container.e-disabled.e-rtl.e-rating-intermediate .e-rating-icon {
|
|
7124
|
+
.e-rating-container.e-disabled.e-rtl .e-rating-item-container.e-rating-selected .e-rating-icon, .e-rating-container.e-disabled.e-rtl .e-rating-item-container.e-rating-intermediate .e-rating-icon {
|
|
7104
7125
|
background: linear-gradient(to left, #c8c6c4 var(--rating-value), transparent var(--rating-value));
|
|
7105
7126
|
background-clip: text;
|
|
7106
7127
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -1937,6 +1937,7 @@ input.e-input,
|
|
|
1937
1937
|
}
|
|
1938
1938
|
|
|
1939
1939
|
input.e-input.e-bigger,
|
|
1940
|
+
.e-bigger input.e-input,
|
|
1940
1941
|
.e-input-group.e-bigger input,
|
|
1941
1942
|
.e-input-group.e-bigger input.e-input,
|
|
1942
1943
|
.e-input-group.e-control-wrapper.e-bigger input,
|
|
@@ -2930,8 +2931,8 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2930
2931
|
.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
|
|
2931
2932
|
.e-bigger .e-input-group .e-clear-icon,
|
|
2932
2933
|
.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2933
|
-
min-height: 0;
|
|
2934
2934
|
min-width: 38px;
|
|
2935
|
+
min-height: 0;
|
|
2935
2936
|
padding-bottom: 0;
|
|
2936
2937
|
padding-right: 0;
|
|
2937
2938
|
padding-top: 0;
|
|
@@ -2947,6 +2948,19 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2947
2948
|
padding-top: 0;
|
|
2948
2949
|
}
|
|
2949
2950
|
|
|
2951
|
+
.e-input-group.e-small .e-clear-icon,
|
|
2952
|
+
.e-input-group .e-clear-icon.e-small,
|
|
2953
|
+
.e-small.e-bigger .e-input-group .e-clear-icon,
|
|
2954
|
+
.e-input-group.e-control-wrapper.e-small .e-clear-icon,
|
|
2955
|
+
.e-input-group.e-control-wrapper .e-clear-icon.e-small,
|
|
2956
|
+
.e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2957
|
+
min-height: 0;
|
|
2958
|
+
min-width: 38px;
|
|
2959
|
+
padding-bottom: 0;
|
|
2960
|
+
padding-right: 0;
|
|
2961
|
+
padding-top: 0;
|
|
2962
|
+
}
|
|
2963
|
+
|
|
2950
2964
|
.e-input-group.e-small.e-bigger .e-clear-icon,
|
|
2951
2965
|
.e-input-group.e-small .e-clear-icon.e-bigger,
|
|
2952
2966
|
.e-bigger .e-input-group.e-small .e-clear-icon,
|
|
@@ -7056,6 +7070,8 @@ body.e-colorpicker-overflow {
|
|
|
7056
7070
|
padding: 4px;
|
|
7057
7071
|
line-height: 13px;
|
|
7058
7072
|
display: block;
|
|
7073
|
+
min-width: calc(1em + 8px);
|
|
7074
|
+
min-height: calc(1em + 8px);
|
|
7059
7075
|
position: relative;
|
|
7060
7076
|
}
|
|
7061
7077
|
.e-rating-container .e-rating-item-container .e-rating-item {
|
|
@@ -7198,7 +7214,7 @@ body.e-colorpicker-overflow {
|
|
|
7198
7214
|
font-size: 20px;
|
|
7199
7215
|
}
|
|
7200
7216
|
|
|
7201
|
-
.e-rating-container .e-rating-item-list:focus .e-rating-focus {
|
|
7217
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus {
|
|
7202
7218
|
outline-color: #000;
|
|
7203
7219
|
border-radius: 0;
|
|
7204
7220
|
}
|
|
@@ -7210,6 +7226,7 @@ body.e-colorpicker-overflow {
|
|
|
7210
7226
|
}
|
|
7211
7227
|
.e-rating-container .e-reset.e-disabled {
|
|
7212
7228
|
color: #757575;
|
|
7229
|
+
opacity: 1;
|
|
7213
7230
|
}
|
|
7214
7231
|
.e-rating-container .e-rating-item-container .e-rating-icon {
|
|
7215
7232
|
-webkit-text-fill-color: transparent;
|
|
@@ -7263,6 +7280,9 @@ body.e-colorpicker-overflow {
|
|
|
7263
7280
|
-webkit-background-clip: text;
|
|
7264
7281
|
/* stylelint-enable property-no-vendor-prefix */
|
|
7265
7282
|
}
|
|
7283
|
+
.e-rating-container.e-disabled {
|
|
7284
|
+
opacity: 1;
|
|
7285
|
+
}
|
|
7266
7286
|
.e-rating-container.e-disabled .e-rating-item-container .e-rating-icon {
|
|
7267
7287
|
-webkit-text-stroke: 1px #757575;
|
|
7268
7288
|
}
|
|
@@ -7281,7 +7301,7 @@ body.e-colorpicker-overflow {
|
|
|
7281
7301
|
-webkit-background-clip: text;
|
|
7282
7302
|
/* stylelint-enable property-no-vendor-prefix */
|
|
7283
7303
|
}
|
|
7284
|
-
.e-rating-container.e-disabled.e-rtl.e-rating-selected .e-rating-icon, .e-rating-container.e-disabled.e-rtl.e-rating-intermediate .e-rating-icon {
|
|
7304
|
+
.e-rating-container.e-disabled.e-rtl .e-rating-item-container.e-rating-selected .e-rating-icon, .e-rating-container.e-disabled.e-rtl .e-rating-item-container.e-rating-intermediate .e-rating-icon {
|
|
7285
7305
|
background: linear-gradient(to left, #757575 var(--rating-value), transparent var(--rating-value));
|
|
7286
7306
|
background-clip: text;
|
|
7287
7307
|
/* stylelint-disable property-no-vendor-prefix */
|
package/styles/highcontrast.css
CHANGED
|
@@ -1937,6 +1937,7 @@ input.e-input,
|
|
|
1937
1937
|
}
|
|
1938
1938
|
|
|
1939
1939
|
input.e-input.e-bigger,
|
|
1940
|
+
.e-bigger input.e-input,
|
|
1940
1941
|
.e-input-group.e-bigger input,
|
|
1941
1942
|
.e-input-group.e-bigger input.e-input,
|
|
1942
1943
|
.e-input-group.e-control-wrapper.e-bigger input,
|
|
@@ -2930,8 +2931,8 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2930
2931
|
.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
|
|
2931
2932
|
.e-bigger .e-input-group .e-clear-icon,
|
|
2932
2933
|
.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2933
|
-
min-height: 0;
|
|
2934
2934
|
min-width: 38px;
|
|
2935
|
+
min-height: 0;
|
|
2935
2936
|
padding-bottom: 0;
|
|
2936
2937
|
padding-right: 0;
|
|
2937
2938
|
padding-top: 0;
|
|
@@ -2947,6 +2948,19 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2947
2948
|
padding-top: 0;
|
|
2948
2949
|
}
|
|
2949
2950
|
|
|
2951
|
+
.e-input-group.e-small .e-clear-icon,
|
|
2952
|
+
.e-input-group .e-clear-icon.e-small,
|
|
2953
|
+
.e-small.e-bigger .e-input-group .e-clear-icon,
|
|
2954
|
+
.e-input-group.e-control-wrapper.e-small .e-clear-icon,
|
|
2955
|
+
.e-input-group.e-control-wrapper .e-clear-icon.e-small,
|
|
2956
|
+
.e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2957
|
+
min-height: 0;
|
|
2958
|
+
min-width: 38px;
|
|
2959
|
+
padding-bottom: 0;
|
|
2960
|
+
padding-right: 0;
|
|
2961
|
+
padding-top: 0;
|
|
2962
|
+
}
|
|
2963
|
+
|
|
2950
2964
|
.e-input-group.e-small.e-bigger .e-clear-icon,
|
|
2951
2965
|
.e-input-group.e-small .e-clear-icon.e-bigger,
|
|
2952
2966
|
.e-bigger .e-input-group.e-small .e-clear-icon,
|
|
@@ -7056,6 +7070,8 @@ body.e-colorpicker-overflow {
|
|
|
7056
7070
|
padding: 4px;
|
|
7057
7071
|
line-height: 13px;
|
|
7058
7072
|
display: block;
|
|
7073
|
+
min-width: calc(1em + 8px);
|
|
7074
|
+
min-height: calc(1em + 8px);
|
|
7059
7075
|
position: relative;
|
|
7060
7076
|
}
|
|
7061
7077
|
.e-rating-container .e-rating-item-container .e-rating-item {
|
|
@@ -7198,7 +7214,7 @@ body.e-colorpicker-overflow {
|
|
|
7198
7214
|
font-size: 20px;
|
|
7199
7215
|
}
|
|
7200
7216
|
|
|
7201
|
-
.e-rating-container .e-rating-item-list:focus .e-rating-focus {
|
|
7217
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus {
|
|
7202
7218
|
outline-color: #fff;
|
|
7203
7219
|
border-radius: 0;
|
|
7204
7220
|
}
|
|
@@ -7210,6 +7226,7 @@ body.e-colorpicker-overflow {
|
|
|
7210
7226
|
}
|
|
7211
7227
|
.e-rating-container .e-reset.e-disabled {
|
|
7212
7228
|
color: #757575;
|
|
7229
|
+
opacity: 1;
|
|
7213
7230
|
}
|
|
7214
7231
|
.e-rating-container .e-rating-item-container .e-rating-icon {
|
|
7215
7232
|
-webkit-text-fill-color: transparent;
|
|
@@ -7263,6 +7280,9 @@ body.e-colorpicker-overflow {
|
|
|
7263
7280
|
-webkit-background-clip: text;
|
|
7264
7281
|
/* stylelint-enable property-no-vendor-prefix */
|
|
7265
7282
|
}
|
|
7283
|
+
.e-rating-container.e-disabled {
|
|
7284
|
+
opacity: 1;
|
|
7285
|
+
}
|
|
7266
7286
|
.e-rating-container.e-disabled .e-rating-item-container .e-rating-icon {
|
|
7267
7287
|
-webkit-text-stroke: 1px #757575;
|
|
7268
7288
|
}
|
|
@@ -7281,7 +7301,7 @@ body.e-colorpicker-overflow {
|
|
|
7281
7301
|
-webkit-background-clip: text;
|
|
7282
7302
|
/* stylelint-enable property-no-vendor-prefix */
|
|
7283
7303
|
}
|
|
7284
|
-
.e-rating-container.e-disabled.e-rtl.e-rating-selected .e-rating-icon, .e-rating-container.e-disabled.e-rtl.e-rating-intermediate .e-rating-icon {
|
|
7304
|
+
.e-rating-container.e-disabled.e-rtl .e-rating-item-container.e-rating-selected .e-rating-icon, .e-rating-container.e-disabled.e-rtl .e-rating-item-container.e-rating-intermediate .e-rating-icon {
|
|
7285
7305
|
background: linear-gradient(to left, #757575 var(--rating-value), transparent var(--rating-value));
|
|
7286
7306
|
background-clip: text;
|
|
7287
7307
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -1854,6 +1854,7 @@ input.e-input,
|
|
|
1854
1854
|
}
|
|
1855
1855
|
|
|
1856
1856
|
input.e-input.e-bigger,
|
|
1857
|
+
.e-bigger input.e-input,
|
|
1857
1858
|
.e-input-group.e-bigger input,
|
|
1858
1859
|
.e-input-group.e-bigger input.e-input,
|
|
1859
1860
|
.e-input-group.e-control-wrapper.e-bigger input,
|
|
@@ -2847,8 +2848,8 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2847
2848
|
.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
|
|
2848
2849
|
.e-bigger .e-input-group .e-clear-icon,
|
|
2849
2850
|
.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2850
|
-
min-height: 0;
|
|
2851
2851
|
min-width: 38px;
|
|
2852
|
+
min-height: 0;
|
|
2852
2853
|
padding-bottom: 0;
|
|
2853
2854
|
padding-right: 0;
|
|
2854
2855
|
padding-top: 0;
|
|
@@ -2864,6 +2865,19 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2864
2865
|
padding-top: 0;
|
|
2865
2866
|
}
|
|
2866
2867
|
|
|
2868
|
+
.e-input-group.e-small .e-clear-icon,
|
|
2869
|
+
.e-input-group .e-clear-icon.e-small,
|
|
2870
|
+
.e-small.e-bigger .e-input-group .e-clear-icon,
|
|
2871
|
+
.e-input-group.e-control-wrapper.e-small .e-clear-icon,
|
|
2872
|
+
.e-input-group.e-control-wrapper .e-clear-icon.e-small,
|
|
2873
|
+
.e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2874
|
+
min-height: 0;
|
|
2875
|
+
min-width: 38px;
|
|
2876
|
+
padding-bottom: 0;
|
|
2877
|
+
padding-right: 0;
|
|
2878
|
+
padding-top: 0;
|
|
2879
|
+
}
|
|
2880
|
+
|
|
2867
2881
|
.e-input-group.e-small.e-bigger .e-clear-icon,
|
|
2868
2882
|
.e-input-group.e-small .e-clear-icon.e-bigger,
|
|
2869
2883
|
.e-bigger .e-input-group.e-small .e-clear-icon,
|
|
@@ -1854,6 +1854,7 @@ input.e-input,
|
|
|
1854
1854
|
}
|
|
1855
1855
|
|
|
1856
1856
|
input.e-input.e-bigger,
|
|
1857
|
+
.e-bigger input.e-input,
|
|
1857
1858
|
.e-input-group.e-bigger input,
|
|
1858
1859
|
.e-input-group.e-bigger input.e-input,
|
|
1859
1860
|
.e-input-group.e-control-wrapper.e-bigger input,
|
|
@@ -2847,8 +2848,8 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2847
2848
|
.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
|
|
2848
2849
|
.e-bigger .e-input-group .e-clear-icon,
|
|
2849
2850
|
.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2850
|
-
min-height: 0;
|
|
2851
2851
|
min-width: 38px;
|
|
2852
|
+
min-height: 0;
|
|
2852
2853
|
padding-bottom: 0;
|
|
2853
2854
|
padding-right: 0;
|
|
2854
2855
|
padding-top: 0;
|
|
@@ -2864,6 +2865,19 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2864
2865
|
padding-top: 0;
|
|
2865
2866
|
}
|
|
2866
2867
|
|
|
2868
|
+
.e-input-group.e-small .e-clear-icon,
|
|
2869
|
+
.e-input-group .e-clear-icon.e-small,
|
|
2870
|
+
.e-small.e-bigger .e-input-group .e-clear-icon,
|
|
2871
|
+
.e-input-group.e-control-wrapper.e-small .e-clear-icon,
|
|
2872
|
+
.e-input-group.e-control-wrapper .e-clear-icon.e-small,
|
|
2873
|
+
.e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2874
|
+
min-height: 0;
|
|
2875
|
+
min-width: 38px;
|
|
2876
|
+
padding-bottom: 0;
|
|
2877
|
+
padding-right: 0;
|
|
2878
|
+
padding-top: 0;
|
|
2879
|
+
}
|
|
2880
|
+
|
|
2867
2881
|
.e-input-group.e-small.e-bigger .e-clear-icon,
|
|
2868
2882
|
.e-input-group.e-small .e-clear-icon.e-bigger,
|
|
2869
2883
|
.e-bigger .e-input-group.e-small .e-clear-icon,
|
|
@@ -1854,6 +1854,7 @@ input.e-input,
|
|
|
1854
1854
|
}
|
|
1855
1855
|
|
|
1856
1856
|
input.e-input.e-bigger,
|
|
1857
|
+
.e-bigger input.e-input,
|
|
1857
1858
|
.e-input-group.e-bigger input,
|
|
1858
1859
|
.e-input-group.e-bigger input.e-input,
|
|
1859
1860
|
.e-input-group.e-control-wrapper.e-bigger input,
|
|
@@ -2847,8 +2848,8 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2847
2848
|
.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
|
|
2848
2849
|
.e-bigger .e-input-group .e-clear-icon,
|
|
2849
2850
|
.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2850
|
-
min-height: 0;
|
|
2851
2851
|
min-width: 34px;
|
|
2852
|
+
min-height: 0;
|
|
2852
2853
|
padding-bottom: 0;
|
|
2853
2854
|
padding-right: 0;
|
|
2854
2855
|
padding-top: 0;
|
|
@@ -2864,6 +2865,19 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2864
2865
|
padding-top: 0;
|
|
2865
2866
|
}
|
|
2866
2867
|
|
|
2868
|
+
.e-input-group.e-small .e-clear-icon,
|
|
2869
|
+
.e-input-group .e-clear-icon.e-small,
|
|
2870
|
+
.e-small.e-bigger .e-input-group .e-clear-icon,
|
|
2871
|
+
.e-input-group.e-control-wrapper.e-small .e-clear-icon,
|
|
2872
|
+
.e-input-group.e-control-wrapper .e-clear-icon.e-small,
|
|
2873
|
+
.e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2874
|
+
min-height: 0;
|
|
2875
|
+
min-width: 34px;
|
|
2876
|
+
padding-bottom: 0;
|
|
2877
|
+
padding-right: 0;
|
|
2878
|
+
padding-top: 0;
|
|
2879
|
+
}
|
|
2880
|
+
|
|
2867
2881
|
.e-input-group.e-small.e-bigger .e-clear-icon,
|
|
2868
2882
|
.e-input-group.e-small .e-clear-icon.e-bigger,
|
|
2869
2883
|
.e-bigger .e-input-group.e-small .e-clear-icon,
|
|
@@ -1943,6 +1943,7 @@ input.e-input,
|
|
|
1943
1943
|
}
|
|
1944
1944
|
|
|
1945
1945
|
input.e-input.e-bigger,
|
|
1946
|
+
.e-bigger input.e-input,
|
|
1946
1947
|
.e-input-group.e-bigger input,
|
|
1947
1948
|
.e-input-group.e-bigger input.e-input,
|
|
1948
1949
|
.e-input-group.e-control-wrapper.e-bigger input,
|
|
@@ -2954,8 +2955,8 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2954
2955
|
.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
|
|
2955
2956
|
.e-bigger .e-input-group .e-clear-icon,
|
|
2956
2957
|
.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2957
|
-
min-height: 0;
|
|
2958
2958
|
min-width: 36px;
|
|
2959
|
+
min-height: 0;
|
|
2959
2960
|
padding-bottom: 0;
|
|
2960
2961
|
padding-right: 0;
|
|
2961
2962
|
padding-top: 0;
|
|
@@ -2971,6 +2972,19 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2971
2972
|
padding-top: 0;
|
|
2972
2973
|
}
|
|
2973
2974
|
|
|
2975
|
+
.e-input-group.e-small .e-clear-icon,
|
|
2976
|
+
.e-input-group .e-clear-icon.e-small,
|
|
2977
|
+
.e-small.e-bigger .e-input-group .e-clear-icon,
|
|
2978
|
+
.e-input-group.e-control-wrapper.e-small .e-clear-icon,
|
|
2979
|
+
.e-input-group.e-control-wrapper .e-clear-icon.e-small,
|
|
2980
|
+
.e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2981
|
+
min-height: 0;
|
|
2982
|
+
min-width: 36px;
|
|
2983
|
+
padding-bottom: 0;
|
|
2984
|
+
padding-right: 0;
|
|
2985
|
+
padding-top: 0;
|
|
2986
|
+
}
|
|
2987
|
+
|
|
2974
2988
|
.e-input-group.e-small.e-bigger .e-clear-icon,
|
|
2975
2989
|
.e-input-group.e-small .e-clear-icon.e-bigger,
|
|
2976
2990
|
.e-bigger .e-input-group.e-small .e-clear-icon,
|
|
@@ -1943,6 +1943,7 @@ input.e-input,
|
|
|
1943
1943
|
}
|
|
1944
1944
|
|
|
1945
1945
|
input.e-input.e-bigger,
|
|
1946
|
+
.e-bigger input.e-input,
|
|
1946
1947
|
.e-input-group.e-bigger input,
|
|
1947
1948
|
.e-input-group.e-bigger input.e-input,
|
|
1948
1949
|
.e-input-group.e-control-wrapper.e-bigger input,
|
|
@@ -2954,8 +2955,8 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2954
2955
|
.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
|
|
2955
2956
|
.e-bigger .e-input-group .e-clear-icon,
|
|
2956
2957
|
.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2957
|
-
min-height: 0;
|
|
2958
2958
|
min-width: 36px;
|
|
2959
|
+
min-height: 0;
|
|
2959
2960
|
padding-bottom: 0;
|
|
2960
2961
|
padding-right: 0;
|
|
2961
2962
|
padding-top: 0;
|
|
@@ -2971,6 +2972,19 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2971
2972
|
padding-top: 0;
|
|
2972
2973
|
}
|
|
2973
2974
|
|
|
2975
|
+
.e-input-group.e-small .e-clear-icon,
|
|
2976
|
+
.e-input-group .e-clear-icon.e-small,
|
|
2977
|
+
.e-small.e-bigger .e-input-group .e-clear-icon,
|
|
2978
|
+
.e-input-group.e-control-wrapper.e-small .e-clear-icon,
|
|
2979
|
+
.e-input-group.e-control-wrapper .e-clear-icon.e-small,
|
|
2980
|
+
.e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2981
|
+
min-height: 0;
|
|
2982
|
+
min-width: 36px;
|
|
2983
|
+
padding-bottom: 0;
|
|
2984
|
+
padding-right: 0;
|
|
2985
|
+
padding-top: 0;
|
|
2986
|
+
}
|
|
2987
|
+
|
|
2974
2988
|
.e-input-group.e-small.e-bigger .e-clear-icon,
|
|
2975
2989
|
.e-input-group.e-small .e-clear-icon.e-bigger,
|
|
2976
2990
|
.e-bigger .e-input-group.e-small .e-clear-icon,
|