@syncfusion/ej2-dropdowns 32.1.24 → 32.2.3
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/.eslintrc.json +263 -0
- package/aceconfig.js +17 -0
- package/dist/ej2-dropdowns.min.js +2 -2
- 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 +14 -6
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +14 -6
- 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 +8 -8
- package/src/drop-down-list/drop-down-list.js +1 -1
- package/src/multi-select/multi-select.js +13 -5
- package/styles/bds-lite.css +898 -898
- package/styles/bds.css +1302 -1302
- package/styles/bootstrap-dark-lite.css +870 -870
- package/styles/bootstrap-dark.css +1275 -1275
- package/styles/bootstrap-lite.css +867 -867
- package/styles/bootstrap.css +1278 -1278
- package/styles/bootstrap4-lite.css +1408 -1408
- package/styles/bootstrap4.css +1721 -1721
- package/styles/bootstrap5-dark-lite.css +1769 -1769
- package/styles/bootstrap5-dark.css +1710 -1710
- package/styles/bootstrap5-lite.css +1396 -1396
- package/styles/bootstrap5.3-lite.css +1138 -1138
- package/styles/bootstrap5.3.css +1592 -1592
- package/styles/bootstrap5.css +1711 -1711
- package/styles/drop-down-base/_all.bds.scss +1 -1
- package/styles/drop-down-base/_all.bootstrap-dark.scss +1 -1
- package/styles/drop-down-base/_all.bootstrap.scss +1 -1
- package/styles/drop-down-base/_all.bootstrap4.scss +1 -1
- package/styles/drop-down-base/_all.bootstrap5-dark.scss +1 -1
- package/styles/drop-down-base/_all.bootstrap5.3.scss +1 -1
- package/styles/drop-down-base/_all.bootstrap5.scss +1 -1
- package/styles/drop-down-base/_all.fabric-dark.scss +1 -1
- package/styles/drop-down-base/_all.fabric.scss +1 -1
- package/styles/drop-down-base/_all.fluent-dark.scss +1 -1
- package/styles/drop-down-base/_all.fluent.scss +1 -1
- package/styles/drop-down-base/_all.fluent2.scss +1 -1
- package/styles/drop-down-base/_all.highcontrast-light.scss +1 -1
- package/styles/drop-down-base/_all.highcontrast.scss +1 -1
- package/styles/drop-down-base/_all.material-dark.scss +1 -1
- package/styles/drop-down-base/_all.material.scss +1 -1
- package/styles/drop-down-base/_all.material3-dark.scss +1 -1
- package/styles/drop-down-base/_all.material3.scss +1 -1
- package/styles/drop-down-base/_all.tailwind-dark.scss +1 -1
- package/styles/drop-down-base/_all.tailwind.scss +1 -1
- package/styles/drop-down-base/_all.tailwind3.scss +1 -1
- package/styles/drop-down-base/bds.css +164 -164
- package/styles/drop-down-base/bootstrap-dark.css +130 -130
- package/styles/drop-down-base/bootstrap.css +130 -130
- package/styles/drop-down-base/bootstrap4.css +136 -136
- package/styles/drop-down-base/bootstrap5-dark.css +143 -143
- package/styles/drop-down-base/bootstrap5.3.css +219 -219
- package/styles/drop-down-base/bootstrap5.css +143 -143
- package/styles/drop-down-base/fabric-dark.css +130 -130
- package/styles/drop-down-base/fabric.css +130 -130
- package/styles/drop-down-base/fluent-dark.css +148 -148
- package/styles/drop-down-base/fluent.css +148 -148
- package/styles/drop-down-base/fluent2.css +215 -215
- package/styles/drop-down-base/highcontrast-light.css +146 -146
- package/styles/drop-down-base/highcontrast.css +146 -146
- package/styles/drop-down-base/material-dark.css +130 -130
- package/styles/drop-down-base/material.css +130 -130
- package/styles/drop-down-base/material3-dark.css +212 -212
- package/styles/drop-down-base/material3.css +214 -214
- package/styles/drop-down-base/tailwind-dark.css +155 -155
- package/styles/drop-down-base/tailwind.css +155 -155
- package/styles/drop-down-base/tailwind3.css +215 -215
- package/styles/drop-down-list/_all.bds.scss +1 -1
- package/styles/drop-down-list/_all.bootstrap-dark.scss +1 -1
- package/styles/drop-down-list/_all.bootstrap.scss +1 -1
- package/styles/drop-down-list/_all.bootstrap4.scss +1 -1
- package/styles/drop-down-list/_all.bootstrap5-dark.scss +1 -1
- package/styles/drop-down-list/_all.bootstrap5.3.scss +1 -1
- package/styles/drop-down-list/_all.bootstrap5.scss +1 -1
- package/styles/drop-down-list/_all.fabric-dark.scss +1 -1
- package/styles/drop-down-list/_all.fabric.scss +1 -1
- package/styles/drop-down-list/_all.fluent-dark.scss +1 -1
- package/styles/drop-down-list/_all.fluent.scss +1 -1
- package/styles/drop-down-list/_all.fluent2.scss +1 -1
- package/styles/drop-down-list/_all.highcontrast-light.scss +1 -1
- package/styles/drop-down-list/_all.highcontrast.scss +1 -1
- package/styles/drop-down-list/_all.material-dark.scss +1 -1
- package/styles/drop-down-list/_all.material.scss +1 -1
- package/styles/drop-down-list/_all.material3-dark.scss +1 -1
- package/styles/drop-down-list/_all.material3.scss +1 -1
- package/styles/drop-down-list/_all.tailwind-dark.scss +1 -1
- package/styles/drop-down-list/_all.tailwind.scss +1 -1
- package/styles/drop-down-list/_all.tailwind3.scss +1 -1
- package/styles/drop-down-list/bds.css +87 -87
- package/styles/drop-down-list/bootstrap-dark.css +74 -74
- package/styles/drop-down-list/bootstrap.css +74 -74
- package/styles/drop-down-list/bootstrap4.css +111 -111
- package/styles/drop-down-list/bootstrap5-dark.css +113 -113
- package/styles/drop-down-list/bootstrap5.3.css +197 -197
- package/styles/drop-down-list/bootstrap5.css +113 -113
- package/styles/drop-down-list/fabric-dark.css +48 -48
- package/styles/drop-down-list/fabric.css +48 -48
- package/styles/drop-down-list/fluent-dark.css +105 -105
- package/styles/drop-down-list/fluent.css +105 -105
- package/styles/drop-down-list/fluent2.css +204 -204
- package/styles/drop-down-list/highcontrast-light.css +63 -63
- package/styles/drop-down-list/highcontrast.css +64 -64
- package/styles/drop-down-list/material-dark.css +96 -96
- package/styles/drop-down-list/material.css +100 -100
- package/styles/drop-down-list/material3-dark.css +235 -235
- package/styles/drop-down-list/material3.css +235 -235
- package/styles/drop-down-list/tailwind-dark.css +83 -83
- package/styles/drop-down-list/tailwind.css +83 -83
- package/styles/drop-down-list/tailwind3.css +186 -186
- package/styles/drop-down-tree/_all.bds.scss +1 -1
- package/styles/drop-down-tree/_all.bootstrap-dark.scss +1 -1
- package/styles/drop-down-tree/_all.bootstrap.scss +1 -1
- package/styles/drop-down-tree/_all.bootstrap4.scss +1 -1
- package/styles/drop-down-tree/_all.bootstrap5-dark.scss +1 -1
- package/styles/drop-down-tree/_all.bootstrap5.3.scss +1 -1
- package/styles/drop-down-tree/_all.bootstrap5.scss +1 -1
- package/styles/drop-down-tree/_all.fabric-dark.scss +1 -1
- package/styles/drop-down-tree/_all.fabric.scss +1 -1
- package/styles/drop-down-tree/_all.fluent-dark.scss +1 -1
- package/styles/drop-down-tree/_all.fluent.scss +1 -1
- package/styles/drop-down-tree/_all.fluent2.scss +1 -1
- package/styles/drop-down-tree/_all.highcontrast-light.scss +1 -1
- package/styles/drop-down-tree/_all.highcontrast.scss +1 -1
- package/styles/drop-down-tree/_all.material-dark.scss +1 -1
- package/styles/drop-down-tree/_all.material.scss +1 -1
- package/styles/drop-down-tree/_all.material3-dark.scss +1 -1
- package/styles/drop-down-tree/_all.material3.scss +1 -1
- package/styles/drop-down-tree/_all.tailwind-dark.scss +1 -1
- package/styles/drop-down-tree/_all.tailwind.scss +1 -1
- package/styles/drop-down-tree/_all.tailwind3.scss +1 -1
- package/styles/drop-down-tree/bds.css +56 -56
- package/styles/drop-down-tree/bootstrap-dark.css +33 -33
- package/styles/drop-down-tree/bootstrap.css +33 -33
- package/styles/drop-down-tree/bootstrap4.css +39 -39
- package/styles/drop-down-tree/bootstrap5-dark.css +40 -40
- package/styles/drop-down-tree/bootstrap5.3.css +124 -124
- package/styles/drop-down-tree/bootstrap5.css +40 -40
- package/styles/drop-down-tree/fabric-dark.css +33 -33
- package/styles/drop-down-tree/fabric.css +33 -33
- package/styles/drop-down-tree/fluent-dark.css +33 -33
- package/styles/drop-down-tree/fluent.css +33 -33
- package/styles/drop-down-tree/fluent2.css +122 -122
- package/styles/drop-down-tree/highcontrast-light.css +33 -33
- package/styles/drop-down-tree/highcontrast.css +42 -42
- package/styles/drop-down-tree/material-dark.css +33 -33
- package/styles/drop-down-tree/material.css +33 -33
- package/styles/drop-down-tree/material3-dark.css +115 -115
- package/styles/drop-down-tree/material3.css +117 -117
- package/styles/drop-down-tree/tailwind-dark.css +52 -52
- package/styles/drop-down-tree/tailwind.css +52 -52
- package/styles/drop-down-tree/tailwind3.css +107 -107
- package/styles/fabric-dark-lite.css +877 -877
- package/styles/fabric-dark.css +1274 -1274
- package/styles/fabric-lite.css +877 -877
- package/styles/fabric.css +1147 -1147
- package/styles/fluent-dark-lite.css +1765 -1765
- package/styles/fluent-dark.css +1718 -1718
- package/styles/fluent-lite.css +1765 -1765
- package/styles/fluent.css +1718 -1718
- package/styles/fluent2-lite.css +2081 -2081
- package/styles/fluent2.css +1703 -1703
- package/styles/highcontrast-light-lite.css +1412 -1412
- package/styles/highcontrast-light.css +1760 -1760
- package/styles/highcontrast-lite.css +1751 -1751
- package/styles/highcontrast.css +1768 -1768
- package/styles/list-box/_all.bds.scss +1 -1
- package/styles/list-box/_all.bootstrap-dark.scss +1 -1
- package/styles/list-box/_all.bootstrap.scss +1 -1
- package/styles/list-box/_all.bootstrap4.scss +1 -1
- package/styles/list-box/_all.bootstrap5-dark.scss +1 -1
- package/styles/list-box/_all.bootstrap5.3.scss +1 -1
- package/styles/list-box/_all.bootstrap5.scss +1 -1
- package/styles/list-box/_all.fabric-dark.scss +1 -1
- package/styles/list-box/_all.fabric.scss +1 -1
- package/styles/list-box/_all.fluent-dark.scss +1 -1
- package/styles/list-box/_all.fluent.scss +1 -1
- package/styles/list-box/_all.fluent2.scss +1 -1
- package/styles/list-box/_all.highcontrast-light.scss +1 -1
- package/styles/list-box/_all.highcontrast.scss +1 -1
- package/styles/list-box/_all.material-dark.scss +1 -1
- package/styles/list-box/_all.material.scss +1 -1
- package/styles/list-box/_all.material3-dark.scss +1 -1
- package/styles/list-box/_all.material3.scss +1 -1
- package/styles/list-box/_all.tailwind-dark.scss +1 -1
- package/styles/list-box/_all.tailwind.scss +1 -1
- package/styles/list-box/_all.tailwind3.scss +1 -1
- package/styles/list-box/bds.css +654 -654
- package/styles/list-box/bootstrap-dark.css +644 -644
- package/styles/list-box/bootstrap.css +649 -649
- package/styles/list-box/bootstrap4.css +649 -649
- package/styles/list-box/bootstrap5-dark.css +649 -649
- package/styles/list-box/bootstrap5.3.css +659 -659
- package/styles/list-box/bootstrap5.css +649 -649
- package/styles/list-box/fabric-dark.css +644 -644
- package/styles/list-box/fabric.css +649 -649
- package/styles/list-box/fluent-dark.css +649 -649
- package/styles/list-box/fluent.css +649 -649
- package/styles/list-box/fluent2.css +692 -692
- package/styles/list-box/highcontrast-light.css +644 -644
- package/styles/list-box/highcontrast.css +649 -649
- package/styles/list-box/material-dark.css +643 -643
- package/styles/list-box/material.css +648 -648
- package/styles/list-box/material3-dark.css +659 -659
- package/styles/list-box/material3.css +659 -659
- package/styles/list-box/tailwind-dark.css +640 -640
- package/styles/list-box/tailwind.css +640 -640
- package/styles/list-box/tailwind3.css +698 -698
- package/styles/material-dark-lite.css +1566 -1566
- package/styles/material-dark.css +2278 -2278
- package/styles/material-lite.css +1659 -1659
- package/styles/material.css +1921 -1921
- package/styles/material3-dark-lite.css +2644 -2644
- package/styles/material3-dark.css +2687 -2687
- package/styles/material3-lite.css +2663 -2663
- package/styles/material3.css +2684 -2684
- package/styles/multi-select/_all.bds.scss +1 -1
- package/styles/multi-select/_all.bootstrap-dark.scss +1 -1
- package/styles/multi-select/_all.bootstrap.scss +1 -1
- package/styles/multi-select/_all.bootstrap4.scss +1 -1
- package/styles/multi-select/_all.bootstrap5-dark.scss +1 -1
- package/styles/multi-select/_all.bootstrap5.3.scss +1 -1
- package/styles/multi-select/_all.bootstrap5.scss +1 -1
- package/styles/multi-select/_all.fabric-dark.scss +1 -1
- package/styles/multi-select/_all.fabric.scss +1 -1
- package/styles/multi-select/_all.fluent-dark.scss +1 -1
- package/styles/multi-select/_all.fluent.scss +1 -1
- package/styles/multi-select/_all.fluent2.scss +1 -1
- package/styles/multi-select/_all.highcontrast-light.scss +1 -1
- package/styles/multi-select/_all.highcontrast.scss +1 -1
- package/styles/multi-select/_all.material-dark.scss +1 -1
- package/styles/multi-select/_all.material.scss +1 -1
- package/styles/multi-select/_all.material3-dark.scss +1 -1
- package/styles/multi-select/_all.material3.scss +1 -1
- package/styles/multi-select/_all.tailwind-dark.scss +1 -1
- package/styles/multi-select/_all.tailwind.scss +1 -1
- package/styles/multi-select/_all.tailwind3.scss +1 -1
- package/styles/multi-select/bds.css +221 -221
- package/styles/multi-select/bootstrap-dark.css +231 -231
- package/styles/multi-select/bootstrap.css +224 -224
- package/styles/multi-select/bootstrap4.css +676 -676
- package/styles/multi-select/bootstrap5-dark.css +235 -235
- package/styles/multi-select/bootstrap5.3.css +336 -336
- package/styles/multi-select/bootstrap5.css +235 -235
- package/styles/multi-select/fabric-dark.css +225 -225
- package/styles/multi-select/fabric.css +220 -220
- package/styles/multi-select/fluent-dark.css +677 -677
- package/styles/multi-select/fluent.css +677 -677
- package/styles/multi-select/fluent2.css +959 -959
- package/styles/multi-select/highcontrast-light.css +789 -789
- package/styles/multi-select/highcontrast.css +793 -793
- package/styles/multi-select/material-dark.css +918 -918
- package/styles/multi-select/material.css +920 -920
- package/styles/multi-select/material3-dark.css +1330 -1330
- package/styles/multi-select/material3.css +1334 -1334
- package/styles/multi-select/tailwind-dark.css +217 -217
- package/styles/multi-select/tailwind.css +217 -217
- package/styles/multi-select/tailwind3.css +326 -326
- package/styles/tailwind-dark-lite.css +861 -861
- package/styles/tailwind-dark.css +1263 -1263
- package/styles/tailwind-lite.css +862 -862
- package/styles/tailwind.css +1263 -1263
- package/styles/tailwind3-lite.css +1114 -1114
- package/styles/tailwind3.css +2339 -2339
- package/tslint.json +111 -0
|
@@ -30,777 +30,777 @@
|
|
|
30
30
|
content: "\e656";
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
-
|
|
34
|
-
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
35
|
-
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
39
|
-
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
43
|
-
height: calc(100% - 51px) !important; /* stylelint-disable-line declaration-no-important */
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
47
|
-
height: calc(100% - 87px) !important; /* stylelint-disable-line declaration-no-important */
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.e-listbox-wrapper,
|
|
51
|
-
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
52
|
-
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
53
|
-
border: 1px solid #414040;
|
|
54
|
-
}
|
|
55
|
-
|
|
33
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
56
34
|
.e-listbox-wrapper,
|
|
57
35
|
.e-listbox-container,
|
|
58
36
|
.e-listboxtool-wrapper {
|
|
59
|
-
|
|
60
|
-
|
|
37
|
+
-webkit-overflow-scrolling: touch;
|
|
38
|
+
-webkit-box-sizing: border-box;
|
|
39
|
+
box-sizing: border-box;
|
|
40
|
+
cursor: pointer;
|
|
41
|
+
display: block;
|
|
42
|
+
position: relative;
|
|
43
|
+
-webkit-user-select: none;
|
|
44
|
+
-moz-user-select: none;
|
|
45
|
+
-ms-user-select: none;
|
|
46
|
+
user-select: none;
|
|
47
|
+
width: 100%;
|
|
61
48
|
}
|
|
62
|
-
.e-listbox-wrapper
|
|
63
|
-
.e-listbox-container
|
|
64
|
-
.e-listboxtool-wrapper
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
color: #dadada;
|
|
68
|
-
font-size: 14px;
|
|
49
|
+
.e-listbox-wrapper *,
|
|
50
|
+
.e-listbox-container *,
|
|
51
|
+
.e-listboxtool-wrapper * {
|
|
52
|
+
-webkit-box-sizing: border-box;
|
|
53
|
+
box-sizing: border-box;
|
|
69
54
|
}
|
|
70
|
-
|
|
71
|
-
.e-listbox-
|
|
72
|
-
.e-listbox-container
|
|
73
|
-
.e-listboxtool-wrapper
|
|
74
|
-
|
|
55
|
+
.e-listbox-wrapper .e-list-wrap:focus-visible, .e-listbox-wrapper:focus,
|
|
56
|
+
.e-listbox-container .e-list-wrap:focus-visible,
|
|
57
|
+
.e-listbox-container:focus,
|
|
58
|
+
.e-listboxtool-wrapper .e-list-wrap:focus-visible,
|
|
59
|
+
.e-listboxtool-wrapper:focus {
|
|
60
|
+
outline: none;
|
|
75
61
|
}
|
|
76
|
-
|
|
77
|
-
.e-listbox-
|
|
78
|
-
.e-
|
|
79
|
-
|
|
80
|
-
|
|
62
|
+
.e-listbox-wrapper.e-disabled,
|
|
63
|
+
.e-listbox-container.e-disabled,
|
|
64
|
+
.e-listboxtool-wrapper.e-disabled {
|
|
65
|
+
cursor: default;
|
|
66
|
+
pointer-events: none;
|
|
81
67
|
}
|
|
82
|
-
|
|
83
|
-
.e-listbox-
|
|
84
|
-
.e-
|
|
85
|
-
|
|
86
|
-
|
|
68
|
+
.e-listbox-wrapper:not(.e-list-template) .e-list-nrt,
|
|
69
|
+
.e-listbox-container:not(.e-list-template) .e-list-nrt,
|
|
70
|
+
.e-listboxtool-wrapper:not(.e-list-template) .e-list-nrt {
|
|
71
|
+
text-align: center;
|
|
72
|
+
}
|
|
73
|
+
.e-listbox-wrapper .e-list-parent,
|
|
74
|
+
.e-listbox-container .e-list-parent,
|
|
75
|
+
.e-listboxtool-wrapper .e-list-parent {
|
|
76
|
+
height: 100%;
|
|
77
|
+
min-height: 36px;
|
|
87
78
|
}
|
|
88
|
-
|
|
89
79
|
.e-listbox-wrapper .e-list-item,
|
|
90
80
|
.e-listbox-container .e-list-item,
|
|
91
81
|
.e-listboxtool-wrapper .e-list-item {
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
border-left: 0 solid transparent;
|
|
95
|
-
border-right: 0 solid transparent;
|
|
96
|
-
border-top: 0 solid transparent;
|
|
97
|
-
color: #dadada;
|
|
82
|
+
border-bottom: 0 solid;
|
|
83
|
+
outline: none;
|
|
98
84
|
}
|
|
99
|
-
|
|
100
|
-
.e-listbox-
|
|
101
|
-
.e-
|
|
102
|
-
|
|
103
|
-
.e-listboxtool-wrapper .e-list-item:hover:not(.e-selected):not(.e-disabled),
|
|
104
|
-
.e-listboxtool-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled) {
|
|
105
|
-
background-color: #414040;
|
|
106
|
-
border-color: transparent;
|
|
107
|
-
color: #dadada;
|
|
85
|
+
.e-listbox-wrapper .e-list-item.e-disabled,
|
|
86
|
+
.e-listbox-container .e-list-item.e-disabled,
|
|
87
|
+
.e-listboxtool-wrapper .e-list-item.e-disabled {
|
|
88
|
+
pointer-events: none;
|
|
108
89
|
}
|
|
109
|
-
|
|
110
|
-
.e-listbox-
|
|
111
|
-
.e-
|
|
112
|
-
|
|
113
|
-
background-color: inherit;
|
|
114
|
-
color: #dadada;
|
|
90
|
+
.e-listbox-wrapper .e-disable,
|
|
91
|
+
.e-listbox-container .e-disable,
|
|
92
|
+
.e-listboxtool-wrapper .e-disable {
|
|
93
|
+
opacity: 0.7;
|
|
115
94
|
}
|
|
116
|
-
|
|
117
|
-
.e-listbox-
|
|
118
|
-
.e-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
.e-listboxtool-wrapper .e-list-item.e-focused,
|
|
122
|
-
.e-listboxtool-wrapper .e-list-item.e-focused.e-selected.e-checklist,
|
|
123
|
-
.e-listboxtool-wrapper .e-list-item.e-selected {
|
|
124
|
-
background-color: #514f4f;
|
|
125
|
-
color: #fff;
|
|
95
|
+
.e-listbox-wrapper .e-list-parent,
|
|
96
|
+
.e-listbox-container .e-list-parent,
|
|
97
|
+
.e-listboxtool-wrapper .e-list-parent {
|
|
98
|
+
margin: 0;
|
|
99
|
+
padding: 0;
|
|
126
100
|
}
|
|
127
|
-
|
|
128
|
-
.e-listbox-
|
|
129
|
-
.e-listbox-container .e-list-
|
|
130
|
-
.e-
|
|
131
|
-
.e-listboxtool-wrapper .e-list-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
101
|
+
.e-listbox-wrapper .e-list-header .e-text.header, .e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header,
|
|
102
|
+
.e-listbox-container .e-list-header .e-text.header,
|
|
103
|
+
.e-listbox-container .e-list-header .e-headertemplate-text.nested-header,
|
|
104
|
+
.e-listboxtool-wrapper .e-list-header .e-text.header,
|
|
105
|
+
.e-listboxtool-wrapper .e-list-header .e-headertemplate-text.nested-header {
|
|
106
|
+
display: none;
|
|
107
|
+
}
|
|
108
|
+
.e-listbox-wrapper .e-icon-back,
|
|
109
|
+
.e-listbox-container .e-icon-back,
|
|
110
|
+
.e-listboxtool-wrapper .e-icon-back {
|
|
111
|
+
margin-top: 2px;
|
|
112
|
+
}
|
|
113
|
+
.e-listbox-wrapper .e-list-header,
|
|
114
|
+
.e-listbox-container .e-list-header,
|
|
115
|
+
.e-listboxtool-wrapper .e-list-header {
|
|
116
|
+
-webkit-box-align: center;
|
|
117
|
+
-ms-flex-align: center;
|
|
118
|
+
align-items: center;
|
|
119
|
+
border-bottom: 1px solid;
|
|
120
|
+
display: -webkit-box;
|
|
121
|
+
display: -ms-flexbox;
|
|
122
|
+
display: flex;
|
|
123
|
+
font-weight: 600;
|
|
124
|
+
height: 36px;
|
|
125
|
+
padding: 0 16px;
|
|
126
|
+
}
|
|
127
|
+
.e-listbox-wrapper .e-has-header > .e-view,
|
|
128
|
+
.e-listbox-container .e-has-header > .e-view,
|
|
129
|
+
.e-listboxtool-wrapper .e-has-header > .e-view {
|
|
130
|
+
top: 45px;
|
|
131
|
+
}
|
|
132
|
+
.e-listbox-wrapper .e-but-back,
|
|
133
|
+
.e-listbox-container .e-but-back,
|
|
134
|
+
.e-listboxtool-wrapper .e-but-back {
|
|
135
|
+
cursor: pointer;
|
|
136
|
+
padding-right: 20px;
|
|
137
|
+
}
|
|
138
|
+
.e-listbox-wrapper .e-list-group-item:first-child,
|
|
139
|
+
.e-listbox-container .e-list-group-item:first-child,
|
|
140
|
+
.e-listboxtool-wrapper .e-list-group-item:first-child {
|
|
141
|
+
border: 0;
|
|
142
|
+
border-bottom: 0 solid transparent;
|
|
136
143
|
}
|
|
137
|
-
|
|
138
144
|
.e-listbox-wrapper .e-list-group-item,
|
|
139
145
|
.e-listbox-container .e-list-group-item,
|
|
140
146
|
.e-listboxtool-wrapper .e-list-group-item {
|
|
141
|
-
|
|
142
|
-
border-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
.e-listbox-wrapper .e-selectall-parent,
|
|
148
|
-
.e-listbox-container .e-selectall-parent,
|
|
149
|
-
.e-listboxtool-wrapper .e-selectall-parent {
|
|
150
|
-
background-color: inherit;
|
|
151
|
-
border-bottom: 1px solid #414040;
|
|
152
|
-
color: #dadada;
|
|
147
|
+
border-bottom: 0 solid transparent;
|
|
148
|
+
border-top: 1px solid;
|
|
149
|
+
font-weight: 600;
|
|
150
|
+
height: 36px;
|
|
151
|
+
line-height: 30px;
|
|
152
|
+
padding: 10px 16px;
|
|
153
153
|
}
|
|
154
|
-
|
|
155
|
-
.e-listbox-
|
|
156
|
-
.e-
|
|
157
|
-
|
|
158
|
-
|
|
154
|
+
.e-listbox-wrapper .e-icon-collapsible,
|
|
155
|
+
.e-listbox-container .e-icon-collapsible,
|
|
156
|
+
.e-listboxtool-wrapper .e-icon-collapsible {
|
|
157
|
+
cursor: pointer;
|
|
158
|
+
font-size: 12px;
|
|
159
|
+
position: absolute;
|
|
160
|
+
right: 0%;
|
|
161
|
+
top: 50%;
|
|
162
|
+
-webkit-transform: translateY(-50%);
|
|
163
|
+
transform: translateY(-50%);
|
|
159
164
|
}
|
|
160
|
-
|
|
161
|
-
.e-listbox-
|
|
162
|
-
.e-
|
|
163
|
-
|
|
164
|
-
height: inherit;
|
|
165
|
+
.e-listbox-wrapper .e-text-content,
|
|
166
|
+
.e-listbox-container .e-text-content,
|
|
167
|
+
.e-listboxtool-wrapper .e-text-content {
|
|
168
|
+
height: 100%;
|
|
165
169
|
position: relative;
|
|
170
|
+
vertical-align: middle;
|
|
166
171
|
}
|
|
167
|
-
.e-listbox-wrapper.e-
|
|
168
|
-
.e-listbox-container.e-
|
|
169
|
-
.e-listboxtool-wrapper
|
|
170
|
-
|
|
172
|
+
.e-listbox-wrapper .e-text-content *,
|
|
173
|
+
.e-listbox-container .e-text-content *,
|
|
174
|
+
.e-listboxtool-wrapper .e-text-content * {
|
|
175
|
+
display: inline-block;
|
|
176
|
+
vertical-align: middle;
|
|
171
177
|
}
|
|
172
|
-
.e-listbox-wrapper.e-
|
|
173
|
-
.e-listbox-container.e-
|
|
174
|
-
.e-listboxtool-wrapper.e-
|
|
175
|
-
|
|
178
|
+
.e-listbox-wrapper .e-text-content.e-checkbox .e-list-text,
|
|
179
|
+
.e-listbox-container .e-text-content.e-checkbox .e-list-text,
|
|
180
|
+
.e-listboxtool-wrapper .e-text-content.e-checkbox .e-list-text {
|
|
181
|
+
width: calc(100% - 40px);
|
|
176
182
|
}
|
|
177
|
-
.e-listbox-wrapper.e-
|
|
178
|
-
.e-listbox-container.e-
|
|
179
|
-
.e-listboxtool-wrapper.e-
|
|
180
|
-
|
|
181
|
-
display: block;
|
|
182
|
-
font-size: 13px;
|
|
183
|
-
font-weight: 500;
|
|
184
|
-
margin: 0;
|
|
185
|
-
overflow: hidden;
|
|
186
|
-
padding: 0.093em 0;
|
|
187
|
-
text-overflow: ellipsis;
|
|
188
|
-
white-space: nowrap;
|
|
183
|
+
.e-listbox-wrapper .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text,
|
|
184
|
+
.e-listbox-container .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text,
|
|
185
|
+
.e-listboxtool-wrapper .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text {
|
|
186
|
+
width: calc(100% - 90px);
|
|
189
187
|
}
|
|
190
|
-
.e-listbox-wrapper.e-
|
|
191
|
-
.e-listbox-container.e-
|
|
192
|
-
.e-listboxtool-wrapper.e-
|
|
193
|
-
|
|
194
|
-
display: block;
|
|
195
|
-
font-size: 13px;
|
|
196
|
-
margin: 0;
|
|
197
|
-
padding: 0.093em 0;
|
|
198
|
-
word-wrap: break-word;
|
|
188
|
+
.e-listbox-wrapper .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text,
|
|
189
|
+
.e-listbox-container .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text,
|
|
190
|
+
.e-listboxtool-wrapper .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text {
|
|
191
|
+
width: calc(100% - 80px);
|
|
199
192
|
}
|
|
200
|
-
.e-listbox-wrapper.e-list-
|
|
201
|
-
.e-listbox-container.e-list-
|
|
202
|
-
.e-listboxtool-wrapper.e-list-
|
|
193
|
+
.e-listbox-wrapper .e-list-item.e-checklist.e-has-child .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text,
|
|
194
|
+
.e-listbox-container .e-list-item.e-checklist.e-has-child .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text,
|
|
195
|
+
.e-listboxtool-wrapper .e-list-item.e-checklist.e-has-child .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text {
|
|
196
|
+
width: calc(100% - 92px);
|
|
197
|
+
}
|
|
198
|
+
.e-listbox-wrapper .e-checkbox .e-checkbox-left,
|
|
199
|
+
.e-listbox-container .e-checkbox .e-checkbox-left,
|
|
200
|
+
.e-listboxtool-wrapper .e-checkbox .e-checkbox-left {
|
|
201
|
+
margin: -2px 10px 0 0;
|
|
202
|
+
}
|
|
203
|
+
.e-listbox-wrapper .e-checkbox .e-checkbox-right,
|
|
204
|
+
.e-listbox-container .e-checkbox .e-checkbox-right,
|
|
205
|
+
.e-listboxtool-wrapper .e-checkbox .e-checkbox-right {
|
|
206
|
+
margin: -2px 0 0 10px;
|
|
207
|
+
}
|
|
208
|
+
.e-listbox-wrapper .e-list-text,
|
|
209
|
+
.e-listbox-container .e-list-text,
|
|
210
|
+
.e-listboxtool-wrapper .e-list-text {
|
|
211
|
+
cursor: pointer;
|
|
212
|
+
display: inline-block;
|
|
203
213
|
overflow: hidden;
|
|
204
214
|
text-overflow: ellipsis;
|
|
215
|
+
vertical-align: top;
|
|
205
216
|
white-space: nowrap;
|
|
217
|
+
width: 100%;
|
|
206
218
|
}
|
|
207
|
-
.e-listbox-wrapper.e-list-
|
|
208
|
-
.e-listbox-container.e-list-
|
|
209
|
-
.e-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
}
|
|
216
|
-
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
217
|
-
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
218
|
-
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
|
|
219
|
-
padding-left: 4.923em;
|
|
220
|
-
padding-right: 0.923em;
|
|
219
|
+
.e-listbox-wrapper .e-list-icon + .e-list-text, .e-listbox-wrapper .e-icon-wrapper .e-list-text, .e-listbox-wrapper .e-icon-wrapper.e-text-content.e-checkbox .e-list-text,
|
|
220
|
+
.e-listbox-container .e-list-icon + .e-list-text,
|
|
221
|
+
.e-listbox-container .e-icon-wrapper .e-list-text,
|
|
222
|
+
.e-listbox-container .e-icon-wrapper.e-text-content.e-checkbox .e-list-text,
|
|
223
|
+
.e-listboxtool-wrapper .e-list-icon + .e-list-text,
|
|
224
|
+
.e-listboxtool-wrapper .e-icon-wrapper .e-list-text,
|
|
225
|
+
.e-listboxtool-wrapper .e-icon-wrapper.e-text-content.e-checkbox .e-list-text {
|
|
226
|
+
width: calc(100% - 60px);
|
|
221
227
|
}
|
|
222
|
-
.e-listbox-wrapper
|
|
223
|
-
.e-listbox-container
|
|
224
|
-
.e-listboxtool-wrapper
|
|
225
|
-
|
|
226
|
-
|
|
228
|
+
.e-listbox-wrapper .e-list-icon,
|
|
229
|
+
.e-listbox-container .e-list-icon,
|
|
230
|
+
.e-listboxtool-wrapper .e-list-icon {
|
|
231
|
+
height: 30px;
|
|
232
|
+
margin-right: 16px;
|
|
233
|
+
width: 30px;
|
|
227
234
|
}
|
|
228
|
-
.e-listbox-wrapper
|
|
229
|
-
.e-listbox-container
|
|
230
|
-
.e-listboxtool-wrapper
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
position: absolute;
|
|
234
|
-
width: 3.0769em;
|
|
235
|
-
right: 0.923em;
|
|
235
|
+
.e-listbox-wrapper .e-content,
|
|
236
|
+
.e-listbox-container .e-content,
|
|
237
|
+
.e-listboxtool-wrapper .e-content {
|
|
238
|
+
overflow: hidden;
|
|
239
|
+
position: relative;
|
|
236
240
|
}
|
|
237
|
-
.e-listbox-wrapper
|
|
238
|
-
.e-listbox-container
|
|
239
|
-
.e-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
top: 0.6153em;
|
|
241
|
+
.e-listbox-wrapper .e-list-header .e-text,
|
|
242
|
+
.e-listbox-container .e-list-header .e-text,
|
|
243
|
+
.e-listboxtool-wrapper .e-list-header .e-text {
|
|
244
|
+
cursor: pointer;
|
|
245
|
+
text-indent: 0;
|
|
243
246
|
}
|
|
244
|
-
.e-listbox-wrapper
|
|
245
|
-
.e-listbox-container
|
|
246
|
-
.e-listboxtool-wrapper
|
|
247
|
-
|
|
248
|
-
height:
|
|
249
|
-
line-height: 1.3384em;
|
|
250
|
-
padding: 0;
|
|
251
|
-
position: absolute;
|
|
252
|
-
right: 0.923em;
|
|
253
|
-
top: 50%;
|
|
254
|
-
-webkit-transform: translateY(-50%);
|
|
255
|
-
transform: translateY(-50%);
|
|
256
|
-
width: 1.5384em;
|
|
247
|
+
.e-listbox-wrapper .e-text .e-headertext,
|
|
248
|
+
.e-listbox-container .e-text .e-headertext,
|
|
249
|
+
.e-listboxtool-wrapper .e-text .e-headertext {
|
|
250
|
+
display: inline-block;
|
|
251
|
+
line-height: 0;
|
|
257
252
|
}
|
|
258
|
-
.e-listbox-wrapper.e-
|
|
259
|
-
.e-listbox-container.e-
|
|
260
|
-
.e-listboxtool-wrapper.e-
|
|
261
|
-
|
|
262
|
-
padding-right: 3.3846em;
|
|
253
|
+
.e-listbox-wrapper.e-rtl,
|
|
254
|
+
.e-listbox-container.e-rtl,
|
|
255
|
+
.e-listboxtool-wrapper.e-rtl {
|
|
256
|
+
direction: rtl;
|
|
263
257
|
}
|
|
264
|
-
.e-listbox-wrapper.e-
|
|
265
|
-
.e-listbox-container.e-
|
|
266
|
-
.e-listboxtool-wrapper.e-
|
|
267
|
-
|
|
268
|
-
|
|
258
|
+
.e-listbox-wrapper.e-rtl .e-list-icon,
|
|
259
|
+
.e-listbox-container.e-rtl .e-list-icon,
|
|
260
|
+
.e-listboxtool-wrapper.e-rtl .e-list-icon {
|
|
261
|
+
margin-left: 16px;
|
|
262
|
+
margin-right: 0;
|
|
269
263
|
}
|
|
270
|
-
.e-listbox-wrapper.e-
|
|
271
|
-
.e-listbox-container.e-
|
|
272
|
-
.e-listboxtool-wrapper.e-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
white-space: nowrap;
|
|
264
|
+
.e-listbox-wrapper.e-rtl .e-icon-collapsible,
|
|
265
|
+
.e-listbox-container.e-rtl .e-icon-collapsible,
|
|
266
|
+
.e-listboxtool-wrapper.e-rtl .e-icon-collapsible {
|
|
267
|
+
left: 0%;
|
|
268
|
+
right: initial;
|
|
269
|
+
top: 50%;
|
|
270
|
+
-webkit-transform: translateY(-50%) rotate(180deg);
|
|
271
|
+
transform: translateY(-50%) rotate(180deg);
|
|
279
272
|
}
|
|
280
|
-
.e-listbox-wrapper.e-
|
|
281
|
-
.e-listbox-container.e-
|
|
282
|
-
.e-
|
|
283
|
-
|
|
284
|
-
.e-listboxtool-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content {
|
|
285
|
-
color: #dadada;
|
|
273
|
+
.e-listbox-wrapper.e-rtl .e-list-header .e-text,
|
|
274
|
+
.e-listbox-container.e-rtl .e-list-header .e-text,
|
|
275
|
+
.e-listboxtool-wrapper.e-rtl .e-list-header .e-text {
|
|
276
|
+
cursor: pointer;
|
|
286
277
|
}
|
|
287
|
-
.e-listbox-wrapper.e-
|
|
288
|
-
.e-listbox-container.e-
|
|
289
|
-
.e-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
color: #fff;
|
|
278
|
+
.e-listbox-wrapper.e-rtl .e-but-back,
|
|
279
|
+
.e-listbox-container.e-rtl .e-but-back,
|
|
280
|
+
.e-listboxtool-wrapper.e-rtl .e-but-back {
|
|
281
|
+
-webkit-transform: rotate(180deg);
|
|
282
|
+
transform: rotate(180deg);
|
|
293
283
|
}
|
|
294
|
-
.e-listbox-wrapper.e-rtl
|
|
295
|
-
.e-listbox-container.e-rtl
|
|
296
|
-
.e-listboxtool-wrapper.e-rtl
|
|
297
|
-
|
|
298
|
-
right: 0.923em;
|
|
284
|
+
.e-listbox-wrapper.e-rtl .e-icon-back,
|
|
285
|
+
.e-listbox-container.e-rtl .e-icon-back,
|
|
286
|
+
.e-listboxtool-wrapper.e-rtl .e-icon-back {
|
|
287
|
+
margin-top: 1px;
|
|
299
288
|
}
|
|
300
|
-
.e-listbox-wrapper.e-rtl.e-
|
|
301
|
-
.e-listbox-
|
|
302
|
-
.e-
|
|
303
|
-
|
|
304
|
-
|
|
289
|
+
.e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-left,
|
|
290
|
+
.e-listbox-wrapper.e-rtl .e-checkbox-wrapper,
|
|
291
|
+
.e-listbox-container.e-rtl .e-checkbox .e-checkbox-left,
|
|
292
|
+
.e-listbox-container.e-rtl .e-checkbox-wrapper,
|
|
293
|
+
.e-listboxtool-wrapper.e-rtl .e-checkbox .e-checkbox-left,
|
|
294
|
+
.e-listboxtool-wrapper.e-rtl .e-checkbox-wrapper {
|
|
295
|
+
margin: -2px 0 0 10px;
|
|
305
296
|
}
|
|
306
|
-
.e-listbox-wrapper.e-rtl.e-
|
|
307
|
-
.e-listbox-container.e-rtl.e-
|
|
308
|
-
.e-listboxtool-wrapper.e-rtl.e-
|
|
309
|
-
|
|
310
|
-
padding-right: 0.923em;
|
|
297
|
+
.e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-right,
|
|
298
|
+
.e-listbox-container.e-rtl .e-checkbox .e-checkbox-right,
|
|
299
|
+
.e-listboxtool-wrapper.e-rtl .e-checkbox .e-checkbox-right {
|
|
300
|
+
margin: -2px 10px 0 0;
|
|
311
301
|
}
|
|
312
|
-
.e-listbox-wrapper
|
|
313
|
-
.e-listbox-container
|
|
314
|
-
.e-listboxtool-wrapper
|
|
315
|
-
|
|
316
|
-
|
|
302
|
+
.e-listbox-wrapper .e-checkbox-wrapper,
|
|
303
|
+
.e-listbox-container .e-checkbox-wrapper,
|
|
304
|
+
.e-listboxtool-wrapper .e-checkbox-wrapper {
|
|
305
|
+
margin: -2px 10px 0 0;
|
|
306
|
+
text-indent: 0;
|
|
307
|
+
vertical-align: middle;
|
|
317
308
|
}
|
|
318
|
-
.e-listbox-wrapper.e-
|
|
319
|
-
.e-listbox-container.e-
|
|
320
|
-
.e-listboxtool-wrapper.e-
|
|
321
|
-
|
|
322
|
-
right:
|
|
309
|
+
.e-listbox-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
310
|
+
.e-listbox-container.e-checkbox-right .e-checkbox-wrapper,
|
|
311
|
+
.e-listboxtool-wrapper.e-checkbox-right .e-checkbox-wrapper {
|
|
312
|
+
position: absolute;
|
|
313
|
+
right: 0;
|
|
314
|
+
top: 30%;
|
|
323
315
|
}
|
|
324
|
-
.e-listbox-wrapper
|
|
325
|
-
.e-listbox-container
|
|
326
|
-
.e-listboxtool-wrapper
|
|
327
|
-
padding
|
|
328
|
-
padding-right: 4.923em;
|
|
316
|
+
.e-listbox-wrapper .e-input-group,
|
|
317
|
+
.e-listbox-container .e-input-group,
|
|
318
|
+
.e-listboxtool-wrapper .e-input-group {
|
|
319
|
+
padding: 4px 8px;
|
|
329
320
|
}
|
|
330
|
-
.e-listbox-wrapper
|
|
331
|
-
.e-listbox-container
|
|
332
|
-
.e-listboxtool-wrapper
|
|
333
|
-
padding
|
|
334
|
-
padding-right: 0.923em;
|
|
321
|
+
.e-listbox-wrapper .e-input-focus,
|
|
322
|
+
.e-listbox-container .e-input-focus,
|
|
323
|
+
.e-listboxtool-wrapper .e-input-focus {
|
|
324
|
+
padding: 4px 4px 4px 8px;
|
|
335
325
|
}
|
|
336
|
-
|
|
337
|
-
.e-listbox-container
|
|
338
|
-
|
|
326
|
+
.e-listbox-wrapper .e-hidden-select,
|
|
327
|
+
.e-listbox-container .e-hidden-select,
|
|
328
|
+
.e-listboxtool-wrapper .e-hidden-select {
|
|
329
|
+
height: 1px;
|
|
330
|
+
opacity: 0;
|
|
331
|
+
position: absolute;
|
|
332
|
+
width: 100%;
|
|
339
333
|
}
|
|
340
|
-
|
|
341
|
-
.e-listbox-container
|
|
342
|
-
|
|
334
|
+
.e-listbox-wrapper .e-placeholder,
|
|
335
|
+
.e-listbox-container .e-placeholder,
|
|
336
|
+
.e-listboxtool-wrapper .e-placeholder {
|
|
337
|
+
background-color: #0074cc;
|
|
338
|
+
display: block;
|
|
339
|
+
height: 1px;
|
|
343
340
|
}
|
|
344
341
|
|
|
345
|
-
|
|
346
|
-
|
|
342
|
+
ejs-listbox {
|
|
343
|
+
display: block;
|
|
347
344
|
}
|
|
348
345
|
|
|
349
|
-
.e-listbox-
|
|
350
|
-
|
|
346
|
+
.e-listbox-wrapper:not(.e-listbox-container),
|
|
347
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
348
|
+
overflow: auto;
|
|
351
349
|
}
|
|
352
350
|
|
|
353
|
-
|
|
354
|
-
.e-listbox-
|
|
355
|
-
.e-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
-webkit-box-sizing: border-box;
|
|
359
|
-
box-sizing: border-box;
|
|
360
|
-
cursor: pointer;
|
|
361
|
-
display: block;
|
|
362
|
-
position: relative;
|
|
363
|
-
-webkit-user-select: none;
|
|
364
|
-
-moz-user-select: none;
|
|
365
|
-
-ms-user-select: none;
|
|
366
|
-
user-select: none;
|
|
367
|
-
width: 100%;
|
|
368
|
-
}
|
|
369
|
-
.e-listbox-wrapper *,
|
|
370
|
-
.e-listbox-container *,
|
|
371
|
-
.e-listboxtool-wrapper * {
|
|
372
|
-
-webkit-box-sizing: border-box;
|
|
373
|
-
box-sizing: border-box;
|
|
374
|
-
}
|
|
375
|
-
.e-listbox-wrapper .e-list-wrap:focus-visible, .e-listbox-wrapper:focus,
|
|
376
|
-
.e-listbox-container .e-list-wrap:focus-visible,
|
|
377
|
-
.e-listbox-container:focus,
|
|
378
|
-
.e-listboxtool-wrapper .e-list-wrap:focus-visible,
|
|
379
|
-
.e-listboxtool-wrapper:focus {
|
|
380
|
-
outline: none;
|
|
381
|
-
}
|
|
382
|
-
.e-listbox-wrapper.e-disabled,
|
|
383
|
-
.e-listbox-container.e-disabled,
|
|
384
|
-
.e-listboxtool-wrapper.e-disabled {
|
|
385
|
-
cursor: default;
|
|
386
|
-
pointer-events: none;
|
|
387
|
-
}
|
|
388
|
-
.e-listbox-wrapper:not(.e-list-template) .e-list-nrt,
|
|
389
|
-
.e-listbox-container:not(.e-list-template) .e-list-nrt,
|
|
390
|
-
.e-listboxtool-wrapper:not(.e-list-template) .e-list-nrt {
|
|
391
|
-
text-align: center;
|
|
392
|
-
}
|
|
393
|
-
.e-listbox-wrapper .e-list-parent,
|
|
394
|
-
.e-listbox-container .e-list-parent,
|
|
395
|
-
.e-listboxtool-wrapper .e-list-parent {
|
|
396
|
-
height: 100%;
|
|
397
|
-
min-height: 36px;
|
|
398
|
-
}
|
|
399
|
-
.e-listbox-wrapper .e-list-item,
|
|
400
|
-
.e-listbox-container .e-list-item,
|
|
401
|
-
.e-listboxtool-wrapper .e-list-item {
|
|
402
|
-
border-bottom: 0 solid;
|
|
403
|
-
outline: none;
|
|
404
|
-
}
|
|
405
|
-
.e-listbox-wrapper .e-list-item.e-disabled,
|
|
406
|
-
.e-listbox-container .e-list-item.e-disabled,
|
|
407
|
-
.e-listboxtool-wrapper .e-list-item.e-disabled {
|
|
408
|
-
pointer-events: none;
|
|
351
|
+
.e-listbox-wrapper.e-sortableclone,
|
|
352
|
+
.e-listbox-container.e-sortableclone,
|
|
353
|
+
.e-listboxtool-wrapper.e-sortableclone {
|
|
354
|
+
border-width: 0;
|
|
355
|
+
overflow: visible;
|
|
409
356
|
}
|
|
410
|
-
.e-listbox-wrapper .e-
|
|
411
|
-
.e-listbox-container .e-
|
|
412
|
-
.e-listboxtool-wrapper .e-
|
|
413
|
-
|
|
357
|
+
.e-listbox-wrapper.e-sortableclone .e-list-item,
|
|
358
|
+
.e-listbox-container.e-sortableclone .e-list-item,
|
|
359
|
+
.e-listboxtool-wrapper.e-sortableclone .e-list-item {
|
|
360
|
+
list-style-type: none;
|
|
361
|
+
height: 38px !important; /* stylelint-disable-line declaration-no-important */
|
|
414
362
|
}
|
|
415
|
-
.e-listbox-wrapper .e-
|
|
416
|
-
.e-listbox-container .e-
|
|
417
|
-
.e-listboxtool-wrapper .e-
|
|
418
|
-
|
|
419
|
-
padding: 0;
|
|
363
|
+
.e-listbox-wrapper.e-sortableclone .e-ripple,
|
|
364
|
+
.e-listbox-container.e-sortableclone .e-ripple,
|
|
365
|
+
.e-listboxtool-wrapper.e-sortableclone .e-ripple {
|
|
366
|
+
overflow: visible;
|
|
420
367
|
}
|
|
421
|
-
.e-listbox-wrapper
|
|
422
|
-
.e-listbox-container .e-
|
|
423
|
-
.e-
|
|
424
|
-
.e-listboxtool-wrapper .e-list-header .e-text.header,
|
|
425
|
-
.e-listboxtool-wrapper .e-list-header .e-headertemplate-text.nested-header {
|
|
368
|
+
.e-listbox-wrapper.e-sortableclone .e-ripple .e-ripple-element,
|
|
369
|
+
.e-listbox-container.e-sortableclone .e-ripple .e-ripple-element,
|
|
370
|
+
.e-listboxtool-wrapper.e-sortableclone .e-ripple .e-ripple-element {
|
|
426
371
|
display: none;
|
|
427
372
|
}
|
|
428
|
-
.e-listbox-wrapper .e-
|
|
429
|
-
.e-listbox-container .e-
|
|
430
|
-
.e-listboxtool-wrapper .e-
|
|
431
|
-
margin-top: 2px;
|
|
432
|
-
}
|
|
433
|
-
.e-listbox-wrapper .e-list-header,
|
|
434
|
-
.e-listbox-container .e-list-header,
|
|
435
|
-
.e-listboxtool-wrapper .e-list-header {
|
|
373
|
+
.e-listbox-wrapper.e-sortableclone .e-list-badge,
|
|
374
|
+
.e-listbox-container.e-sortableclone .e-list-badge,
|
|
375
|
+
.e-listboxtool-wrapper.e-sortableclone .e-list-badge {
|
|
436
376
|
-webkit-box-align: center;
|
|
437
377
|
-ms-flex-align: center;
|
|
438
378
|
align-items: center;
|
|
439
|
-
|
|
379
|
+
background-color: #0074cc;
|
|
380
|
+
border: 1px solid #fff;
|
|
381
|
+
border-radius: 50%;
|
|
382
|
+
color: #fff;
|
|
440
383
|
display: -webkit-box;
|
|
441
384
|
display: -ms-flexbox;
|
|
442
385
|
display: flex;
|
|
443
|
-
font-
|
|
444
|
-
height:
|
|
445
|
-
|
|
386
|
+
font-size: 12px;
|
|
387
|
+
height: 22px;
|
|
388
|
+
-webkit-box-pack: center;
|
|
389
|
+
-ms-flex-pack: center;
|
|
390
|
+
justify-content: center;
|
|
391
|
+
position: absolute;
|
|
392
|
+
right: -10px;
|
|
393
|
+
top: -10px;
|
|
394
|
+
width: 22px;
|
|
446
395
|
}
|
|
447
|
-
|
|
448
|
-
.e-
|
|
449
|
-
|
|
450
|
-
top: 45px;
|
|
396
|
+
|
|
397
|
+
.e-listboxtool-wrapper.e-sortableclone {
|
|
398
|
+
display: block;
|
|
451
399
|
}
|
|
452
|
-
|
|
453
|
-
.e-
|
|
454
|
-
.e-listboxtool-
|
|
400
|
+
|
|
401
|
+
.e-listboxtool-wrapper,
|
|
402
|
+
.e-listboxtool-container {
|
|
455
403
|
cursor: pointer;
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
.e-listbox-container .e-list-group-item:first-child,
|
|
460
|
-
.e-listboxtool-wrapper .e-list-group-item:first-child {
|
|
461
|
-
border: 0;
|
|
462
|
-
border-bottom: 0 solid transparent;
|
|
404
|
+
display: -webkit-box;
|
|
405
|
+
display: -ms-flexbox;
|
|
406
|
+
display: flex;
|
|
463
407
|
}
|
|
464
|
-
.e-
|
|
465
|
-
.e-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
border-top: 1px solid;
|
|
469
|
-
font-weight: 600;
|
|
470
|
-
height: 36px;
|
|
471
|
-
line-height: 30px;
|
|
472
|
-
padding: 10px 16px;
|
|
408
|
+
.e-listboxtool-wrapper *,
|
|
409
|
+
.e-listboxtool-container * {
|
|
410
|
+
-webkit-box-sizing: border-box;
|
|
411
|
+
box-sizing: border-box;
|
|
473
412
|
}
|
|
474
|
-
.e-
|
|
475
|
-
.e-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
font-size: 12px;
|
|
479
|
-
position: absolute;
|
|
480
|
-
right: 0%;
|
|
481
|
-
top: 50%;
|
|
482
|
-
-webkit-transform: translateY(-50%);
|
|
483
|
-
transform: translateY(-50%);
|
|
413
|
+
.e-listboxtool-wrapper.e-disabled,
|
|
414
|
+
.e-listboxtool-container.e-disabled {
|
|
415
|
+
cursor: default;
|
|
416
|
+
pointer-events: none;
|
|
484
417
|
}
|
|
485
|
-
.e-
|
|
486
|
-
.e-
|
|
487
|
-
.e-listboxtool-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
418
|
+
.e-listboxtool-wrapper .e-listbox-wrapper,
|
|
419
|
+
.e-listboxtool-wrapper .e-list-wrap,
|
|
420
|
+
.e-listboxtool-container .e-listbox-wrapper,
|
|
421
|
+
.e-listboxtool-container .e-list-wrap {
|
|
422
|
+
-webkit-box-flex: 1;
|
|
423
|
+
-ms-flex: 1;
|
|
424
|
+
flex: 1;
|
|
491
425
|
}
|
|
492
|
-
.e-
|
|
493
|
-
.e-
|
|
494
|
-
|
|
495
|
-
display: inline-block;
|
|
496
|
-
vertical-align: middle;
|
|
426
|
+
.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
427
|
+
.e-listboxtool-container.e-right .e-listbox-tool {
|
|
428
|
+
margin-left: 15px;
|
|
497
429
|
}
|
|
498
|
-
.e-
|
|
499
|
-
.e-
|
|
500
|
-
|
|
501
|
-
width: calc(100% - 40px);
|
|
430
|
+
.e-listboxtool-wrapper.e-left .e-listbox-tool,
|
|
431
|
+
.e-listboxtool-container.e-left .e-listbox-tool {
|
|
432
|
+
margin-right: 15px;
|
|
502
433
|
}
|
|
503
|
-
.e-
|
|
504
|
-
.e-
|
|
505
|
-
|
|
506
|
-
|
|
434
|
+
.e-listboxtool-wrapper .e-listbox-tool,
|
|
435
|
+
.e-listboxtool-container .e-listbox-tool {
|
|
436
|
+
border: 1px solid #414040;
|
|
437
|
+
overflow: auto;
|
|
438
|
+
padding: 8px;
|
|
507
439
|
}
|
|
508
|
-
.e-
|
|
509
|
-
.e-
|
|
510
|
-
|
|
511
|
-
|
|
440
|
+
.e-listboxtool-wrapper .e-listbox-tool .e-btn,
|
|
441
|
+
.e-listboxtool-container .e-listbox-tool .e-btn {
|
|
442
|
+
display: list-item;
|
|
443
|
+
list-style-type: none;
|
|
444
|
+
margin-bottom: 10px;
|
|
512
445
|
}
|
|
513
|
-
.e-
|
|
514
|
-
.e-
|
|
515
|
-
|
|
516
|
-
|
|
446
|
+
.e-listboxtool-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
447
|
+
.e-listboxtool-container.e-checkbox-right .e-checkbox-wrapper {
|
|
448
|
+
position: absolute;
|
|
449
|
+
right: 0;
|
|
450
|
+
top: 30%;
|
|
517
451
|
}
|
|
518
|
-
|
|
519
|
-
.e-
|
|
520
|
-
.e-listboxtool-
|
|
521
|
-
margin:
|
|
452
|
+
|
|
453
|
+
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
454
|
+
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
455
|
+
margin-right: 15px;
|
|
522
456
|
}
|
|
523
|
-
.e-
|
|
524
|
-
.e-
|
|
525
|
-
|
|
526
|
-
margin: -2px 0 0 10px;
|
|
457
|
+
.e-rtl.e-listboxtool-wrapper.e-left .e-listbox-tool,
|
|
458
|
+
.e-rtl.e-listboxtool-container.e-left .e-listbox-tool {
|
|
459
|
+
margin-left: 15px;
|
|
527
460
|
}
|
|
528
|
-
|
|
529
|
-
.e-listbox-
|
|
530
|
-
.e-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
.e-listbox-container .e-icon-wrapper.e-text-content.e-checkbox .e-list-text,
|
|
543
|
-
.e-listboxtool-wrapper .e-list-icon + .e-list-text,
|
|
544
|
-
.e-listboxtool-wrapper .e-icon-wrapper .e-list-text,
|
|
545
|
-
.e-listboxtool-wrapper .e-icon-wrapper.e-text-content.e-checkbox .e-list-text {
|
|
546
|
-
width: calc(100% - 60px);
|
|
461
|
+
|
|
462
|
+
.e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
463
|
+
.e-listbox-wrapper .e-list-nrt,
|
|
464
|
+
.e-listbox-wrapper .e-selectall-parent,
|
|
465
|
+
.e-listbox-container:not(.e-list-template) .e-list-item,
|
|
466
|
+
.e-listbox-container .e-list-nrt,
|
|
467
|
+
.e-listbox-container .e-selectall-parent,
|
|
468
|
+
.e-listboxtool-wrapper .e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
469
|
+
.e-listboxtool-wrapper .e-listbox-wrapper .e-list-nrt,
|
|
470
|
+
.e-listboxtool-wrapper .e-listbox-wrapper .e-selectall-parent {
|
|
471
|
+
height: 36px;
|
|
472
|
+
line-height: 1;
|
|
473
|
+
padding: 10px 16px;
|
|
474
|
+
position: relative;
|
|
547
475
|
}
|
|
548
476
|
.e-listbox-wrapper .e-list-icon,
|
|
549
477
|
.e-listbox-container .e-list-icon,
|
|
550
|
-
.e-listboxtool-wrapper .e-list-icon {
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
width:
|
|
478
|
+
.e-listboxtool-wrapper .e-listbox-wrapper .e-list-icon {
|
|
479
|
+
display: inline;
|
|
480
|
+
vertical-align: middle;
|
|
481
|
+
width: auto;
|
|
482
|
+
height: auto;
|
|
483
|
+
padding-bottom: 1px;
|
|
554
484
|
}
|
|
555
|
-
|
|
556
|
-
.e-listbox-
|
|
557
|
-
.e-
|
|
558
|
-
|
|
559
|
-
position: relative;
|
|
485
|
+
|
|
486
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
487
|
+
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
488
|
+
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
560
489
|
}
|
|
561
|
-
|
|
562
|
-
.e-listbox-container
|
|
563
|
-
|
|
564
|
-
cursor: pointer;
|
|
565
|
-
text-indent: 0;
|
|
490
|
+
|
|
491
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
492
|
+
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
566
493
|
}
|
|
567
|
-
|
|
568
|
-
.e-listbox-
|
|
569
|
-
|
|
570
|
-
display: inline-block;
|
|
571
|
-
line-height: 0;
|
|
494
|
+
|
|
495
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
496
|
+
height: calc(100% - 51px) !important; /* stylelint-disable-line declaration-no-important */
|
|
572
497
|
}
|
|
573
|
-
|
|
574
|
-
.e-listbox-container.e-
|
|
575
|
-
|
|
576
|
-
direction: rtl;
|
|
498
|
+
|
|
499
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
500
|
+
height: calc(100% - 87px) !important; /* stylelint-disable-line declaration-no-important */
|
|
577
501
|
}
|
|
578
|
-
|
|
579
|
-
.e-listbox-
|
|
580
|
-
.e-
|
|
581
|
-
|
|
582
|
-
|
|
502
|
+
|
|
503
|
+
.e-listbox-wrapper,
|
|
504
|
+
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
505
|
+
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
506
|
+
border: 1px solid #414040;
|
|
583
507
|
}
|
|
584
|
-
|
|
585
|
-
.e-listbox-
|
|
586
|
-
.e-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
-webkit-transform: translateY(-50%) rotate(180deg);
|
|
591
|
-
transform: translateY(-50%) rotate(180deg);
|
|
508
|
+
|
|
509
|
+
.e-listbox-wrapper,
|
|
510
|
+
.e-listbox-container,
|
|
511
|
+
.e-listboxtool-wrapper {
|
|
512
|
+
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
513
|
+
font-size: 13px;
|
|
592
514
|
}
|
|
593
|
-
.e-listbox-wrapper
|
|
594
|
-
.e-listbox-container
|
|
595
|
-
.e-listboxtool-wrapper
|
|
596
|
-
|
|
515
|
+
.e-listbox-wrapper .e-list-header,
|
|
516
|
+
.e-listbox-container .e-list-header,
|
|
517
|
+
.e-listboxtool-wrapper .e-list-header {
|
|
518
|
+
background-color: #201f1f;
|
|
519
|
+
border-color: #414040;
|
|
520
|
+
color: #dadada;
|
|
521
|
+
font-size: 14px;
|
|
597
522
|
}
|
|
598
|
-
|
|
599
|
-
.e-listbox-
|
|
600
|
-
.e-
|
|
601
|
-
|
|
602
|
-
|
|
523
|
+
|
|
524
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
525
|
+
.e-listbox-container.e-filter-list .e-list-parent,
|
|
526
|
+
.e-listboxtool-wrapper.e-filter-list .e-list-parent {
|
|
527
|
+
height: calc(100% - 51px);
|
|
603
528
|
}
|
|
604
|
-
|
|
605
|
-
.e-listbox-
|
|
606
|
-
.e-
|
|
607
|
-
|
|
529
|
+
|
|
530
|
+
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
531
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
532
|
+
.e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
533
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
608
534
|
}
|
|
609
|
-
|
|
610
|
-
.e-listbox-wrapper.e-
|
|
611
|
-
.e-listbox-container
|
|
612
|
-
.e-
|
|
613
|
-
|
|
614
|
-
.e-listboxtool-wrapper.e-rtl .e-checkbox-wrapper {
|
|
615
|
-
margin: -2px 0 0 10px;
|
|
535
|
+
|
|
536
|
+
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
537
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent,
|
|
538
|
+
.e-listboxtool-wrapper .e-selectall-parent + .e-list-parent {
|
|
539
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
616
540
|
}
|
|
617
|
-
|
|
618
|
-
.e-listbox-
|
|
619
|
-
.e-
|
|
620
|
-
|
|
541
|
+
|
|
542
|
+
.e-listbox-wrapper .e-list-item,
|
|
543
|
+
.e-listbox-container .e-list-item,
|
|
544
|
+
.e-listboxtool-wrapper .e-list-item {
|
|
545
|
+
background-color: inherit;
|
|
546
|
+
border-bottom: 0 solid transparent;
|
|
547
|
+
border-left: 0 solid transparent;
|
|
548
|
+
border-right: 0 solid transparent;
|
|
549
|
+
border-top: 0 solid transparent;
|
|
550
|
+
color: #dadada;
|
|
621
551
|
}
|
|
622
|
-
|
|
623
|
-
.e-listbox-
|
|
624
|
-
.e-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
552
|
+
|
|
553
|
+
.e-listbox-wrapper .e-list-item:hover:not(.e-selected):not(.e-disabled), .e-listbox-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled),
|
|
554
|
+
.e-listbox-container .e-list-item:hover:not(.e-selected):not(.e-disabled),
|
|
555
|
+
.e-listbox-container .e-list-item:hover.e-selected.e-checklist:not(.e-disabled),
|
|
556
|
+
.e-listboxtool-wrapper .e-list-item:hover:not(.e-selected):not(.e-disabled),
|
|
557
|
+
.e-listboxtool-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled) {
|
|
558
|
+
background-color: #414040;
|
|
559
|
+
border-color: transparent;
|
|
560
|
+
color: #dadada;
|
|
628
561
|
}
|
|
629
|
-
|
|
630
|
-
.e-listbox-
|
|
631
|
-
.e-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
562
|
+
|
|
563
|
+
.e-listbox-wrapper .e-list-item.e-selected.e-checklist,
|
|
564
|
+
.e-listbox-container .e-list-item.e-selected.e-checklist,
|
|
565
|
+
.e-listboxtool-wrapper .e-list-item.e-selected.e-checklist {
|
|
566
|
+
background-color: inherit;
|
|
567
|
+
color: #dadada;
|
|
635
568
|
}
|
|
636
|
-
|
|
637
|
-
.e-listbox-
|
|
638
|
-
.e-
|
|
639
|
-
|
|
569
|
+
|
|
570
|
+
.e-listbox-wrapper .e-list-item.e-focused, .e-listbox-wrapper .e-list-item.e-focused.e-selected.e-checklist, .e-listbox-wrapper .e-list-item.e-selected,
|
|
571
|
+
.e-listbox-container .e-list-item.e-focused,
|
|
572
|
+
.e-listbox-container .e-list-item.e-focused.e-selected.e-checklist,
|
|
573
|
+
.e-listbox-container .e-list-item.e-selected,
|
|
574
|
+
.e-listboxtool-wrapper .e-list-item.e-focused,
|
|
575
|
+
.e-listboxtool-wrapper .e-list-item.e-focused.e-selected.e-checklist,
|
|
576
|
+
.e-listboxtool-wrapper .e-list-item.e-selected {
|
|
577
|
+
background-color: #514f4f;
|
|
578
|
+
color: #fff;
|
|
640
579
|
}
|
|
641
|
-
|
|
642
|
-
.e-listbox-
|
|
643
|
-
.e-
|
|
644
|
-
|
|
580
|
+
|
|
581
|
+
.e-listbox-wrapper .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check, .e-listbox-wrapper .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check,
|
|
582
|
+
.e-listbox-container .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
|
|
583
|
+
.e-listbox-container .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check,
|
|
584
|
+
.e-listboxtool-wrapper .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
|
|
585
|
+
.e-listboxtool-wrapper .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check {
|
|
586
|
+
background-color: #0074cc;
|
|
587
|
+
border-color: #0074cc;
|
|
588
|
+
color: #fff;
|
|
645
589
|
}
|
|
646
|
-
|
|
647
|
-
.e-listbox-
|
|
648
|
-
.e-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
590
|
+
|
|
591
|
+
.e-listbox-wrapper .e-list-group-item,
|
|
592
|
+
.e-listbox-container .e-list-group-item,
|
|
593
|
+
.e-listboxtool-wrapper .e-list-group-item {
|
|
594
|
+
background-color: #201f1f;
|
|
595
|
+
border-color: #414040;
|
|
596
|
+
color: rgb(0, 55.1, 96.9);
|
|
597
|
+
font-size: 14px;
|
|
653
598
|
}
|
|
654
|
-
|
|
655
|
-
.e-listbox-
|
|
656
|
-
.e-
|
|
657
|
-
|
|
599
|
+
|
|
600
|
+
.e-listbox-wrapper .e-selectall-parent,
|
|
601
|
+
.e-listbox-container .e-selectall-parent,
|
|
602
|
+
.e-listboxtool-wrapper .e-selectall-parent {
|
|
603
|
+
background-color: inherit;
|
|
604
|
+
border-bottom: 1px solid #414040;
|
|
605
|
+
color: #dadada;
|
|
606
|
+
}
|
|
607
|
+
|
|
608
|
+
.e-listbox-wrapper .e-sortableclone.e-ripple .e-ripple-element,
|
|
609
|
+
.e-listbox-container .e-sortableclone.e-ripple .e-ripple-element,
|
|
610
|
+
.e-listboxtool-wrapper .e-sortableclone.e-ripple .e-ripple-element {
|
|
611
|
+
background-color: transparent;
|
|
612
|
+
}
|
|
613
|
+
|
|
614
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper,
|
|
615
|
+
.e-listbox-container.e-list-template .e-list-wrapper,
|
|
616
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper {
|
|
617
|
+
height: inherit;
|
|
618
|
+
position: relative;
|
|
619
|
+
}
|
|
620
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line),
|
|
621
|
+
.e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line),
|
|
622
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) {
|
|
623
|
+
padding: 0.6153em 0.923em;
|
|
624
|
+
}
|
|
625
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line,
|
|
626
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line,
|
|
627
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line {
|
|
628
|
+
padding: 0.6153em 0.923em;
|
|
629
|
+
}
|
|
630
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header,
|
|
631
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header,
|
|
632
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header {
|
|
633
|
+
color: #dadada;
|
|
658
634
|
display: block;
|
|
659
|
-
|
|
635
|
+
font-size: 13px;
|
|
636
|
+
font-weight: 500;
|
|
637
|
+
margin: 0;
|
|
638
|
+
overflow: hidden;
|
|
639
|
+
padding: 0.093em 0;
|
|
640
|
+
text-overflow: ellipsis;
|
|
641
|
+
white-space: nowrap;
|
|
660
642
|
}
|
|
661
|
-
|
|
662
|
-
|
|
643
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content,
|
|
644
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content,
|
|
645
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content {
|
|
646
|
+
color: #dadada;
|
|
663
647
|
display: block;
|
|
648
|
+
font-size: 13px;
|
|
649
|
+
margin: 0;
|
|
650
|
+
padding: 0.093em 0;
|
|
651
|
+
word-wrap: break-word;
|
|
664
652
|
}
|
|
665
|
-
|
|
666
|
-
.e-listbox-wrapper:not(.e-
|
|
667
|
-
.e-
|
|
668
|
-
overflow:
|
|
653
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow),
|
|
654
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow),
|
|
655
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow) {
|
|
656
|
+
overflow: hidden;
|
|
657
|
+
text-overflow: ellipsis;
|
|
658
|
+
white-space: nowrap;
|
|
669
659
|
}
|
|
670
|
-
|
|
671
|
-
.e-listbox-wrapper.e-
|
|
672
|
-
.e-
|
|
673
|
-
.
|
|
674
|
-
|
|
675
|
-
|
|
660
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
661
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
662
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
|
|
663
|
+
height: 3.0769em;
|
|
664
|
+
left: 0.923em;
|
|
665
|
+
position: absolute;
|
|
666
|
+
width: 3.0769em;
|
|
667
|
+
left: 0.923em;
|
|
676
668
|
}
|
|
677
|
-
.e-listbox-wrapper.e-
|
|
678
|
-
.e-listbox-container.e-
|
|
679
|
-
.e-listboxtool-wrapper.e-
|
|
680
|
-
|
|
681
|
-
|
|
669
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
670
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
671
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
|
|
672
|
+
padding-left: 4.923em;
|
|
673
|
+
padding-right: 0.923em;
|
|
682
674
|
}
|
|
683
|
-
.e-listbox-wrapper.e-
|
|
684
|
-
.e-listbox-container.e-
|
|
685
|
-
.e-listboxtool-wrapper.e-
|
|
686
|
-
|
|
675
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
676
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
677
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
|
|
678
|
+
padding-left: 0.923em;
|
|
679
|
+
padding-right: 4.923em;
|
|
687
680
|
}
|
|
688
|
-
.e-listbox-wrapper.e-
|
|
689
|
-
.e-listbox-container.e-
|
|
690
|
-
.e-listboxtool-wrapper.e-
|
|
691
|
-
|
|
681
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
682
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
683
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
684
|
+
height: 3.0769em;
|
|
685
|
+
left: 0.923em;
|
|
686
|
+
position: absolute;
|
|
687
|
+
width: 3.0769em;
|
|
688
|
+
right: 0.923em;
|
|
692
689
|
}
|
|
693
|
-
.e-listbox-wrapper.e-
|
|
694
|
-
.e-listbox-container.e-
|
|
695
|
-
.e-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
height: 22px;
|
|
708
|
-
-webkit-box-pack: center;
|
|
709
|
-
-ms-flex-pack: center;
|
|
710
|
-
justify-content: center;
|
|
690
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar, .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
691
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
|
|
692
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
693
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
|
|
694
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
695
|
+
top: 0.6153em;
|
|
696
|
+
}
|
|
697
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
698
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
699
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge {
|
|
700
|
+
font-size: 13px;
|
|
701
|
+
height: 1.5384em;
|
|
702
|
+
line-height: 1.3384em;
|
|
703
|
+
padding: 0;
|
|
711
704
|
position: absolute;
|
|
712
|
-
right:
|
|
713
|
-
top:
|
|
714
|
-
|
|
705
|
+
right: 0.923em;
|
|
706
|
+
top: 50%;
|
|
707
|
+
-webkit-transform: translateY(-50%);
|
|
708
|
+
transform: translateY(-50%);
|
|
709
|
+
width: 1.5384em;
|
|
715
710
|
}
|
|
716
|
-
|
|
717
|
-
.e-
|
|
711
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
712
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
713
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
|
|
714
|
+
padding-left: 4.923em;
|
|
715
|
+
padding-right: 3.3846em;
|
|
716
|
+
}
|
|
717
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
718
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
719
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
|
|
720
|
+
padding-left: 0.923em;
|
|
721
|
+
padding-right: 3.3846em;
|
|
722
|
+
}
|
|
723
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content,
|
|
724
|
+
.e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content,
|
|
725
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content {
|
|
718
726
|
display: block;
|
|
727
|
+
margin: 0;
|
|
728
|
+
overflow: hidden;
|
|
729
|
+
padding: 0.867em 0;
|
|
730
|
+
text-overflow: ellipsis;
|
|
731
|
+
white-space: nowrap;
|
|
719
732
|
}
|
|
720
|
-
|
|
721
|
-
.e-
|
|
722
|
-
.e-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
display: flex;
|
|
733
|
+
.e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-item-header, .e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content,
|
|
734
|
+
.e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,
|
|
735
|
+
.e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-content,
|
|
736
|
+
.e-listboxtool-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,
|
|
737
|
+
.e-listboxtool-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content {
|
|
738
|
+
color: #dadada;
|
|
727
739
|
}
|
|
728
|
-
.e-
|
|
729
|
-
.e-
|
|
730
|
-
|
|
731
|
-
|
|
740
|
+
.e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header, .e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-content,
|
|
741
|
+
.e-listbox-container.e-list-template .e-list-item.e-selected .e-list-item-header,
|
|
742
|
+
.e-listbox-container.e-list-template .e-list-item.e-selected .e-list-content,
|
|
743
|
+
.e-listboxtool-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header,
|
|
744
|
+
.e-listboxtool-wrapper.e-list-template .e-list-item.e-selected .e-list-content {
|
|
745
|
+
color: #fff;
|
|
732
746
|
}
|
|
733
|
-
.e-
|
|
734
|
-
.e-
|
|
735
|
-
|
|
736
|
-
|
|
747
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
748
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
749
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
|
|
750
|
+
left: inherit;
|
|
751
|
+
right: 0.923em;
|
|
737
752
|
}
|
|
738
|
-
.e-
|
|
739
|
-
.e-
|
|
740
|
-
.e-listboxtool-
|
|
741
|
-
|
|
742
|
-
-
|
|
743
|
-
-ms-flex: 1;
|
|
744
|
-
flex: 1;
|
|
753
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
754
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
755
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
|
|
756
|
+
padding-left: 0.923em;
|
|
757
|
+
padding-right: 4.923em;
|
|
745
758
|
}
|
|
746
|
-
.e-
|
|
747
|
-
.e-
|
|
748
|
-
|
|
759
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
760
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
761
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
|
|
762
|
+
padding-left: 4.923em;
|
|
763
|
+
padding-right: 0.923em;
|
|
749
764
|
}
|
|
750
|
-
.e-
|
|
751
|
-
.e-
|
|
752
|
-
|
|
765
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
766
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
767
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
768
|
+
left: 0.923em;
|
|
769
|
+
right: inherit;
|
|
753
770
|
}
|
|
754
|
-
.e-
|
|
755
|
-
.e-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
771
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
772
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
773
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge {
|
|
774
|
+
left: 0.923em;
|
|
775
|
+
right: inherit;
|
|
759
776
|
}
|
|
760
|
-
.e-
|
|
761
|
-
.e-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
777
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
778
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
779
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
|
|
780
|
+
padding-left: 3.3846em;
|
|
781
|
+
padding-right: 4.923em;
|
|
765
782
|
}
|
|
766
|
-
.e-
|
|
767
|
-
.e-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
783
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
784
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
785
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
|
|
786
|
+
padding-left: 3.3846em;
|
|
787
|
+
padding-right: 0.923em;
|
|
771
788
|
}
|
|
772
789
|
|
|
773
|
-
.e-
|
|
774
|
-
|
|
775
|
-
margin-right: 15px;
|
|
790
|
+
.e-listbox-container.e-filter-list .e-list-parent, .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent, .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
791
|
+
height: 100%;
|
|
776
792
|
}
|
|
777
|
-
|
|
778
|
-
.e-
|
|
779
|
-
|
|
793
|
+
|
|
794
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
795
|
+
height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
|
|
780
796
|
}
|
|
781
797
|
|
|
782
|
-
.e-listbox-
|
|
783
|
-
|
|
784
|
-
.e-listbox-wrapper .e-selectall-parent,
|
|
785
|
-
.e-listbox-container:not(.e-list-template) .e-list-item,
|
|
786
|
-
.e-listbox-container .e-list-nrt,
|
|
787
|
-
.e-listbox-container .e-selectall-parent,
|
|
788
|
-
.e-listboxtool-wrapper .e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
789
|
-
.e-listboxtool-wrapper .e-listbox-wrapper .e-list-nrt,
|
|
790
|
-
.e-listboxtool-wrapper .e-listbox-wrapper .e-selectall-parent {
|
|
791
|
-
height: 36px;
|
|
792
|
-
line-height: 1;
|
|
793
|
-
padding: 10px 16px;
|
|
794
|
-
position: relative;
|
|
798
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
|
|
799
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
795
800
|
}
|
|
796
|
-
|
|
797
|
-
.e-listbox-container .e-list-
|
|
798
|
-
|
|
799
|
-
display: inline;
|
|
800
|
-
vertical-align: middle;
|
|
801
|
-
width: auto;
|
|
802
|
-
height: auto;
|
|
803
|
-
padding-bottom: 1px;
|
|
801
|
+
|
|
802
|
+
.e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
803
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
804
804
|
}
|
|
805
805
|
|
|
806
806
|
.e-bigger .e-listbox-wrapper .e-list-item,
|