@syncfusion/ej2-dropdowns 20.1.61 → 20.2.39
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 +3 -77
- package/dist/ej2-dropdowns.umd.min.js +2 -2
- package/dist/ej2-dropdowns.umd.min.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es2015.js +95 -96
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +58 -59
- package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
- package/dist/global/ej2-dropdowns.min.js +2 -2
- package/dist/global/ej2-dropdowns.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/helpers/e2e/autocomplete.js +59 -43
- package/helpers/e2e/combobox.js +62 -46
- package/helpers/e2e/dropdownlist.js +71 -55
- package/helpers/e2e/index.js +11 -9
- package/helpers/e2e/listboxHelper.js +55 -38
- package/helpers/e2e/multiselect.js +104 -88
- package/package.json +11 -11
- package/src/common/incremental-search.js +1 -1
- package/src/drop-down-base/drop-down-base-model.d.ts +1 -1
- package/src/drop-down-base/drop-down-base.d.ts +5 -1
- package/src/drop-down-base/drop-down-base.js +3 -5
- package/src/drop-down-list/drop-down-list.js +8 -8
- package/src/drop-down-tree/drop-down-tree-model.d.ts +2 -2
- package/src/drop-down-tree/drop-down-tree.js +5 -5
- package/src/list-box/list-box.d.ts +1 -1
- package/src/list-box/list-box.js +13 -14
- package/src/multi-select/multi-select-model.d.ts +1 -1
- package/src/multi-select/multi-select.d.ts +2 -1
- package/src/multi-select/multi-select.js +28 -26
- package/styles/auto-complete/_fusionnew-definition.scss +2 -0
- package/styles/auto-complete/_material3-definition.scss +2 -0
- package/styles/bootstrap-dark.css +69 -11
- package/styles/bootstrap.css +69 -11
- package/styles/bootstrap4.css +69 -11
- package/styles/bootstrap5-dark.css +70 -12
- package/styles/bootstrap5.css +70 -12
- package/styles/combo-box/_fusionnew-definition.scss +2 -0
- package/styles/combo-box/_material3-definition.scss +2 -0
- package/styles/drop-down-base/_fusionnew-definition.scss +111 -0
- package/styles/drop-down-base/_material3-definition.scss +111 -0
- package/styles/drop-down-list/_fusionnew-definition.scss +201 -0
- package/styles/drop-down-list/_material3-definition.scss +201 -0
- package/styles/drop-down-list/icons/_fusionnew.scss +14 -0
- package/styles/drop-down-list/icons/_material3.scss +14 -0
- package/styles/drop-down-tree/_fusionnew-definition.scss +60 -0
- package/styles/drop-down-tree/_material3-definition.scss +60 -0
- package/styles/drop-down-tree/icons/_fusionnew.scss +11 -0
- package/styles/drop-down-tree/icons/_material3.scss +11 -0
- package/styles/fabric-dark.css +69 -11
- package/styles/fabric.css +69 -11
- package/styles/fluent-dark.css +73 -15
- package/styles/fluent.css +70 -12
- package/styles/highcontrast-light.css +69 -11
- package/styles/highcontrast.css +69 -11
- package/styles/list-box/_bootstrap-dark-definition.scss +5 -1
- package/styles/list-box/_bootstrap-definition.scss +5 -1
- package/styles/list-box/_bootstrap4-definition.scss +5 -1
- package/styles/list-box/_bootstrap5-definition.scss +7 -2
- package/styles/list-box/_fabric-dark-definition.scss +5 -1
- package/styles/list-box/_fabric-definition.scss +5 -1
- package/styles/list-box/_fluent-definition.scss +7 -2
- package/styles/list-box/_fusionnew-definition.scss +113 -0
- package/styles/list-box/_highcontrast-definition.scss +5 -1
- package/styles/list-box/_highcontrast-light-definition.scss +5 -1
- package/styles/list-box/_layout.scss +45 -1
- package/styles/list-box/_material-dark-definition.scss +6 -2
- package/styles/list-box/_material-definition.scss +6 -2
- package/styles/list-box/_material3-definition.scss +119 -0
- package/styles/list-box/_tailwind-definition.scss +6 -2
- package/styles/list-box/_theme.scss +40 -8
- package/styles/list-box/bootstrap-dark.css +59 -11
- package/styles/list-box/bootstrap.css +69 -11
- package/styles/list-box/bootstrap4.css +69 -11
- package/styles/list-box/bootstrap5-dark.css +70 -12
- package/styles/list-box/bootstrap5.css +70 -12
- package/styles/list-box/fabric-dark.css +59 -11
- package/styles/list-box/fabric.css +69 -11
- package/styles/list-box/fluent-dark.css +73 -15
- package/styles/list-box/fluent.css +70 -12
- package/styles/list-box/highcontrast-light.css +59 -11
- package/styles/list-box/highcontrast.css +69 -11
- package/styles/list-box/icons/_fusionnew.scss +25 -0
- package/styles/list-box/icons/_material3.scss +25 -0
- package/styles/list-box/material-dark.css +60 -12
- package/styles/list-box/material.css +70 -12
- package/styles/list-box/tailwind-dark.css +70 -12
- package/styles/list-box/tailwind.css +70 -12
- package/styles/material-dark.css +70 -12
- package/styles/material.css +70 -12
- package/styles/multi-select/_fusionnew-definition.scss +219 -0
- package/styles/multi-select/_material3-definition.scss +219 -0
- package/styles/multi-select/icons/_fusionnew.scss +27 -0
- package/styles/multi-select/icons/_material3.scss +27 -0
- package/styles/tailwind-dark.css +70 -12
- package/styles/tailwind.css +70 -12
|
@@ -2538,6 +2538,10 @@ ejs-multiselect {
|
|
|
2538
2538
|
.e-listbox-container * {
|
|
2539
2539
|
box-sizing: border-box;
|
|
2540
2540
|
}
|
|
2541
|
+
.e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
2542
|
+
.e-listbox-container.e-listboxtool-container .e-list-wrap {
|
|
2543
|
+
width: 84% !important;
|
|
2544
|
+
}
|
|
2541
2545
|
.e-listbox-wrapper:focus,
|
|
2542
2546
|
.e-listbox-container:focus {
|
|
2543
2547
|
outline: none;
|
|
@@ -2768,8 +2772,8 @@ ejs-multiselect {
|
|
|
2768
2772
|
text-indent: 0;
|
|
2769
2773
|
vertical-align: middle;
|
|
2770
2774
|
}
|
|
2771
|
-
.e-listbox-wrapper.e-right .e-checkbox-wrapper,
|
|
2772
|
-
.e-listbox-container.e-right .e-checkbox-wrapper {
|
|
2775
|
+
.e-listbox-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
2776
|
+
.e-listbox-container.e-checkbox-right .e-checkbox-wrapper {
|
|
2773
2777
|
position: absolute;
|
|
2774
2778
|
right: 0;
|
|
2775
2779
|
top: 30%;
|
|
@@ -2888,6 +2892,22 @@ ejs-listbox {
|
|
|
2888
2892
|
list-style-type: none;
|
|
2889
2893
|
margin-bottom: 10px;
|
|
2890
2894
|
}
|
|
2895
|
+
.e-listboxtool-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
2896
|
+
.e-listboxtool-container.e-checkbox-right .e-checkbox-wrapper {
|
|
2897
|
+
position: absolute;
|
|
2898
|
+
right: 0;
|
|
2899
|
+
top: 30%;
|
|
2900
|
+
}
|
|
2901
|
+
|
|
2902
|
+
.e-listboxtool-container .e-left {
|
|
2903
|
+
-ms-flex-direction: row-reverse;
|
|
2904
|
+
flex-direction: row-reverse;
|
|
2905
|
+
}
|
|
2906
|
+
|
|
2907
|
+
.e-listboxtool-wrapper .e-left {
|
|
2908
|
+
-ms-flex-direction: column-reverse;
|
|
2909
|
+
flex-direction: column-reverse;
|
|
2910
|
+
}
|
|
2891
2911
|
|
|
2892
2912
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2893
2913
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
@@ -2898,6 +2918,12 @@ ejs-listbox {
|
|
|
2898
2918
|
margin-left: 15px;
|
|
2899
2919
|
}
|
|
2900
2920
|
|
|
2921
|
+
.e-bigger .e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
2922
|
+
.e-listbox-wrapper.e-bigger.e-listboxtool-container .e-list-wrap,
|
|
2923
|
+
.e-bigger .e-listbox-container.e-listboxtool-container .e-list-wrap,
|
|
2924
|
+
.e-listbox-container.e-bigger.e-listboxtool-container .e-list-wrap {
|
|
2925
|
+
width: 80% !important;
|
|
2926
|
+
}
|
|
2901
2927
|
.e-bigger .e-listbox-wrapper .e-list-item,
|
|
2902
2928
|
.e-listbox-wrapper.e-bigger .e-list-item,
|
|
2903
2929
|
.e-bigger .e-listbox-container .e-list-item,
|
|
@@ -2985,21 +3011,48 @@ ejs-listbox {
|
|
|
2985
3011
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
2986
3012
|
font-size: 14px;
|
|
2987
3013
|
}
|
|
2988
|
-
.e-
|
|
2989
|
-
|
|
3014
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3015
|
+
height: calc(100% - 50px);
|
|
3016
|
+
}
|
|
3017
|
+
|
|
3018
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
3019
|
+
height: calc(100% - 50px) !important;
|
|
3020
|
+
}
|
|
3021
|
+
|
|
3022
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2990
3023
|
height: calc(100% - 45px);
|
|
2991
3024
|
}
|
|
2992
3025
|
|
|
2993
|
-
.e-
|
|
2994
|
-
|
|
2995
|
-
|
|
3026
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3027
|
+
height: calc(100% - 45px) !important;
|
|
3028
|
+
}
|
|
3029
|
+
|
|
3030
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3031
|
+
height: calc(100% - 56px);
|
|
3032
|
+
}
|
|
3033
|
+
|
|
3034
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3035
|
+
height: calc(100% - 56px) !important;
|
|
3036
|
+
}
|
|
3037
|
+
|
|
3038
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3039
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3040
|
+
height: calc(100% - 96px);
|
|
2996
3041
|
}
|
|
2997
3042
|
|
|
2998
|
-
.e-
|
|
2999
|
-
.e-
|
|
3043
|
+
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
3044
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
3045
|
+
height: calc(100% - 40px);
|
|
3046
|
+
}
|
|
3047
|
+
|
|
3048
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3000
3049
|
height: calc(100% - 45px);
|
|
3001
3050
|
}
|
|
3002
3051
|
|
|
3052
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3053
|
+
height: calc(100% - 45px) !important;
|
|
3054
|
+
}
|
|
3055
|
+
|
|
3003
3056
|
.e-listbox-wrapper,
|
|
3004
3057
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
3005
3058
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -3019,9 +3072,14 @@ ejs-listbox {
|
|
|
3019
3072
|
font-size: 12px;
|
|
3020
3073
|
}
|
|
3021
3074
|
|
|
3022
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3023
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
3024
|
-
height: calc(100% -
|
|
3075
|
+
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3076
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3077
|
+
height: calc(100% - 86px);
|
|
3078
|
+
}
|
|
3079
|
+
|
|
3080
|
+
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
3081
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
3082
|
+
height: calc(100% - 36px);
|
|
3025
3083
|
}
|
|
3026
3084
|
|
|
3027
3085
|
.e-listbox-wrapper .e-list-item,
|
package/styles/bootstrap5.css
CHANGED
|
@@ -2538,6 +2538,10 @@ ejs-multiselect {
|
|
|
2538
2538
|
.e-listbox-container * {
|
|
2539
2539
|
box-sizing: border-box;
|
|
2540
2540
|
}
|
|
2541
|
+
.e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
2542
|
+
.e-listbox-container.e-listboxtool-container .e-list-wrap {
|
|
2543
|
+
width: 84% !important;
|
|
2544
|
+
}
|
|
2541
2545
|
.e-listbox-wrapper:focus,
|
|
2542
2546
|
.e-listbox-container:focus {
|
|
2543
2547
|
outline: none;
|
|
@@ -2768,8 +2772,8 @@ ejs-multiselect {
|
|
|
2768
2772
|
text-indent: 0;
|
|
2769
2773
|
vertical-align: middle;
|
|
2770
2774
|
}
|
|
2771
|
-
.e-listbox-wrapper.e-right .e-checkbox-wrapper,
|
|
2772
|
-
.e-listbox-container.e-right .e-checkbox-wrapper {
|
|
2775
|
+
.e-listbox-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
2776
|
+
.e-listbox-container.e-checkbox-right .e-checkbox-wrapper {
|
|
2773
2777
|
position: absolute;
|
|
2774
2778
|
right: 0;
|
|
2775
2779
|
top: 30%;
|
|
@@ -2888,6 +2892,22 @@ ejs-listbox {
|
|
|
2888
2892
|
list-style-type: none;
|
|
2889
2893
|
margin-bottom: 10px;
|
|
2890
2894
|
}
|
|
2895
|
+
.e-listboxtool-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
2896
|
+
.e-listboxtool-container.e-checkbox-right .e-checkbox-wrapper {
|
|
2897
|
+
position: absolute;
|
|
2898
|
+
right: 0;
|
|
2899
|
+
top: 30%;
|
|
2900
|
+
}
|
|
2901
|
+
|
|
2902
|
+
.e-listboxtool-container .e-left {
|
|
2903
|
+
-ms-flex-direction: row-reverse;
|
|
2904
|
+
flex-direction: row-reverse;
|
|
2905
|
+
}
|
|
2906
|
+
|
|
2907
|
+
.e-listboxtool-wrapper .e-left {
|
|
2908
|
+
-ms-flex-direction: column-reverse;
|
|
2909
|
+
flex-direction: column-reverse;
|
|
2910
|
+
}
|
|
2891
2911
|
|
|
2892
2912
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2893
2913
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
@@ -2898,6 +2918,12 @@ ejs-listbox {
|
|
|
2898
2918
|
margin-left: 15px;
|
|
2899
2919
|
}
|
|
2900
2920
|
|
|
2921
|
+
.e-bigger .e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
2922
|
+
.e-listbox-wrapper.e-bigger.e-listboxtool-container .e-list-wrap,
|
|
2923
|
+
.e-bigger .e-listbox-container.e-listboxtool-container .e-list-wrap,
|
|
2924
|
+
.e-listbox-container.e-bigger.e-listboxtool-container .e-list-wrap {
|
|
2925
|
+
width: 80% !important;
|
|
2926
|
+
}
|
|
2901
2927
|
.e-bigger .e-listbox-wrapper .e-list-item,
|
|
2902
2928
|
.e-listbox-wrapper.e-bigger .e-list-item,
|
|
2903
2929
|
.e-bigger .e-listbox-container .e-list-item,
|
|
@@ -2985,21 +3011,48 @@ ejs-listbox {
|
|
|
2985
3011
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
2986
3012
|
font-size: 14px;
|
|
2987
3013
|
}
|
|
2988
|
-
.e-
|
|
2989
|
-
|
|
3014
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3015
|
+
height: calc(100% - 50px);
|
|
3016
|
+
}
|
|
3017
|
+
|
|
3018
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
3019
|
+
height: calc(100% - 50px) !important;
|
|
3020
|
+
}
|
|
3021
|
+
|
|
3022
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2990
3023
|
height: calc(100% - 45px);
|
|
2991
3024
|
}
|
|
2992
3025
|
|
|
2993
|
-
.e-
|
|
2994
|
-
|
|
2995
|
-
|
|
3026
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3027
|
+
height: calc(100% - 45px) !important;
|
|
3028
|
+
}
|
|
3029
|
+
|
|
3030
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3031
|
+
height: calc(100% - 56px);
|
|
3032
|
+
}
|
|
3033
|
+
|
|
3034
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3035
|
+
height: calc(100% - 56px) !important;
|
|
3036
|
+
}
|
|
3037
|
+
|
|
3038
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3039
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3040
|
+
height: calc(100% - 96px);
|
|
2996
3041
|
}
|
|
2997
3042
|
|
|
2998
|
-
.e-
|
|
2999
|
-
.e-
|
|
3043
|
+
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
3044
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
3045
|
+
height: calc(100% - 40px);
|
|
3046
|
+
}
|
|
3047
|
+
|
|
3048
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3000
3049
|
height: calc(100% - 45px);
|
|
3001
3050
|
}
|
|
3002
3051
|
|
|
3052
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3053
|
+
height: calc(100% - 45px) !important;
|
|
3054
|
+
}
|
|
3055
|
+
|
|
3003
3056
|
.e-listbox-wrapper,
|
|
3004
3057
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
3005
3058
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -3019,9 +3072,14 @@ ejs-listbox {
|
|
|
3019
3072
|
font-size: 12px;
|
|
3020
3073
|
}
|
|
3021
3074
|
|
|
3022
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3023
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
3024
|
-
height: calc(100% -
|
|
3075
|
+
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3076
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3077
|
+
height: calc(100% - 86px);
|
|
3078
|
+
}
|
|
3079
|
+
|
|
3080
|
+
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
3081
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
3082
|
+
height: calc(100% - 36px);
|
|
3025
3083
|
}
|
|
3026
3084
|
|
|
3027
3085
|
.e-listbox-wrapper .e-list-item,
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
$ddl-list-line-height: 30px !default;
|
|
2
|
+
$ddl-header-font-weight: $font-weight-medium !default;
|
|
3
|
+
$ddl-last-child-bottom-border: 0 !default;
|
|
4
|
+
$ddl-default-font-family: $font-family !default;
|
|
5
|
+
$ddl-line-height: 32px !default;
|
|
6
|
+
$ddl-list-border-size: 0 !default;
|
|
7
|
+
$ddl-list-bottom-border: $ddl-list-border-size !default;
|
|
8
|
+
|
|
9
|
+
$ddl-list-font-size: $text-sm !default;
|
|
10
|
+
$ddl-list-font-family: $font-family !default;
|
|
11
|
+
$ddl-list-focus-border: 1px solid $border-focus !default;
|
|
12
|
+
$ddl-group-list-padding-left: 12px !default;
|
|
13
|
+
$ddl-group-list-small-padding-left: 8px !default;
|
|
14
|
+
$ddl-group-list-bigger-padding-left: 16px !default;
|
|
15
|
+
$ddl-group-list-bigger-small-padding-left: 14px !default;
|
|
16
|
+
$ddl-list-header-padding-left: 12px !default;
|
|
17
|
+
$ddl-list-header-small-padding-left: 8px !default;
|
|
18
|
+
$ddl-list-header-bigger-small-padding-left: 14px !default;
|
|
19
|
+
$ddl-list-header-bigger-padding-left: 16px !default;
|
|
20
|
+
$ddl-list-text-indent: 12px !default;
|
|
21
|
+
$ddl-list-rtl-padding-right: 0 !default;
|
|
22
|
+
$ddl-list-padding-right: 16px !default;
|
|
23
|
+
$ddl-list-rtl-padding-left: 16px !default;
|
|
24
|
+
$ddl-multi-column-border-width: 0 0 1px 0 !default;
|
|
25
|
+
$ddl-bigger-list-header-font-size: $text-base !default;
|
|
26
|
+
$ddl-group-list-font-size: $text-sm !default;
|
|
27
|
+
$ddl-list-header-font-size: $text-sm !default;
|
|
28
|
+
|
|
29
|
+
// Small Size
|
|
30
|
+
|
|
31
|
+
$ddl-small-icon-font-size: 14px !default;
|
|
32
|
+
$ddl-small-line-height: 26px !default;
|
|
33
|
+
$ddl-small-list-text-indent: 8px !default;
|
|
34
|
+
$ddl-small-list-header-font-size: $text-xxs !default;
|
|
35
|
+
|
|
36
|
+
// Touch Small
|
|
37
|
+
|
|
38
|
+
$ddl-bigger-small-icon-font-size: 18px !default;
|
|
39
|
+
$ddl-bigger-small-line-height: 30px !default;
|
|
40
|
+
$ddl-bigger-small-list-text-indent: 16px !default;
|
|
41
|
+
$ddl-bigger-text-indent: 16px !default;
|
|
42
|
+
$ddl-bigger-small-list-header-font-size: $text-xs !default;
|
|
43
|
+
$ddl-group-list-item-text-intent: 0 !default;
|
|
44
|
+
|
|
45
|
+
//
|
|
46
|
+
|
|
47
|
+
$ddl-list-border-color: $border-light !default;
|
|
48
|
+
$ddl-list-gradient-color: $border-light !default;
|
|
49
|
+
$ddl-list-bg-color: $flyout-bg-color !default;
|
|
50
|
+
$ddl-list-header-bg-color: $transparent !default;
|
|
51
|
+
$ddl-list-tap-color: transparent !default;
|
|
52
|
+
$ddl-list-header-border-color: $border-light !default;
|
|
53
|
+
$ddl-nodata-font-color: $content-text-color !default;
|
|
54
|
+
$ddl-list-default-font-color: $content-text-color !default;
|
|
55
|
+
$ddl-list-active-border-color: $content-bg-color !default;
|
|
56
|
+
$ddl-list-active-font-color: $content-text-color-selected !default;
|
|
57
|
+
$ddl-list-active-bg-color: $content-bg-color-selected !default;
|
|
58
|
+
$ddl-list-hover-border-color: $content-bg-color !default;
|
|
59
|
+
$ddl-list-hover-bg-color: $flyout-bg-color-hover !default;
|
|
60
|
+
$ddl-list-hover-font-color: $flyout-text-color-hover !default;
|
|
61
|
+
$ddl-list-header-font-color: $content-text-color-alt3 !default;
|
|
62
|
+
$ddl-default-header-font-color: $content-text-color-alt3 !default;
|
|
63
|
+
$ddl-list-focus-color: $flyout-text-color-hover !default;
|
|
64
|
+
$ddl-multi-column-border-color: $flyout-border !default;
|
|
65
|
+
// Small Size color
|
|
66
|
+
$ddl-small-list-font-color: $content-text-color !default;
|
|
67
|
+
// Touch Small color
|
|
68
|
+
$ddl-bigger-small-list-font-color: $content-text-color !default;
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
@include export-module('dropdownbase-bootstrap5') {
|
|
72
|
+
|
|
73
|
+
.e-dropdownbase .e-list-group-item,
|
|
74
|
+
.e-fixed-head {
|
|
75
|
+
font-size: $text-xs;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.e-small .e-dropdownbase .e-list-group-item,
|
|
79
|
+
.e-small .e-fixed-head,
|
|
80
|
+
.e-small.e-dropdownbase .e-list-group-item,
|
|
81
|
+
.e-small.e-fixed-head {
|
|
82
|
+
font-size: $text-xxs;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
86
|
+
.e-bigger .e-fixed-head,
|
|
87
|
+
.e-bigger.e-dropdownbase .e-list-group-item,
|
|
88
|
+
.e-bigger.e-fixed-head {
|
|
89
|
+
font-size: $text-sm;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.e-bigger.e-small .e-dropdownbase .e-list-group-item,
|
|
93
|
+
.e-bigger.e-small .e-fixed-head,
|
|
94
|
+
.e-bigger.e-small.e-dropdownbase .e-list-group-item,
|
|
95
|
+
.e-bigger.e-small.e-fixed-head {
|
|
96
|
+
font-size: $text-xs;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.e-dropdownbase .e-list-item .e-list-icon {
|
|
100
|
+
padding: 0 8px 0 0;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
104
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
105
|
+
padding: 0 12px 0 0;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
109
|
+
padding: 0 6px 0 0;
|
|
110
|
+
}
|
|
111
|
+
}
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
$ddl-list-line-height: 30px !default;
|
|
2
|
+
$ddl-header-font-weight: $font-weight-medium !default;
|
|
3
|
+
$ddl-last-child-bottom-border: 0 !default;
|
|
4
|
+
$ddl-default-font-family: $font-family !default;
|
|
5
|
+
$ddl-line-height: 32px !default;
|
|
6
|
+
$ddl-list-border-size: 0 !default;
|
|
7
|
+
$ddl-list-bottom-border: $ddl-list-border-size !default;
|
|
8
|
+
|
|
9
|
+
$ddl-list-font-size: $text-sm !default;
|
|
10
|
+
$ddl-list-font-family: $font-family !default;
|
|
11
|
+
$ddl-list-focus-border: 1px solid $border-focus !default;
|
|
12
|
+
$ddl-group-list-padding-left: 12px !default;
|
|
13
|
+
$ddl-group-list-small-padding-left: 8px !default;
|
|
14
|
+
$ddl-group-list-bigger-padding-left: 16px !default;
|
|
15
|
+
$ddl-group-list-bigger-small-padding-left: 14px !default;
|
|
16
|
+
$ddl-list-header-padding-left: 12px !default;
|
|
17
|
+
$ddl-list-header-small-padding-left: 8px !default;
|
|
18
|
+
$ddl-list-header-bigger-small-padding-left: 14px !default;
|
|
19
|
+
$ddl-list-header-bigger-padding-left: 16px !default;
|
|
20
|
+
$ddl-list-text-indent: 12px !default;
|
|
21
|
+
$ddl-list-rtl-padding-right: 0 !default;
|
|
22
|
+
$ddl-list-padding-right: 16px !default;
|
|
23
|
+
$ddl-list-rtl-padding-left: 16px !default;
|
|
24
|
+
$ddl-multi-column-border-width: 0 0 1px 0 !default;
|
|
25
|
+
$ddl-bigger-list-header-font-size: $text-base !default;
|
|
26
|
+
$ddl-group-list-font-size: $text-sm !default;
|
|
27
|
+
$ddl-list-header-font-size: $text-sm !default;
|
|
28
|
+
|
|
29
|
+
// Small Size
|
|
30
|
+
|
|
31
|
+
$ddl-small-icon-font-size: 14px !default;
|
|
32
|
+
$ddl-small-line-height: 26px !default;
|
|
33
|
+
$ddl-small-list-text-indent: 8px !default;
|
|
34
|
+
$ddl-small-list-header-font-size: $text-xxs !default;
|
|
35
|
+
|
|
36
|
+
// Touch Small
|
|
37
|
+
|
|
38
|
+
$ddl-bigger-small-icon-font-size: 18px !default;
|
|
39
|
+
$ddl-bigger-small-line-height: 30px !default;
|
|
40
|
+
$ddl-bigger-small-list-text-indent: 16px !default;
|
|
41
|
+
$ddl-bigger-text-indent: 16px !default;
|
|
42
|
+
$ddl-bigger-small-list-header-font-size: $text-xs !default;
|
|
43
|
+
$ddl-group-list-item-text-intent: 0 !default;
|
|
44
|
+
|
|
45
|
+
//
|
|
46
|
+
|
|
47
|
+
$ddl-list-border-color: $border-light !default;
|
|
48
|
+
$ddl-list-gradient-color: $border-light !default;
|
|
49
|
+
$ddl-list-bg-color: $flyout-bg-color !default;
|
|
50
|
+
$ddl-list-header-bg-color: $transparent !default;
|
|
51
|
+
$ddl-list-tap-color: transparent !default;
|
|
52
|
+
$ddl-list-header-border-color: $border-light !default;
|
|
53
|
+
$ddl-nodata-font-color: $content-text-color !default;
|
|
54
|
+
$ddl-list-default-font-color: $content-text-color !default;
|
|
55
|
+
$ddl-list-active-border-color: $content-bg-color !default;
|
|
56
|
+
$ddl-list-active-font-color: $content-text-color-selected !default;
|
|
57
|
+
$ddl-list-active-bg-color: $content-bg-color-selected !default;
|
|
58
|
+
$ddl-list-hover-border-color: $content-bg-color !default;
|
|
59
|
+
$ddl-list-hover-bg-color: $flyout-bg-color-hover !default;
|
|
60
|
+
$ddl-list-hover-font-color: $flyout-text-color-hover !default;
|
|
61
|
+
$ddl-list-header-font-color: $content-text-color-alt3 !default;
|
|
62
|
+
$ddl-default-header-font-color: $content-text-color-alt3 !default;
|
|
63
|
+
$ddl-list-focus-color: $flyout-text-color-hover !default;
|
|
64
|
+
$ddl-multi-column-border-color: $flyout-border !default;
|
|
65
|
+
// Small Size color
|
|
66
|
+
$ddl-small-list-font-color: $content-text-color !default;
|
|
67
|
+
// Touch Small color
|
|
68
|
+
$ddl-bigger-small-list-font-color: $content-text-color !default;
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
@include export-module('dropdownbase-bootstrap5') {
|
|
72
|
+
|
|
73
|
+
.e-dropdownbase .e-list-group-item,
|
|
74
|
+
.e-fixed-head {
|
|
75
|
+
font-size: $text-xs;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.e-small .e-dropdownbase .e-list-group-item,
|
|
79
|
+
.e-small .e-fixed-head,
|
|
80
|
+
.e-small.e-dropdownbase .e-list-group-item,
|
|
81
|
+
.e-small.e-fixed-head {
|
|
82
|
+
font-size: $text-xxs;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
86
|
+
.e-bigger .e-fixed-head,
|
|
87
|
+
.e-bigger.e-dropdownbase .e-list-group-item,
|
|
88
|
+
.e-bigger.e-fixed-head {
|
|
89
|
+
font-size: $text-sm;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.e-bigger.e-small .e-dropdownbase .e-list-group-item,
|
|
93
|
+
.e-bigger.e-small .e-fixed-head,
|
|
94
|
+
.e-bigger.e-small.e-dropdownbase .e-list-group-item,
|
|
95
|
+
.e-bigger.e-small.e-fixed-head {
|
|
96
|
+
font-size: $text-xs;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.e-dropdownbase .e-list-item .e-list-icon {
|
|
100
|
+
padding: 0 8px 0 0;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
104
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
105
|
+
padding: 0 12px 0 0;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
109
|
+
padding: 0 6px 0 0;
|
|
110
|
+
}
|
|
111
|
+
}
|
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
$ddl-input-font-size: $text-sm !default;
|
|
2
|
+
$ddl-zero-value: 0 !default;
|
|
3
|
+
$ddl-input-border: 1px $border-light !default;
|
|
4
|
+
$ddl-input-font-family: inherit !default;
|
|
5
|
+
$ddl-input-margin-bottom: 4px !default;
|
|
6
|
+
$ddl-input-padding: 8px $ddl-zero-value 4px !default;
|
|
7
|
+
$ddl-input-group-border-width: $ddl-zero-value !default;
|
|
8
|
+
$ddl-list-search-icon-padding: 12px 8px 8px !default;
|
|
9
|
+
$ddl-list-filter-text-indent: 0 !default;
|
|
10
|
+
$ddl-bigger-list-font-size: $text-base !default;
|
|
11
|
+
$ddl-filter-border: 0 !default;
|
|
12
|
+
$ddl-filter-top-border: 0 !default;
|
|
13
|
+
$ddl-filter-padding: 5px !default;
|
|
14
|
+
$ddl-clear-icon-margin-right: 66px !default;
|
|
15
|
+
$ddl-back-icon-margin: 0 10px 0 -52px !default;
|
|
16
|
+
$ddl-back-icon-padding: 0 8px !default;
|
|
17
|
+
$ddl-popup-shadow: $shadow-lg !default;
|
|
18
|
+
$ddl-readonly-bg-color: $content-bg-color-alt2 !default;
|
|
19
|
+
$ddl-filter-margin: 0 !default;
|
|
20
|
+
// Small Size
|
|
21
|
+
$ddl-small-list-font-size: $text-xs !default;
|
|
22
|
+
|
|
23
|
+
// touch small
|
|
24
|
+
$ddl-bigger-small-list-font-size: $text-sm !default;
|
|
25
|
+
|
|
26
|
+
// color
|
|
27
|
+
|
|
28
|
+
$ddl-default-border-color: $border-light !default;
|
|
29
|
+
$ddl-active-font-color: $content-text-color-selected !default;
|
|
30
|
+
$ddl-list-box-shadow-color: rgba(0, 0, 0, .21) !default;
|
|
31
|
+
$ddl-filter-box-shadow-color: rgba(0, 0, 0, .3) !default;
|
|
32
|
+
$ddl-popup-background-color: $flyout-bg-color !default;
|
|
33
|
+
$ddl-filter-background-color: $content-bg-color !default;
|
|
34
|
+
$ddl-filter-bg: $content-bg-color !default;
|
|
35
|
+
$ddl-list-icon-color: $icon-color !default;
|
|
36
|
+
$ddl-filter-box-shadow: 0 1.5px 5px -2px $ddl-filter-box-shadow-color !default;
|
|
37
|
+
|
|
38
|
+
@include export-module('dropdownlist-bootstrap5') {
|
|
39
|
+
#{&}.e-popup.e-ddl {
|
|
40
|
+
border-radius: 4px;
|
|
41
|
+
box-shadow: none;
|
|
42
|
+
margin-top: 3px;
|
|
43
|
+
@at-root {
|
|
44
|
+
#{if(&, '&', '*')} .e-input-group {
|
|
45
|
+
width: auto;
|
|
46
|
+
|
|
47
|
+
#{if(&, '&', '*')} input {
|
|
48
|
+
line-height: 15px;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
#{&}.e-popup.e-ddl .e-dropdownbase {
|
|
55
|
+
min-height: 26px;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
#{&}.e-popup.e-ddl .e-filter-parent .e-input-group {
|
|
59
|
+
display: flex;
|
|
60
|
+
width: auto;
|
|
61
|
+
@at-root {
|
|
62
|
+
#{if(&, '&', '*')} .e-back-icon {
|
|
63
|
+
border: 0;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.e-bigger #{&}.e-popup.e-ddl-device-filter {
|
|
69
|
+
margin-top: 0;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.e-bigger #{&}.e-popup.e-ddl {
|
|
73
|
+
@at-root {
|
|
74
|
+
#{if(&, '&', '*')} .e-list-item {
|
|
75
|
+
font-size: 16px;
|
|
76
|
+
line-height: 32px;
|
|
77
|
+
padding-left: 0;
|
|
78
|
+
text-indent: 16px;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
#{if(&, '&', '*')} .e-list-group-item,
|
|
82
|
+
#{if(&, '&', '*')} .e-fixed-head {
|
|
83
|
+
font-size: 14px;
|
|
84
|
+
line-height: 32px;
|
|
85
|
+
padding-left: 0;
|
|
86
|
+
text-indent: 16px;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
#{if(&, '&', '*')} .e-dd-group .e-list-item {
|
|
90
|
+
padding-left: 0;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
#{if(&, '&', '*')} .e-input-group input,
|
|
94
|
+
#{if(&, '&', '*')} .e-input-group input.e-input {
|
|
95
|
+
font-size: 16px;
|
|
96
|
+
height: 36px;
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.e-bigger #{&}.e-popup.e-ddl .e-dropdownbase {
|
|
102
|
+
min-height: 40px;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.e-input-group#{&}.e-control-wrapper.e-ddl .e-input[readonly],
|
|
106
|
+
.e-float-input#{&}.e-control-wrapper.e-ddl input[readonly] {
|
|
107
|
+
background: transparent;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
111
|
+
.e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
|
|
112
|
+
background: $ddl-readonly-bg-color;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.e-input-group:not(.e-disabled) .e-control#{&}.e-dropdownlist ~ .e-ddl-icon:active,
|
|
116
|
+
.e-input-group:not(.e-disabled) .e-control#{&}.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
117
|
+
.e-control#{&}.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
|
|
118
|
+
.e-control#{&}.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
|
|
119
|
+
.e-ddl#{&}.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
|
|
120
|
+
.e-ddl#{&}.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
|
|
121
|
+
.e-ddl#{&}.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
122
|
+
.e-ddl#{&}.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
|
|
123
|
+
background: transparent;
|
|
124
|
+
color: $ddl-list-icon-color;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
128
|
+
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
129
|
+
.e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
130
|
+
.e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
|
|
131
|
+
background: transparent;
|
|
132
|
+
color: $ddl-list-icon-color;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.e-input-group.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
136
|
+
.e-input-group.e-control-wrapper.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
137
|
+
.e-float-input.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
138
|
+
.e-float-input.e-control-wrapper.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon {
|
|
139
|
+
background: $content-bg-color-alt2;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
.e-input-group:not(.e-disabled) .e-control#{&}.e-dropdownlist ~ .e-ddl-icon,
|
|
144
|
+
.e-input-group.e-disabled.e-ddl .e-control#{&}.e-dropdownlist ~ .e-input-group-icon,
|
|
145
|
+
.e-control#{&}.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
|
|
146
|
+
.e-control#{&}.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
|
|
147
|
+
border: 0;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
.e-input-group:not(.e-disabled) .e-control#{&}.e-dropdownlist~.e-input-group-icon:active,
|
|
151
|
+
.e-control#{&}.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
|
|
152
|
+
.e-ddl#{&}.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
153
|
+
.e-ddl#{&}.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
|
|
154
|
+
box-shadow: none;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
.e-ddl#{&}.e-popup .e-input-group:not(.e-disabled) .e-clear-icon {
|
|
158
|
+
background: transparent;
|
|
159
|
+
display: flex;
|
|
160
|
+
position: relative;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.e-ddl#{&}.e-popup .e-filter-parent .e-input-group,
|
|
164
|
+
.e-ddl#{&}.e-popup .e-filter-parent {
|
|
165
|
+
background: $ddl-filter-bg;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
.e-input-group .e-control#{&}.e-dropdownlist~.e-ddl-icon {
|
|
169
|
+
font-size: 14px;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.e-bigger .e-input-group .e-control#{&}.e-dropdownlist~.e-ddl-icon {
|
|
173
|
+
font-size: 16px;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.e-bigger.e-small .e-ddl#{&}.e-popup {
|
|
177
|
+
@at-root {
|
|
178
|
+
#{if(&, '&', '*')} .e-list-item,
|
|
179
|
+
#{if(&, '&', '*')} .e-list-group-item,
|
|
180
|
+
#{if(&, '&', '*')} .e-fixed-head {
|
|
181
|
+
font-size: 14px;
|
|
182
|
+
line-height: 34px;
|
|
183
|
+
padding-left: 0;
|
|
184
|
+
text-indent: 16px;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
#{if(&, '&', '*')} .e-dd-group .e-list-item {
|
|
188
|
+
padding-left: 4px;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
#{if(&, '&', '*')} .e-input-group input,
|
|
192
|
+
#{if(&, '&', '*')} .e-input-group input.e-input {
|
|
193
|
+
height: 30px;
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
.e-bigger.e-small #{&}.e-popup.e-ddl .e-dropdownbase {
|
|
199
|
+
min-height: 34px;
|
|
200
|
+
}
|
|
201
|
+
}
|