@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
|
@@ -190,340 +190,491 @@
|
|
|
190
190
|
/* 5em */
|
|
191
191
|
|
|
192
192
|
|
|
193
|
-
|
|
194
|
-
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
195
|
-
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
199
|
-
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
203
|
-
height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
207
|
-
height: calc(100% - 86px) !important; /* stylelint-disable-line declaration-no-important */
|
|
208
|
-
}
|
|
209
|
-
|
|
193
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
210
194
|
.e-listbox-wrapper,
|
|
211
|
-
.e-listbox-container
|
|
212
|
-
.e-listboxtool-
|
|
213
|
-
|
|
195
|
+
.e-listbox-container,
|
|
196
|
+
.e-listboxtool-wrapper {
|
|
197
|
+
-webkit-overflow-scrolling: touch;
|
|
198
|
+
-webkit-box-sizing: border-box;
|
|
199
|
+
box-sizing: border-box;
|
|
200
|
+
cursor: pointer;
|
|
201
|
+
display: block;
|
|
202
|
+
position: relative;
|
|
203
|
+
-webkit-user-select: none;
|
|
204
|
+
-moz-user-select: none;
|
|
205
|
+
-ms-user-select: none;
|
|
206
|
+
user-select: none;
|
|
207
|
+
width: 100%;
|
|
208
|
+
}
|
|
209
|
+
.e-listbox-wrapper *,
|
|
210
|
+
.e-listbox-container *,
|
|
211
|
+
.e-listboxtool-wrapper * {
|
|
212
|
+
-webkit-box-sizing: border-box;
|
|
213
|
+
box-sizing: border-box;
|
|
214
214
|
}
|
|
215
|
-
|
|
216
215
|
.e-listbox-wrapper,
|
|
217
216
|
.e-listbox-container,
|
|
218
217
|
.e-listboxtool-wrapper {
|
|
219
|
-
font-
|
|
220
|
-
|
|
221
|
-
}
|
|
222
|
-
.e-listbox-wrapper .e-filter-parent,
|
|
223
|
-
.e-listbox-container .e-filter-parent,
|
|
224
|
-
.e-listboxtool-wrapper .e-filter-parent {
|
|
225
|
-
background: var(--color-sf-content-bg-color-alt1);
|
|
226
|
-
-webkit-box-shadow: none;
|
|
227
|
-
box-shadow: none;
|
|
218
|
+
font-weight: 500;
|
|
219
|
+
border-radius: calc(var(--e-radius) * 0.375);
|
|
228
220
|
}
|
|
229
|
-
.e-listbox-wrapper .e-
|
|
230
|
-
.e-listbox-container .e-
|
|
231
|
-
.e-
|
|
232
|
-
|
|
221
|
+
.e-listbox-wrapper .e-list-wrap:focus-visible, .e-listbox-wrapper:focus,
|
|
222
|
+
.e-listbox-container .e-list-wrap:focus-visible,
|
|
223
|
+
.e-listbox-container:focus,
|
|
224
|
+
.e-listboxtool-wrapper .e-list-wrap:focus-visible,
|
|
225
|
+
.e-listboxtool-wrapper:focus {
|
|
226
|
+
outline: none;
|
|
233
227
|
}
|
|
234
|
-
.e-listbox-wrapper
|
|
235
|
-
.e-listbox-container
|
|
236
|
-
.e-listboxtool-wrapper
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
color: var(--color-sf-content-text-color-alt2);
|
|
240
|
-
font-size: 12px;
|
|
228
|
+
.e-listbox-wrapper.e-disabled,
|
|
229
|
+
.e-listbox-container.e-disabled,
|
|
230
|
+
.e-listboxtool-wrapper.e-disabled {
|
|
231
|
+
cursor: default;
|
|
232
|
+
pointer-events: none;
|
|
241
233
|
}
|
|
242
|
-
|
|
243
|
-
.e-listbox-
|
|
244
|
-
.e-listbox-container.e-
|
|
245
|
-
.e-listboxtool-wrapper.e-
|
|
246
|
-
|
|
234
|
+
.e-listbox-wrapper .e-list-item.e-disabled, .e-listbox-wrapper .e-list-item.e-disabled .e-list-icon,
|
|
235
|
+
.e-listbox-container .e-list-item.e-disabled,
|
|
236
|
+
.e-listbox-container .e-list-item.e-disabled .e-list-icon,
|
|
237
|
+
.e-listboxtool-wrapper .e-list-item.e-disabled,
|
|
238
|
+
.e-listboxtool-wrapper .e-list-item.e-disabled .e-list-icon {
|
|
239
|
+
color: var(--color-sf-content-text-color-disabled);
|
|
240
|
+
opacity: 1;
|
|
247
241
|
}
|
|
248
|
-
|
|
249
|
-
.e-listbox-
|
|
250
|
-
.e-
|
|
251
|
-
|
|
252
|
-
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
242
|
+
.e-listbox-wrapper:not(.e-list-template) .e-list-nrt,
|
|
243
|
+
.e-listbox-container:not(.e-list-template) .e-list-nrt,
|
|
244
|
+
.e-listboxtool-wrapper:not(.e-list-template) .e-list-nrt {
|
|
245
|
+
text-align: center;
|
|
253
246
|
}
|
|
254
|
-
|
|
255
|
-
.e-listbox-
|
|
256
|
-
.e-
|
|
257
|
-
|
|
258
|
-
height:
|
|
247
|
+
.e-listbox-wrapper .e-list-parent,
|
|
248
|
+
.e-listbox-container .e-list-parent,
|
|
249
|
+
.e-listboxtool-wrapper .e-list-parent {
|
|
250
|
+
height: 100%;
|
|
251
|
+
min-height: 40px;
|
|
259
252
|
}
|
|
260
|
-
|
|
261
253
|
.e-listbox-wrapper .e-list-item,
|
|
262
254
|
.e-listbox-container .e-list-item,
|
|
263
255
|
.e-listboxtool-wrapper .e-list-item {
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
border-left: 0 solid transparent;
|
|
267
|
-
border-right: 0 solid transparent;
|
|
268
|
-
border-top: 0 solid transparent;
|
|
269
|
-
color: var(--color-sf-content-text-color);
|
|
270
|
-
overflow: hidden;
|
|
271
|
-
text-overflow: ellipsis;
|
|
272
|
-
vertical-align: middle;
|
|
273
|
-
white-space: nowrap;
|
|
256
|
+
border-bottom: 0 solid;
|
|
257
|
+
outline: none;
|
|
274
258
|
}
|
|
275
|
-
|
|
276
|
-
.e-listbox-
|
|
277
|
-
.e-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
border-color: transparent;
|
|
283
|
-
color: var(--color-sf-content-text-color);
|
|
259
|
+
.e-listbox-wrapper .e-list-item:focus-visible,
|
|
260
|
+
.e-listbox-container .e-list-item:focus-visible,
|
|
261
|
+
.e-listboxtool-wrapper .e-list-item:focus-visible {
|
|
262
|
+
background-color: var(--color-sf-content-bg-color) !important; /* stylelint-disable-line declaration-no-important */
|
|
263
|
+
color: var(--color-sf-content-text-color) !important; /* stylelint-disable-line declaration-no-important */
|
|
264
|
+
-webkit-box-shadow: inset 0 0 0 2px var(--color-sf-primary);
|
|
265
|
+
box-shadow: inset 0 0 0 2px var(--color-sf-primary);
|
|
284
266
|
}
|
|
285
|
-
|
|
286
|
-
.e-listbox-
|
|
287
|
-
.e-
|
|
288
|
-
|
|
289
|
-
background-color: var(--color-sf-transparent);
|
|
290
|
-
color: var(--color-sf-content-text-color);
|
|
267
|
+
.e-listbox-wrapper .e-list-item.e-disabled,
|
|
268
|
+
.e-listbox-container .e-list-item.e-disabled,
|
|
269
|
+
.e-listboxtool-wrapper .e-list-item.e-disabled {
|
|
270
|
+
pointer-events: none;
|
|
291
271
|
}
|
|
292
|
-
|
|
293
|
-
.e-listbox-
|
|
294
|
-
.e-
|
|
295
|
-
|
|
296
|
-
.e-listbox-container .e-list-item.e-selected,
|
|
297
|
-
.e-listboxtool-wrapper .e-list-item.e-focused,
|
|
298
|
-
.e-listboxtool-wrapper .e-list-item.e-focused.e-selected.e-checklist,
|
|
299
|
-
.e-listboxtool-wrapper .e-list-item.e-selected {
|
|
300
|
-
background-color: var(--color-sf-content-bg-color-selected);
|
|
301
|
-
color: var(--color-sf-content-text-color-selected);
|
|
272
|
+
.e-listbox-wrapper .e-disable,
|
|
273
|
+
.e-listbox-container .e-disable,
|
|
274
|
+
.e-listboxtool-wrapper .e-disable {
|
|
275
|
+
opacity: 0.7;
|
|
302
276
|
}
|
|
303
|
-
|
|
304
|
-
.e-listbox-
|
|
305
|
-
.e-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
277
|
+
.e-listbox-wrapper .e-list-parent,
|
|
278
|
+
.e-listbox-container .e-list-parent,
|
|
279
|
+
.e-listboxtool-wrapper .e-list-parent {
|
|
280
|
+
margin: 0;
|
|
281
|
+
padding: 0;
|
|
282
|
+
}
|
|
283
|
+
.e-listbox-wrapper .e-list-header .e-text.header, .e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header,
|
|
284
|
+
.e-listbox-container .e-list-header .e-text.header,
|
|
285
|
+
.e-listbox-container .e-list-header .e-headertemplate-text.nested-header,
|
|
286
|
+
.e-listboxtool-wrapper .e-list-header .e-text.header,
|
|
287
|
+
.e-listboxtool-wrapper .e-list-header .e-headertemplate-text.nested-header {
|
|
288
|
+
display: none;
|
|
289
|
+
}
|
|
290
|
+
.e-listbox-wrapper .e-icon-back,
|
|
291
|
+
.e-listbox-container .e-icon-back,
|
|
292
|
+
.e-listboxtool-wrapper .e-icon-back {
|
|
293
|
+
margin-top: 2px;
|
|
294
|
+
}
|
|
295
|
+
.e-listbox-wrapper .e-list-header,
|
|
296
|
+
.e-listbox-container .e-list-header,
|
|
297
|
+
.e-listboxtool-wrapper .e-list-header {
|
|
298
|
+
-webkit-box-align: center;
|
|
299
|
+
-ms-flex-align: center;
|
|
300
|
+
align-items: center;
|
|
301
|
+
border-bottom: 1px solid;
|
|
302
|
+
display: -webkit-box;
|
|
303
|
+
display: -ms-flexbox;
|
|
304
|
+
display: flex;
|
|
305
|
+
font-weight: 500;
|
|
306
|
+
height: 18px;
|
|
307
|
+
padding: 12px;
|
|
308
|
+
}
|
|
309
|
+
.e-listbox-wrapper .e-has-header > .e-view,
|
|
310
|
+
.e-listbox-container .e-has-header > .e-view,
|
|
311
|
+
.e-listboxtool-wrapper .e-has-header > .e-view {
|
|
312
|
+
top: 45px;
|
|
313
|
+
}
|
|
314
|
+
.e-listbox-wrapper .e-but-back,
|
|
315
|
+
.e-listbox-container .e-but-back,
|
|
316
|
+
.e-listboxtool-wrapper .e-but-back {
|
|
317
|
+
cursor: pointer;
|
|
318
|
+
padding-right: 8px;
|
|
319
|
+
}
|
|
320
|
+
.e-listbox-wrapper .e-list-group-item:first-child,
|
|
321
|
+
.e-listbox-container .e-list-group-item:first-child,
|
|
322
|
+
.e-listboxtool-wrapper .e-list-group-item:first-child {
|
|
323
|
+
border: 0;
|
|
324
|
+
border-bottom: 1px solid var(--color-sf-border-light);
|
|
312
325
|
}
|
|
313
|
-
|
|
314
326
|
.e-listbox-wrapper .e-list-group-item,
|
|
315
327
|
.e-listbox-container .e-list-group-item,
|
|
316
328
|
.e-listboxtool-wrapper .e-list-group-item {
|
|
317
|
-
background-color: var(--color-sf-content-bg-color-alt1);
|
|
318
|
-
border-color: rgba(var(--color-sf-black), 0.12);
|
|
319
|
-
color: var(--color-sf-content-text-color);
|
|
320
|
-
font-size: 12px;
|
|
321
|
-
}
|
|
322
|
-
|
|
323
|
-
.e-listbox-wrapper .e-selectall-parent,
|
|
324
|
-
.e-listbox-container .e-selectall-parent,
|
|
325
|
-
.e-listboxtool-wrapper .e-selectall-parent {
|
|
326
|
-
background-color: var(--color-sf-transparent);
|
|
327
329
|
border-bottom: 1px solid var(--color-sf-border-light);
|
|
328
|
-
|
|
330
|
+
border-top: 0 solid;
|
|
331
|
+
font-weight: 600;
|
|
332
|
+
height: 32px;
|
|
333
|
+
line-height: 10px;
|
|
334
|
+
padding: 12px 12px;
|
|
329
335
|
}
|
|
330
|
-
|
|
331
|
-
.e-listbox-
|
|
332
|
-
.e-
|
|
333
|
-
|
|
334
|
-
|
|
336
|
+
.e-listbox-wrapper .e-icon-collapsible,
|
|
337
|
+
.e-listbox-container .e-icon-collapsible,
|
|
338
|
+
.e-listboxtool-wrapper .e-icon-collapsible {
|
|
339
|
+
cursor: pointer;
|
|
340
|
+
font-size: 12px;
|
|
341
|
+
position: absolute;
|
|
342
|
+
right: 0%;
|
|
343
|
+
top: 50%;
|
|
344
|
+
-webkit-transform: translateY(-50%);
|
|
345
|
+
transform: translateY(-50%);
|
|
335
346
|
}
|
|
336
|
-
|
|
337
|
-
.e-listbox-
|
|
338
|
-
.e-
|
|
339
|
-
|
|
340
|
-
height: inherit;
|
|
347
|
+
.e-listbox-wrapper .e-text-content,
|
|
348
|
+
.e-listbox-container .e-text-content,
|
|
349
|
+
.e-listboxtool-wrapper .e-text-content {
|
|
350
|
+
height: 100%;
|
|
341
351
|
position: relative;
|
|
352
|
+
vertical-align: middle;
|
|
342
353
|
}
|
|
343
|
-
.e-listbox-wrapper.e-
|
|
344
|
-
.e-listbox-container.e-
|
|
345
|
-
.e-listboxtool-wrapper
|
|
346
|
-
|
|
354
|
+
.e-listbox-wrapper .e-text-content *,
|
|
355
|
+
.e-listbox-container .e-text-content *,
|
|
356
|
+
.e-listboxtool-wrapper .e-text-content * {
|
|
357
|
+
display: inline-block;
|
|
358
|
+
vertical-align: middle;
|
|
347
359
|
}
|
|
348
|
-
.e-listbox-wrapper.e-
|
|
349
|
-
.e-listbox-container.e-
|
|
350
|
-
.e-listboxtool-wrapper.e-
|
|
351
|
-
|
|
360
|
+
.e-listbox-wrapper .e-text-content.e-checkbox .e-list-text,
|
|
361
|
+
.e-listbox-container .e-text-content.e-checkbox .e-list-text,
|
|
362
|
+
.e-listboxtool-wrapper .e-text-content.e-checkbox .e-list-text {
|
|
363
|
+
width: calc(100% - 40px);
|
|
352
364
|
}
|
|
353
|
-
.e-listbox-wrapper.e-
|
|
354
|
-
.e-listbox-container.e-
|
|
355
|
-
.e-listboxtool-wrapper.e-
|
|
356
|
-
|
|
357
|
-
display: block;
|
|
358
|
-
font-size: 14px;
|
|
359
|
-
font-weight: 500;
|
|
360
|
-
margin: 0;
|
|
361
|
-
overflow: hidden;
|
|
362
|
-
padding: 0;
|
|
363
|
-
text-overflow: ellipsis;
|
|
364
|
-
white-space: nowrap;
|
|
365
|
+
.e-listbox-wrapper .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text,
|
|
366
|
+
.e-listbox-container .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text,
|
|
367
|
+
.e-listboxtool-wrapper .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text {
|
|
368
|
+
width: calc(100% - 90px);
|
|
365
369
|
}
|
|
366
|
-
.e-listbox-wrapper.e-
|
|
367
|
-
.e-listbox-container.e-
|
|
368
|
-
.e-listboxtool-wrapper.e-
|
|
369
|
-
|
|
370
|
-
display: block;
|
|
371
|
-
font-size: 14px;
|
|
372
|
-
margin: 0;
|
|
373
|
-
padding: 2px 0 0 0;
|
|
374
|
-
word-wrap: break-word;
|
|
370
|
+
.e-listbox-wrapper .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text,
|
|
371
|
+
.e-listbox-container .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text,
|
|
372
|
+
.e-listboxtool-wrapper .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text {
|
|
373
|
+
width: calc(100% - 80px);
|
|
375
374
|
}
|
|
376
|
-
.e-listbox-wrapper.e-list-
|
|
377
|
-
.e-listbox-container.e-list-
|
|
378
|
-
.e-listboxtool-wrapper.e-list-
|
|
375
|
+
.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,
|
|
376
|
+
.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,
|
|
377
|
+
.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 {
|
|
378
|
+
width: calc(100% - 92px);
|
|
379
|
+
}
|
|
380
|
+
.e-listbox-wrapper .e-checkbox .e-checkbox-left,
|
|
381
|
+
.e-listbox-container .e-checkbox .e-checkbox-left,
|
|
382
|
+
.e-listboxtool-wrapper .e-checkbox .e-checkbox-left {
|
|
383
|
+
margin: -2px 8px 0 0;
|
|
384
|
+
}
|
|
385
|
+
.e-listbox-wrapper .e-checkbox .e-checkbox-right,
|
|
386
|
+
.e-listbox-container .e-checkbox .e-checkbox-right,
|
|
387
|
+
.e-listboxtool-wrapper .e-checkbox .e-checkbox-right {
|
|
388
|
+
margin: -2px 0 0 8px;
|
|
389
|
+
}
|
|
390
|
+
.e-listbox-wrapper .e-list-text,
|
|
391
|
+
.e-listbox-container .e-list-text,
|
|
392
|
+
.e-listboxtool-wrapper .e-list-text {
|
|
393
|
+
cursor: pointer;
|
|
394
|
+
display: inline-block;
|
|
379
395
|
overflow: hidden;
|
|
380
396
|
text-overflow: ellipsis;
|
|
397
|
+
vertical-align: top;
|
|
381
398
|
white-space: nowrap;
|
|
399
|
+
width: 100%;
|
|
382
400
|
}
|
|
383
|
-
.e-listbox-wrapper.e-list-
|
|
384
|
-
.e-listbox-container.e-list-
|
|
385
|
-
.e-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
401
|
+
.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,
|
|
402
|
+
.e-listbox-container .e-list-icon + .e-list-text,
|
|
403
|
+
.e-listbox-container .e-icon-wrapper .e-list-text,
|
|
404
|
+
.e-listbox-container .e-icon-wrapper.e-text-content.e-checkbox .e-list-text,
|
|
405
|
+
.e-listboxtool-wrapper .e-list-icon + .e-list-text,
|
|
406
|
+
.e-listboxtool-wrapper .e-icon-wrapper .e-list-text,
|
|
407
|
+
.e-listboxtool-wrapper .e-icon-wrapper.e-text-content.e-checkbox .e-list-text {
|
|
408
|
+
width: calc(100% - 60px);
|
|
391
409
|
}
|
|
392
|
-
.e-listbox-wrapper
|
|
393
|
-
.e-listbox-container
|
|
394
|
-
.e-listboxtool-wrapper
|
|
395
|
-
|
|
396
|
-
|
|
410
|
+
.e-listbox-wrapper .e-list-icon,
|
|
411
|
+
.e-listbox-container .e-list-icon,
|
|
412
|
+
.e-listboxtool-wrapper .e-list-icon {
|
|
413
|
+
height: 30px;
|
|
414
|
+
margin-right: 16px;
|
|
415
|
+
width: 30px;
|
|
397
416
|
}
|
|
398
|
-
.e-listbox-wrapper
|
|
399
|
-
.e-listbox-container
|
|
400
|
-
.e-listboxtool-wrapper
|
|
401
|
-
|
|
402
|
-
|
|
417
|
+
.e-listbox-wrapper .e-content,
|
|
418
|
+
.e-listbox-container .e-content,
|
|
419
|
+
.e-listboxtool-wrapper .e-content {
|
|
420
|
+
overflow: hidden;
|
|
421
|
+
position: relative;
|
|
403
422
|
}
|
|
404
|
-
.e-listbox-wrapper
|
|
405
|
-
.e-listbox-container
|
|
406
|
-
.e-listboxtool-wrapper
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
position: absolute;
|
|
410
|
-
width: 40px;
|
|
411
|
-
right: 0;
|
|
423
|
+
.e-listbox-wrapper .e-list-header .e-text,
|
|
424
|
+
.e-listbox-container .e-list-header .e-text,
|
|
425
|
+
.e-listboxtool-wrapper .e-list-header .e-text {
|
|
426
|
+
cursor: pointer;
|
|
427
|
+
text-indent: 0;
|
|
412
428
|
}
|
|
413
|
-
.e-listbox-wrapper
|
|
414
|
-
.e-listbox-container
|
|
415
|
-
.e-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
top: 0;
|
|
429
|
+
.e-listbox-wrapper .e-text .e-headertext,
|
|
430
|
+
.e-listbox-container .e-text .e-headertext,
|
|
431
|
+
.e-listboxtool-wrapper .e-text .e-headertext {
|
|
432
|
+
display: inline-block;
|
|
433
|
+
line-height: 18px;
|
|
419
434
|
}
|
|
420
|
-
.e-listbox-wrapper.e-
|
|
421
|
-
.e-listbox-container.e-
|
|
422
|
-
.e-listboxtool-wrapper.e-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
435
|
+
.e-listbox-wrapper.e-rtl,
|
|
436
|
+
.e-listbox-container.e-rtl,
|
|
437
|
+
.e-listboxtool-wrapper.e-rtl {
|
|
438
|
+
direction: rtl;
|
|
439
|
+
}
|
|
440
|
+
.e-listbox-wrapper.e-rtl .e-list-icon,
|
|
441
|
+
.e-listbox-container.e-rtl .e-list-icon,
|
|
442
|
+
.e-listboxtool-wrapper.e-rtl .e-list-icon {
|
|
443
|
+
margin-left: 16px;
|
|
444
|
+
margin-right: 0;
|
|
445
|
+
}
|
|
446
|
+
.e-listbox-wrapper.e-rtl .e-icon-collapsible,
|
|
447
|
+
.e-listbox-container.e-rtl .e-icon-collapsible,
|
|
448
|
+
.e-listboxtool-wrapper.e-rtl .e-icon-collapsible {
|
|
449
|
+
left: 0%;
|
|
450
|
+
right: initial;
|
|
429
451
|
top: 50%;
|
|
430
|
-
-webkit-transform: translateY(-50%);
|
|
431
|
-
transform: translateY(-50%);
|
|
432
|
-
width: 32px;
|
|
452
|
+
-webkit-transform: translateY(-50%) rotate(180deg);
|
|
453
|
+
transform: translateY(-50%) rotate(180deg);
|
|
433
454
|
}
|
|
434
|
-
.e-listbox-wrapper.e-
|
|
435
|
-
.e-listbox-container.e-
|
|
436
|
-
.e-listboxtool-wrapper.e-
|
|
437
|
-
|
|
438
|
-
padding-right: 10px;
|
|
455
|
+
.e-listbox-wrapper.e-rtl .e-list-header .e-text,
|
|
456
|
+
.e-listbox-container.e-rtl .e-list-header .e-text,
|
|
457
|
+
.e-listboxtool-wrapper.e-rtl .e-list-header .e-text {
|
|
458
|
+
cursor: pointer;
|
|
439
459
|
}
|
|
440
|
-
.e-listbox-wrapper.e-
|
|
441
|
-
.e-listbox-container.e-
|
|
442
|
-
.e-listboxtool-wrapper.e-
|
|
443
|
-
|
|
444
|
-
|
|
460
|
+
.e-listbox-wrapper.e-rtl .e-but-back,
|
|
461
|
+
.e-listbox-container.e-rtl .e-but-back,
|
|
462
|
+
.e-listboxtool-wrapper.e-rtl .e-but-back {
|
|
463
|
+
-webkit-transform: rotate(180deg);
|
|
464
|
+
transform: rotate(180deg);
|
|
445
465
|
}
|
|
446
|
-
.e-listbox-wrapper.e-
|
|
447
|
-
.e-listbox-container.e-
|
|
448
|
-
.e-listboxtool-wrapper.e-
|
|
449
|
-
|
|
450
|
-
margin: 0;
|
|
451
|
-
overflow: hidden;
|
|
452
|
-
padding: 8px 0;
|
|
453
|
-
text-overflow: ellipsis;
|
|
454
|
-
white-space: nowrap;
|
|
466
|
+
.e-listbox-wrapper.e-rtl .e-icon-back,
|
|
467
|
+
.e-listbox-container.e-rtl .e-icon-back,
|
|
468
|
+
.e-listboxtool-wrapper.e-rtl .e-icon-back {
|
|
469
|
+
margin-top: -2px;
|
|
455
470
|
}
|
|
456
|
-
.e-listbox-wrapper.e-
|
|
457
|
-
.e-listbox-
|
|
458
|
-
.e-listbox-container.e-
|
|
459
|
-
.e-
|
|
460
|
-
.e-listboxtool-wrapper.e-
|
|
461
|
-
|
|
471
|
+
.e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-left,
|
|
472
|
+
.e-listbox-wrapper.e-rtl .e-checkbox-wrapper,
|
|
473
|
+
.e-listbox-container.e-rtl .e-checkbox .e-checkbox-left,
|
|
474
|
+
.e-listbox-container.e-rtl .e-checkbox-wrapper,
|
|
475
|
+
.e-listboxtool-wrapper.e-rtl .e-checkbox .e-checkbox-left,
|
|
476
|
+
.e-listboxtool-wrapper.e-rtl .e-checkbox-wrapper {
|
|
477
|
+
margin: -2px 0 0 8px;
|
|
462
478
|
}
|
|
463
|
-
.e-listbox-wrapper.e-
|
|
464
|
-
.e-listbox-container.e-
|
|
465
|
-
.e-
|
|
466
|
-
|
|
467
|
-
.e-listboxtool-wrapper.e-list-template .e-list-item.e-selected .e-list-content {
|
|
468
|
-
color: var(--color-sf-content-text-color-selected);
|
|
479
|
+
.e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-right,
|
|
480
|
+
.e-listbox-container.e-rtl .e-checkbox .e-checkbox-right,
|
|
481
|
+
.e-listboxtool-wrapper.e-rtl .e-checkbox .e-checkbox-right {
|
|
482
|
+
margin: -2px 8px 0 0;
|
|
469
483
|
}
|
|
470
|
-
.e-listbox-wrapper
|
|
471
|
-
.e-listbox-container
|
|
472
|
-
.e-listboxtool-wrapper
|
|
473
|
-
|
|
484
|
+
.e-listbox-wrapper .e-checkbox-wrapper,
|
|
485
|
+
.e-listbox-container .e-checkbox-wrapper,
|
|
486
|
+
.e-listboxtool-wrapper .e-checkbox-wrapper {
|
|
487
|
+
margin: -2px 8px 0 0;
|
|
488
|
+
text-indent: 0;
|
|
489
|
+
vertical-align: middle;
|
|
490
|
+
}
|
|
491
|
+
.e-listbox-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
492
|
+
.e-listbox-container.e-checkbox-right .e-checkbox-wrapper,
|
|
493
|
+
.e-listboxtool-wrapper.e-checkbox-right .e-checkbox-wrapper {
|
|
494
|
+
position: absolute;
|
|
474
495
|
right: 0;
|
|
496
|
+
top: 30%;
|
|
475
497
|
}
|
|
476
|
-
.e-listbox-wrapper
|
|
477
|
-
.e-listbox-container
|
|
478
|
-
.e-listboxtool-wrapper
|
|
479
|
-
padding
|
|
480
|
-
padding-right: 68px;
|
|
498
|
+
.e-listbox-wrapper .e-filter-parent,
|
|
499
|
+
.e-listbox-container .e-filter-parent,
|
|
500
|
+
.e-listboxtool-wrapper .e-filter-parent {
|
|
501
|
+
padding: 8px 11px;
|
|
481
502
|
}
|
|
482
|
-
.e-listbox-wrapper
|
|
483
|
-
.e-listbox-container
|
|
484
|
-
.e-listboxtool-wrapper
|
|
485
|
-
padding
|
|
486
|
-
padding
|
|
503
|
+
.e-listbox-wrapper .e-input-group,
|
|
504
|
+
.e-listbox-container .e-input-group,
|
|
505
|
+
.e-listboxtool-wrapper .e-input-group {
|
|
506
|
+
padding: 4px 8px;
|
|
507
|
+
padding: 0;
|
|
487
508
|
}
|
|
488
|
-
.e-listbox-wrapper
|
|
489
|
-
.e-listbox-container
|
|
490
|
-
.e-listboxtool-wrapper
|
|
491
|
-
|
|
492
|
-
|
|
509
|
+
.e-listbox-wrapper .e-input-focus,
|
|
510
|
+
.e-listbox-container .e-input-focus,
|
|
511
|
+
.e-listboxtool-wrapper .e-input-focus {
|
|
512
|
+
padding: 4px 4px 4px 8px;
|
|
513
|
+
padding: 0;
|
|
493
514
|
}
|
|
494
|
-
.e-listbox-wrapper
|
|
495
|
-
.e-listbox-container
|
|
496
|
-
.e-listboxtool-wrapper
|
|
497
|
-
|
|
498
|
-
|
|
515
|
+
.e-listbox-wrapper .e-hidden-select,
|
|
516
|
+
.e-listbox-container .e-hidden-select,
|
|
517
|
+
.e-listboxtool-wrapper .e-hidden-select {
|
|
518
|
+
height: 1px;
|
|
519
|
+
opacity: 0;
|
|
520
|
+
position: absolute;
|
|
521
|
+
width: 100%;
|
|
499
522
|
}
|
|
500
|
-
.e-listbox-wrapper
|
|
501
|
-
.e-listbox-container
|
|
502
|
-
.e-listboxtool-wrapper
|
|
503
|
-
|
|
504
|
-
|
|
523
|
+
.e-listbox-wrapper .e-placeholder,
|
|
524
|
+
.e-listbox-container .e-placeholder,
|
|
525
|
+
.e-listboxtool-wrapper .e-placeholder {
|
|
526
|
+
background-color: var(--color-sf-primary);
|
|
527
|
+
display: block;
|
|
528
|
+
height: 2px;
|
|
505
529
|
}
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
padding-left: 10px;
|
|
510
|
-
padding-right: 16px;
|
|
530
|
+
|
|
531
|
+
ejs-listbox {
|
|
532
|
+
display: block;
|
|
511
533
|
}
|
|
512
534
|
|
|
513
|
-
.e-listbox-
|
|
514
|
-
|
|
535
|
+
.e-listbox-wrapper:not(.e-listbox-container),
|
|
536
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
537
|
+
overflow: auto;
|
|
515
538
|
}
|
|
516
539
|
|
|
517
|
-
.e-listbox-
|
|
518
|
-
|
|
540
|
+
.e-listbox-wrapper.e-sortableclone,
|
|
541
|
+
.e-listbox-container.e-sortableclone,
|
|
542
|
+
.e-listboxtool-wrapper.e-sortableclone {
|
|
543
|
+
border-width: 0;
|
|
544
|
+
overflow: visible;
|
|
545
|
+
}
|
|
546
|
+
.e-listbox-wrapper.e-sortableclone .e-list-item,
|
|
547
|
+
.e-listbox-container.e-sortableclone .e-list-item,
|
|
548
|
+
.e-listboxtool-wrapper.e-sortableclone .e-list-item {
|
|
549
|
+
list-style-type: none;
|
|
550
|
+
height: 38px !important; /* stylelint-disable-line declaration-no-important */
|
|
551
|
+
}
|
|
552
|
+
.e-listbox-wrapper.e-sortableclone .e-ripple,
|
|
553
|
+
.e-listbox-container.e-sortableclone .e-ripple,
|
|
554
|
+
.e-listboxtool-wrapper.e-sortableclone .e-ripple {
|
|
555
|
+
overflow: visible;
|
|
556
|
+
}
|
|
557
|
+
.e-listbox-wrapper.e-sortableclone .e-ripple .e-ripple-element,
|
|
558
|
+
.e-listbox-container.e-sortableclone .e-ripple .e-ripple-element,
|
|
559
|
+
.e-listboxtool-wrapper.e-sortableclone .e-ripple .e-ripple-element {
|
|
560
|
+
display: none;
|
|
561
|
+
}
|
|
562
|
+
.e-listbox-wrapper.e-sortableclone .e-list-badge,
|
|
563
|
+
.e-listbox-container.e-sortableclone .e-list-badge,
|
|
564
|
+
.e-listboxtool-wrapper.e-sortableclone .e-list-badge {
|
|
565
|
+
-webkit-box-align: center;
|
|
566
|
+
-ms-flex-align: center;
|
|
567
|
+
align-items: center;
|
|
568
|
+
background-color: var(--color-sf-primary);
|
|
569
|
+
border: 1px solid var(--color-sf-primary-text-color);
|
|
570
|
+
border-radius: 999px;
|
|
571
|
+
color: var(--color-sf-primary-text-color);
|
|
572
|
+
display: -webkit-box;
|
|
573
|
+
display: -ms-flexbox;
|
|
574
|
+
display: flex;
|
|
575
|
+
font-size: 12px;
|
|
576
|
+
height: 22px;
|
|
577
|
+
-webkit-box-pack: center;
|
|
578
|
+
-ms-flex-pack: center;
|
|
579
|
+
justify-content: center;
|
|
580
|
+
position: absolute;
|
|
581
|
+
right: -10px;
|
|
582
|
+
top: -10px;
|
|
583
|
+
width: 22px;
|
|
519
584
|
}
|
|
520
585
|
|
|
521
|
-
.e-
|
|
522
|
-
|
|
586
|
+
.e-listboxtool-wrapper.e-sortableclone {
|
|
587
|
+
display: block;
|
|
523
588
|
}
|
|
524
589
|
|
|
525
|
-
.e-
|
|
526
|
-
|
|
590
|
+
.e-listboxtool-wrapper,
|
|
591
|
+
.e-listboxtool-container {
|
|
592
|
+
cursor: pointer;
|
|
593
|
+
display: -webkit-box;
|
|
594
|
+
display: -ms-flexbox;
|
|
595
|
+
display: flex;
|
|
596
|
+
}
|
|
597
|
+
.e-listboxtool-wrapper *,
|
|
598
|
+
.e-listboxtool-container * {
|
|
599
|
+
-webkit-box-sizing: border-box;
|
|
600
|
+
box-sizing: border-box;
|
|
601
|
+
}
|
|
602
|
+
.e-listboxtool-wrapper.e-disabled,
|
|
603
|
+
.e-listboxtool-container.e-disabled {
|
|
604
|
+
cursor: default;
|
|
605
|
+
pointer-events: none;
|
|
606
|
+
}
|
|
607
|
+
.e-listboxtool-wrapper .e-listbox-wrapper,
|
|
608
|
+
.e-listboxtool-wrapper .e-list-wrap,
|
|
609
|
+
.e-listboxtool-container .e-listbox-wrapper,
|
|
610
|
+
.e-listboxtool-container .e-list-wrap {
|
|
611
|
+
-webkit-box-flex: 1;
|
|
612
|
+
-ms-flex: 1;
|
|
613
|
+
flex: 1;
|
|
614
|
+
}
|
|
615
|
+
.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
616
|
+
.e-listboxtool-container.e-right .e-listbox-tool {
|
|
617
|
+
margin-left: 15px;
|
|
618
|
+
}
|
|
619
|
+
.e-listboxtool-wrapper.e-left .e-listbox-tool,
|
|
620
|
+
.e-listboxtool-container.e-left .e-listbox-tool {
|
|
621
|
+
margin-right: 15px;
|
|
622
|
+
}
|
|
623
|
+
.e-listboxtool-wrapper .e-listbox-tool,
|
|
624
|
+
.e-listboxtool-container .e-listbox-tool {
|
|
625
|
+
border: 1px solid var(--color-sf-border-light);
|
|
626
|
+
overflow: auto;
|
|
627
|
+
padding: 8px;
|
|
628
|
+
border-radius: calc(var(--e-radius) * 0.5);
|
|
629
|
+
}
|
|
630
|
+
.e-listboxtool-wrapper .e-listbox-tool .e-btn-icon,
|
|
631
|
+
.e-listboxtool-container .e-listbox-tool .e-btn-icon {
|
|
632
|
+
font-size: 16px;
|
|
633
|
+
}
|
|
634
|
+
.e-listboxtool-wrapper .e-listbox-tool .e-btn,
|
|
635
|
+
.e-listboxtool-container .e-listbox-tool .e-btn {
|
|
636
|
+
display: list-item;
|
|
637
|
+
list-style-type: none;
|
|
638
|
+
margin-bottom: 10px;
|
|
639
|
+
}
|
|
640
|
+
.e-listboxtool-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
641
|
+
.e-listboxtool-container.e-checkbox-right .e-checkbox-wrapper {
|
|
642
|
+
position: absolute;
|
|
643
|
+
right: 0;
|
|
644
|
+
top: 30%;
|
|
645
|
+
}
|
|
646
|
+
|
|
647
|
+
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
648
|
+
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
649
|
+
margin-right: 15px;
|
|
650
|
+
}
|
|
651
|
+
.e-rtl.e-listboxtool-wrapper.e-left .e-listbox-tool,
|
|
652
|
+
.e-rtl.e-listboxtool-container.e-left .e-listbox-tool {
|
|
653
|
+
margin-left: 15px;
|
|
654
|
+
}
|
|
655
|
+
|
|
656
|
+
.e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
657
|
+
.e-listbox-wrapper .e-list-nrt,
|
|
658
|
+
.e-listbox-wrapper .e-selectall-parent,
|
|
659
|
+
.e-listbox-container:not(.e-list-template) .e-list-item,
|
|
660
|
+
.e-listbox-container .e-list-nrt,
|
|
661
|
+
.e-listbox-container .e-selectall-parent,
|
|
662
|
+
.e-listboxtool-wrapper .e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
663
|
+
.e-listboxtool-wrapper .e-listbox-wrapper .e-list-nrt,
|
|
664
|
+
.e-listboxtool-wrapper .e-listbox-wrapper .e-selectall-parent {
|
|
665
|
+
height: 40px;
|
|
666
|
+
line-height: 1;
|
|
667
|
+
padding: 12px 12px;
|
|
668
|
+
position: relative;
|
|
669
|
+
}
|
|
670
|
+
.e-listbox-wrapper .e-list-icon,
|
|
671
|
+
.e-listbox-container .e-list-icon,
|
|
672
|
+
.e-listboxtool-wrapper .e-listbox-wrapper .e-list-icon {
|
|
673
|
+
display: inline;
|
|
674
|
+
vertical-align: middle;
|
|
675
|
+
width: auto;
|
|
676
|
+
height: auto;
|
|
677
|
+
padding-bottom: 1px;
|
|
527
678
|
}
|
|
528
679
|
|
|
529
680
|
|
|
@@ -600,491 +751,340 @@
|
|
|
600
751
|
/* 5em */
|
|
601
752
|
|
|
602
753
|
|
|
603
|
-
|
|
604
|
-
.e-listbox-
|
|
605
|
-
|
|
606
|
-
.e-listboxtool-wrapper {
|
|
607
|
-
-webkit-overflow-scrolling: touch;
|
|
608
|
-
-webkit-box-sizing: border-box;
|
|
609
|
-
box-sizing: border-box;
|
|
610
|
-
cursor: pointer;
|
|
611
|
-
display: block;
|
|
612
|
-
position: relative;
|
|
613
|
-
-webkit-user-select: none;
|
|
614
|
-
-moz-user-select: none;
|
|
615
|
-
-ms-user-select: none;
|
|
616
|
-
user-select: none;
|
|
617
|
-
width: 100%;
|
|
754
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
755
|
+
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
756
|
+
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
618
757
|
}
|
|
619
|
-
|
|
620
|
-
.e-listbox-container
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
758
|
+
|
|
759
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
760
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
761
|
+
}
|
|
762
|
+
|
|
763
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
764
|
+
height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
|
|
765
|
+
}
|
|
766
|
+
|
|
767
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
768
|
+
height: calc(100% - 86px) !important; /* stylelint-disable-line declaration-no-important */
|
|
769
|
+
}
|
|
770
|
+
|
|
771
|
+
.e-listbox-wrapper,
|
|
772
|
+
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
773
|
+
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
774
|
+
border: 1px solid var(--color-sf-border-light);
|
|
624
775
|
}
|
|
776
|
+
|
|
625
777
|
.e-listbox-wrapper,
|
|
626
778
|
.e-listbox-container,
|
|
627
779
|
.e-listboxtool-wrapper {
|
|
628
|
-
font-
|
|
629
|
-
|
|
780
|
+
font-family: var(--e-font-family);
|
|
781
|
+
font-size: 14px;
|
|
630
782
|
}
|
|
631
|
-
.e-listbox-wrapper .e-
|
|
632
|
-
.e-listbox-container .e-
|
|
633
|
-
.e-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
783
|
+
.e-listbox-wrapper .e-filter-parent,
|
|
784
|
+
.e-listbox-container .e-filter-parent,
|
|
785
|
+
.e-listboxtool-wrapper .e-filter-parent {
|
|
786
|
+
background: var(--color-sf-content-bg-color-alt1);
|
|
787
|
+
-webkit-box-shadow: none;
|
|
788
|
+
box-shadow: none;
|
|
637
789
|
}
|
|
638
|
-
.e-listbox-wrapper.e-
|
|
639
|
-
.e-listbox-container.e-
|
|
640
|
-
.e-listboxtool-wrapper.e-
|
|
641
|
-
|
|
642
|
-
pointer-events: none;
|
|
790
|
+
.e-listbox-wrapper .e-filter-parent .e-input-group .e-input-filter,
|
|
791
|
+
.e-listbox-container .e-filter-parent .e-input-group .e-input-filter,
|
|
792
|
+
.e-listboxtool-wrapper .e-filter-parent .e-input-group .e-input-filter {
|
|
793
|
+
color: var(--color-sf-placeholder-text-color);
|
|
643
794
|
}
|
|
644
|
-
.e-listbox-wrapper .e-list-
|
|
645
|
-
.e-listbox-container .e-list-
|
|
646
|
-
.e-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
color: var(--color-sf-content-text-color-
|
|
650
|
-
|
|
795
|
+
.e-listbox-wrapper .e-list-header,
|
|
796
|
+
.e-listbox-container .e-list-header,
|
|
797
|
+
.e-listboxtool-wrapper .e-list-header {
|
|
798
|
+
background-color: var(--color-sf-content-bg-color-alt2);
|
|
799
|
+
border-color: rgba(var(--color-sf-black), 0.12);
|
|
800
|
+
color: var(--color-sf-content-text-color-alt2);
|
|
801
|
+
font-size: 12px;
|
|
651
802
|
}
|
|
652
|
-
|
|
653
|
-
.e-listbox-
|
|
654
|
-
.e-
|
|
655
|
-
|
|
803
|
+
|
|
804
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
805
|
+
.e-listbox-container.e-filter-list .e-list-parent,
|
|
806
|
+
.e-listboxtool-wrapper.e-filter-list .e-list-parent {
|
|
807
|
+
height: calc(100% - 50px);
|
|
656
808
|
}
|
|
657
|
-
|
|
658
|
-
.e-listbox-
|
|
659
|
-
.e-
|
|
660
|
-
|
|
661
|
-
|
|
809
|
+
|
|
810
|
+
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
811
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
812
|
+
.e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
813
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
814
|
+
}
|
|
815
|
+
|
|
816
|
+
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
817
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent,
|
|
818
|
+
.e-listboxtool-wrapper .e-selectall-parent + .e-list-parent {
|
|
819
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
662
820
|
}
|
|
821
|
+
|
|
663
822
|
.e-listbox-wrapper .e-list-item,
|
|
664
823
|
.e-listbox-container .e-list-item,
|
|
665
824
|
.e-listboxtool-wrapper .e-list-item {
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
-
|
|
675
|
-
|
|
676
|
-
}
|
|
677
|
-
.e-listbox-wrapper .e-list-item.e-disabled,
|
|
678
|
-
.e-listbox-container .e-list-item.e-disabled,
|
|
679
|
-
.e-listboxtool-wrapper .e-list-item.e-disabled {
|
|
680
|
-
pointer-events: none;
|
|
681
|
-
}
|
|
682
|
-
.e-listbox-wrapper .e-disable,
|
|
683
|
-
.e-listbox-container .e-disable,
|
|
684
|
-
.e-listboxtool-wrapper .e-disable {
|
|
685
|
-
opacity: 0.7;
|
|
686
|
-
}
|
|
687
|
-
.e-listbox-wrapper .e-list-parent,
|
|
688
|
-
.e-listbox-container .e-list-parent,
|
|
689
|
-
.e-listboxtool-wrapper .e-list-parent {
|
|
690
|
-
margin: 0;
|
|
691
|
-
padding: 0;
|
|
692
|
-
}
|
|
693
|
-
.e-listbox-wrapper .e-list-header .e-text.header, .e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header,
|
|
694
|
-
.e-listbox-container .e-list-header .e-text.header,
|
|
695
|
-
.e-listbox-container .e-list-header .e-headertemplate-text.nested-header,
|
|
696
|
-
.e-listboxtool-wrapper .e-list-header .e-text.header,
|
|
697
|
-
.e-listboxtool-wrapper .e-list-header .e-headertemplate-text.nested-header {
|
|
698
|
-
display: none;
|
|
699
|
-
}
|
|
700
|
-
.e-listbox-wrapper .e-icon-back,
|
|
701
|
-
.e-listbox-container .e-icon-back,
|
|
702
|
-
.e-listboxtool-wrapper .e-icon-back {
|
|
703
|
-
margin-top: 2px;
|
|
825
|
+
background-color: var(--color-sf-transparent);
|
|
826
|
+
border-bottom: 0 solid var(--color-sf-border-light);
|
|
827
|
+
border-left: 0 solid transparent;
|
|
828
|
+
border-right: 0 solid transparent;
|
|
829
|
+
border-top: 0 solid transparent;
|
|
830
|
+
color: var(--color-sf-content-text-color);
|
|
831
|
+
overflow: hidden;
|
|
832
|
+
text-overflow: ellipsis;
|
|
833
|
+
vertical-align: middle;
|
|
834
|
+
white-space: nowrap;
|
|
704
835
|
}
|
|
705
|
-
|
|
706
|
-
.e-listbox-
|
|
707
|
-
.e-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
display: flex;
|
|
715
|
-
font-weight: 500;
|
|
716
|
-
height: 18px;
|
|
717
|
-
padding: 12px;
|
|
836
|
+
|
|
837
|
+
.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),
|
|
838
|
+
.e-listbox-container .e-list-item:hover:not(.e-selected):not(.e-disabled),
|
|
839
|
+
.e-listbox-container .e-list-item:hover.e-selected.e-checklist:not(.e-disabled),
|
|
840
|
+
.e-listboxtool-wrapper .e-list-item:hover:not(.e-selected):not(.e-disabled),
|
|
841
|
+
.e-listboxtool-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled) {
|
|
842
|
+
background-color: var(--color-sf-content-bg-color-hover);
|
|
843
|
+
border-color: transparent;
|
|
844
|
+
color: var(--color-sf-content-text-color);
|
|
718
845
|
}
|
|
719
|
-
|
|
720
|
-
.e-listbox-
|
|
721
|
-
.e-
|
|
722
|
-
|
|
846
|
+
|
|
847
|
+
.e-listbox-wrapper .e-list-item.e-selected.e-checklist,
|
|
848
|
+
.e-listbox-container .e-list-item.e-selected.e-checklist,
|
|
849
|
+
.e-listboxtool-wrapper .e-list-item.e-selected.e-checklist {
|
|
850
|
+
background-color: var(--color-sf-transparent);
|
|
851
|
+
color: var(--color-sf-content-text-color);
|
|
723
852
|
}
|
|
724
|
-
|
|
725
|
-
.e-listbox-
|
|
726
|
-
.e-
|
|
727
|
-
|
|
728
|
-
|
|
853
|
+
|
|
854
|
+
.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,
|
|
855
|
+
.e-listbox-container .e-list-item.e-focused,
|
|
856
|
+
.e-listbox-container .e-list-item.e-focused.e-selected.e-checklist,
|
|
857
|
+
.e-listbox-container .e-list-item.e-selected,
|
|
858
|
+
.e-listboxtool-wrapper .e-list-item.e-focused,
|
|
859
|
+
.e-listboxtool-wrapper .e-list-item.e-focused.e-selected.e-checklist,
|
|
860
|
+
.e-listboxtool-wrapper .e-list-item.e-selected {
|
|
861
|
+
background-color: var(--color-sf-content-bg-color-selected);
|
|
862
|
+
color: var(--color-sf-content-text-color-selected);
|
|
729
863
|
}
|
|
730
|
-
|
|
731
|
-
.e-listbox-
|
|
732
|
-
.e-
|
|
733
|
-
|
|
734
|
-
|
|
864
|
+
|
|
865
|
+
.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,
|
|
866
|
+
.e-listbox-container .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
|
|
867
|
+
.e-listbox-container .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check,
|
|
868
|
+
.e-listboxtool-wrapper .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
|
|
869
|
+
.e-listboxtool-wrapper .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check {
|
|
870
|
+
background-color: var(--color-sf-primary);
|
|
871
|
+
border-color: transparent;
|
|
872
|
+
color: var(--color-sf-primary-text-color);
|
|
735
873
|
}
|
|
874
|
+
|
|
736
875
|
.e-listbox-wrapper .e-list-group-item,
|
|
737
876
|
.e-listbox-container .e-list-group-item,
|
|
738
877
|
.e-listboxtool-wrapper .e-list-group-item {
|
|
739
|
-
|
|
740
|
-
border-
|
|
741
|
-
|
|
742
|
-
height: 32px;
|
|
743
|
-
line-height: 10px;
|
|
744
|
-
padding: 12px 12px;
|
|
745
|
-
}
|
|
746
|
-
.e-listbox-wrapper .e-icon-collapsible,
|
|
747
|
-
.e-listbox-container .e-icon-collapsible,
|
|
748
|
-
.e-listboxtool-wrapper .e-icon-collapsible {
|
|
749
|
-
cursor: pointer;
|
|
878
|
+
background-color: var(--color-sf-content-bg-color-alt1);
|
|
879
|
+
border-color: rgba(var(--color-sf-black), 0.12);
|
|
880
|
+
color: var(--color-sf-content-text-color);
|
|
750
881
|
font-size: 12px;
|
|
751
|
-
position: absolute;
|
|
752
|
-
right: 0%;
|
|
753
|
-
top: 50%;
|
|
754
|
-
-webkit-transform: translateY(-50%);
|
|
755
|
-
transform: translateY(-50%);
|
|
756
|
-
}
|
|
757
|
-
.e-listbox-wrapper .e-text-content,
|
|
758
|
-
.e-listbox-container .e-text-content,
|
|
759
|
-
.e-listboxtool-wrapper .e-text-content {
|
|
760
|
-
height: 100%;
|
|
761
|
-
position: relative;
|
|
762
|
-
vertical-align: middle;
|
|
763
|
-
}
|
|
764
|
-
.e-listbox-wrapper .e-text-content *,
|
|
765
|
-
.e-listbox-container .e-text-content *,
|
|
766
|
-
.e-listboxtool-wrapper .e-text-content * {
|
|
767
|
-
display: inline-block;
|
|
768
|
-
vertical-align: middle;
|
|
769
882
|
}
|
|
770
|
-
|
|
771
|
-
.e-listbox-
|
|
772
|
-
.e-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
.e-listboxtool-wrapper .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text {
|
|
778
|
-
width: calc(100% - 90px);
|
|
883
|
+
|
|
884
|
+
.e-listbox-wrapper .e-selectall-parent,
|
|
885
|
+
.e-listbox-container .e-selectall-parent,
|
|
886
|
+
.e-listboxtool-wrapper .e-selectall-parent {
|
|
887
|
+
background-color: var(--color-sf-transparent);
|
|
888
|
+
border-bottom: 1px solid var(--color-sf-border-light);
|
|
889
|
+
color: var(--color-sf-content-text-color);
|
|
779
890
|
}
|
|
780
|
-
|
|
781
|
-
.e-listbox-
|
|
782
|
-
.e-
|
|
783
|
-
|
|
891
|
+
|
|
892
|
+
.e-listbox-wrapper .e-sortableclone.e-ripple .e-ripple-element,
|
|
893
|
+
.e-listbox-container .e-sortableclone.e-ripple .e-ripple-element,
|
|
894
|
+
.e-listboxtool-wrapper .e-sortableclone.e-ripple .e-ripple-element {
|
|
895
|
+
background-color: transparent;
|
|
784
896
|
}
|
|
785
|
-
|
|
786
|
-
.e-listbox-
|
|
787
|
-
.e-
|
|
788
|
-
|
|
897
|
+
|
|
898
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper,
|
|
899
|
+
.e-listbox-container.e-list-template .e-list-wrapper,
|
|
900
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper {
|
|
901
|
+
height: inherit;
|
|
902
|
+
position: relative;
|
|
789
903
|
}
|
|
790
|
-
.e-listbox-wrapper
|
|
791
|
-
.e-listbox-container
|
|
792
|
-
.e-listboxtool-wrapper
|
|
793
|
-
|
|
904
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line),
|
|
905
|
+
.e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line),
|
|
906
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) {
|
|
907
|
+
padding: 8px 16px;
|
|
794
908
|
}
|
|
795
|
-
.e-listbox-wrapper
|
|
796
|
-
.e-listbox-container
|
|
797
|
-
.e-listboxtool-wrapper
|
|
798
|
-
|
|
909
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line,
|
|
910
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line,
|
|
911
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line {
|
|
912
|
+
padding: 4px;
|
|
799
913
|
}
|
|
800
|
-
.e-listbox-wrapper .e-list-
|
|
801
|
-
.e-listbox-container .e-list-
|
|
802
|
-
.e-listboxtool-wrapper .e-list-
|
|
803
|
-
|
|
804
|
-
display:
|
|
914
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header,
|
|
915
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header,
|
|
916
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header {
|
|
917
|
+
color: var(--color-sf-content-text-color);
|
|
918
|
+
display: block;
|
|
919
|
+
font-size: 14px;
|
|
920
|
+
font-weight: 500;
|
|
921
|
+
margin: 0;
|
|
805
922
|
overflow: hidden;
|
|
923
|
+
padding: 0;
|
|
806
924
|
text-overflow: ellipsis;
|
|
807
|
-
vertical-align: top;
|
|
808
925
|
white-space: nowrap;
|
|
809
|
-
width: 100%;
|
|
810
|
-
}
|
|
811
|
-
.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,
|
|
812
|
-
.e-listbox-container .e-list-icon + .e-list-text,
|
|
813
|
-
.e-listbox-container .e-icon-wrapper .e-list-text,
|
|
814
|
-
.e-listbox-container .e-icon-wrapper.e-text-content.e-checkbox .e-list-text,
|
|
815
|
-
.e-listboxtool-wrapper .e-list-icon + .e-list-text,
|
|
816
|
-
.e-listboxtool-wrapper .e-icon-wrapper .e-list-text,
|
|
817
|
-
.e-listboxtool-wrapper .e-icon-wrapper.e-text-content.e-checkbox .e-list-text {
|
|
818
|
-
width: calc(100% - 60px);
|
|
819
|
-
}
|
|
820
|
-
.e-listbox-wrapper .e-list-icon,
|
|
821
|
-
.e-listbox-container .e-list-icon,
|
|
822
|
-
.e-listboxtool-wrapper .e-list-icon {
|
|
823
|
-
height: 30px;
|
|
824
|
-
margin-right: 16px;
|
|
825
|
-
width: 30px;
|
|
826
|
-
}
|
|
827
|
-
.e-listbox-wrapper .e-content,
|
|
828
|
-
.e-listbox-container .e-content,
|
|
829
|
-
.e-listboxtool-wrapper .e-content {
|
|
830
|
-
overflow: hidden;
|
|
831
|
-
position: relative;
|
|
832
|
-
}
|
|
833
|
-
.e-listbox-wrapper .e-list-header .e-text,
|
|
834
|
-
.e-listbox-container .e-list-header .e-text,
|
|
835
|
-
.e-listboxtool-wrapper .e-list-header .e-text {
|
|
836
|
-
cursor: pointer;
|
|
837
|
-
text-indent: 0;
|
|
838
|
-
}
|
|
839
|
-
.e-listbox-wrapper .e-text .e-headertext,
|
|
840
|
-
.e-listbox-container .e-text .e-headertext,
|
|
841
|
-
.e-listboxtool-wrapper .e-text .e-headertext {
|
|
842
|
-
display: inline-block;
|
|
843
|
-
line-height: 18px;
|
|
844
|
-
}
|
|
845
|
-
.e-listbox-wrapper.e-rtl,
|
|
846
|
-
.e-listbox-container.e-rtl,
|
|
847
|
-
.e-listboxtool-wrapper.e-rtl {
|
|
848
|
-
direction: rtl;
|
|
849
|
-
}
|
|
850
|
-
.e-listbox-wrapper.e-rtl .e-list-icon,
|
|
851
|
-
.e-listbox-container.e-rtl .e-list-icon,
|
|
852
|
-
.e-listboxtool-wrapper.e-rtl .e-list-icon {
|
|
853
|
-
margin-left: 16px;
|
|
854
|
-
margin-right: 0;
|
|
855
|
-
}
|
|
856
|
-
.e-listbox-wrapper.e-rtl .e-icon-collapsible,
|
|
857
|
-
.e-listbox-container.e-rtl .e-icon-collapsible,
|
|
858
|
-
.e-listboxtool-wrapper.e-rtl .e-icon-collapsible {
|
|
859
|
-
left: 0%;
|
|
860
|
-
right: initial;
|
|
861
|
-
top: 50%;
|
|
862
|
-
-webkit-transform: translateY(-50%) rotate(180deg);
|
|
863
|
-
transform: translateY(-50%) rotate(180deg);
|
|
864
|
-
}
|
|
865
|
-
.e-listbox-wrapper.e-rtl .e-list-header .e-text,
|
|
866
|
-
.e-listbox-container.e-rtl .e-list-header .e-text,
|
|
867
|
-
.e-listboxtool-wrapper.e-rtl .e-list-header .e-text {
|
|
868
|
-
cursor: pointer;
|
|
869
926
|
}
|
|
870
|
-
.e-listbox-wrapper.e-
|
|
871
|
-
.e-listbox-container.e-
|
|
872
|
-
.e-listboxtool-wrapper.e-
|
|
873
|
-
|
|
874
|
-
transform: rotate(180deg);
|
|
875
|
-
}
|
|
876
|
-
.e-listbox-wrapper.e-rtl .e-icon-back,
|
|
877
|
-
.e-listbox-container.e-rtl .e-icon-back,
|
|
878
|
-
.e-listboxtool-wrapper.e-rtl .e-icon-back {
|
|
879
|
-
margin-top: -2px;
|
|
880
|
-
}
|
|
881
|
-
.e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-left,
|
|
882
|
-
.e-listbox-wrapper.e-rtl .e-checkbox-wrapper,
|
|
883
|
-
.e-listbox-container.e-rtl .e-checkbox .e-checkbox-left,
|
|
884
|
-
.e-listbox-container.e-rtl .e-checkbox-wrapper,
|
|
885
|
-
.e-listboxtool-wrapper.e-rtl .e-checkbox .e-checkbox-left,
|
|
886
|
-
.e-listboxtool-wrapper.e-rtl .e-checkbox-wrapper {
|
|
887
|
-
margin: -2px 0 0 8px;
|
|
888
|
-
}
|
|
889
|
-
.e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-right,
|
|
890
|
-
.e-listbox-container.e-rtl .e-checkbox .e-checkbox-right,
|
|
891
|
-
.e-listboxtool-wrapper.e-rtl .e-checkbox .e-checkbox-right {
|
|
892
|
-
margin: -2px 8px 0 0;
|
|
893
|
-
}
|
|
894
|
-
.e-listbox-wrapper .e-checkbox-wrapper,
|
|
895
|
-
.e-listbox-container .e-checkbox-wrapper,
|
|
896
|
-
.e-listboxtool-wrapper .e-checkbox-wrapper {
|
|
897
|
-
margin: -2px 8px 0 0;
|
|
898
|
-
text-indent: 0;
|
|
899
|
-
vertical-align: middle;
|
|
900
|
-
}
|
|
901
|
-
.e-listbox-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
902
|
-
.e-listbox-container.e-checkbox-right .e-checkbox-wrapper,
|
|
903
|
-
.e-listboxtool-wrapper.e-checkbox-right .e-checkbox-wrapper {
|
|
904
|
-
position: absolute;
|
|
905
|
-
right: 0;
|
|
906
|
-
top: 30%;
|
|
907
|
-
}
|
|
908
|
-
.e-listbox-wrapper .e-filter-parent,
|
|
909
|
-
.e-listbox-container .e-filter-parent,
|
|
910
|
-
.e-listboxtool-wrapper .e-filter-parent {
|
|
911
|
-
padding: 8px 11px;
|
|
912
|
-
}
|
|
913
|
-
.e-listbox-wrapper .e-input-group,
|
|
914
|
-
.e-listbox-container .e-input-group,
|
|
915
|
-
.e-listboxtool-wrapper .e-input-group {
|
|
916
|
-
padding: 4px 8px;
|
|
917
|
-
padding: 0;
|
|
918
|
-
}
|
|
919
|
-
.e-listbox-wrapper .e-input-focus,
|
|
920
|
-
.e-listbox-container .e-input-focus,
|
|
921
|
-
.e-listboxtool-wrapper .e-input-focus {
|
|
922
|
-
padding: 4px 4px 4px 8px;
|
|
923
|
-
padding: 0;
|
|
924
|
-
}
|
|
925
|
-
.e-listbox-wrapper .e-hidden-select,
|
|
926
|
-
.e-listbox-container .e-hidden-select,
|
|
927
|
-
.e-listboxtool-wrapper .e-hidden-select {
|
|
928
|
-
height: 1px;
|
|
929
|
-
opacity: 0;
|
|
930
|
-
position: absolute;
|
|
931
|
-
width: 100%;
|
|
932
|
-
}
|
|
933
|
-
.e-listbox-wrapper .e-placeholder,
|
|
934
|
-
.e-listbox-container .e-placeholder,
|
|
935
|
-
.e-listboxtool-wrapper .e-placeholder {
|
|
936
|
-
background-color: var(--color-sf-primary);
|
|
927
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content,
|
|
928
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content,
|
|
929
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content {
|
|
930
|
+
color: var(--color-sf-content-text-color-alt2);
|
|
937
931
|
display: block;
|
|
938
|
-
|
|
932
|
+
font-size: 14px;
|
|
933
|
+
margin: 0;
|
|
934
|
+
padding: 2px 0 0 0;
|
|
935
|
+
word-wrap: break-word;
|
|
939
936
|
}
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
937
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow),
|
|
938
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow),
|
|
939
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow) {
|
|
940
|
+
overflow: hidden;
|
|
941
|
+
text-overflow: ellipsis;
|
|
942
|
+
white-space: nowrap;
|
|
943
943
|
}
|
|
944
|
-
|
|
945
|
-
.e-listbox-wrapper
|
|
946
|
-
.e-
|
|
947
|
-
|
|
944
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
945
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
946
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
|
|
947
|
+
height: 40px;
|
|
948
|
+
left: 0;
|
|
949
|
+
position: absolute;
|
|
950
|
+
width: 40px;
|
|
951
|
+
left: 0;
|
|
948
952
|
}
|
|
949
|
-
|
|
950
|
-
.e-listbox-wrapper.e-
|
|
951
|
-
.e-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
overflow: visible;
|
|
953
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
954
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
955
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
|
|
956
|
+
padding-left: 68px;
|
|
957
|
+
padding-right: 16px;
|
|
955
958
|
}
|
|
956
|
-
.e-listbox-wrapper.e-
|
|
957
|
-
.e-listbox-container.e-
|
|
958
|
-
.e-listboxtool-wrapper.e-
|
|
959
|
-
|
|
960
|
-
|
|
959
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
960
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
961
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
|
|
962
|
+
padding-left: 16px;
|
|
963
|
+
padding-right: 68px;
|
|
961
964
|
}
|
|
962
|
-
.e-listbox-wrapper.e-
|
|
963
|
-
.e-listbox-container.e-
|
|
964
|
-
.e-listboxtool-wrapper.e-
|
|
965
|
-
|
|
965
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
966
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
967
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
968
|
+
height: 40px;
|
|
969
|
+
left: 0;
|
|
970
|
+
position: absolute;
|
|
971
|
+
width: 40px;
|
|
972
|
+
right: 0;
|
|
966
973
|
}
|
|
967
|
-
.e-listbox-wrapper.e-
|
|
968
|
-
.e-listbox-container.e-
|
|
969
|
-
.e-
|
|
970
|
-
|
|
974
|
+
.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,
|
|
975
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
|
|
976
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
977
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
|
|
978
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
979
|
+
top: 0;
|
|
971
980
|
}
|
|
972
|
-
.e-listbox-wrapper.e-
|
|
973
|
-
.e-listbox-container.e-
|
|
974
|
-
.e-listboxtool-wrapper.e-
|
|
975
|
-
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
border: 1px solid var(--color-sf-primary-text-color);
|
|
980
|
-
border-radius: 999px;
|
|
981
|
-
color: var(--color-sf-primary-text-color);
|
|
982
|
-
display: -webkit-box;
|
|
983
|
-
display: -ms-flexbox;
|
|
984
|
-
display: flex;
|
|
985
|
-
font-size: 12px;
|
|
986
|
-
height: 22px;
|
|
987
|
-
-webkit-box-pack: center;
|
|
988
|
-
-ms-flex-pack: center;
|
|
989
|
-
justify-content: center;
|
|
981
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
982
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
983
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge {
|
|
984
|
+
font-size: 10px;
|
|
985
|
+
height: 18px;
|
|
986
|
+
line-height: 16px;
|
|
987
|
+
padding: 0;
|
|
990
988
|
position: absolute;
|
|
991
|
-
right:
|
|
992
|
-
top:
|
|
993
|
-
|
|
989
|
+
right: 12px;
|
|
990
|
+
top: 50%;
|
|
991
|
+
-webkit-transform: translateY(-50%);
|
|
992
|
+
transform: translateY(-50%);
|
|
993
|
+
width: 32px;
|
|
994
994
|
}
|
|
995
|
-
|
|
996
|
-
.e-
|
|
997
|
-
|
|
995
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
996
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
997
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
|
|
998
|
+
padding-left: 68px;
|
|
999
|
+
padding-right: 10px;
|
|
998
1000
|
}
|
|
999
|
-
|
|
1000
|
-
.e-
|
|
1001
|
-
.e-listboxtool-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
display: -ms-flexbox;
|
|
1005
|
-
display: flex;
|
|
1001
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
1002
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
1003
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
|
|
1004
|
+
padding-left: 16px;
|
|
1005
|
+
padding-right: 10px;
|
|
1006
1006
|
}
|
|
1007
|
-
.e-
|
|
1008
|
-
.e-
|
|
1009
|
-
|
|
1010
|
-
|
|
1007
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content,
|
|
1008
|
+
.e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content,
|
|
1009
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content {
|
|
1010
|
+
display: block;
|
|
1011
|
+
margin: 0;
|
|
1012
|
+
overflow: hidden;
|
|
1013
|
+
padding: 8px 0;
|
|
1014
|
+
text-overflow: ellipsis;
|
|
1015
|
+
white-space: nowrap;
|
|
1011
1016
|
}
|
|
1012
|
-
.e-
|
|
1013
|
-
.e-
|
|
1014
|
-
|
|
1015
|
-
|
|
1017
|
+
.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,
|
|
1018
|
+
.e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,
|
|
1019
|
+
.e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-content,
|
|
1020
|
+
.e-listboxtool-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,
|
|
1021
|
+
.e-listboxtool-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content {
|
|
1022
|
+
color: var(--color-sf-content-text-color);
|
|
1016
1023
|
}
|
|
1017
|
-
.e-
|
|
1018
|
-
.e-
|
|
1019
|
-
.e-
|
|
1020
|
-
.e-listboxtool-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
flex: 1;
|
|
1024
|
+
.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,
|
|
1025
|
+
.e-listbox-container.e-list-template .e-list-item.e-selected .e-list-item-header,
|
|
1026
|
+
.e-listbox-container.e-list-template .e-list-item.e-selected .e-list-content,
|
|
1027
|
+
.e-listboxtool-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header,
|
|
1028
|
+
.e-listboxtool-wrapper.e-list-template .e-list-item.e-selected .e-list-content {
|
|
1029
|
+
color: var(--color-sf-content-text-color-selected);
|
|
1024
1030
|
}
|
|
1025
|
-
.e-
|
|
1026
|
-
.e-
|
|
1027
|
-
|
|
1031
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
1032
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
1033
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
|
|
1034
|
+
left: inherit;
|
|
1035
|
+
right: 0;
|
|
1028
1036
|
}
|
|
1029
|
-
.e-
|
|
1030
|
-
.e-
|
|
1031
|
-
|
|
1037
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
1038
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
1039
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
|
|
1040
|
+
padding-left: 16px;
|
|
1041
|
+
padding-right: 68px;
|
|
1032
1042
|
}
|
|
1033
|
-
.e-
|
|
1034
|
-
.e-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
padding:
|
|
1038
|
-
border-radius: calc(var(--e-radius) * 0.5);
|
|
1043
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
1044
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
1045
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
|
|
1046
|
+
padding-left: 68px;
|
|
1047
|
+
padding-right: 16px;
|
|
1039
1048
|
}
|
|
1040
|
-
.e-
|
|
1041
|
-
.e-
|
|
1042
|
-
|
|
1049
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
1050
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
1051
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
1052
|
+
left: 0;
|
|
1053
|
+
right: inherit;
|
|
1043
1054
|
}
|
|
1044
|
-
.e-
|
|
1045
|
-
.e-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1055
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
1056
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
1057
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge {
|
|
1058
|
+
left: 12px;
|
|
1059
|
+
right: inherit;
|
|
1049
1060
|
}
|
|
1050
|
-
.e-
|
|
1051
|
-
.e-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1061
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
1062
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
1063
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
|
|
1064
|
+
padding-left: 10px;
|
|
1065
|
+
padding-right: 68px;
|
|
1066
|
+
}
|
|
1067
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
1068
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
1069
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
|
|
1070
|
+
padding-left: 10px;
|
|
1071
|
+
padding-right: 16px;
|
|
1055
1072
|
}
|
|
1056
1073
|
|
|
1057
|
-
.e-
|
|
1058
|
-
|
|
1059
|
-
margin-right: 15px;
|
|
1074
|
+
.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 {
|
|
1075
|
+
height: 100%;
|
|
1060
1076
|
}
|
|
1061
|
-
|
|
1062
|
-
.e-
|
|
1063
|
-
|
|
1077
|
+
|
|
1078
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
1079
|
+
height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
|
|
1064
1080
|
}
|
|
1065
1081
|
|
|
1066
|
-
.e-listbox-
|
|
1067
|
-
|
|
1068
|
-
.e-listbox-wrapper .e-selectall-parent,
|
|
1069
|
-
.e-listbox-container:not(.e-list-template) .e-list-item,
|
|
1070
|
-
.e-listbox-container .e-list-nrt,
|
|
1071
|
-
.e-listbox-container .e-selectall-parent,
|
|
1072
|
-
.e-listboxtool-wrapper .e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
1073
|
-
.e-listboxtool-wrapper .e-listbox-wrapper .e-list-nrt,
|
|
1074
|
-
.e-listboxtool-wrapper .e-listbox-wrapper .e-selectall-parent {
|
|
1075
|
-
height: 40px;
|
|
1076
|
-
line-height: 1;
|
|
1077
|
-
padding: 12px 12px;
|
|
1078
|
-
position: relative;
|
|
1082
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
|
|
1083
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
1079
1084
|
}
|
|
1080
|
-
|
|
1081
|
-
.e-listbox-container .e-list-
|
|
1082
|
-
|
|
1083
|
-
display: inline;
|
|
1084
|
-
vertical-align: middle;
|
|
1085
|
-
width: auto;
|
|
1086
|
-
height: auto;
|
|
1087
|
-
padding-bottom: 1px;
|
|
1085
|
+
|
|
1086
|
+
.e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
1087
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
1088
1088
|
}
|
|
1089
1089
|
|
|
1090
1090
|
|