@syncfusion/ej2-dropdowns 19.4.56 → 20.1.51
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 +4 -20
- 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 +32 -6
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +31 -5
- 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/common/incremental-search.d.ts +1 -0
- package/src/common/incremental-search.js +4 -0
- package/src/drop-down-base/drop-down-base.js +1 -0
- package/src/drop-down-tree/drop-down-tree.js +4 -0
- package/src/list-box/list-box.js +20 -3
- package/src/multi-select/multi-select.js +1 -1
- package/styles/auto-complete/_fluent-dark-definition.scss +1 -0
- package/styles/auto-complete/bootstrap5-dark.css +7 -0
- package/styles/auto-complete/bootstrap5.css +7 -0
- package/styles/auto-complete/fluent-dark.css +132 -0
- package/styles/auto-complete/fluent-dark.scss +4 -0
- package/styles/auto-complete/fluent.css +132 -0
- package/styles/auto-complete/fluent.scss +4 -0
- package/styles/auto-complete/tailwind-dark.css +1 -57
- package/styles/auto-complete/tailwind.css +1 -57
- package/styles/bootstrap-dark.css +56 -30
- package/styles/bootstrap.css +56 -30
- package/styles/bootstrap4.css +56 -30
- package/styles/bootstrap5-dark.css +116 -40
- package/styles/bootstrap5.css +116 -40
- package/styles/combo-box/_fluent-dark-definition.scss +1 -0
- package/styles/combo-box/bootstrap5-dark.css +7 -0
- package/styles/combo-box/bootstrap5.css +7 -0
- package/styles/combo-box/fluent-dark.css +132 -0
- package/styles/combo-box/fluent-dark.scss +4 -0
- package/styles/combo-box/fluent.css +132 -0
- package/styles/combo-box/fluent.scss +4 -0
- package/styles/combo-box/tailwind-dark.css +1 -57
- package/styles/combo-box/tailwind.css +1 -57
- package/styles/drop-down-base/_bootstrap-dark-definition.scss +2 -0
- package/styles/drop-down-base/_bootstrap-definition.scss +2 -0
- package/styles/drop-down-base/_bootstrap4-definition.scss +2 -0
- package/styles/drop-down-base/_bootstrap5-definition.scss +2 -0
- package/styles/drop-down-base/_fabric-dark-definition.scss +2 -0
- package/styles/drop-down-base/_fabric-definition.scss +2 -0
- package/styles/drop-down-base/_fluent-dark-definition.scss +1 -0
- package/styles/drop-down-base/_fluent-definition.scss +12 -7
- package/styles/drop-down-base/_highcontrast-definition.scss +2 -0
- package/styles/drop-down-base/_highcontrast-light-definition.scss +2 -0
- package/styles/drop-down-base/_layout.scss +40 -4
- package/styles/drop-down-base/_material-dark-definition.scss +2 -0
- package/styles/drop-down-base/_material-definition.scss +2 -0
- package/styles/drop-down-base/_tailwind-definition.scss +17 -8
- package/styles/drop-down-base/_theme.scss +82 -3
- package/styles/drop-down-base/bootstrap-dark.css +7 -2
- package/styles/drop-down-base/bootstrap.css +7 -2
- package/styles/drop-down-base/bootstrap4.css +7 -2
- package/styles/drop-down-base/bootstrap5-dark.css +12 -3
- package/styles/drop-down-base/bootstrap5.css +12 -3
- package/styles/drop-down-base/fabric-dark.css +7 -2
- package/styles/drop-down-base/fabric.css +7 -2
- package/styles/drop-down-base/fluent-dark.css +397 -0
- package/styles/drop-down-base/fluent-dark.scss +3 -0
- package/styles/drop-down-base/fluent.css +397 -0
- package/styles/drop-down-base/fluent.scss +3 -0
- package/styles/drop-down-base/highcontrast-light.css +7 -2
- package/styles/drop-down-base/highcontrast.css +7 -2
- package/styles/drop-down-base/material-dark.css +7 -2
- package/styles/drop-down-base/material.css +7 -2
- package/styles/drop-down-base/tailwind-dark.css +103 -14
- package/styles/drop-down-base/tailwind.css +103 -14
- package/styles/drop-down-list/_bootstrap-dark-definition.scss +1 -1
- package/styles/drop-down-list/_bootstrap-definition.scss +1 -1
- package/styles/drop-down-list/_bootstrap4-definition.scss +1 -1
- package/styles/drop-down-list/_bootstrap5-definition.scss +10 -2
- package/styles/drop-down-list/_fabric-dark-definition.scss +1 -1
- package/styles/drop-down-list/_fabric-definition.scss +1 -1
- package/styles/drop-down-list/_fluent-dark-definition.scss +1 -0
- package/styles/drop-down-list/_fluent-definition.scss +10 -19
- package/styles/drop-down-list/_highcontrast-definition.scss +1 -1
- package/styles/drop-down-list/_highcontrast-light-definition.scss +1 -1
- package/styles/drop-down-list/_layout.scss +52 -15
- package/styles/drop-down-list/_material-dark-definition.scss +1 -1
- package/styles/drop-down-list/_material-definition.scss +1 -1
- package/styles/drop-down-list/_tailwind-definition.scss +6 -61
- package/styles/drop-down-list/bootstrap-dark.css +28 -6
- package/styles/drop-down-list/bootstrap.css +28 -6
- package/styles/drop-down-list/bootstrap4.css +28 -6
- package/styles/drop-down-list/bootstrap5-dark.css +35 -6
- package/styles/drop-down-list/bootstrap5.css +35 -6
- package/styles/drop-down-list/fabric-dark.css +28 -6
- package/styles/drop-down-list/fabric.css +28 -6
- package/styles/drop-down-list/fluent-dark.css +447 -0
- package/styles/drop-down-list/fluent-dark.scss +8 -0
- package/styles/drop-down-list/fluent.css +447 -0
- package/styles/drop-down-list/fluent.scss +8 -0
- package/styles/drop-down-list/highcontrast-light.css +28 -6
- package/styles/drop-down-list/highcontrast.css +28 -6
- package/styles/drop-down-list/icons/_fluent-dark.scss +1 -0
- package/styles/drop-down-list/icons/_fluent.scss +1 -1
- package/styles/drop-down-list/icons/_tailwind.scss +3 -4
- package/styles/drop-down-list/material-dark.css +28 -6
- package/styles/drop-down-list/material.css +28 -6
- package/styles/drop-down-list/tailwind-dark.css +20 -95
- package/styles/drop-down-list/tailwind.css +20 -95
- package/styles/drop-down-tree/_bootstrap5-definition.scss +1 -1
- package/styles/drop-down-tree/_fluent-dark-definition.scss +1 -0
- package/styles/drop-down-tree/_fluent-definition.scss +25 -30
- package/styles/drop-down-tree/_layout.scss +94 -27
- package/styles/drop-down-tree/_tailwind-definition.scss +2 -1
- package/styles/drop-down-tree/_theme.scss +9 -4
- package/styles/drop-down-tree/bootstrap5-dark.css +6 -2
- package/styles/drop-down-tree/bootstrap5.css +6 -2
- package/styles/drop-down-tree/fluent-dark.css +599 -0
- package/styles/drop-down-tree/fluent-dark.scss +9 -0
- package/styles/drop-down-tree/fluent.css +599 -0
- package/styles/drop-down-tree/fluent.scss +9 -0
- package/styles/drop-down-tree/icons/_fluent-dark.scss +1 -0
- package/styles/drop-down-tree/icons/_fluent.scss +1 -1
- package/styles/drop-down-tree/icons/_tailwind-dark.scss +2 -2
- package/styles/drop-down-tree/icons/_tailwind.scss +2 -2
- package/styles/drop-down-tree/tailwind-dark.css +15 -6
- package/styles/drop-down-tree/tailwind.css +15 -6
- package/styles/fabric-dark.css +56 -30
- package/styles/fabric.css +56 -30
- package/styles/fluent-dark.css +3602 -0
- package/styles/fluent-dark.scss +7 -0
- package/styles/fluent.css +3602 -0
- package/styles/fluent.scss +7 -0
- package/styles/highcontrast-light.css +58 -31
- package/styles/highcontrast.css +58 -31
- package/styles/list-box/_bootstrap-dark-definition.scss +98 -102
- package/styles/list-box/_bootstrap-definition.scss +94 -98
- package/styles/list-box/_bootstrap4-definition.scss +98 -102
- package/styles/list-box/_bootstrap5-definition.scss +94 -99
- package/styles/list-box/_fabric-dark-definition.scss +98 -102
- package/styles/list-box/_fabric-definition.scss +94 -98
- package/styles/list-box/_fluent-dark-definition.scss +1 -0
- package/styles/list-box/_fluent-definition.scss +95 -100
- package/styles/list-box/_highcontrast-definition.scss +94 -98
- package/styles/list-box/_highcontrast-light-definition.scss +98 -102
- package/styles/list-box/_layout.scss +37 -37
- package/styles/list-box/_material-dark-definition.scss +98 -102
- package/styles/list-box/_material-definition.scss +94 -98
- package/styles/list-box/_tailwind-definition.scss +95 -99
- package/styles/list-box/_theme.scss +77 -85
- package/styles/list-box/bootstrap-dark.css +2 -12
- package/styles/list-box/bootstrap.css +2 -12
- package/styles/list-box/bootstrap4.css +2 -12
- package/styles/list-box/bootstrap5-dark.css +5 -15
- package/styles/list-box/bootstrap5.css +5 -15
- package/styles/list-box/fabric-dark.css +2 -12
- package/styles/list-box/fabric.css +2 -12
- package/styles/list-box/fluent-dark.css +895 -0
- package/styles/list-box/fluent-dark.scss +5 -0
- package/styles/list-box/fluent.css +895 -0
- package/styles/list-box/fluent.scss +5 -0
- package/styles/list-box/highcontrast-light.css +2 -12
- package/styles/list-box/highcontrast.css +2 -12
- package/styles/list-box/icons/_fluent-dark.scss +1 -0
- package/styles/list-box/icons/_tailwind-dark.scss +7 -7
- package/styles/list-box/icons/_tailwind.scss +7 -7
- package/styles/list-box/material-dark.css +4 -14
- package/styles/list-box/material.css +4 -14
- package/styles/list-box/tailwind-dark.css +17 -24
- package/styles/list-box/tailwind.css +17 -24
- package/styles/material-dark.css +58 -32
- package/styles/material.css +58 -32
- package/styles/multi-select/_bootstrap5-definition.scss +8 -4
- package/styles/multi-select/_fluent-dark-definition.scss +1 -0
- package/styles/multi-select/_fluent-definition.scss +30 -16
- package/styles/multi-select/_layout.scss +276 -25
- package/styles/multi-select/_tailwind-definition.scss +61 -43
- package/styles/multi-select/_theme.scss +79 -15
- package/styles/multi-select/bootstrap-dark.css +19 -10
- package/styles/multi-select/bootstrap.css +19 -10
- package/styles/multi-select/bootstrap4.css +19 -10
- package/styles/multi-select/bootstrap5-dark.css +58 -14
- package/styles/multi-select/bootstrap5.css +58 -14
- package/styles/multi-select/fabric-dark.css +19 -10
- package/styles/multi-select/fabric.css +19 -10
- package/styles/multi-select/fluent-dark.css +1416 -0
- package/styles/multi-select/fluent-dark.scss +9 -0
- package/styles/multi-select/fluent.css +1416 -0
- package/styles/multi-select/fluent.scss +9 -0
- package/styles/multi-select/highcontrast-light.css +21 -11
- package/styles/multi-select/highcontrast.css +21 -11
- package/styles/multi-select/icons/_fluent-dark.scss +1 -0
- package/styles/multi-select/icons/_fluent.scss +32 -3
- package/styles/multi-select/icons/_tailwind.scss +3 -3
- package/styles/multi-select/material-dark.css +19 -10
- package/styles/multi-select/material.css +19 -10
- package/styles/multi-select/tailwind-dark.css +166 -126
- package/styles/multi-select/tailwind.css +166 -126
- package/styles/tailwind-dark.css +297 -253
- package/styles/tailwind.css +297 -253
package/styles/bootstrap4.css
CHANGED
|
@@ -35,9 +35,13 @@
|
|
|
35
35
|
}
|
|
36
36
|
|
|
37
37
|
.e-bigger .e-dropdownbase .e-list-item,
|
|
38
|
+
.e-dropdownbase.e-bigger .e-list-item {
|
|
39
|
+
line-height: 48px;
|
|
40
|
+
text-indent: 20px;
|
|
41
|
+
}
|
|
42
|
+
|
|
38
43
|
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
39
44
|
.e-bigger .e-dropdownbase .e-fixed-head,
|
|
40
|
-
.e-dropdownbase.e-bigger .e-list-item,
|
|
41
45
|
.e-dropdownbase.e-bigger .e-list-group-item,
|
|
42
46
|
.e-dropdownbase.e-bigger .e-fixed-head {
|
|
43
47
|
line-height: 48px;
|
|
@@ -171,6 +175,7 @@
|
|
|
171
175
|
}
|
|
172
176
|
|
|
173
177
|
.e-dropdownbase .e-list-item {
|
|
178
|
+
-webkit-tap-highlight-color: transparent;
|
|
174
179
|
background-color: #fff;
|
|
175
180
|
border-bottom: 1px;
|
|
176
181
|
border-color: #fff;
|
|
@@ -339,9 +344,9 @@
|
|
|
339
344
|
border-color: #fff;
|
|
340
345
|
color: #212529;
|
|
341
346
|
font-family: inherit;
|
|
347
|
+
text-indent: 20px;
|
|
342
348
|
font-size: 14px;
|
|
343
349
|
padding-right: 24px;
|
|
344
|
-
text-indent: 20px;
|
|
345
350
|
}
|
|
346
351
|
|
|
347
352
|
.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-item-focus {
|
|
@@ -544,12 +549,18 @@
|
|
|
544
549
|
margin-left: -20px;
|
|
545
550
|
}
|
|
546
551
|
|
|
547
|
-
.e-bigger .e-ddl.e-popup .e-list-item
|
|
552
|
+
.e-bigger .e-ddl.e-popup .e-list-item {
|
|
553
|
+
font-size: 16px;
|
|
554
|
+
}
|
|
555
|
+
|
|
548
556
|
.e-bigger .e-ddl.e-popup .e-list-group-item {
|
|
549
557
|
font-size: 16px;
|
|
550
558
|
}
|
|
551
559
|
|
|
552
|
-
.e-bigger.e-ddl.e-popup .e-list-item
|
|
560
|
+
.e-bigger.e-ddl.e-popup .e-list-item {
|
|
561
|
+
font-size: 16px;
|
|
562
|
+
}
|
|
563
|
+
|
|
553
564
|
.e-bigger.e-ddl.e-popup .e-list-group-item {
|
|
554
565
|
font-size: 16px;
|
|
555
566
|
}
|
|
@@ -564,6 +575,10 @@
|
|
|
564
575
|
top: 0;
|
|
565
576
|
}
|
|
566
577
|
|
|
578
|
+
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
579
|
+
margin: 0;
|
|
580
|
+
}
|
|
581
|
+
|
|
567
582
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
568
583
|
position: relative;
|
|
569
584
|
}
|
|
@@ -708,29 +723,41 @@ ejs-dropdownlist {
|
|
|
708
723
|
}
|
|
709
724
|
|
|
710
725
|
.e-small .e-ddl.e-popup .e-list-item,
|
|
726
|
+
.e-input-group.e-ddl.e-small .e-list-item {
|
|
727
|
+
font-size: 13px;
|
|
728
|
+
}
|
|
729
|
+
|
|
711
730
|
.e-small .e-ddl.e-popup .e-list-group-item,
|
|
712
|
-
.e-input-group.e-ddl.e-small .e-list-item,
|
|
713
731
|
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
714
732
|
font-size: 13px;
|
|
715
733
|
}
|
|
716
734
|
|
|
717
735
|
.e-small.e-ddl.e-popup .e-list-item,
|
|
736
|
+
.e-input-group.e-ddl.e-small .e-list-item {
|
|
737
|
+
font-size: 13px;
|
|
738
|
+
}
|
|
739
|
+
|
|
718
740
|
.e-small.e-ddl.e-popup .e-list-group-item,
|
|
719
|
-
.e-input-group.e-ddl.e-small .e-list-item,
|
|
720
741
|
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
721
742
|
font-size: 13px;
|
|
722
743
|
}
|
|
723
744
|
|
|
724
745
|
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
746
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
747
|
+
font-size: 14px;
|
|
748
|
+
}
|
|
749
|
+
|
|
725
750
|
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
726
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-item,
|
|
727
751
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
728
752
|
font-size: 14px;
|
|
729
753
|
}
|
|
730
754
|
|
|
731
755
|
.e-bigger.e-small.e-ddl.e-popup .e-list-item,
|
|
756
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
757
|
+
font-size: 14px;
|
|
758
|
+
}
|
|
759
|
+
|
|
732
760
|
.e-bigger.e-small.e-ddl.e-popup .e-list-group-item,
|
|
733
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-item,
|
|
734
761
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
735
762
|
font-size: 14px;
|
|
736
763
|
}
|
|
@@ -1441,12 +1468,14 @@ ejs-dropdownlist {
|
|
|
1441
1468
|
width: 100%;
|
|
1442
1469
|
}
|
|
1443
1470
|
|
|
1444
|
-
.e-multi-select-wrapper.e-delimiter .e-searcher
|
|
1471
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher,
|
|
1472
|
+
.e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
1445
1473
|
height: 27px;
|
|
1446
1474
|
vertical-align: middle;
|
|
1447
1475
|
}
|
|
1448
1476
|
|
|
1449
|
-
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase
|
|
1477
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase,
|
|
1478
|
+
.e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
|
|
1450
1479
|
height: 100%;
|
|
1451
1480
|
min-height: 100%;
|
|
1452
1481
|
}
|
|
@@ -1711,6 +1740,7 @@ ejs-dropdownlist {
|
|
|
1711
1740
|
}
|
|
1712
1741
|
|
|
1713
1742
|
.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
1743
|
+
.e-small.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
1714
1744
|
.e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
1715
1745
|
right: 24px;
|
|
1716
1746
|
}
|
|
@@ -1942,7 +1972,7 @@ ejs-dropdownlist {
|
|
|
1942
1972
|
padding-right: 8px;
|
|
1943
1973
|
}
|
|
1944
1974
|
|
|
1945
|
-
.e-multiselect.e-rtl .e-down-icon .e-chips-close.e-
|
|
1975
|
+
.e-multiselect.e-rtl .e-down-icon .e-chips-close.e-close-hooker {
|
|
1946
1976
|
left: 38px;
|
|
1947
1977
|
}
|
|
1948
1978
|
|
|
@@ -1978,12 +2008,14 @@ ejs-dropdownlist {
|
|
|
1978
2008
|
vertical-align: middle;
|
|
1979
2009
|
}
|
|
1980
2010
|
|
|
1981
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper
|
|
2011
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper,
|
|
2012
|
+
.e-bigger.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
|
|
1982
2013
|
bottom: 1px;
|
|
1983
2014
|
margin-right: 12px;
|
|
1984
2015
|
}
|
|
1985
2016
|
|
|
1986
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-
|
|
2017
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper,
|
|
2018
|
+
.e-bigger.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
|
|
1987
2019
|
bottom: 1px;
|
|
1988
2020
|
margin-right: 12px;
|
|
1989
2021
|
}
|
|
@@ -2038,6 +2070,7 @@ ejs-dropdownlist {
|
|
|
2038
2070
|
font-size: 14px;
|
|
2039
2071
|
}
|
|
2040
2072
|
|
|
2073
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2041
2074
|
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2042
2075
|
font-size: 14px;
|
|
2043
2076
|
line-height: 40px;
|
|
@@ -2052,6 +2085,7 @@ ejs-dropdownlist {
|
|
|
2052
2085
|
vertical-align: middle;
|
|
2053
2086
|
}
|
|
2054
2087
|
|
|
2088
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper,
|
|
2055
2089
|
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
|
|
2056
2090
|
bottom: 1px;
|
|
2057
2091
|
margin-right: 12px;
|
|
@@ -2081,7 +2115,7 @@ ejs-dropdownlist {
|
|
|
2081
2115
|
padding: 8px;
|
|
2082
2116
|
}
|
|
2083
2117
|
|
|
2084
|
-
.e-bigger .e-ddl.e-popup.e-multi-select-list-
|
|
2118
|
+
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-filter,
|
|
2085
2119
|
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus {
|
|
2086
2120
|
padding: 0;
|
|
2087
2121
|
}
|
|
@@ -2126,6 +2160,7 @@ ejs-multiselect {
|
|
|
2126
2160
|
display: block;
|
|
2127
2161
|
}
|
|
2128
2162
|
|
|
2163
|
+
.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2129
2164
|
.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2130
2165
|
line-height: 22px;
|
|
2131
2166
|
}
|
|
@@ -2158,6 +2193,7 @@ ejs-multiselect {
|
|
|
2158
2193
|
padding: 0 8px 0 8px;
|
|
2159
2194
|
}
|
|
2160
2195
|
|
|
2196
|
+
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2161
2197
|
.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2162
2198
|
line-height: 34px;
|
|
2163
2199
|
}
|
|
@@ -2430,7 +2466,7 @@ ejs-multiselect {
|
|
|
2430
2466
|
background-color: #545b62;
|
|
2431
2467
|
}
|
|
2432
2468
|
|
|
2433
|
-
.e-multi-select-wrapper .e-chips.e-chip-selected:hover {
|
|
2469
|
+
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
|
|
2434
2470
|
background-color: #6c757d;
|
|
2435
2471
|
}
|
|
2436
2472
|
|
|
@@ -2459,7 +2495,7 @@ ejs-multiselect {
|
|
|
2459
2495
|
height: 24px;
|
|
2460
2496
|
}
|
|
2461
2497
|
|
|
2462
|
-
.e-multi-select-wrapper .e-chips:hover {
|
|
2498
|
+
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips:hover {
|
|
2463
2499
|
background-color: #5a6268;
|
|
2464
2500
|
}
|
|
2465
2501
|
|
|
@@ -2550,16 +2586,16 @@ ejs-multiselect {
|
|
|
2550
2586
|
|
|
2551
2587
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus {
|
|
2552
2588
|
background-color: #007bff;
|
|
2553
|
-
border: 1px solid #6c757d;
|
|
2554
2589
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
2555
2590
|
color: #fff;
|
|
2591
|
+
border: 1px solid #6c757d;
|
|
2556
2592
|
}
|
|
2557
2593
|
|
|
2558
2594
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus {
|
|
2559
2595
|
background-color: #007bff;
|
|
2560
|
-
border: 1px solid #6c757d;
|
|
2561
2596
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
2562
2597
|
color: #fff;
|
|
2598
|
+
border: 1px solid #6c757d;
|
|
2563
2599
|
}
|
|
2564
2600
|
|
|
2565
2601
|
.e-popup.e-multi-select-list-wrapper .e-list-item {
|
|
@@ -2808,7 +2844,7 @@ ejs-multiselect {
|
|
|
2808
2844
|
font-weight: 600;
|
|
2809
2845
|
height: 40px;
|
|
2810
2846
|
line-height: 1.5;
|
|
2811
|
-
padding:
|
|
2847
|
+
padding: 10px 16px 10px 16px;
|
|
2812
2848
|
}
|
|
2813
2849
|
|
|
2814
2850
|
.e-listbox-wrapper .e-icon-collapsible,
|
|
@@ -3015,7 +3051,7 @@ ejs-listbox {
|
|
|
3015
3051
|
overflow: inherit;
|
|
3016
3052
|
}
|
|
3017
3053
|
|
|
3018
|
-
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
3054
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3019
3055
|
overflow: auto;
|
|
3020
3056
|
}
|
|
3021
3057
|
|
|
@@ -3304,16 +3340,6 @@ ejs-listbox {
|
|
|
3304
3340
|
height: calc(100% - 39px);
|
|
3305
3341
|
}
|
|
3306
3342
|
|
|
3307
|
-
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
3308
|
-
.e-listbox-container.e-select-all .e-list-parent {
|
|
3309
|
-
height: calc(100% - 40px);
|
|
3310
|
-
}
|
|
3311
|
-
|
|
3312
|
-
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
3313
|
-
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
3314
|
-
height: calc(100% - 79px);
|
|
3315
|
-
}
|
|
3316
|
-
|
|
3317
3343
|
.e-listbox-wrapper .e-icons,
|
|
3318
3344
|
.e-listbox-container .e-icons {
|
|
3319
3345
|
color: #212529;
|
|
@@ -43,9 +43,13 @@
|
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
.e-bigger .e-dropdownbase .e-list-item,
|
|
46
|
+
.e-dropdownbase.e-bigger .e-list-item {
|
|
47
|
+
line-height: 32px;
|
|
48
|
+
text-indent: 16px;
|
|
49
|
+
}
|
|
50
|
+
|
|
46
51
|
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
47
52
|
.e-bigger .e-dropdownbase .e-fixed-head,
|
|
48
|
-
.e-dropdownbase.e-bigger .e-list-item,
|
|
49
53
|
.e-dropdownbase.e-bigger .e-list-group-item,
|
|
50
54
|
.e-dropdownbase.e-bigger .e-fixed-head {
|
|
51
55
|
line-height: 32px;
|
|
@@ -180,6 +184,7 @@
|
|
|
180
184
|
}
|
|
181
185
|
|
|
182
186
|
.e-dropdownbase .e-list-item {
|
|
187
|
+
-webkit-tap-highlight-color: transparent;
|
|
183
188
|
background-color: #343a40;
|
|
184
189
|
border-bottom: 0;
|
|
185
190
|
border-color: #444c54;
|
|
@@ -227,6 +232,10 @@
|
|
|
227
232
|
background-color: #444c54;
|
|
228
233
|
}
|
|
229
234
|
|
|
235
|
+
.e-dropdownbase .e-list-item.e-active:last-child {
|
|
236
|
+
border-radius: 2px;
|
|
237
|
+
}
|
|
238
|
+
|
|
230
239
|
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
231
240
|
.e-bigger .e-dropdownbase .e-fixed-head {
|
|
232
241
|
font-size: 16px;
|
|
@@ -348,10 +357,10 @@
|
|
|
348
357
|
border-color: #444c54;
|
|
349
358
|
color: #fff;
|
|
350
359
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
351
|
-
font-size: 14px;
|
|
352
|
-
padding-right: 16px;
|
|
353
360
|
text-indent: 12px;
|
|
354
361
|
color: #7b848d;
|
|
362
|
+
font-size: 14px;
|
|
363
|
+
padding-right: 16px;
|
|
355
364
|
}
|
|
356
365
|
|
|
357
366
|
.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-item-focus {
|
|
@@ -480,6 +489,13 @@
|
|
|
480
489
|
color: #adb5bd;
|
|
481
490
|
}
|
|
482
491
|
|
|
492
|
+
.e-input-group.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
493
|
+
.e-input-group.e-control-wrapper.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
494
|
+
.e-float-input.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
495
|
+
.e-float-input.e-control-wrapper.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon {
|
|
496
|
+
background: #343a40;
|
|
497
|
+
}
|
|
498
|
+
|
|
483
499
|
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
484
500
|
.e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
|
|
485
501
|
.e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
|
|
@@ -554,12 +570,18 @@
|
|
|
554
570
|
margin-left: -20px;
|
|
555
571
|
}
|
|
556
572
|
|
|
557
|
-
.e-bigger .e-ddl.e-popup .e-list-item
|
|
573
|
+
.e-bigger .e-ddl.e-popup .e-list-item {
|
|
574
|
+
font-size: 16px;
|
|
575
|
+
}
|
|
576
|
+
|
|
558
577
|
.e-bigger .e-ddl.e-popup .e-list-group-item {
|
|
559
578
|
font-size: 16px;
|
|
560
579
|
}
|
|
561
580
|
|
|
562
|
-
.e-bigger.e-ddl.e-popup .e-list-item
|
|
581
|
+
.e-bigger.e-ddl.e-popup .e-list-item {
|
|
582
|
+
font-size: 16px;
|
|
583
|
+
}
|
|
584
|
+
|
|
563
585
|
.e-bigger.e-ddl.e-popup .e-list-group-item {
|
|
564
586
|
font-size: 16px;
|
|
565
587
|
}
|
|
@@ -574,6 +596,10 @@
|
|
|
574
596
|
top: 0;
|
|
575
597
|
}
|
|
576
598
|
|
|
599
|
+
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
600
|
+
margin: 0;
|
|
601
|
+
}
|
|
602
|
+
|
|
577
603
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
578
604
|
position: relative;
|
|
579
605
|
}
|
|
@@ -718,29 +744,41 @@ ejs-dropdownlist {
|
|
|
718
744
|
}
|
|
719
745
|
|
|
720
746
|
.e-small .e-ddl.e-popup .e-list-item,
|
|
747
|
+
.e-input-group.e-ddl.e-small .e-list-item {
|
|
748
|
+
font-size: 12px;
|
|
749
|
+
}
|
|
750
|
+
|
|
721
751
|
.e-small .e-ddl.e-popup .e-list-group-item,
|
|
722
|
-
.e-input-group.e-ddl.e-small .e-list-item,
|
|
723
752
|
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
724
753
|
font-size: 12px;
|
|
725
754
|
}
|
|
726
755
|
|
|
727
756
|
.e-small.e-ddl.e-popup .e-list-item,
|
|
757
|
+
.e-input-group.e-ddl.e-small .e-list-item {
|
|
758
|
+
font-size: 12px;
|
|
759
|
+
}
|
|
760
|
+
|
|
728
761
|
.e-small.e-ddl.e-popup .e-list-group-item,
|
|
729
|
-
.e-input-group.e-ddl.e-small .e-list-item,
|
|
730
762
|
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
731
763
|
font-size: 12px;
|
|
732
764
|
}
|
|
733
765
|
|
|
734
766
|
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
767
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
768
|
+
font-size: 14px;
|
|
769
|
+
}
|
|
770
|
+
|
|
735
771
|
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
736
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-item,
|
|
737
772
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
738
773
|
font-size: 14px;
|
|
739
774
|
}
|
|
740
775
|
|
|
741
776
|
.e-bigger.e-small.e-ddl.e-popup .e-list-item,
|
|
777
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
778
|
+
font-size: 14px;
|
|
779
|
+
}
|
|
780
|
+
|
|
742
781
|
.e-bigger.e-small.e-ddl.e-popup .e-list-group-item,
|
|
743
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-item,
|
|
744
782
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
745
783
|
font-size: 14px;
|
|
746
784
|
}
|
|
@@ -968,6 +1006,10 @@ ejs-dropdownlist {
|
|
|
968
1006
|
position: absolute;
|
|
969
1007
|
}
|
|
970
1008
|
|
|
1009
|
+
.e-ddt.e-popup .e-checkbox-wrapper .e-frame {
|
|
1010
|
+
background-color: transparent;
|
|
1011
|
+
}
|
|
1012
|
+
|
|
971
1013
|
.e-ddt.e-popup .e-selectall-parent {
|
|
972
1014
|
border-bottom: 1px solid;
|
|
973
1015
|
cursor: pointer;
|
|
@@ -1053,7 +1095,7 @@ ejs-dropdownlist {
|
|
|
1053
1095
|
|
|
1054
1096
|
.e-ddt.e-popup .e-treeview > .e-ul {
|
|
1055
1097
|
overflow: hidden;
|
|
1056
|
-
padding:
|
|
1098
|
+
padding: 6px 8px;
|
|
1057
1099
|
}
|
|
1058
1100
|
|
|
1059
1101
|
.e-ddt.e-popup .e-ddt-footer,
|
|
@@ -1243,7 +1285,7 @@ ejs-dropdownlist {
|
|
|
1243
1285
|
|
|
1244
1286
|
.e-bigger .e-ddt.e-popup .e-treeview > .e-ul,
|
|
1245
1287
|
.e-ddt.e-bigger.e-popup .e-treeview > .e-ul {
|
|
1246
|
-
padding:
|
|
1288
|
+
padding: 8px 16px;
|
|
1247
1289
|
}
|
|
1248
1290
|
|
|
1249
1291
|
.e-bigger .e-ddt.e-rtl.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,
|
|
@@ -1344,7 +1386,7 @@ ejs-dropdownlist {
|
|
|
1344
1386
|
}
|
|
1345
1387
|
|
|
1346
1388
|
.e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
1347
|
-
border-radius: 0
|
|
1389
|
+
border-radius: 0 2px 2px 0;
|
|
1348
1390
|
border-right-width: 0;
|
|
1349
1391
|
}
|
|
1350
1392
|
|
|
@@ -1411,12 +1453,14 @@ ejs-dropdownlist {
|
|
|
1411
1453
|
width: 100%;
|
|
1412
1454
|
}
|
|
1413
1455
|
|
|
1414
|
-
.e-multi-select-wrapper.e-delimiter .e-searcher
|
|
1456
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher,
|
|
1457
|
+
.e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
1415
1458
|
height: 27px;
|
|
1416
1459
|
vertical-align: middle;
|
|
1417
1460
|
}
|
|
1418
1461
|
|
|
1419
|
-
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase
|
|
1462
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase,
|
|
1463
|
+
.e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
|
|
1420
1464
|
height: 100%;
|
|
1421
1465
|
min-height: 100%;
|
|
1422
1466
|
}
|
|
@@ -1682,15 +1726,34 @@ ejs-dropdownlist {
|
|
|
1682
1726
|
}
|
|
1683
1727
|
|
|
1684
1728
|
.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
1729
|
+
.e-small.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
1685
1730
|
.e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
1686
1731
|
right: 40px;
|
|
1687
1732
|
}
|
|
1688
1733
|
|
|
1734
|
+
.e-bigger.e-small .e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
|
|
1735
|
+
right: 40px;
|
|
1736
|
+
}
|
|
1737
|
+
|
|
1689
1738
|
.e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
1690
1739
|
left: 40px;
|
|
1691
1740
|
right: auto;
|
|
1692
1741
|
}
|
|
1693
1742
|
|
|
1743
|
+
.e-bigger.e-small .e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon,
|
|
1744
|
+
.e-bigger.e-small.e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
1745
|
+
left: 45px;
|
|
1746
|
+
right: auto;
|
|
1747
|
+
}
|
|
1748
|
+
|
|
1749
|
+
.e-small .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
1750
|
+
.e-small.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
1751
|
+
.e-small.e-bigger .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
1752
|
+
.e-small.e-bigger.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
1753
|
+
left: 12px;
|
|
1754
|
+
right: auto;
|
|
1755
|
+
}
|
|
1756
|
+
|
|
1694
1757
|
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
1695
1758
|
margin-top: -2.25em;
|
|
1696
1759
|
}
|
|
@@ -1802,7 +1865,7 @@ ejs-dropdownlist {
|
|
|
1802
1865
|
cursor: pointer;
|
|
1803
1866
|
display: inline-block;
|
|
1804
1867
|
font-size: 14px;
|
|
1805
|
-
padding-left:
|
|
1868
|
+
padding-left: 8px;
|
|
1806
1869
|
}
|
|
1807
1870
|
|
|
1808
1871
|
.e-multiselect.e-disabled .e-multi-select-wrapper,
|
|
@@ -1897,6 +1960,7 @@ ejs-dropdownlist {
|
|
|
1897
1960
|
left: 40px;
|
|
1898
1961
|
position: absolute;
|
|
1899
1962
|
right: auto;
|
|
1963
|
+
left: 0;
|
|
1900
1964
|
}
|
|
1901
1965
|
|
|
1902
1966
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-close-hooker::before {
|
|
@@ -1904,15 +1968,30 @@ ejs-dropdownlist {
|
|
|
1904
1968
|
}
|
|
1905
1969
|
|
|
1906
1970
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-delim-values .e-remain {
|
|
1907
|
-
padding-right:
|
|
1971
|
+
padding-right: 8px;
|
|
1908
1972
|
}
|
|
1909
1973
|
|
|
1910
|
-
.e-multiselect.e-rtl .e-down-icon .e-chips-close.e-
|
|
1974
|
+
.e-multiselect.e-rtl .e-down-icon .e-chips-close.e-close-hooker {
|
|
1911
1975
|
left: 19px;
|
|
1912
1976
|
}
|
|
1913
1977
|
|
|
1914
1978
|
.e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
|
|
1915
|
-
left:
|
|
1979
|
+
left: 25px;
|
|
1980
|
+
}
|
|
1981
|
+
|
|
1982
|
+
.e-small.e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before,
|
|
1983
|
+
.e-small .e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
|
|
1984
|
+
left: 20px;
|
|
1985
|
+
}
|
|
1986
|
+
|
|
1987
|
+
.e-bigger.e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before,
|
|
1988
|
+
.e-bigger .e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
|
|
1989
|
+
left: 32px;
|
|
1990
|
+
}
|
|
1991
|
+
|
|
1992
|
+
.e-bigger.e-small.e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before,
|
|
1993
|
+
.e-bigger.e-small .e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
|
|
1994
|
+
left: 25px;
|
|
1916
1995
|
}
|
|
1917
1996
|
|
|
1918
1997
|
.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
|
|
@@ -1944,13 +2023,15 @@ ejs-dropdownlist {
|
|
|
1944
2023
|
vertical-align: middle;
|
|
1945
2024
|
}
|
|
1946
2025
|
|
|
1947
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper
|
|
2026
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper,
|
|
2027
|
+
.e-bigger.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
|
|
1948
2028
|
bottom: 1px;
|
|
1949
2029
|
bottom: 2px;
|
|
1950
2030
|
margin-right: 12px;
|
|
1951
2031
|
}
|
|
1952
2032
|
|
|
1953
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-
|
|
2033
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper,
|
|
2034
|
+
.e-bigger.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
|
|
1954
2035
|
bottom: 1px;
|
|
1955
2036
|
bottom: 2px;
|
|
1956
2037
|
margin-right: 12px;
|
|
@@ -2006,10 +2087,12 @@ ejs-dropdownlist {
|
|
|
2006
2087
|
font-size: 14px;
|
|
2007
2088
|
}
|
|
2008
2089
|
|
|
2090
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent .e-all-text,
|
|
2009
2091
|
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-all-text {
|
|
2010
2092
|
font-size: 16px;
|
|
2011
2093
|
}
|
|
2012
2094
|
|
|
2095
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2013
2096
|
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2014
2097
|
font-size: 14px;
|
|
2015
2098
|
line-height: 48px;
|
|
@@ -2024,6 +2107,7 @@ ejs-dropdownlist {
|
|
|
2024
2107
|
vertical-align: middle;
|
|
2025
2108
|
}
|
|
2026
2109
|
|
|
2110
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper,
|
|
2027
2111
|
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
|
|
2028
2112
|
bottom: 1px;
|
|
2029
2113
|
bottom: 2px;
|
|
@@ -2090,6 +2174,7 @@ ejs-multiselect {
|
|
|
2090
2174
|
display: block;
|
|
2091
2175
|
}
|
|
2092
2176
|
|
|
2177
|
+
.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2093
2178
|
.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2094
2179
|
line-height: 26px;
|
|
2095
2180
|
}
|
|
@@ -2118,6 +2203,7 @@ ejs-multiselect {
|
|
|
2118
2203
|
margin-top: -2em;
|
|
2119
2204
|
}
|
|
2120
2205
|
|
|
2206
|
+
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2121
2207
|
.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2122
2208
|
line-height: 40px;
|
|
2123
2209
|
}
|
|
@@ -2144,7 +2230,6 @@ ejs-multiselect {
|
|
|
2144
2230
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2145
2231
|
.e-bigger.e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
2146
2232
|
margin-top: -2em;
|
|
2147
|
-
right: 5px;
|
|
2148
2233
|
}
|
|
2149
2234
|
|
|
2150
2235
|
.e-content-placeholder.e-multiselect.e-placeholder-multiselect {
|
|
@@ -2386,7 +2471,7 @@ ejs-multiselect {
|
|
|
2386
2471
|
background-color: #adb5bd;
|
|
2387
2472
|
}
|
|
2388
2473
|
|
|
2389
|
-
.e-multi-select-wrapper .e-chips.e-chip-selected:hover {
|
|
2474
|
+
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
|
|
2390
2475
|
background-color: #565e64;
|
|
2391
2476
|
}
|
|
2392
2477
|
|
|
@@ -2415,7 +2500,7 @@ ejs-multiselect {
|
|
|
2415
2500
|
height: 24px;
|
|
2416
2501
|
}
|
|
2417
2502
|
|
|
2418
|
-
.e-multi-select-wrapper .e-chips:hover {
|
|
2503
|
+
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips:hover {
|
|
2419
2504
|
background-color: #5c636a;
|
|
2420
2505
|
}
|
|
2421
2506
|
|
|
@@ -2500,16 +2585,16 @@ ejs-multiselect {
|
|
|
2500
2585
|
|
|
2501
2586
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus {
|
|
2502
2587
|
background-color: #0d6efd;
|
|
2503
|
-
border: 0 solid transparent;
|
|
2504
2588
|
box-shadow: none;
|
|
2505
2589
|
color: #fff;
|
|
2590
|
+
border: 0 solid transparent;
|
|
2506
2591
|
}
|
|
2507
2592
|
|
|
2508
2593
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus {
|
|
2509
2594
|
background-color: #0d6efd;
|
|
2510
|
-
border: 0 solid transparent;
|
|
2511
2595
|
box-shadow: none;
|
|
2512
2596
|
color: #fff;
|
|
2597
|
+
border: 0 solid transparent;
|
|
2513
2598
|
}
|
|
2514
2599
|
|
|
2515
2600
|
.e-popup.e-multi-select-list-wrapper .e-list-item {
|
|
@@ -2556,6 +2641,7 @@ ejs-multiselect {
|
|
|
2556
2641
|
}
|
|
2557
2642
|
|
|
2558
2643
|
.e-small .e-multi-select-wrapper .e-chips {
|
|
2644
|
+
border-radius: 2px;
|
|
2559
2645
|
height: 20px;
|
|
2560
2646
|
}
|
|
2561
2647
|
|
|
@@ -2654,7 +2740,7 @@ ejs-multiselect {
|
|
|
2654
2740
|
.e-listbox-container .e-selectall-parent {
|
|
2655
2741
|
height: 36px;
|
|
2656
2742
|
line-height: 1;
|
|
2657
|
-
padding: 10px
|
|
2743
|
+
padding: 10px 12px;
|
|
2658
2744
|
position: relative;
|
|
2659
2745
|
}
|
|
2660
2746
|
|
|
@@ -2666,7 +2752,7 @@ ejs-multiselect {
|
|
|
2666
2752
|
.e-listbox-wrapper .e-list-parent,
|
|
2667
2753
|
.e-listbox-container .e-list-parent {
|
|
2668
2754
|
height: 100%;
|
|
2669
|
-
min-height:
|
|
2755
|
+
min-height: 36px;
|
|
2670
2756
|
}
|
|
2671
2757
|
|
|
2672
2758
|
.e-listbox-wrapper .e-list-item,
|
|
@@ -2741,8 +2827,8 @@ ejs-multiselect {
|
|
|
2741
2827
|
border-top: 1px solid;
|
|
2742
2828
|
font-weight: 600;
|
|
2743
2829
|
height: 30px;
|
|
2744
|
-
line-height:
|
|
2745
|
-
padding:
|
|
2830
|
+
line-height: 10px;
|
|
2831
|
+
padding: 10px 12px;
|
|
2746
2832
|
}
|
|
2747
2833
|
|
|
2748
2834
|
.e-listbox-wrapper .e-icon-collapsible,
|
|
@@ -2949,7 +3035,7 @@ ejs-listbox {
|
|
|
2949
3035
|
overflow: inherit;
|
|
2950
3036
|
}
|
|
2951
3037
|
|
|
2952
|
-
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
3038
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2953
3039
|
overflow: auto;
|
|
2954
3040
|
}
|
|
2955
3041
|
|
|
@@ -3189,16 +3275,6 @@ ejs-listbox {
|
|
|
3189
3275
|
height: calc(100% - 47px);
|
|
3190
3276
|
}
|
|
3191
3277
|
|
|
3192
|
-
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
3193
|
-
.e-listbox-container.e-select-all .e-list-parent {
|
|
3194
|
-
height: calc(100% - 36px);
|
|
3195
|
-
}
|
|
3196
|
-
|
|
3197
|
-
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
3198
|
-
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
3199
|
-
height: calc(100% - 86px);
|
|
3200
|
-
}
|
|
3201
|
-
|
|
3202
3278
|
.e-listbox-wrapper .e-list-item,
|
|
3203
3279
|
.e-listbox-container .e-list-item {
|
|
3204
3280
|
background-color: transparent;
|