@syncfusion/ej2-angular-dropdowns 20.2.36-ngcc → 20.2.38-ngcc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/dist/ej2-angular-dropdowns.umd.js +1 -1
- package/dist/ej2-angular-dropdowns.umd.min.js +1 -1
- package/package.json +8 -8
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +23 -11
- package/styles/bootstrap.css +23 -11
- package/styles/bootstrap4.css +23 -11
- package/styles/bootstrap5-dark.css +24 -12
- package/styles/bootstrap5.css +24 -12
- package/styles/fabric-dark.css +23 -11
- package/styles/fabric.css +23 -11
- package/styles/fluent-dark.css +27 -15
- package/styles/fluent.css +24 -12
- package/styles/highcontrast-light.css +23 -11
- package/styles/highcontrast.css +23 -11
- package/styles/list-box/bootstrap-dark.css +23 -11
- package/styles/list-box/bootstrap.css +23 -11
- package/styles/list-box/bootstrap4.css +23 -11
- package/styles/list-box/bootstrap5-dark.css +24 -12
- package/styles/list-box/bootstrap5.css +24 -12
- package/styles/list-box/fabric-dark.css +23 -11
- package/styles/list-box/fabric.css +23 -11
- package/styles/list-box/fluent-dark.css +27 -15
- package/styles/list-box/fluent.css +24 -12
- package/styles/list-box/highcontrast-light.css +23 -11
- package/styles/list-box/highcontrast.css +23 -11
- package/styles/list-box/material-dark.css +23 -11
- package/styles/list-box/material.css +23 -11
- package/styles/list-box/tailwind-dark.css +24 -12
- package/styles/list-box/tailwind.css +24 -12
- package/styles/material-dark.css +23 -11
- package/styles/material.css +23 -11
- package/styles/tailwind-dark.css +24 -12
- package/styles/tailwind.css +24 -12
package/styles/fluent.css
CHANGED
|
@@ -3071,14 +3071,28 @@ ejs-listbox {
|
|
|
3071
3071
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
3072
3072
|
font-size: 14px;
|
|
3073
3073
|
}
|
|
3074
|
-
.e-
|
|
3075
|
-
|
|
3074
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3075
|
+
height: calc(100% - 57px);
|
|
3076
|
+
}
|
|
3077
|
+
|
|
3078
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
3079
|
+
height: calc(100% - 57px) !important;
|
|
3080
|
+
}
|
|
3081
|
+
|
|
3082
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3076
3083
|
height: calc(100% - 45px);
|
|
3077
3084
|
}
|
|
3078
3085
|
|
|
3079
|
-
.e-
|
|
3080
|
-
|
|
3081
|
-
|
|
3086
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3087
|
+
height: calc(100% - 45px) !important;
|
|
3088
|
+
}
|
|
3089
|
+
|
|
3090
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3091
|
+
height: calc(100% - 65px);
|
|
3092
|
+
}
|
|
3093
|
+
|
|
3094
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3095
|
+
height: calc(100% - 65px) !important;
|
|
3082
3096
|
}
|
|
3083
3097
|
|
|
3084
3098
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
@@ -3091,11 +3105,14 @@ ejs-listbox {
|
|
|
3091
3105
|
height: calc(100% - 48px);
|
|
3092
3106
|
}
|
|
3093
3107
|
|
|
3094
|
-
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent
|
|
3095
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3108
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3096
3109
|
height: calc(100% - 45px);
|
|
3097
3110
|
}
|
|
3098
3111
|
|
|
3112
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3113
|
+
height: calc(100% - 45px) !important;
|
|
3114
|
+
}
|
|
3115
|
+
|
|
3099
3116
|
.e-listbox-wrapper,
|
|
3100
3117
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
3101
3118
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -3115,11 +3132,6 @@ ejs-listbox {
|
|
|
3115
3132
|
font-size: 12px;
|
|
3116
3133
|
}
|
|
3117
3134
|
|
|
3118
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3119
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
3120
|
-
height: calc(100% - 47px);
|
|
3121
|
-
}
|
|
3122
|
-
|
|
3123
3135
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3124
3136
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3125
3137
|
height: calc(100% - 93px);
|
|
@@ -2922,16 +2922,30 @@ ejs-listbox {
|
|
|
2922
2922
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
2923
2923
|
font-size: 15px;
|
|
2924
2924
|
}
|
|
2925
|
-
.e-
|
|
2926
|
-
|
|
2925
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2926
|
+
height: calc(100% - 51px);
|
|
2927
|
+
}
|
|
2928
|
+
|
|
2929
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
2930
|
+
height: calc(100% - 51px) !important;
|
|
2931
|
+
}
|
|
2932
|
+
|
|
2933
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2927
2934
|
height: calc(100% - 45px);
|
|
2928
2935
|
}
|
|
2929
2936
|
|
|
2930
|
-
.e-
|
|
2931
|
-
|
|
2937
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2938
|
+
height: calc(100% - 45px) !important;
|
|
2939
|
+
}
|
|
2940
|
+
|
|
2941
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2932
2942
|
height: calc(100% - 59px);
|
|
2933
2943
|
}
|
|
2934
2944
|
|
|
2945
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2946
|
+
height: calc(100% - 59px) !important;
|
|
2947
|
+
}
|
|
2948
|
+
|
|
2935
2949
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
2936
2950
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2937
2951
|
height: calc(100% - 104px);
|
|
@@ -2942,11 +2956,14 @@ ejs-listbox {
|
|
|
2942
2956
|
height: calc(100% - 45px);
|
|
2943
2957
|
}
|
|
2944
2958
|
|
|
2945
|
-
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent
|
|
2946
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
2959
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2947
2960
|
height: calc(100% - 55px);
|
|
2948
2961
|
}
|
|
2949
2962
|
|
|
2963
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2964
|
+
height: calc(100% - 55px) !important;
|
|
2965
|
+
}
|
|
2966
|
+
|
|
2950
2967
|
.e-listbox-wrapper,
|
|
2951
2968
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
2952
2969
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -2966,11 +2983,6 @@ ejs-listbox {
|
|
|
2966
2983
|
font-size: 14px;
|
|
2967
2984
|
}
|
|
2968
2985
|
|
|
2969
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2970
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
2971
|
-
height: calc(100% - 51px);
|
|
2972
|
-
}
|
|
2973
|
-
|
|
2974
2986
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
2975
2987
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2976
2988
|
height: calc(100% - 87px);
|
package/styles/highcontrast.css
CHANGED
|
@@ -2928,16 +2928,30 @@ ejs-listbox {
|
|
|
2928
2928
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
2929
2929
|
font-size: 15px;
|
|
2930
2930
|
}
|
|
2931
|
-
.e-
|
|
2932
|
-
|
|
2931
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2932
|
+
height: calc(100% - 51px);
|
|
2933
|
+
}
|
|
2934
|
+
|
|
2935
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
2936
|
+
height: calc(100% - 51px) !important;
|
|
2937
|
+
}
|
|
2938
|
+
|
|
2939
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2933
2940
|
height: calc(100% - 45px);
|
|
2934
2941
|
}
|
|
2935
2942
|
|
|
2936
|
-
.e-
|
|
2937
|
-
|
|
2943
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2944
|
+
height: calc(100% - 45px) !important;
|
|
2945
|
+
}
|
|
2946
|
+
|
|
2947
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2938
2948
|
height: calc(100% - 59px);
|
|
2939
2949
|
}
|
|
2940
2950
|
|
|
2951
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2952
|
+
height: calc(100% - 59px) !important;
|
|
2953
|
+
}
|
|
2954
|
+
|
|
2941
2955
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
2942
2956
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2943
2957
|
height: calc(100% - 104px);
|
|
@@ -2948,11 +2962,14 @@ ejs-listbox {
|
|
|
2948
2962
|
height: calc(100% - 45px);
|
|
2949
2963
|
}
|
|
2950
2964
|
|
|
2951
|
-
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent
|
|
2952
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
2965
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2953
2966
|
height: calc(100% - 55px);
|
|
2954
2967
|
}
|
|
2955
2968
|
|
|
2969
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2970
|
+
height: calc(100% - 55px) !important;
|
|
2971
|
+
}
|
|
2972
|
+
|
|
2956
2973
|
.e-listbox-wrapper,
|
|
2957
2974
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
2958
2975
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -2972,11 +2989,6 @@ ejs-listbox {
|
|
|
2972
2989
|
font-size: 14px;
|
|
2973
2990
|
}
|
|
2974
2991
|
|
|
2975
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2976
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
2977
|
-
height: calc(100% - 51px);
|
|
2978
|
-
}
|
|
2979
|
-
|
|
2980
2992
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
2981
2993
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2982
2994
|
height: calc(100% - 87px);
|
|
@@ -504,16 +504,30 @@ ejs-listbox {
|
|
|
504
504
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
505
505
|
font-size: 15px;
|
|
506
506
|
}
|
|
507
|
-
.e-
|
|
508
|
-
|
|
507
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
508
|
+
height: calc(100% - 52px);
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
512
|
+
height: calc(100% - 52px) !important;
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
509
516
|
height: calc(100% - 46px);
|
|
510
517
|
}
|
|
511
518
|
|
|
512
|
-
.e-
|
|
513
|
-
|
|
519
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
520
|
+
height: calc(100% - 46px) !important;
|
|
521
|
+
}
|
|
522
|
+
|
|
523
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
514
524
|
height: calc(100% - 58px);
|
|
515
525
|
}
|
|
516
526
|
|
|
527
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
528
|
+
height: calc(100% - 58px) !important;
|
|
529
|
+
}
|
|
530
|
+
|
|
517
531
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
518
532
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
519
533
|
height: calc(100% - 106px);
|
|
@@ -524,11 +538,14 @@ ejs-listbox {
|
|
|
524
538
|
height: calc(100% - 48px);
|
|
525
539
|
}
|
|
526
540
|
|
|
527
|
-
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent
|
|
528
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
541
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
529
542
|
height: calc(100% - 54px);
|
|
530
543
|
}
|
|
531
544
|
|
|
545
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
546
|
+
height: calc(100% - 54px) !important;
|
|
547
|
+
}
|
|
548
|
+
|
|
532
549
|
.e-listbox-wrapper,
|
|
533
550
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
534
551
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -548,11 +565,6 @@ ejs-listbox {
|
|
|
548
565
|
font-size: 14px;
|
|
549
566
|
}
|
|
550
567
|
|
|
551
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
552
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
553
|
-
height: calc(100% - 52px);
|
|
554
|
-
}
|
|
555
|
-
|
|
556
568
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
557
569
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
558
570
|
height: calc(100% - 92px);
|
|
@@ -514,16 +514,30 @@ ejs-listbox {
|
|
|
514
514
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
515
515
|
font-size: 15px;
|
|
516
516
|
}
|
|
517
|
-
.e-
|
|
518
|
-
|
|
517
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
518
|
+
height: calc(100% - 52px);
|
|
519
|
+
}
|
|
520
|
+
|
|
521
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
522
|
+
height: calc(100% - 52px) !important;
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
519
526
|
height: calc(100% - 46px);
|
|
520
527
|
}
|
|
521
528
|
|
|
522
|
-
.e-
|
|
523
|
-
|
|
529
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
530
|
+
height: calc(100% - 46px) !important;
|
|
531
|
+
}
|
|
532
|
+
|
|
533
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
524
534
|
height: calc(100% - 58px);
|
|
525
535
|
}
|
|
526
536
|
|
|
537
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
538
|
+
height: calc(100% - 58px) !important;
|
|
539
|
+
}
|
|
540
|
+
|
|
527
541
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
528
542
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
529
543
|
height: calc(100% - 106px);
|
|
@@ -534,11 +548,14 @@ ejs-listbox {
|
|
|
534
548
|
height: calc(100% - 48px);
|
|
535
549
|
}
|
|
536
550
|
|
|
537
|
-
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent
|
|
538
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
551
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
539
552
|
height: calc(100% - 54px);
|
|
540
553
|
}
|
|
541
554
|
|
|
555
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
556
|
+
height: calc(100% - 54px) !important;
|
|
557
|
+
}
|
|
558
|
+
|
|
542
559
|
.e-listbox-wrapper,
|
|
543
560
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
544
561
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -558,11 +575,6 @@ ejs-listbox {
|
|
|
558
575
|
font-size: 14px;
|
|
559
576
|
}
|
|
560
577
|
|
|
561
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
562
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
563
|
-
height: calc(100% - 52px);
|
|
564
|
-
}
|
|
565
|
-
|
|
566
578
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
567
579
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
568
580
|
height: calc(100% - 92px);
|
|
@@ -576,16 +576,30 @@ ejs-listbox {
|
|
|
576
576
|
margin: 0 0 0 12px;
|
|
577
577
|
}
|
|
578
578
|
|
|
579
|
-
.e-
|
|
580
|
-
|
|
579
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
580
|
+
height: calc(100% - 39px);
|
|
581
|
+
}
|
|
582
|
+
|
|
583
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
584
|
+
height: calc(100% - 39px) !important;
|
|
585
|
+
}
|
|
586
|
+
|
|
587
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
581
588
|
height: calc(100% - 32px);
|
|
582
589
|
}
|
|
583
590
|
|
|
584
|
-
.e-
|
|
585
|
-
|
|
591
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
592
|
+
height: calc(100% - 32px) !important;
|
|
593
|
+
}
|
|
594
|
+
|
|
595
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
586
596
|
height: calc(100% - 46px);
|
|
587
597
|
}
|
|
588
598
|
|
|
599
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
600
|
+
height: calc(100% - 46px) !important;
|
|
601
|
+
}
|
|
602
|
+
|
|
589
603
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
590
604
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
591
605
|
height: calc(100% - 96px);
|
|
@@ -596,11 +610,14 @@ ejs-listbox {
|
|
|
596
610
|
height: calc(100% - 50px);
|
|
597
611
|
}
|
|
598
612
|
|
|
599
|
-
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent
|
|
600
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
613
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
601
614
|
height: calc(100% - 44px);
|
|
602
615
|
}
|
|
603
616
|
|
|
617
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
618
|
+
height: calc(100% - 44px) !important;
|
|
619
|
+
}
|
|
620
|
+
|
|
604
621
|
.e-listbox-wrapper,
|
|
605
622
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
606
623
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -620,11 +637,6 @@ ejs-listbox {
|
|
|
620
637
|
font-size: 16px;
|
|
621
638
|
}
|
|
622
639
|
|
|
623
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
624
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
625
|
-
height: calc(100% - 39px);
|
|
626
|
-
}
|
|
627
|
-
|
|
628
640
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
629
641
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
630
642
|
height: calc(100% - 79px);
|
|
@@ -540,14 +540,28 @@ ejs-listbox {
|
|
|
540
540
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
541
541
|
font-size: 14px;
|
|
542
542
|
}
|
|
543
|
-
.e-
|
|
544
|
-
|
|
543
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
544
|
+
height: calc(100% - 50px);
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
548
|
+
height: calc(100% - 50px) !important;
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
545
552
|
height: calc(100% - 45px);
|
|
546
553
|
}
|
|
547
554
|
|
|
548
|
-
.e-
|
|
549
|
-
|
|
550
|
-
|
|
555
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
556
|
+
height: calc(100% - 45px) !important;
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
560
|
+
height: calc(100% - 56px);
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
564
|
+
height: calc(100% - 56px) !important;
|
|
551
565
|
}
|
|
552
566
|
|
|
553
567
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
@@ -560,11 +574,14 @@ ejs-listbox {
|
|
|
560
574
|
height: calc(100% - 40px);
|
|
561
575
|
}
|
|
562
576
|
|
|
563
|
-
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent
|
|
564
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
577
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
565
578
|
height: calc(100% - 45px);
|
|
566
579
|
}
|
|
567
580
|
|
|
581
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
582
|
+
height: calc(100% - 45px) !important;
|
|
583
|
+
}
|
|
584
|
+
|
|
568
585
|
.e-listbox-wrapper,
|
|
569
586
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
570
587
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -584,11 +601,6 @@ ejs-listbox {
|
|
|
584
601
|
font-size: 12px;
|
|
585
602
|
}
|
|
586
603
|
|
|
587
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
588
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
589
|
-
height: calc(100% - 47px);
|
|
590
|
-
}
|
|
591
|
-
|
|
592
604
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
593
605
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
594
606
|
height: calc(100% - 86px);
|
|
@@ -540,14 +540,28 @@ ejs-listbox {
|
|
|
540
540
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
541
541
|
font-size: 14px;
|
|
542
542
|
}
|
|
543
|
-
.e-
|
|
544
|
-
|
|
543
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
544
|
+
height: calc(100% - 50px);
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
548
|
+
height: calc(100% - 50px) !important;
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
545
552
|
height: calc(100% - 45px);
|
|
546
553
|
}
|
|
547
554
|
|
|
548
|
-
.e-
|
|
549
|
-
|
|
550
|
-
|
|
555
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
556
|
+
height: calc(100% - 45px) !important;
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
560
|
+
height: calc(100% - 56px);
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
564
|
+
height: calc(100% - 56px) !important;
|
|
551
565
|
}
|
|
552
566
|
|
|
553
567
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
@@ -560,11 +574,14 @@ ejs-listbox {
|
|
|
560
574
|
height: calc(100% - 40px);
|
|
561
575
|
}
|
|
562
576
|
|
|
563
|
-
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent
|
|
564
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
577
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
565
578
|
height: calc(100% - 45px);
|
|
566
579
|
}
|
|
567
580
|
|
|
581
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
582
|
+
height: calc(100% - 45px) !important;
|
|
583
|
+
}
|
|
584
|
+
|
|
568
585
|
.e-listbox-wrapper,
|
|
569
586
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
570
587
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -584,11 +601,6 @@ ejs-listbox {
|
|
|
584
601
|
font-size: 12px;
|
|
585
602
|
}
|
|
586
603
|
|
|
587
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
588
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
589
|
-
height: calc(100% - 47px);
|
|
590
|
-
}
|
|
591
|
-
|
|
592
604
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
593
605
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
594
606
|
height: calc(100% - 86px);
|
|
@@ -504,16 +504,30 @@ ejs-listbox {
|
|
|
504
504
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
505
505
|
font-size: 15px;
|
|
506
506
|
}
|
|
507
|
-
.e-
|
|
508
|
-
|
|
507
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
508
|
+
height: calc(100% - 51px);
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
512
|
+
height: calc(100% - 51px) !important;
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
509
516
|
height: calc(100% - 45px);
|
|
510
517
|
}
|
|
511
518
|
|
|
512
|
-
.e-
|
|
513
|
-
|
|
519
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
520
|
+
height: calc(100% - 45px) !important;
|
|
521
|
+
}
|
|
522
|
+
|
|
523
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
514
524
|
height: calc(100% - 59px);
|
|
515
525
|
}
|
|
516
526
|
|
|
527
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
528
|
+
height: calc(100% - 59px) !important;
|
|
529
|
+
}
|
|
530
|
+
|
|
517
531
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
518
532
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
519
533
|
height: calc(100% - 104px);
|
|
@@ -524,11 +538,14 @@ ejs-listbox {
|
|
|
524
538
|
height: calc(100% - 45px);
|
|
525
539
|
}
|
|
526
540
|
|
|
527
|
-
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent
|
|
528
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
541
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
529
542
|
height: calc(100% - 55px);
|
|
530
543
|
}
|
|
531
544
|
|
|
545
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
546
|
+
height: calc(100% - 55px) !important;
|
|
547
|
+
}
|
|
548
|
+
|
|
532
549
|
.e-listbox-wrapper,
|
|
533
550
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
534
551
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -548,11 +565,6 @@ ejs-listbox {
|
|
|
548
565
|
font-size: 14px;
|
|
549
566
|
}
|
|
550
567
|
|
|
551
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
552
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
553
|
-
height: calc(100% - 51px);
|
|
554
|
-
}
|
|
555
|
-
|
|
556
568
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
557
569
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
558
570
|
height: calc(100% - 87px);
|
|
@@ -514,16 +514,30 @@ ejs-listbox {
|
|
|
514
514
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
515
515
|
font-size: 15px;
|
|
516
516
|
}
|
|
517
|
-
.e-
|
|
518
|
-
|
|
517
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
518
|
+
height: calc(100% - 51px);
|
|
519
|
+
}
|
|
520
|
+
|
|
521
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
522
|
+
height: calc(100% - 51px) !important;
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
519
526
|
height: calc(100% - 45px);
|
|
520
527
|
}
|
|
521
528
|
|
|
522
|
-
.e-
|
|
523
|
-
|
|
529
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
530
|
+
height: calc(100% - 45px) !important;
|
|
531
|
+
}
|
|
532
|
+
|
|
533
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
524
534
|
height: calc(100% - 59px);
|
|
525
535
|
}
|
|
526
536
|
|
|
537
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
538
|
+
height: calc(100% - 59px) !important;
|
|
539
|
+
}
|
|
540
|
+
|
|
527
541
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
528
542
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
529
543
|
height: calc(100% - 104px);
|
|
@@ -534,11 +548,14 @@ ejs-listbox {
|
|
|
534
548
|
height: calc(100% - 45px);
|
|
535
549
|
}
|
|
536
550
|
|
|
537
|
-
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent
|
|
538
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
551
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
539
552
|
height: calc(100% - 55px);
|
|
540
553
|
}
|
|
541
554
|
|
|
555
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
556
|
+
height: calc(100% - 55px) !important;
|
|
557
|
+
}
|
|
558
|
+
|
|
542
559
|
.e-listbox-wrapper,
|
|
543
560
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
544
561
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -558,11 +575,6 @@ ejs-listbox {
|
|
|
558
575
|
font-size: 14px;
|
|
559
576
|
}
|
|
560
577
|
|
|
561
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
562
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
563
|
-
height: calc(100% - 51px);
|
|
564
|
-
}
|
|
565
|
-
|
|
566
578
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
567
579
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
568
580
|
height: calc(100% - 87px);
|