@syncfusion/ej2-dropdowns 20.2.36 → 20.2.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 +2 -0
- 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 +4 -4
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +4 -4
- 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/package.json +11 -11
- package/src/drop-down-list/drop-down-list.js +1 -1
- package/src/multi-select/multi-select.js +3 -3
- 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/_bootstrap5-definition.scss +0 -2
- package/styles/list-box/_fluent-definition.scss +0 -2
- package/styles/list-box/_tailwind-definition.scss +0 -2
- package/styles/list-box/_theme.scss +23 -10
- 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
|
@@ -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);
|
|
@@ -376,9 +376,9 @@ ejs-listbox {
|
|
|
376
376
|
-ms-flex-align: center;
|
|
377
377
|
align-items: center;
|
|
378
378
|
background-color: #0078d4;
|
|
379
|
-
border: 1px solid #
|
|
379
|
+
border: 1px solid #1b1a19;
|
|
380
380
|
border-radius: 50%;
|
|
381
|
-
color: #
|
|
381
|
+
color: #1b1a19;
|
|
382
382
|
display: -ms-flexbox;
|
|
383
383
|
display: flex;
|
|
384
384
|
font-size: 12px;
|
|
@@ -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% - 57px);
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
548
|
+
height: calc(100% - 57px) !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% - 65px);
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
564
|
+
height: calc(100% - 65px) !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% - 48px);
|
|
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% - 93px);
|
|
@@ -646,7 +658,7 @@ ejs-listbox {
|
|
|
646
658
|
.e-listbox-container .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check {
|
|
647
659
|
background-color: #0078d4;
|
|
648
660
|
border-color: transparent;
|
|
649
|
-
color: #
|
|
661
|
+
color: #1b1a19;
|
|
650
662
|
}
|
|
651
663
|
|
|
652
664
|
.e-listbox-wrapper .e-list-group-item,
|
|
@@ -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% - 57px);
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
548
|
+
height: calc(100% - 57px) !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% - 65px);
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
564
|
+
height: calc(100% - 65px) !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% - 48px);
|
|
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% - 93px);
|
|
@@ -518,16 +518,30 @@ ejs-listbox {
|
|
|
518
518
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
519
519
|
font-size: 15px;
|
|
520
520
|
}
|
|
521
|
-
.e-
|
|
522
|
-
|
|
521
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
522
|
+
height: calc(100% - 51px);
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
526
|
+
height: calc(100% - 51px) !important;
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
523
530
|
height: calc(100% - 45px);
|
|
524
531
|
}
|
|
525
532
|
|
|
526
|
-
.e-
|
|
527
|
-
|
|
533
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
534
|
+
height: calc(100% - 45px) !important;
|
|
535
|
+
}
|
|
536
|
+
|
|
537
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
528
538
|
height: calc(100% - 59px);
|
|
529
539
|
}
|
|
530
540
|
|
|
541
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
542
|
+
height: calc(100% - 59px) !important;
|
|
543
|
+
}
|
|
544
|
+
|
|
531
545
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
532
546
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
533
547
|
height: calc(100% - 104px);
|
|
@@ -538,11 +552,14 @@ ejs-listbox {
|
|
|
538
552
|
height: calc(100% - 45px);
|
|
539
553
|
}
|
|
540
554
|
|
|
541
|
-
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent
|
|
542
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
555
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
543
556
|
height: calc(100% - 55px);
|
|
544
557
|
}
|
|
545
558
|
|
|
559
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
560
|
+
height: calc(100% - 55px) !important;
|
|
561
|
+
}
|
|
562
|
+
|
|
546
563
|
.e-listbox-wrapper,
|
|
547
564
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
548
565
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -562,11 +579,6 @@ ejs-listbox {
|
|
|
562
579
|
font-size: 14px;
|
|
563
580
|
}
|
|
564
581
|
|
|
565
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
566
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
567
|
-
height: calc(100% - 51px);
|
|
568
|
-
}
|
|
569
|
-
|
|
570
582
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
571
583
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
572
584
|
height: calc(100% - 87px);
|
|
@@ -528,16 +528,30 @@ ejs-listbox {
|
|
|
528
528
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
529
529
|
font-size: 15px;
|
|
530
530
|
}
|
|
531
|
-
.e-
|
|
532
|
-
|
|
531
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
532
|
+
height: calc(100% - 51px);
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
536
|
+
height: calc(100% - 51px) !important;
|
|
537
|
+
}
|
|
538
|
+
|
|
539
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
533
540
|
height: calc(100% - 45px);
|
|
534
541
|
}
|
|
535
542
|
|
|
536
|
-
.e-
|
|
537
|
-
|
|
543
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
544
|
+
height: calc(100% - 45px) !important;
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
538
548
|
height: calc(100% - 59px);
|
|
539
549
|
}
|
|
540
550
|
|
|
551
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
552
|
+
height: calc(100% - 59px) !important;
|
|
553
|
+
}
|
|
554
|
+
|
|
541
555
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
542
556
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
543
557
|
height: calc(100% - 104px);
|
|
@@ -548,11 +562,14 @@ ejs-listbox {
|
|
|
548
562
|
height: calc(100% - 45px);
|
|
549
563
|
}
|
|
550
564
|
|
|
551
|
-
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent
|
|
552
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
565
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
553
566
|
height: calc(100% - 55px);
|
|
554
567
|
}
|
|
555
568
|
|
|
569
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
570
|
+
height: calc(100% - 55px) !important;
|
|
571
|
+
}
|
|
572
|
+
|
|
556
573
|
.e-listbox-wrapper,
|
|
557
574
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
558
575
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -572,11 +589,6 @@ ejs-listbox {
|
|
|
572
589
|
font-size: 14px;
|
|
573
590
|
}
|
|
574
591
|
|
|
575
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
576
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
577
|
-
height: calc(100% - 51px);
|
|
578
|
-
}
|
|
579
|
-
|
|
580
592
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
581
593
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
582
594
|
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: 20px;
|
|
506
506
|
}
|
|
507
|
-
.e-
|
|
508
|
-
|
|
507
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
508
|
+
height: calc(100% - 43px);
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
512
|
+
height: calc(100% - 43px) !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% - 50px);
|
|
515
525
|
}
|
|
516
526
|
|
|
527
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
528
|
+
height: calc(100% - 50px) !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% - 98px);
|
|
@@ -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% - 45px);
|
|
530
543
|
}
|
|
531
544
|
|
|
545
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
546
|
+
height: calc(100% - 45px) !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: 20px;
|
|
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% - 43px);
|
|
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% - 79px);
|
|
@@ -514,16 +514,30 @@ ejs-listbox {
|
|
|
514
514
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
515
515
|
font-size: 20px;
|
|
516
516
|
}
|
|
517
|
-
.e-
|
|
518
|
-
|
|
517
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
518
|
+
height: calc(100% - 43px);
|
|
519
|
+
}
|
|
520
|
+
|
|
521
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
522
|
+
height: calc(100% - 43px) !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% - 50px);
|
|
525
535
|
}
|
|
526
536
|
|
|
537
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
538
|
+
height: calc(100% - 50px) !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% - 98px);
|
|
@@ -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% - 45px);
|
|
540
553
|
}
|
|
541
554
|
|
|
555
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
556
|
+
height: calc(100% - 45px) !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: 20px;
|
|
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% - 43px);
|
|
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% - 79px);
|
|
@@ -550,14 +550,28 @@ ejs-listbox {
|
|
|
550
550
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
551
551
|
font-size: 14px;
|
|
552
552
|
}
|
|
553
|
-
.e-
|
|
554
|
-
|
|
553
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
554
|
+
height: calc(100% - 38px);
|
|
555
|
+
}
|
|
556
|
+
|
|
557
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
558
|
+
height: calc(100% - 38px) !important;
|
|
559
|
+
}
|
|
560
|
+
|
|
561
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
555
562
|
height: calc(100% - 45px);
|
|
556
563
|
}
|
|
557
564
|
|
|
558
|
-
.e-
|
|
559
|
-
|
|
560
|
-
|
|
565
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
566
|
+
height: calc(100% - 45px) !important;
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
570
|
+
height: calc(100% - 46px);
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
574
|
+
height: calc(100% - 46px) !important;
|
|
561
575
|
}
|
|
562
576
|
|
|
563
577
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
@@ -570,11 +584,14 @@ ejs-listbox {
|
|
|
570
584
|
height: calc(100% - 48px);
|
|
571
585
|
}
|
|
572
586
|
|
|
573
|
-
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent
|
|
574
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
587
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
575
588
|
height: calc(100% - 45px);
|
|
576
589
|
}
|
|
577
590
|
|
|
591
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
592
|
+
height: calc(100% - 45px) !important;
|
|
593
|
+
}
|
|
594
|
+
|
|
578
595
|
.e-listbox-wrapper,
|
|
579
596
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
580
597
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -604,11 +621,6 @@ ejs-listbox {
|
|
|
604
621
|
font-size: 12px;
|
|
605
622
|
}
|
|
606
623
|
|
|
607
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
608
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
609
|
-
height: calc(100% - 47px);
|
|
610
|
-
}
|
|
611
|
-
|
|
612
624
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
613
625
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
614
626
|
height: calc(100% - 76px);
|
|
@@ -550,14 +550,28 @@ ejs-listbox {
|
|
|
550
550
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
551
551
|
font-size: 14px;
|
|
552
552
|
}
|
|
553
|
-
.e-
|
|
554
|
-
|
|
553
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
554
|
+
height: calc(100% - 38px);
|
|
555
|
+
}
|
|
556
|
+
|
|
557
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
558
|
+
height: calc(100% - 38px) !important;
|
|
559
|
+
}
|
|
560
|
+
|
|
561
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
555
562
|
height: calc(100% - 45px);
|
|
556
563
|
}
|
|
557
564
|
|
|
558
|
-
.e-
|
|
559
|
-
|
|
560
|
-
|
|
565
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
566
|
+
height: calc(100% - 45px) !important;
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
570
|
+
height: calc(100% - 46px);
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
574
|
+
height: calc(100% - 46px) !important;
|
|
561
575
|
}
|
|
562
576
|
|
|
563
577
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
@@ -570,11 +584,14 @@ ejs-listbox {
|
|
|
570
584
|
height: calc(100% - 48px);
|
|
571
585
|
}
|
|
572
586
|
|
|
573
|
-
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent
|
|
574
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
587
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
575
588
|
height: calc(100% - 45px);
|
|
576
589
|
}
|
|
577
590
|
|
|
591
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
592
|
+
height: calc(100% - 45px) !important;
|
|
593
|
+
}
|
|
594
|
+
|
|
578
595
|
.e-listbox-wrapper,
|
|
579
596
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
580
597
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -604,11 +621,6 @@ ejs-listbox {
|
|
|
604
621
|
font-size: 12px;
|
|
605
622
|
}
|
|
606
623
|
|
|
607
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
608
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
609
|
-
height: calc(100% - 47px);
|
|
610
|
-
}
|
|
611
|
-
|
|
612
624
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
613
625
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
614
626
|
height: calc(100% - 76px);
|
package/styles/material-dark.css
CHANGED
|
@@ -4305,16 +4305,30 @@ ejs-listbox {
|
|
|
4305
4305
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
4306
4306
|
font-size: 20px;
|
|
4307
4307
|
}
|
|
4308
|
-
.e-
|
|
4309
|
-
|
|
4308
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
4309
|
+
height: calc(100% - 43px);
|
|
4310
|
+
}
|
|
4311
|
+
|
|
4312
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
4313
|
+
height: calc(100% - 43px) !important;
|
|
4314
|
+
}
|
|
4315
|
+
|
|
4316
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
4310
4317
|
height: calc(100% - 45px);
|
|
4311
4318
|
}
|
|
4312
4319
|
|
|
4313
|
-
.e-
|
|
4314
|
-
|
|
4320
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
4321
|
+
height: calc(100% - 45px) !important;
|
|
4322
|
+
}
|
|
4323
|
+
|
|
4324
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
4315
4325
|
height: calc(100% - 50px);
|
|
4316
4326
|
}
|
|
4317
4327
|
|
|
4328
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
4329
|
+
height: calc(100% - 50px) !important;
|
|
4330
|
+
}
|
|
4331
|
+
|
|
4318
4332
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
4319
4333
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
4320
4334
|
height: calc(100% - 98px);
|
|
@@ -4325,11 +4339,14 @@ ejs-listbox {
|
|
|
4325
4339
|
height: calc(100% - 48px);
|
|
4326
4340
|
}
|
|
4327
4341
|
|
|
4328
|
-
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent
|
|
4329
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
4342
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
4330
4343
|
height: calc(100% - 45px);
|
|
4331
4344
|
}
|
|
4332
4345
|
|
|
4346
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
4347
|
+
height: calc(100% - 45px) !important;
|
|
4348
|
+
}
|
|
4349
|
+
|
|
4333
4350
|
.e-listbox-wrapper,
|
|
4334
4351
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
4335
4352
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -4349,11 +4366,6 @@ ejs-listbox {
|
|
|
4349
4366
|
font-size: 20px;
|
|
4350
4367
|
}
|
|
4351
4368
|
|
|
4352
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
4353
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
4354
|
-
height: calc(100% - 43px);
|
|
4355
|
-
}
|
|
4356
|
-
|
|
4357
4369
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
4358
4370
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
4359
4371
|
height: calc(100% - 79px);
|