@syncfusion/ej2-dropdowns 32.1.22 → 32.1.24
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/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 +26 -16
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +26 -16
- 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/combo-box/combo-box-model.d.ts +1 -1
- package/src/combo-box/combo-box.d.ts +2 -1
- package/src/combo-box/combo-box.js +6 -2
- package/src/common/incremental-search.js +3 -2
- package/src/drop-down-base/drop-down-base.js +1 -1
- package/src/drop-down-list/drop-down-list-model.d.ts +2 -2
- package/src/drop-down-list/drop-down-list.d.ts +2 -2
- package/src/multi-select/checkbox-selection.js +2 -4
- package/src/multi-select/multi-select.js +14 -7
- package/styles/auto-complete/_all.bds.scss +1 -0
- package/styles/auto-complete/_all.bootstrap-dark.scss +1 -0
- package/styles/auto-complete/_all.bootstrap.scss +1 -0
- package/styles/auto-complete/_all.bootstrap4.scss +1 -0
- package/styles/auto-complete/_all.bootstrap5-dark.scss +1 -0
- package/styles/auto-complete/_all.bootstrap5.3.scss +1 -0
- package/styles/auto-complete/_all.bootstrap5.scss +1 -0
- package/styles/auto-complete/_all.fabric-dark.scss +1 -0
- package/styles/auto-complete/_all.fabric.scss +1 -0
- package/styles/auto-complete/_all.fluent-dark.scss +1 -0
- package/styles/auto-complete/_all.fluent.scss +1 -0
- package/styles/auto-complete/_all.fluent2.scss +1 -0
- package/styles/auto-complete/_all.highcontrast-light.scss +1 -0
- package/styles/auto-complete/_all.highcontrast.scss +1 -0
- package/styles/auto-complete/_all.material-dark.scss +1 -0
- package/styles/auto-complete/_all.material.scss +1 -0
- package/styles/auto-complete/_all.material3-dark.scss +1 -0
- package/styles/auto-complete/_all.material3.scss +1 -0
- package/styles/auto-complete/_all.tailwind-dark.scss +1 -0
- package/styles/auto-complete/_all.tailwind.scss +1 -0
- package/styles/auto-complete/_all.tailwind3.scss +1 -0
- package/styles/auto-complete/bds.scss +1 -1
- package/styles/auto-complete/bootstrap-dark.scss +1 -1
- package/styles/auto-complete/bootstrap.scss +1 -1
- package/styles/auto-complete/bootstrap4.scss +1 -1
- package/styles/auto-complete/bootstrap5-dark.scss +1 -1
- package/styles/auto-complete/bootstrap5.3.scss +1 -1
- package/styles/auto-complete/bootstrap5.scss +1 -1
- package/styles/auto-complete/fabric-dark.scss +1 -1
- package/styles/auto-complete/fabric.scss +1 -1
- package/styles/auto-complete/fluent-dark.scss +1 -1
- package/styles/auto-complete/fluent.scss +1 -1
- package/styles/auto-complete/fluent2.scss +1 -1
- package/styles/auto-complete/highcontrast-light.scss +1 -1
- package/styles/auto-complete/highcontrast.scss +1 -1
- package/styles/auto-complete/material-dark.scss +1 -1
- package/styles/auto-complete/material.scss +1 -1
- package/styles/auto-complete/material3-dark.scss +1 -1
- package/styles/auto-complete/material3.scss +1 -1
- package/styles/auto-complete/tailwind-dark.scss +1 -1
- package/styles/auto-complete/tailwind.scss +1 -1
- package/styles/auto-complete/tailwind3.scss +1 -1
- package/styles/bds-lite.css +1955 -1587
- package/styles/bds-lite.scss +8 -8
- package/styles/bds.css +2227 -1658
- package/styles/bds.scss +13 -13
- package/styles/bootstrap-dark-lite.css +1695 -1491
- package/styles/bootstrap-dark-lite.scss +8 -8
- package/styles/bootstrap-dark.css +2064 -1754
- package/styles/bootstrap-dark.scss +13 -13
- package/styles/bootstrap-lite.css +1672 -1482
- package/styles/bootstrap-lite.scss +8 -8
- package/styles/bootstrap.css +1906 -1617
- package/styles/bootstrap.scss +13 -13
- package/styles/bootstrap4-lite.css +1766 -1434
- package/styles/bootstrap4-lite.scss +8 -8
- package/styles/bootstrap4.css +2155 -1650
- package/styles/bootstrap4.scss +13 -13
- package/styles/bootstrap5-dark-lite.css +1555 -1225
- package/styles/bootstrap5-dark-lite.scss +8 -8
- package/styles/bootstrap5-dark.css +2108 -1603
- package/styles/bootstrap5-dark.scss +13 -13
- package/styles/bootstrap5-lite.css +1555 -1224
- package/styles/bootstrap5-lite.scss +8 -8
- package/styles/bootstrap5.3-lite.css +3275 -2020
- package/styles/bootstrap5.3-lite.scss +8 -8
- package/styles/bootstrap5.3.css +3711 -1777
- package/styles/bootstrap5.3.scss +13 -13
- package/styles/bootstrap5.css +2110 -1604
- package/styles/bootstrap5.scss +13 -13
- package/styles/combo-box/_all.bds.scss +1 -0
- package/styles/combo-box/_all.bootstrap-dark.scss +1 -0
- package/styles/combo-box/_all.bootstrap.scss +1 -0
- package/styles/combo-box/_all.bootstrap4.scss +1 -0
- package/styles/combo-box/_all.bootstrap5-dark.scss +1 -0
- package/styles/combo-box/_all.bootstrap5.3.scss +1 -0
- package/styles/combo-box/_all.bootstrap5.scss +1 -0
- package/styles/combo-box/_all.fabric-dark.scss +1 -0
- package/styles/combo-box/_all.fabric.scss +1 -0
- package/styles/combo-box/_all.fluent-dark.scss +1 -0
- package/styles/combo-box/_all.fluent.scss +1 -0
- package/styles/combo-box/_all.fluent2.scss +1 -0
- package/styles/combo-box/_all.highcontrast-light.scss +1 -0
- package/styles/combo-box/_all.highcontrast.scss +1 -0
- package/styles/combo-box/_all.material-dark.scss +1 -0
- package/styles/combo-box/_all.material.scss +1 -0
- package/styles/combo-box/_all.material3-dark.scss +1 -0
- package/styles/combo-box/_all.material3.scss +1 -0
- package/styles/combo-box/_all.tailwind-dark.scss +1 -0
- package/styles/combo-box/_all.tailwind.scss +1 -0
- package/styles/combo-box/_all.tailwind3.scss +1 -0
- package/styles/combo-box/bds.scss +1 -1
- package/styles/combo-box/bootstrap-dark.scss +1 -1
- package/styles/combo-box/bootstrap.scss +1 -1
- package/styles/combo-box/bootstrap4.scss +1 -1
- package/styles/combo-box/bootstrap5-dark.scss +1 -1
- package/styles/combo-box/bootstrap5.3.scss +1 -1
- package/styles/combo-box/bootstrap5.scss +1 -1
- package/styles/combo-box/fabric-dark.scss +1 -1
- package/styles/combo-box/fabric.scss +1 -1
- package/styles/combo-box/fluent-dark.scss +1 -1
- package/styles/combo-box/fluent.scss +1 -1
- package/styles/combo-box/fluent2.scss +1 -1
- package/styles/combo-box/highcontrast-light.scss +1 -1
- package/styles/combo-box/highcontrast.scss +1 -1
- package/styles/combo-box/material-dark.scss +1 -1
- package/styles/combo-box/material.scss +1 -1
- package/styles/combo-box/material3-dark.scss +1 -1
- package/styles/combo-box/material3.scss +1 -1
- package/styles/combo-box/tailwind-dark.scss +1 -1
- package/styles/combo-box/tailwind.scss +1 -1
- package/styles/combo-box/tailwind3.scss +1 -1
- package/styles/drop-down-base/_all.bds.scss +2 -0
- package/styles/drop-down-base/_all.bootstrap-dark.scss +2 -0
- package/styles/drop-down-base/_all.bootstrap.scss +2 -0
- package/styles/drop-down-base/_all.bootstrap4.scss +2 -0
- package/styles/drop-down-base/_all.bootstrap5-dark.scss +2 -0
- package/styles/drop-down-base/_all.bootstrap5.3.scss +2 -0
- package/styles/drop-down-base/_all.bootstrap5.scss +2 -0
- package/styles/drop-down-base/_all.fabric-dark.scss +2 -0
- package/styles/drop-down-base/_all.fabric.scss +2 -0
- package/styles/drop-down-base/_all.fluent-dark.scss +2 -0
- package/styles/drop-down-base/_all.fluent.scss +2 -0
- package/styles/drop-down-base/_all.fluent2.scss +2 -0
- package/styles/drop-down-base/_all.highcontrast-light.scss +2 -0
- package/styles/drop-down-base/_all.highcontrast.scss +2 -0
- package/styles/drop-down-base/_all.material-dark.scss +2 -0
- package/styles/drop-down-base/_all.material.scss +2 -0
- package/styles/drop-down-base/_all.material3-dark.scss +2 -0
- package/styles/drop-down-base/_all.material3.scss +2 -0
- package/styles/drop-down-base/_all.tailwind-dark.scss +2 -0
- package/styles/drop-down-base/_all.tailwind.scss +2 -0
- package/styles/drop-down-base/_all.tailwind3.scss +2 -0
- package/styles/drop-down-base/_bigger.bds.scss +3 -0
- package/styles/drop-down-base/_bigger.bootstrap-dark.scss +3 -0
- package/styles/drop-down-base/_bigger.bootstrap.scss +3 -0
- package/styles/drop-down-base/_bigger.bootstrap4.scss +3 -0
- package/styles/drop-down-base/_bigger.bootstrap5-dark.scss +3 -0
- package/styles/drop-down-base/_bigger.bootstrap5.3.scss +3 -0
- package/styles/drop-down-base/_bigger.bootstrap5.scss +3 -0
- package/styles/drop-down-base/_bigger.fabric-dark.scss +3 -0
- package/styles/drop-down-base/_bigger.fabric.scss +3 -0
- package/styles/drop-down-base/_bigger.fluent-dark.scss +3 -0
- package/styles/drop-down-base/_bigger.fluent.scss +3 -0
- package/styles/drop-down-base/_bigger.fluent2.scss +3 -0
- package/styles/drop-down-base/_bigger.highcontrast-light.scss +3 -0
- package/styles/drop-down-base/_bigger.highcontrast.scss +3 -0
- package/styles/drop-down-base/_bigger.material-dark.scss +3 -0
- package/styles/drop-down-base/_bigger.material.scss +3 -0
- package/styles/drop-down-base/_bigger.material3-dark.scss +3 -0
- package/styles/drop-down-base/_bigger.material3.scss +3 -0
- package/styles/drop-down-base/_bigger.scss +0 -1
- package/styles/drop-down-base/_bigger.tailwind-dark.scss +3 -0
- package/styles/drop-down-base/_bigger.tailwind.scss +3 -0
- package/styles/drop-down-base/_bigger.tailwind3.scss +3 -0
- package/styles/drop-down-base/_layout.bds.scss +3 -0
- package/styles/drop-down-base/_layout.bootstrap-dark.scss +3 -0
- package/styles/drop-down-base/_layout.bootstrap.scss +3 -0
- package/styles/drop-down-base/_layout.bootstrap4.scss +3 -0
- package/styles/drop-down-base/_layout.bootstrap5-dark.scss +3 -0
- package/styles/drop-down-base/_layout.bootstrap5.3.scss +3 -0
- package/styles/drop-down-base/_layout.bootstrap5.scss +3 -0
- package/styles/drop-down-base/_layout.fabric-dark.scss +3 -0
- package/styles/drop-down-base/_layout.fabric.scss +3 -0
- package/styles/drop-down-base/_layout.fluent-dark.scss +3 -0
- package/styles/drop-down-base/_layout.fluent.scss +3 -0
- package/styles/drop-down-base/_layout.fluent2.scss +3 -0
- package/styles/drop-down-base/_layout.highcontrast-light.scss +3 -0
- package/styles/drop-down-base/_layout.highcontrast.scss +3 -0
- package/styles/drop-down-base/_layout.material-dark.scss +3 -0
- package/styles/drop-down-base/_layout.material.scss +3 -0
- package/styles/drop-down-base/_layout.material3-dark.scss +3 -0
- package/styles/drop-down-base/_layout.material3.scss +3 -0
- package/styles/drop-down-base/_layout.scss +0 -1
- package/styles/drop-down-base/_layout.tailwind-dark.scss +3 -0
- package/styles/drop-down-base/_layout.tailwind.scss +3 -0
- package/styles/drop-down-base/_layout.tailwind3.scss +3 -0
- package/styles/drop-down-base/_theme-variables.bds.scss +1 -0
- package/styles/drop-down-base/_theme-variables.bootstrap-dark.scss +1 -0
- package/styles/drop-down-base/_theme-variables.bootstrap.scss +1 -0
- package/styles/drop-down-base/_theme-variables.bootstrap4.scss +1 -0
- package/styles/drop-down-base/_theme-variables.bootstrap5-dark.scss +1 -0
- package/styles/drop-down-base/_theme-variables.bootstrap5.3.scss +1 -0
- package/styles/drop-down-base/_theme-variables.bootstrap5.scss +1 -0
- package/styles/drop-down-base/_theme-variables.fabric-dark.scss +1 -0
- package/styles/drop-down-base/_theme-variables.fabric.scss +1 -0
- package/styles/drop-down-base/_theme-variables.fluent-dark.scss +1 -0
- package/styles/drop-down-base/_theme-variables.fluent.scss +1 -0
- package/styles/drop-down-base/_theme-variables.fluent2.scss +1 -0
- package/styles/drop-down-base/_theme-variables.highcontrast-light.scss +1 -0
- package/styles/drop-down-base/_theme-variables.highcontrast.scss +1 -0
- package/styles/drop-down-base/_theme-variables.material-dark.scss +1 -0
- package/styles/drop-down-base/_theme-variables.material.scss +1 -0
- package/styles/drop-down-base/_theme-variables.material3-dark.scss +1 -0
- package/styles/drop-down-base/_theme-variables.material3.scss +1 -0
- package/styles/drop-down-base/_theme-variables.tailwind-dark.scss +1 -0
- package/styles/drop-down-base/_theme-variables.tailwind.scss +1 -0
- package/styles/drop-down-base/_theme.bds.scss +4 -0
- package/styles/drop-down-base/_theme.bootstrap-dark.scss +4 -0
- package/styles/drop-down-base/_theme.bootstrap.scss +4 -0
- package/styles/drop-down-base/_theme.bootstrap4.scss +4 -0
- package/styles/drop-down-base/_theme.bootstrap5-dark.scss +4 -0
- package/styles/drop-down-base/_theme.bootstrap5.3.scss +4 -0
- package/styles/drop-down-base/_theme.bootstrap5.scss +4 -0
- package/styles/drop-down-base/_theme.fabric-dark.scss +4 -0
- package/styles/drop-down-base/_theme.fabric.scss +4 -0
- package/styles/drop-down-base/_theme.fluent-dark.scss +4 -0
- package/styles/drop-down-base/_theme.fluent.scss +4 -0
- package/styles/drop-down-base/_theme.fluent2.scss +4 -0
- package/styles/drop-down-base/_theme.highcontrast-light.scss +4 -0
- package/styles/drop-down-base/_theme.highcontrast.scss +4 -0
- package/styles/drop-down-base/_theme.material-dark.scss +4 -0
- package/styles/drop-down-base/_theme.material.scss +4 -0
- package/styles/drop-down-base/_theme.material3-dark.scss +4 -0
- package/styles/drop-down-base/_theme.material3.scss +4 -0
- package/styles/drop-down-base/_theme.scss +0 -1
- package/styles/drop-down-base/_theme.tailwind-dark.scss +4 -0
- package/styles/drop-down-base/_theme.tailwind.scss +4 -0
- package/styles/drop-down-base/_theme.tailwind3.scss +4 -0
- package/styles/drop-down-base/bds.css +217 -112
- package/styles/drop-down-base/bds.scss +2 -2
- package/styles/drop-down-base/bootstrap-dark.css +141 -117
- package/styles/drop-down-base/bootstrap-dark.scss +2 -2
- package/styles/drop-down-base/bootstrap.css +141 -117
- package/styles/drop-down-base/bootstrap.scss +2 -2
- package/styles/drop-down-base/bootstrap4.css +157 -115
- package/styles/drop-down-base/bootstrap4.scss +2 -2
- package/styles/drop-down-base/bootstrap5-dark.css +174 -114
- package/styles/drop-down-base/bootstrap5-dark.scss +2 -2
- package/styles/drop-down-base/bootstrap5.3.css +417 -105
- package/styles/drop-down-base/bootstrap5.3.scss +2 -2
- package/styles/drop-down-base/bootstrap5.css +174 -114
- package/styles/drop-down-base/bootstrap5.scss +2 -2
- package/styles/drop-down-base/fabric-dark.css +141 -117
- package/styles/drop-down-base/fabric-dark.scss +2 -2
- package/styles/drop-down-base/fabric.css +141 -117
- package/styles/drop-down-base/fabric.scss +2 -2
- package/styles/drop-down-base/fluent-dark.css +179 -119
- package/styles/drop-down-base/fluent-dark.scss +2 -2
- package/styles/drop-down-base/fluent.css +179 -119
- package/styles/drop-down-base/fluent.scss +2 -2
- package/styles/drop-down-base/fluent2.css +449 -98
- package/styles/drop-down-base/fluent2.scss +2 -2
- package/styles/drop-down-base/highcontrast-light.css +181 -109
- package/styles/drop-down-base/highcontrast-light.scss +2 -2
- package/styles/drop-down-base/highcontrast.css +181 -109
- package/styles/drop-down-base/highcontrast.scss +2 -2
- package/styles/drop-down-base/material-dark.css +141 -117
- package/styles/drop-down-base/material-dark.scss +2 -2
- package/styles/drop-down-base/material.css +141 -117
- package/styles/drop-down-base/material.scss +2 -2
- package/styles/drop-down-base/material3-dark.css +380 -110
- package/styles/drop-down-base/material3-dark.scss +2 -2
- package/styles/drop-down-base/material3.css +384 -108
- package/styles/drop-down-base/material3.scss +2 -2
- package/styles/drop-down-base/tailwind-dark.css +196 -118
- package/styles/drop-down-base/tailwind-dark.scss +2 -2
- package/styles/drop-down-base/tailwind.css +196 -118
- package/styles/drop-down-base/tailwind.scss +2 -2
- package/styles/drop-down-base/tailwind3.css +388 -106
- package/styles/drop-down-base/tailwind3.scss +2 -2
- package/styles/drop-down-list/_all.bds.scss +2 -0
- package/styles/drop-down-list/_all.bootstrap-dark.scss +2 -0
- package/styles/drop-down-list/_all.bootstrap.scss +2 -0
- package/styles/drop-down-list/_all.bootstrap4.scss +2 -0
- package/styles/drop-down-list/_all.bootstrap5-dark.scss +2 -0
- package/styles/drop-down-list/_all.bootstrap5.3.scss +2 -0
- package/styles/drop-down-list/_all.bootstrap5.scss +2 -0
- package/styles/drop-down-list/_all.fabric-dark.scss +2 -0
- package/styles/drop-down-list/_all.fabric.scss +2 -0
- package/styles/drop-down-list/_all.fluent-dark.scss +2 -0
- package/styles/drop-down-list/_all.fluent.scss +2 -0
- package/styles/drop-down-list/_all.fluent2.scss +2 -0
- package/styles/drop-down-list/_all.highcontrast-light.scss +2 -0
- package/styles/drop-down-list/_all.highcontrast.scss +2 -0
- package/styles/drop-down-list/_all.material-dark.scss +2 -0
- package/styles/drop-down-list/_all.material.scss +2 -0
- package/styles/drop-down-list/_all.material3-dark.scss +2 -0
- package/styles/drop-down-list/_all.material3.scss +2 -0
- package/styles/drop-down-list/_all.tailwind-dark.scss +2 -0
- package/styles/drop-down-list/_all.tailwind.scss +2 -0
- package/styles/drop-down-list/_all.tailwind3.scss +2 -0
- package/styles/drop-down-list/_bigger.bds.scss +3 -0
- package/styles/drop-down-list/_bigger.bootstrap-dark.scss +3 -0
- package/styles/drop-down-list/_bigger.bootstrap.scss +3 -0
- package/styles/drop-down-list/_bigger.bootstrap4.scss +3 -0
- package/styles/drop-down-list/_bigger.bootstrap5-dark.scss +3 -0
- package/styles/drop-down-list/_bigger.bootstrap5.3.scss +3 -0
- package/styles/drop-down-list/_bigger.bootstrap5.scss +3 -0
- package/styles/drop-down-list/_bigger.fabric-dark.scss +3 -0
- package/styles/drop-down-list/_bigger.fabric.scss +3 -0
- package/styles/drop-down-list/_bigger.fluent-dark.scss +3 -0
- package/styles/drop-down-list/_bigger.fluent.scss +3 -0
- package/styles/drop-down-list/_bigger.fluent2.scss +3 -0
- package/styles/drop-down-list/_bigger.highcontrast-light.scss +3 -0
- package/styles/drop-down-list/_bigger.highcontrast.scss +3 -0
- package/styles/drop-down-list/_bigger.material-dark.scss +3 -0
- package/styles/drop-down-list/_bigger.material.scss +3 -0
- package/styles/drop-down-list/_bigger.material3-dark.scss +3 -0
- package/styles/drop-down-list/_bigger.material3.scss +3 -0
- package/styles/drop-down-list/_bigger.scss +0 -1
- package/styles/drop-down-list/_bigger.tailwind-dark.scss +3 -0
- package/styles/drop-down-list/_bigger.tailwind.scss +3 -0
- package/styles/drop-down-list/_bigger.tailwind3.scss +3 -0
- package/styles/drop-down-list/_layout.bds.scss +3 -0
- package/styles/drop-down-list/_layout.bootstrap-dark.scss +3 -0
- package/styles/drop-down-list/_layout.bootstrap.scss +3 -0
- package/styles/drop-down-list/_layout.bootstrap4.scss +3 -0
- package/styles/drop-down-list/_layout.bootstrap5-dark.scss +3 -0
- package/styles/drop-down-list/_layout.bootstrap5.3.scss +3 -0
- package/styles/drop-down-list/_layout.bootstrap5.scss +3 -0
- package/styles/drop-down-list/_layout.fabric-dark.scss +3 -0
- package/styles/drop-down-list/_layout.fabric.scss +3 -0
- package/styles/drop-down-list/_layout.fluent-dark.scss +3 -0
- package/styles/drop-down-list/_layout.fluent.scss +3 -0
- package/styles/drop-down-list/_layout.fluent2.scss +3 -0
- package/styles/drop-down-list/_layout.highcontrast-light.scss +3 -0
- package/styles/drop-down-list/_layout.highcontrast.scss +3 -0
- package/styles/drop-down-list/_layout.material-dark.scss +3 -0
- package/styles/drop-down-list/_layout.material.scss +3 -0
- package/styles/drop-down-list/_layout.material3-dark.scss +3 -0
- package/styles/drop-down-list/_layout.material3.scss +3 -0
- package/styles/drop-down-list/_layout.scss +0 -1
- package/styles/drop-down-list/_layout.tailwind-dark.scss +3 -0
- package/styles/drop-down-list/_layout.tailwind.scss +3 -0
- package/styles/drop-down-list/_layout.tailwind3.scss +3 -0
- package/styles/drop-down-list/_theme-variables.bds.scss +1 -0
- package/styles/drop-down-list/_theme-variables.bootstrap-dark.scss +1 -0
- package/styles/drop-down-list/_theme-variables.bootstrap.scss +1 -0
- package/styles/drop-down-list/_theme-variables.bootstrap4.scss +1 -0
- package/styles/drop-down-list/_theme-variables.bootstrap5-dark.scss +1 -0
- package/styles/drop-down-list/_theme-variables.bootstrap5.3.scss +1 -0
- package/styles/drop-down-list/_theme-variables.bootstrap5.scss +1 -0
- package/styles/drop-down-list/_theme-variables.fabric-dark.scss +1 -0
- package/styles/drop-down-list/_theme-variables.fabric.scss +1 -0
- package/styles/drop-down-list/_theme-variables.fluent-dark.scss +1 -0
- package/styles/drop-down-list/_theme-variables.fluent.scss +1 -0
- package/styles/drop-down-list/_theme-variables.fluent2.scss +1 -0
- package/styles/drop-down-list/_theme-variables.highcontrast-light.scss +1 -0
- package/styles/drop-down-list/_theme-variables.highcontrast.scss +1 -0
- package/styles/drop-down-list/_theme-variables.material-dark.scss +1 -0
- package/styles/drop-down-list/_theme-variables.material.scss +1 -0
- package/styles/drop-down-list/_theme-variables.material3-dark.scss +1 -0
- package/styles/drop-down-list/_theme-variables.material3.scss +1 -0
- package/styles/drop-down-list/_theme-variables.tailwind-dark.scss +1 -0
- package/styles/drop-down-list/_theme-variables.tailwind.scss +1 -0
- package/styles/drop-down-list/_theme.bds.scss +4 -0
- package/styles/drop-down-list/_theme.bootstrap-dark.scss +4 -0
- package/styles/drop-down-list/_theme.bootstrap.scss +4 -0
- package/styles/drop-down-list/_theme.bootstrap4.scss +4 -0
- package/styles/drop-down-list/_theme.bootstrap5-dark.scss +4 -0
- package/styles/drop-down-list/_theme.bootstrap5.3.scss +4 -0
- package/styles/drop-down-list/_theme.bootstrap5.scss +4 -0
- package/styles/drop-down-list/_theme.fabric-dark.scss +4 -0
- package/styles/drop-down-list/_theme.fabric.scss +4 -0
- package/styles/drop-down-list/_theme.fluent-dark.scss +4 -0
- package/styles/drop-down-list/_theme.fluent.scss +4 -0
- package/styles/drop-down-list/_theme.fluent2.scss +4 -0
- package/styles/drop-down-list/_theme.highcontrast-light.scss +4 -0
- package/styles/drop-down-list/_theme.highcontrast.scss +4 -0
- package/styles/drop-down-list/_theme.material-dark.scss +4 -0
- package/styles/drop-down-list/_theme.material.scss +4 -0
- package/styles/drop-down-list/_theme.material3-dark.scss +4 -0
- package/styles/drop-down-list/_theme.material3.scss +4 -0
- package/styles/drop-down-list/_theme.scss +0 -1
- package/styles/drop-down-list/_theme.tailwind-dark.scss +4 -0
- package/styles/drop-down-list/_theme.tailwind.scss +4 -0
- package/styles/drop-down-list/_theme.tailwind3.scss +4 -0
- package/styles/drop-down-list/bds.css +228 -6
- package/styles/drop-down-list/bds.scss +2 -2
- package/styles/drop-down-list/bootstrap-dark.css +190 -7
- package/styles/drop-down-list/bootstrap-dark.scss +2 -2
- package/styles/drop-down-list/bootstrap.css +189 -6
- package/styles/drop-down-list/bootstrap.scss +2 -2
- package/styles/drop-down-list/bootstrap4.css +299 -8
- package/styles/drop-down-list/bootstrap4.scss +2 -2
- package/styles/drop-down-list/bootstrap5-dark.css +305 -8
- package/styles/drop-down-list/bootstrap5-dark.scss +2 -2
- package/styles/drop-down-list/bootstrap5.3.css +557 -8
- package/styles/drop-down-list/bootstrap5.3.scss +2 -2
- package/styles/drop-down-list/bootstrap5.css +305 -8
- package/styles/drop-down-list/bootstrap5.scss +2 -2
- package/styles/drop-down-list/fabric-dark.css +112 -7
- package/styles/drop-down-list/fabric-dark.scss +2 -2
- package/styles/drop-down-list/fabric.css +112 -7
- package/styles/drop-down-list/fabric.scss +2 -2
- package/styles/drop-down-list/fluent-dark.css +283 -7
- package/styles/drop-down-list/fluent-dark.scss +2 -2
- package/styles/drop-down-list/fluent.css +283 -7
- package/styles/drop-down-list/fluent.scss +2 -2
- package/styles/drop-down-list/fluent2.css +579 -6
- package/styles/drop-down-list/fluent2.scss +2 -2
- package/styles/drop-down-list/highcontrast-light.css +157 -7
- package/styles/drop-down-list/highcontrast-light.scss +2 -2
- package/styles/drop-down-list/highcontrast.css +158 -8
- package/styles/drop-down-list/highcontrast.scss +2 -2
- package/styles/drop-down-list/material-dark.css +255 -6
- package/styles/drop-down-list/material-dark.scss +2 -2
- package/styles/drop-down-list/material.css +267 -6
- package/styles/drop-down-list/material.scss +2 -2
- package/styles/drop-down-list/material3-dark.css +708 -6
- package/styles/drop-down-list/material3-dark.scss +2 -2
- package/styles/drop-down-list/material3.css +714 -6
- package/styles/drop-down-list/material3.scss +2 -2
- package/styles/drop-down-list/tailwind-dark.css +216 -6
- package/styles/drop-down-list/tailwind-dark.scss +2 -2
- package/styles/drop-down-list/tailwind.css +216 -6
- package/styles/drop-down-list/tailwind.scss +2 -2
- package/styles/drop-down-list/tailwind3.css +526 -7
- package/styles/drop-down-list/tailwind3.scss +2 -2
- package/styles/drop-down-tree/_all.bds.scss +2 -0
- package/styles/drop-down-tree/_all.bootstrap-dark.scss +2 -0
- package/styles/drop-down-tree/_all.bootstrap.scss +2 -0
- package/styles/drop-down-tree/_all.bootstrap4.scss +2 -0
- package/styles/drop-down-tree/_all.bootstrap5-dark.scss +2 -0
- package/styles/drop-down-tree/_all.bootstrap5.3.scss +2 -0
- package/styles/drop-down-tree/_all.bootstrap5.scss +2 -0
- package/styles/drop-down-tree/_all.fabric-dark.scss +2 -0
- package/styles/drop-down-tree/_all.fabric.scss +2 -0
- package/styles/drop-down-tree/_all.fluent-dark.scss +2 -0
- package/styles/drop-down-tree/_all.fluent.scss +2 -0
- package/styles/drop-down-tree/_all.fluent2.scss +2 -0
- package/styles/drop-down-tree/_all.highcontrast-light.scss +2 -0
- package/styles/drop-down-tree/_all.highcontrast.scss +2 -0
- package/styles/drop-down-tree/_all.material-dark.scss +2 -0
- package/styles/drop-down-tree/_all.material.scss +2 -0
- package/styles/drop-down-tree/_all.material3-dark.scss +2 -0
- package/styles/drop-down-tree/_all.material3.scss +2 -0
- package/styles/drop-down-tree/_all.tailwind-dark.scss +2 -0
- package/styles/drop-down-tree/_all.tailwind.scss +2 -0
- package/styles/drop-down-tree/_all.tailwind3.scss +2 -0
- package/styles/drop-down-tree/_bigger.bds.scss +3 -0
- package/styles/drop-down-tree/_bigger.bootstrap-dark.scss +3 -0
- package/styles/drop-down-tree/_bigger.bootstrap.scss +3 -0
- package/styles/drop-down-tree/_bigger.bootstrap4.scss +3 -0
- package/styles/drop-down-tree/_bigger.bootstrap5-dark.scss +3 -0
- package/styles/drop-down-tree/_bigger.bootstrap5.3.scss +3 -0
- package/styles/drop-down-tree/_bigger.bootstrap5.scss +3 -0
- package/styles/drop-down-tree/_bigger.fabric-dark.scss +3 -0
- package/styles/drop-down-tree/_bigger.fabric.scss +3 -0
- package/styles/drop-down-tree/_bigger.fluent-dark.scss +3 -0
- package/styles/drop-down-tree/_bigger.fluent.scss +3 -0
- package/styles/drop-down-tree/_bigger.fluent2.scss +3 -0
- package/styles/drop-down-tree/_bigger.highcontrast-light.scss +3 -0
- package/styles/drop-down-tree/_bigger.highcontrast.scss +3 -0
- package/styles/drop-down-tree/_bigger.material-dark.scss +3 -0
- package/styles/drop-down-tree/_bigger.material.scss +3 -0
- package/styles/drop-down-tree/_bigger.material3-dark.scss +3 -0
- package/styles/drop-down-tree/_bigger.material3.scss +3 -0
- package/styles/drop-down-tree/_bigger.scss +0 -1
- package/styles/drop-down-tree/_bigger.tailwind-dark.scss +3 -0
- package/styles/drop-down-tree/_bigger.tailwind.scss +3 -0
- package/styles/drop-down-tree/_bigger.tailwind3.scss +3 -0
- package/styles/drop-down-tree/_layout.bds.scss +3 -0
- package/styles/drop-down-tree/_layout.bootstrap-dark.scss +3 -0
- package/styles/drop-down-tree/_layout.bootstrap.scss +3 -0
- package/styles/drop-down-tree/_layout.bootstrap4.scss +3 -0
- package/styles/drop-down-tree/_layout.bootstrap5-dark.scss +3 -0
- package/styles/drop-down-tree/_layout.bootstrap5.3.scss +3 -0
- package/styles/drop-down-tree/_layout.bootstrap5.scss +3 -0
- package/styles/drop-down-tree/_layout.fabric-dark.scss +3 -0
- package/styles/drop-down-tree/_layout.fabric.scss +3 -0
- package/styles/drop-down-tree/_layout.fluent-dark.scss +3 -0
- package/styles/drop-down-tree/_layout.fluent.scss +3 -0
- package/styles/drop-down-tree/_layout.fluent2.scss +3 -0
- package/styles/drop-down-tree/_layout.highcontrast-light.scss +3 -0
- package/styles/drop-down-tree/_layout.highcontrast.scss +3 -0
- package/styles/drop-down-tree/_layout.material-dark.scss +3 -0
- package/styles/drop-down-tree/_layout.material.scss +3 -0
- package/styles/drop-down-tree/_layout.material3-dark.scss +3 -0
- package/styles/drop-down-tree/_layout.material3.scss +3 -0
- package/styles/drop-down-tree/_layout.scss +0 -1
- package/styles/drop-down-tree/_layout.tailwind-dark.scss +3 -0
- package/styles/drop-down-tree/_layout.tailwind.scss +3 -0
- package/styles/drop-down-tree/_layout.tailwind3.scss +3 -0
- package/styles/drop-down-tree/_theme-variables.bds.scss +1 -0
- package/styles/drop-down-tree/_theme-variables.bootstrap-dark.scss +1 -0
- package/styles/drop-down-tree/_theme-variables.bootstrap.scss +1 -0
- package/styles/drop-down-tree/_theme-variables.bootstrap4.scss +1 -0
- package/styles/drop-down-tree/_theme-variables.bootstrap5-dark.scss +1 -0
- package/styles/drop-down-tree/_theme-variables.bootstrap5.3.scss +1 -0
- package/styles/drop-down-tree/_theme-variables.bootstrap5.scss +1 -0
- package/styles/drop-down-tree/_theme-variables.fabric-dark.scss +1 -0
- package/styles/drop-down-tree/_theme-variables.fabric.scss +1 -0
- package/styles/drop-down-tree/_theme-variables.fluent-dark.scss +1 -0
- package/styles/drop-down-tree/_theme-variables.fluent.scss +1 -0
- package/styles/drop-down-tree/_theme-variables.fluent2.scss +1 -0
- package/styles/drop-down-tree/_theme-variables.highcontrast-light.scss +1 -0
- package/styles/drop-down-tree/_theme-variables.highcontrast.scss +1 -0
- package/styles/drop-down-tree/_theme-variables.material-dark.scss +1 -0
- package/styles/drop-down-tree/_theme-variables.material.scss +1 -0
- package/styles/drop-down-tree/_theme-variables.material3-dark.scss +1 -0
- package/styles/drop-down-tree/_theme-variables.material3.scss +1 -0
- package/styles/drop-down-tree/_theme-variables.tailwind-dark.scss +1 -0
- package/styles/drop-down-tree/_theme-variables.tailwind.scss +1 -0
- package/styles/drop-down-tree/_theme.bds.scss +4 -0
- package/styles/drop-down-tree/_theme.bootstrap-dark.scss +4 -0
- package/styles/drop-down-tree/_theme.bootstrap.scss +4 -0
- package/styles/drop-down-tree/_theme.bootstrap4.scss +4 -0
- package/styles/drop-down-tree/_theme.bootstrap5-dark.scss +4 -0
- package/styles/drop-down-tree/_theme.bootstrap5.3.scss +4 -0
- package/styles/drop-down-tree/_theme.bootstrap5.scss +4 -0
- package/styles/drop-down-tree/_theme.fabric-dark.scss +4 -0
- package/styles/drop-down-tree/_theme.fabric.scss +4 -0
- package/styles/drop-down-tree/_theme.fluent-dark.scss +4 -0
- package/styles/drop-down-tree/_theme.fluent.scss +4 -0
- package/styles/drop-down-tree/_theme.fluent2.scss +4 -0
- package/styles/drop-down-tree/_theme.highcontrast-light.scss +4 -0
- package/styles/drop-down-tree/_theme.highcontrast.scss +4 -0
- package/styles/drop-down-tree/_theme.material-dark.scss +4 -0
- package/styles/drop-down-tree/_theme.material.scss +4 -0
- package/styles/drop-down-tree/_theme.material3-dark.scss +4 -0
- package/styles/drop-down-tree/_theme.material3.scss +4 -0
- package/styles/drop-down-tree/_theme.scss +0 -1
- package/styles/drop-down-tree/_theme.tailwind-dark.scss +4 -0
- package/styles/drop-down-tree/_theme.tailwind.scss +4 -0
- package/styles/drop-down-tree/_theme.tailwind3.scss +4 -0
- package/styles/drop-down-tree/bds.css +65 -50
- package/styles/drop-down-tree/bds.scss +2 -2
- package/styles/drop-down-tree/bootstrap-dark.css +35 -32
- package/styles/drop-down-tree/bootstrap-dark.scss +2 -2
- package/styles/drop-down-tree/bootstrap.css +35 -32
- package/styles/drop-down-tree/bootstrap.scss +2 -2
- package/styles/drop-down-tree/bootstrap4.css +41 -38
- package/styles/drop-down-tree/bootstrap4.scss +2 -2
- package/styles/drop-down-tree/bootstrap5-dark.css +42 -39
- package/styles/drop-down-tree/bootstrap5-dark.scss +2 -2
- package/styles/drop-down-tree/bootstrap5.3.css +293 -38
- package/styles/drop-down-tree/bootstrap5.3.scss +2 -2
- package/styles/drop-down-tree/bootstrap5.css +42 -39
- package/styles/drop-down-tree/bootstrap5.scss +2 -2
- package/styles/drop-down-tree/fabric-dark.css +35 -32
- package/styles/drop-down-tree/fabric-dark.scss +2 -2
- package/styles/drop-down-tree/fabric.css +35 -32
- package/styles/drop-down-tree/fabric.scss +2 -2
- package/styles/drop-down-tree/fluent-dark.css +35 -32
- package/styles/drop-down-tree/fluent-dark.scss +2 -2
- package/styles/drop-down-tree/fluent.css +35 -32
- package/styles/drop-down-tree/fluent.scss +2 -2
- package/styles/drop-down-tree/fluent2.css +295 -34
- package/styles/drop-down-tree/fluent2.scss +2 -2
- package/styles/drop-down-tree/highcontrast-light.css +35 -32
- package/styles/drop-down-tree/highcontrast-light.scss +2 -2
- package/styles/drop-down-tree/highcontrast.css +44 -41
- package/styles/drop-down-tree/highcontrast.scss +2 -2
- package/styles/drop-down-tree/material-dark.css +35 -32
- package/styles/drop-down-tree/material-dark.scss +2 -2
- package/styles/drop-down-tree/material.css +35 -32
- package/styles/drop-down-tree/material.scss +2 -2
- package/styles/drop-down-tree/material3-dark.css +278 -32
- package/styles/drop-down-tree/material3-dark.scss +2 -2
- package/styles/drop-down-tree/material3.css +284 -32
- package/styles/drop-down-tree/material3.scss +2 -2
- package/styles/drop-down-tree/tailwind-dark.css +54 -51
- package/styles/drop-down-tree/tailwind-dark.scss +2 -2
- package/styles/drop-down-tree/tailwind.css +54 -51
- package/styles/drop-down-tree/tailwind.scss +2 -2
- package/styles/drop-down-tree/tailwind3.css +256 -31
- package/styles/drop-down-tree/tailwind3.scss +2 -2
- package/styles/fabric-dark-lite.css +1636 -1496
- package/styles/fabric-dark-lite.scss +8 -8
- package/styles/fabric-dark.css +1346 -1132
- package/styles/fabric-dark.scss +13 -13
- package/styles/fabric-lite.css +816 -686
- package/styles/fabric-lite.scss +8 -8
- package/styles/fabric.css +1349 -1150
- package/styles/fabric.scss +13 -13
- package/styles/fluent-dark-lite.css +1870 -1562
- package/styles/fluent-dark-lite.scss +8 -8
- package/styles/fluent-dark.css +2107 -1635
- package/styles/fluent-dark.scss +13 -13
- package/styles/fluent-lite.css +1891 -1582
- package/styles/fluent-lite.scss +8 -8
- package/styles/fluent.css +2108 -1635
- package/styles/fluent.scss +13 -13
- package/styles/fluent2-lite.css +3322 -1846
- package/styles/fluent2-lite.scss +8 -8
- package/styles/fluent2.css +5233 -2961
- package/styles/fluent2.scss +13 -13
- package/styles/highcontrast-light-lite.css +2477 -2055
- package/styles/highcontrast-light-lite.scss +8 -8
- package/styles/highcontrast-light.css +2195 -1550
- package/styles/highcontrast-light.scss +13 -13
- package/styles/highcontrast-lite.css +2363 -1927
- package/styles/highcontrast-lite.scss +8 -8
- package/styles/highcontrast.css +2221 -1555
- package/styles/highcontrast.scss +13 -13
- package/styles/list-box/_all.bds.scss +2 -0
- package/styles/list-box/_all.bootstrap-dark.scss +2 -0
- package/styles/list-box/_all.bootstrap.scss +2 -0
- package/styles/list-box/_all.bootstrap4.scss +2 -0
- package/styles/list-box/_all.bootstrap5-dark.scss +2 -0
- package/styles/list-box/_all.bootstrap5.3.scss +2 -0
- package/styles/list-box/_all.bootstrap5.scss +2 -0
- package/styles/list-box/_all.fabric-dark.scss +2 -0
- package/styles/list-box/_all.fabric.scss +2 -0
- package/styles/list-box/_all.fluent-dark.scss +2 -0
- package/styles/list-box/_all.fluent.scss +2 -0
- package/styles/list-box/_all.fluent2.scss +2 -0
- package/styles/list-box/_all.highcontrast-light.scss +2 -0
- package/styles/list-box/_all.highcontrast.scss +2 -0
- package/styles/list-box/_all.material-dark.scss +2 -0
- package/styles/list-box/_all.material.scss +2 -0
- package/styles/list-box/_all.material3-dark.scss +2 -0
- package/styles/list-box/_all.material3.scss +2 -0
- package/styles/list-box/_all.tailwind-dark.scss +2 -0
- package/styles/list-box/_all.tailwind.scss +2 -0
- package/styles/list-box/_all.tailwind3.scss +2 -0
- package/styles/list-box/_bigger.bds.scss +3 -0
- package/styles/list-box/_bigger.bootstrap-dark.scss +3 -0
- package/styles/list-box/_bigger.bootstrap.scss +3 -0
- package/styles/list-box/_bigger.bootstrap4.scss +3 -0
- package/styles/list-box/_bigger.bootstrap5-dark.scss +3 -0
- package/styles/list-box/_bigger.bootstrap5.3.scss +3 -0
- package/styles/list-box/_bigger.bootstrap5.scss +3 -0
- package/styles/list-box/_bigger.fabric-dark.scss +3 -0
- package/styles/list-box/_bigger.fabric.scss +3 -0
- package/styles/list-box/_bigger.fluent-dark.scss +3 -0
- package/styles/list-box/_bigger.fluent.scss +3 -0
- package/styles/list-box/_bigger.fluent2.scss +3 -0
- package/styles/list-box/_bigger.highcontrast-light.scss +3 -0
- package/styles/list-box/_bigger.highcontrast.scss +3 -0
- package/styles/list-box/_bigger.material-dark.scss +3 -0
- package/styles/list-box/_bigger.material.scss +3 -0
- package/styles/list-box/_bigger.material3-dark.scss +3 -0
- package/styles/list-box/_bigger.material3.scss +3 -0
- package/styles/list-box/_bigger.scss +0 -1
- package/styles/list-box/_bigger.tailwind-dark.scss +3 -0
- package/styles/list-box/_bigger.tailwind.scss +3 -0
- package/styles/list-box/_bigger.tailwind3.scss +3 -0
- package/styles/list-box/_layout.bds.scss +3 -0
- package/styles/list-box/_layout.bootstrap-dark.scss +3 -0
- package/styles/list-box/_layout.bootstrap.scss +3 -0
- package/styles/list-box/_layout.bootstrap4.scss +3 -0
- package/styles/list-box/_layout.bootstrap5-dark.scss +3 -0
- package/styles/list-box/_layout.bootstrap5.3.scss +3 -0
- package/styles/list-box/_layout.bootstrap5.scss +3 -0
- package/styles/list-box/_layout.fabric-dark.scss +3 -0
- package/styles/list-box/_layout.fabric.scss +3 -0
- package/styles/list-box/_layout.fluent-dark.scss +3 -0
- package/styles/list-box/_layout.fluent.scss +3 -0
- package/styles/list-box/_layout.fluent2.scss +3 -0
- package/styles/list-box/_layout.highcontrast-light.scss +3 -0
- package/styles/list-box/_layout.highcontrast.scss +3 -0
- package/styles/list-box/_layout.material-dark.scss +3 -0
- package/styles/list-box/_layout.material.scss +3 -0
- package/styles/list-box/_layout.material3-dark.scss +3 -0
- package/styles/list-box/_layout.material3.scss +3 -0
- package/styles/list-box/_layout.scss +0 -1
- package/styles/list-box/_layout.tailwind-dark.scss +3 -0
- package/styles/list-box/_layout.tailwind.scss +3 -0
- package/styles/list-box/_layout.tailwind3.scss +3 -0
- package/styles/list-box/_theme-variables.bds.scss +1 -0
- package/styles/list-box/_theme-variables.bootstrap-dark.scss +1 -0
- package/styles/list-box/_theme-variables.bootstrap.scss +1 -0
- package/styles/list-box/_theme-variables.bootstrap4.scss +1 -0
- package/styles/list-box/_theme-variables.bootstrap5-dark.scss +1 -0
- package/styles/list-box/_theme-variables.bootstrap5.3.scss +1 -0
- package/styles/list-box/_theme-variables.bootstrap5.scss +1 -0
- package/styles/list-box/_theme-variables.fabric-dark.scss +1 -0
- package/styles/list-box/_theme-variables.fabric.scss +1 -0
- package/styles/list-box/_theme-variables.fluent-dark.scss +1 -0
- package/styles/list-box/_theme-variables.fluent.scss +1 -0
- package/styles/list-box/_theme-variables.fluent2.scss +1 -0
- package/styles/list-box/_theme-variables.highcontrast-light.scss +1 -0
- package/styles/list-box/_theme-variables.highcontrast.scss +1 -0
- package/styles/list-box/_theme-variables.material-dark.scss +1 -0
- package/styles/list-box/_theme-variables.material.scss +1 -0
- package/styles/list-box/_theme-variables.material3-dark.scss +1 -0
- package/styles/list-box/_theme-variables.material3.scss +1 -0
- package/styles/list-box/_theme-variables.tailwind-dark.scss +1 -0
- package/styles/list-box/_theme-variables.tailwind.scss +1 -0
- package/styles/list-box/_theme.bds.scss +4 -0
- package/styles/list-box/_theme.bootstrap-dark.scss +4 -0
- package/styles/list-box/_theme.bootstrap.scss +4 -0
- package/styles/list-box/_theme.bootstrap4.scss +4 -0
- package/styles/list-box/_theme.bootstrap5-dark.scss +4 -0
- package/styles/list-box/_theme.bootstrap5.3.scss +4 -0
- package/styles/list-box/_theme.bootstrap5.scss +4 -0
- package/styles/list-box/_theme.fabric-dark.scss +4 -0
- package/styles/list-box/_theme.fabric.scss +4 -0
- package/styles/list-box/_theme.fluent-dark.scss +4 -0
- package/styles/list-box/_theme.fluent.scss +4 -0
- package/styles/list-box/_theme.fluent2.scss +4 -0
- package/styles/list-box/_theme.highcontrast-light.scss +4 -0
- package/styles/list-box/_theme.highcontrast.scss +4 -0
- package/styles/list-box/_theme.material-dark.scss +4 -0
- package/styles/list-box/_theme.material.scss +4 -0
- package/styles/list-box/_theme.material3-dark.scss +4 -0
- package/styles/list-box/_theme.material3.scss +4 -0
- package/styles/list-box/_theme.scss +0 -1
- package/styles/list-box/_theme.tailwind-dark.scss +4 -0
- package/styles/list-box/_theme.tailwind.scss +4 -0
- package/styles/list-box/_theme.tailwind3.scss +4 -0
- package/styles/list-box/bds.css +700 -637
- package/styles/list-box/bds.scss +2 -2
- package/styles/list-box/bootstrap-dark.css +647 -647
- package/styles/list-box/bootstrap-dark.scss +2 -2
- package/styles/list-box/bootstrap.css +652 -652
- package/styles/list-box/bootstrap.scss +2 -2
- package/styles/list-box/bootstrap4.css +646 -646
- package/styles/list-box/bootstrap4.scss +2 -2
- package/styles/list-box/bootstrap5-dark.css +651 -651
- package/styles/list-box/bootstrap5-dark.scss +2 -2
- package/styles/list-box/bootstrap5.3.css +908 -656
- package/styles/list-box/bootstrap5.3.scss +2 -2
- package/styles/list-box/bootstrap5.css +651 -651
- package/styles/list-box/bootstrap5.scss +2 -2
- package/styles/list-box/fabric-dark.css +647 -647
- package/styles/list-box/fabric-dark.scss +2 -2
- package/styles/list-box/fabric.css +652 -652
- package/styles/list-box/fabric.scss +2 -2
- package/styles/list-box/fluent-dark.css +653 -653
- package/styles/list-box/fluent-dark.scss +2 -2
- package/styles/list-box/fluent.css +653 -653
- package/styles/list-box/fluent.scss +2 -2
- package/styles/list-box/fluent2.css +927 -669
- package/styles/list-box/fluent2.scss +2 -2
- package/styles/list-box/highcontrast-light.css +647 -647
- package/styles/list-box/highcontrast-light.scss +2 -2
- package/styles/list-box/highcontrast.css +652 -652
- package/styles/list-box/highcontrast.scss +2 -2
- package/styles/list-box/material-dark.css +643 -643
- package/styles/list-box/material-dark.scss +2 -2
- package/styles/list-box/material.css +647 -647
- package/styles/list-box/material.scss +2 -2
- package/styles/list-box/material3-dark.css +896 -650
- package/styles/list-box/material3-dark.scss +2 -2
- package/styles/list-box/material3.css +904 -652
- package/styles/list-box/material3.scss +2 -2
- package/styles/list-box/tailwind-dark.css +640 -640
- package/styles/list-box/tailwind-dark.scss +2 -2
- package/styles/list-box/tailwind.css +640 -640
- package/styles/list-box/tailwind.scss +2 -2
- package/styles/list-box/tailwind3.css +928 -706
- package/styles/list-box/tailwind3.scss +2 -2
- package/styles/material-dark-lite.css +1955 -1735
- package/styles/material-dark-lite.scss +8 -8
- package/styles/material-dark.css +2197 -1863
- package/styles/material-dark.scss +13 -13
- package/styles/material-lite.css +2008 -1762
- package/styles/material-lite.scss +8 -8
- package/styles/material.css +2311 -1938
- package/styles/material.scss +13 -13
- package/styles/material3-dark-lite.css +4592 -2711
- package/styles/material3-dark-lite.scss +8 -8
- package/styles/material3-dark.css +5035 -2210
- package/styles/material3-dark.scss +13 -13
- package/styles/material3-lite.css +4384 -2563
- package/styles/material3-lite.scss +8 -8
- package/styles/material3.css +6361 -3584
- package/styles/material3.scss +13 -13
- package/styles/mention/_all.bds.scss +1 -0
- package/styles/mention/_all.bootstrap-dark.scss +1 -0
- package/styles/mention/_all.bootstrap.scss +1 -0
- package/styles/mention/_all.bootstrap4.scss +1 -0
- package/styles/mention/_all.bootstrap5-dark.scss +1 -0
- package/styles/mention/_all.bootstrap5.3.scss +1 -0
- package/styles/mention/_all.bootstrap5.scss +1 -0
- package/styles/mention/_all.fabric-dark.scss +1 -0
- package/styles/mention/_all.fabric.scss +1 -0
- package/styles/mention/_all.fluent-dark.scss +1 -0
- package/styles/mention/_all.fluent.scss +1 -0
- package/styles/mention/_all.fluent2.scss +1 -0
- package/styles/mention/_all.highcontrast-light.scss +1 -0
- package/styles/mention/_all.highcontrast.scss +1 -0
- package/styles/mention/_all.material-dark.scss +1 -0
- package/styles/mention/_all.material.scss +1 -0
- package/styles/mention/_all.material3-dark.scss +1 -0
- package/styles/mention/_all.material3.scss +1 -0
- package/styles/mention/_all.tailwind-dark.scss +1 -0
- package/styles/mention/_all.tailwind.scss +1 -0
- package/styles/mention/_all.tailwind3.scss +1 -0
- package/styles/mention/_layout.bds.scss +3 -0
- package/styles/mention/_layout.bootstrap-dark.scss +3 -0
- package/styles/mention/_layout.bootstrap.scss +3 -0
- package/styles/mention/_layout.bootstrap4.scss +3 -0
- package/styles/mention/_layout.bootstrap5-dark.scss +3 -0
- package/styles/mention/_layout.bootstrap5.3.scss +3 -0
- package/styles/mention/_layout.bootstrap5.scss +3 -0
- package/styles/mention/_layout.fabric-dark.scss +3 -0
- package/styles/mention/_layout.fabric.scss +3 -0
- package/styles/mention/_layout.fluent-dark.scss +3 -0
- package/styles/mention/_layout.fluent.scss +3 -0
- package/styles/mention/_layout.fluent2.scss +3 -0
- package/styles/mention/_layout.highcontrast-light.scss +3 -0
- package/styles/mention/_layout.highcontrast.scss +3 -0
- package/styles/mention/_layout.material-dark.scss +3 -0
- package/styles/mention/_layout.material.scss +3 -0
- package/styles/mention/_layout.material3-dark.scss +3 -0
- package/styles/mention/_layout.material3.scss +3 -0
- package/styles/mention/_layout.scss +0 -1
- package/styles/mention/_layout.tailwind-dark.scss +3 -0
- package/styles/mention/_layout.tailwind.scss +3 -0
- package/styles/mention/_layout.tailwind3.scss +3 -0
- package/styles/mention/_theme-variables.bds.scss +1 -0
- package/styles/mention/_theme-variables.bootstrap-dark.scss +1 -0
- package/styles/mention/_theme-variables.bootstrap.scss +1 -0
- package/styles/mention/_theme-variables.bootstrap4.scss +1 -0
- package/styles/mention/_theme-variables.bootstrap5-dark.scss +1 -0
- package/styles/mention/_theme-variables.bootstrap5.3.scss +1 -0
- package/styles/mention/_theme-variables.bootstrap5.scss +1 -0
- package/styles/mention/_theme-variables.fabric-dark.scss +1 -0
- package/styles/mention/_theme-variables.fabric.scss +1 -0
- package/styles/mention/_theme-variables.fluent-dark.scss +1 -0
- package/styles/mention/_theme-variables.fluent.scss +1 -0
- package/styles/mention/_theme-variables.fluent2.scss +1 -0
- package/styles/mention/_theme-variables.highcontrast-light.scss +1 -0
- package/styles/mention/_theme-variables.highcontrast.scss +1 -0
- package/styles/mention/_theme-variables.material-dark.scss +1 -0
- package/styles/mention/_theme-variables.material.scss +1 -0
- package/styles/mention/_theme-variables.material3-dark.scss +1 -0
- package/styles/mention/_theme-variables.material3.scss +1 -0
- package/styles/mention/_theme-variables.tailwind-dark.scss +1 -0
- package/styles/mention/_theme-variables.tailwind.scss +1 -0
- package/styles/mention/bds.css +1 -0
- package/styles/mention/bds.scss +1 -1
- package/styles/mention/bootstrap-dark.scss +1 -1
- package/styles/mention/bootstrap.scss +1 -1
- package/styles/mention/bootstrap4.scss +1 -1
- package/styles/mention/bootstrap5-dark.scss +1 -1
- package/styles/mention/bootstrap5.3.css +1 -0
- package/styles/mention/bootstrap5.3.scss +1 -1
- package/styles/mention/bootstrap5.css +1 -0
- package/styles/mention/bootstrap5.scss +1 -1
- package/styles/mention/fabric-dark.scss +1 -1
- package/styles/mention/fabric.scss +1 -1
- package/styles/mention/fluent-dark.scss +1 -1
- package/styles/mention/fluent.css +1 -0
- package/styles/mention/fluent.scss +1 -1
- package/styles/mention/fluent2.css +1 -0
- package/styles/mention/fluent2.scss +1 -1
- package/styles/mention/highcontrast-light.scss +1 -1
- package/styles/mention/highcontrast.scss +1 -1
- package/styles/mention/material-dark.scss +1 -1
- package/styles/mention/material.scss +1 -1
- package/styles/mention/material3-dark.css +84 -1
- package/styles/mention/material3-dark.scss +1 -1
- package/styles/mention/material3.css +1 -0
- package/styles/mention/material3.scss +1 -1
- package/styles/mention/tailwind-dark.scss +1 -1
- package/styles/mention/tailwind.css +1 -0
- package/styles/mention/tailwind.scss +1 -1
- package/styles/mention/tailwind3.css +1 -0
- package/styles/mention/tailwind3.scss +1 -1
- package/styles/multi-select/_all.bds.scss +2 -0
- package/styles/multi-select/_all.bootstrap-dark.scss +2 -0
- package/styles/multi-select/_all.bootstrap.scss +2 -0
- package/styles/multi-select/_all.bootstrap4.scss +2 -0
- package/styles/multi-select/_all.bootstrap5-dark.scss +2 -0
- package/styles/multi-select/_all.bootstrap5.3.scss +2 -0
- package/styles/multi-select/_all.bootstrap5.scss +2 -0
- package/styles/multi-select/_all.fabric-dark.scss +2 -0
- package/styles/multi-select/_all.fabric.scss +2 -0
- package/styles/multi-select/_all.fluent-dark.scss +2 -0
- package/styles/multi-select/_all.fluent.scss +2 -0
- package/styles/multi-select/_all.fluent2.scss +2 -0
- package/styles/multi-select/_all.highcontrast-light.scss +2 -0
- package/styles/multi-select/_all.highcontrast.scss +2 -0
- package/styles/multi-select/_all.material-dark.scss +2 -0
- package/styles/multi-select/_all.material.scss +2 -0
- package/styles/multi-select/_all.material3-dark.scss +2 -0
- package/styles/multi-select/_all.material3.scss +2 -0
- package/styles/multi-select/_all.tailwind-dark.scss +2 -0
- package/styles/multi-select/_all.tailwind.scss +2 -0
- package/styles/multi-select/_all.tailwind3.scss +2 -0
- package/styles/multi-select/_bigger.bds.scss +4 -0
- package/styles/multi-select/_bigger.bootstrap-dark.scss +4 -0
- package/styles/multi-select/_bigger.bootstrap.scss +4 -0
- package/styles/multi-select/_bigger.bootstrap4.scss +4 -0
- package/styles/multi-select/_bigger.bootstrap5-dark.scss +4 -0
- package/styles/multi-select/_bigger.bootstrap5.3.scss +4 -0
- package/styles/multi-select/_bigger.bootstrap5.scss +4 -0
- package/styles/multi-select/_bigger.fabric-dark.scss +4 -0
- package/styles/multi-select/_bigger.fabric.scss +4 -0
- package/styles/multi-select/_bigger.fluent-dark.scss +4 -0
- package/styles/multi-select/_bigger.fluent.scss +4 -0
- package/styles/multi-select/_bigger.fluent2.scss +4 -0
- package/styles/multi-select/_bigger.highcontrast-light.scss +4 -0
- package/styles/multi-select/_bigger.highcontrast.scss +4 -0
- package/styles/multi-select/_bigger.material-dark.scss +4 -0
- package/styles/multi-select/_bigger.material.scss +4 -0
- package/styles/multi-select/_bigger.material3-dark.scss +4 -0
- package/styles/multi-select/_bigger.material3.scss +4 -0
- package/styles/multi-select/_bigger.scss +1 -3
- package/styles/multi-select/_bigger.tailwind-dark.scss +4 -0
- package/styles/multi-select/_bigger.tailwind.scss +4 -0
- package/styles/multi-select/_bigger.tailwind3.scss +4 -0
- package/styles/multi-select/_layout.bds.scss +4 -0
- package/styles/multi-select/_layout.bootstrap-dark.scss +4 -0
- package/styles/multi-select/_layout.bootstrap.scss +4 -0
- package/styles/multi-select/_layout.bootstrap4.scss +4 -0
- package/styles/multi-select/_layout.bootstrap5-dark.scss +4 -0
- package/styles/multi-select/_layout.bootstrap5.3.scss +4 -0
- package/styles/multi-select/_layout.bootstrap5.scss +4 -0
- package/styles/multi-select/_layout.fabric-dark.scss +4 -0
- package/styles/multi-select/_layout.fabric.scss +4 -0
- package/styles/multi-select/_layout.fluent-dark.scss +4 -0
- package/styles/multi-select/_layout.fluent.scss +4 -0
- package/styles/multi-select/_layout.fluent2.scss +4 -0
- package/styles/multi-select/_layout.highcontrast-light.scss +4 -0
- package/styles/multi-select/_layout.highcontrast.scss +4 -0
- package/styles/multi-select/_layout.material-dark.scss +4 -0
- package/styles/multi-select/_layout.material.scss +4 -0
- package/styles/multi-select/_layout.material3-dark.scss +4 -0
- package/styles/multi-select/_layout.material3.scss +4 -0
- package/styles/multi-select/_layout.scss +2 -4
- package/styles/multi-select/_layout.tailwind-dark.scss +4 -0
- package/styles/multi-select/_layout.tailwind.scss +4 -0
- package/styles/multi-select/_layout.tailwind3.scss +4 -0
- package/styles/multi-select/_theme-variables.bds.scss +1 -0
- package/styles/multi-select/_theme-variables.bootstrap-dark.scss +1 -0
- package/styles/multi-select/_theme-variables.bootstrap.scss +1 -0
- package/styles/multi-select/_theme-variables.bootstrap4.scss +1 -0
- package/styles/multi-select/_theme-variables.bootstrap5-dark.scss +1 -0
- package/styles/multi-select/_theme-variables.bootstrap5.3.scss +1 -0
- package/styles/multi-select/_theme-variables.bootstrap5.scss +1 -0
- package/styles/multi-select/_theme-variables.fabric-dark.scss +1 -0
- package/styles/multi-select/_theme-variables.fabric.scss +1 -0
- package/styles/multi-select/_theme-variables.fluent-dark.scss +1 -0
- package/styles/multi-select/_theme-variables.fluent.scss +1 -0
- package/styles/multi-select/_theme-variables.fluent2.scss +1 -0
- package/styles/multi-select/_theme-variables.highcontrast-light.scss +1 -0
- package/styles/multi-select/_theme-variables.highcontrast.scss +1 -0
- package/styles/multi-select/_theme-variables.material-dark.scss +1 -0
- package/styles/multi-select/_theme-variables.material.scss +1 -0
- package/styles/multi-select/_theme-variables.material3-dark.scss +1 -0
- package/styles/multi-select/_theme-variables.material3.scss +1 -0
- package/styles/multi-select/_theme-variables.tailwind-dark.scss +1 -0
- package/styles/multi-select/_theme-variables.tailwind.scss +1 -0
- package/styles/multi-select/_theme.bds.scss +4 -0
- package/styles/multi-select/_theme.bootstrap-dark.scss +4 -0
- package/styles/multi-select/_theme.bootstrap.scss +4 -0
- package/styles/multi-select/_theme.bootstrap4.scss +4 -0
- package/styles/multi-select/_theme.bootstrap5-dark.scss +4 -0
- package/styles/multi-select/_theme.bootstrap5.3.scss +4 -0
- package/styles/multi-select/_theme.bootstrap5.scss +4 -0
- package/styles/multi-select/_theme.fabric-dark.scss +4 -0
- package/styles/multi-select/_theme.fabric.scss +4 -0
- package/styles/multi-select/_theme.fluent-dark.scss +4 -0
- package/styles/multi-select/_theme.fluent.scss +4 -0
- package/styles/multi-select/_theme.fluent2.scss +4 -0
- package/styles/multi-select/_theme.highcontrast-light.scss +4 -0
- package/styles/multi-select/_theme.highcontrast.scss +4 -0
- package/styles/multi-select/_theme.material-dark.scss +4 -0
- package/styles/multi-select/_theme.material.scss +4 -0
- package/styles/multi-select/_theme.material3-dark.scss +4 -0
- package/styles/multi-select/_theme.material3.scss +4 -0
- package/styles/multi-select/_theme.scss +0 -1
- package/styles/multi-select/_theme.tailwind-dark.scss +4 -0
- package/styles/multi-select/_theme.tailwind.scss +4 -0
- package/styles/multi-select/_theme.tailwind3.scss +4 -0
- package/styles/multi-select/bds.css +322 -159
- package/styles/multi-select/bds.scss +2 -2
- package/styles/multi-select/bootstrap-dark.css +287 -187
- package/styles/multi-select/bootstrap-dark.scss +2 -2
- package/styles/multi-select/bootstrap.css +269 -190
- package/styles/multi-select/bootstrap.scss +2 -2
- package/styles/multi-select/bootstrap4.css +358 -189
- package/styles/multi-select/bootstrap4.scss +2 -2
- package/styles/multi-select/bootstrap5-dark.css +322 -177
- package/styles/multi-select/bootstrap5-dark.scss +2 -2
- package/styles/multi-select/bootstrap5.3.css +727 -162
- package/styles/multi-select/bootstrap5.3.scss +2 -2
- package/styles/multi-select/bootstrap5.css +322 -177
- package/styles/multi-select/bootstrap5.scss +2 -2
- package/styles/multi-select/fabric-dark.css +268 -186
- package/styles/multi-select/fabric-dark.scss +2 -2
- package/styles/multi-select/fabric.css +255 -188
- package/styles/multi-select/fabric.scss +2 -2
- package/styles/multi-select/fluent-dark.css +339 -206
- package/styles/multi-select/fluent-dark.scss +2 -2
- package/styles/multi-select/fluent.css +339 -206
- package/styles/multi-select/fluent.scss +2 -2
- package/styles/multi-select/fluent2.css +975 -147
- package/styles/multi-select/fluent2.scss +2 -2
- package/styles/multi-select/highcontrast-light.css +563 -143
- package/styles/multi-select/highcontrast-light.scss +2 -2
- package/styles/multi-select/highcontrast.css +582 -141
- package/styles/multi-select/highcontrast.scss +2 -2
- package/styles/multi-select/material-dark.css +952 -894
- package/styles/multi-select/material-dark.scss +2 -2
- package/styles/multi-select/material.css +968 -883
- package/styles/multi-select/material.scss +2 -2
- package/styles/multi-select/material3-dark.css +1509 -231
- package/styles/multi-select/material3-dark.scss +2 -2
- package/styles/multi-select/material3.css +1514 -226
- package/styles/multi-select/material3.scss +2 -2
- package/styles/multi-select/tailwind-dark.css +302 -169
- package/styles/multi-select/tailwind-dark.scss +2 -2
- package/styles/multi-select/tailwind.css +302 -169
- package/styles/multi-select/tailwind.scss +2 -2
- package/styles/multi-select/tailwind3.css +695 -192
- package/styles/multi-select/tailwind3.scss +2 -2
- package/styles/tailwind-dark-lite.css +2299 -2025
- package/styles/tailwind-dark-lite.scss +8 -8
- package/styles/tailwind-dark.css +2068 -1644
- package/styles/tailwind-dark.scss +13 -13
- package/styles/tailwind-lite.css +2300 -2025
- package/styles/tailwind-lite.scss +8 -8
- package/styles/tailwind.css +2069 -1644
- package/styles/tailwind.scss +13 -13
- package/styles/tailwind3-lite.css +3193 -2056
- package/styles/tailwind3-lite.scss +8 -8
- package/styles/tailwind3.css +4244 -2492
- package/styles/tailwind3.scss +13 -13
- package/.eslintrc.json +0 -263
- package/aceconfig.js +0 -17
- package/styles/mention/_theme-variables.scss +0 -1
- package/styles/multi-select/_theme-variables.scss +0 -1
- package/tslint.json +0 -111
- /package/styles/{auto-complete/_theme-variables.scss → drop-down-base/_theme-variables.tailwind3.scss} +0 -0
- /package/styles/{combo-box/_theme-variables.scss → drop-down-list/_theme-variables.tailwind3.scss} +0 -0
- /package/styles/{drop-down-base/_theme-variables.scss → drop-down-tree/_theme-variables.tailwind3.scss} +0 -0
- /package/styles/{drop-down-list/_theme-variables.scss → list-box/_theme-variables.tailwind3.scss} +0 -0
- /package/styles/{drop-down-tree/_theme-variables.scss → mention/_theme-variables.tailwind3.scss} +0 -0
- /package/styles/{list-box/_theme-variables.scss → multi-select/_theme-variables.tailwind3.scss} +0 -0
|
@@ -6,126 +6,12 @@
|
|
|
6
6
|
padding: 0 8px 0 0;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
-
.e-dropdownbase {
|
|
10
|
-
display: block;
|
|
11
|
-
height: 100%;
|
|
12
|
-
min-height: 36px;
|
|
13
|
-
position: relative;
|
|
14
|
-
width: 100%;
|
|
15
|
-
}
|
|
16
|
-
.e-dropdownbase .e-list-parent {
|
|
17
|
-
margin: 0;
|
|
18
|
-
padding: 0;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.e-dropdownbase .e-list-group-item, .e-dropdownbase .e-fixed-head {
|
|
22
|
-
cursor: default;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.e-dropdownbase .e-list-item {
|
|
26
|
-
cursor: pointer;
|
|
27
|
-
overflow: hidden;
|
|
28
|
-
position: relative;
|
|
29
|
-
text-overflow: ellipsis;
|
|
30
|
-
vertical-align: middle;
|
|
31
|
-
white-space: nowrap;
|
|
32
|
-
width: 100%;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
9
|
.e-dropdownbase .e-list-item .e-list-icon {
|
|
36
|
-
|
|
37
|
-
vertical-align: middle;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.e-dropdownbase .e-fixed-head {
|
|
41
|
-
position: absolute;
|
|
42
|
-
top: 0;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.e-dropdownbase.e-content {
|
|
46
|
-
overflow: auto;
|
|
47
|
-
position: relative;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.e-popup.e-ddl .e-dropdownbase.e-nodata,
|
|
51
|
-
.e-popup.e-mention .e-dropdownbase.e-nodata {
|
|
52
|
-
color: #a4a4a4;
|
|
53
|
-
cursor: default;
|
|
54
|
-
font-family: inherit;
|
|
55
|
-
font-size: 14px;
|
|
56
|
-
padding: 14px 16px;
|
|
57
|
-
text-align: center;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.e-mention.e-popup {
|
|
61
|
-
background: #6e6e6e;
|
|
62
|
-
border: 0;
|
|
63
|
-
-webkit-box-shadow: 0 2px 3px 1px 0 6px 12px rgba(0, 0, 0, 0.5);
|
|
64
|
-
box-shadow: 0 2px 3px 1px 0 6px 12px rgba(0, 0, 0, 0.5);
|
|
65
|
-
margin-top: 2px;
|
|
66
|
-
position: absolute;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
.e-mention.e-popup .e-dropdownbase {
|
|
70
|
-
min-height: 26px;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
.e-mention .e-dropdownbase .e-list-item .e-highlight {
|
|
74
|
-
display: inline;
|
|
75
|
-
font-weight: bold;
|
|
76
|
-
vertical-align: baseline;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.e-mention .e-mention-chip,
|
|
80
|
-
.e-mention .e-mention-chip:hover {
|
|
81
|
-
background: #2a2a2a;
|
|
82
|
-
border-radius: 2px;
|
|
83
|
-
border: none;
|
|
84
|
-
color: #0070f0;
|
|
85
|
-
cursor: default;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
.e-mention.e-editable-element {
|
|
89
|
-
border: 2px solid #414141;
|
|
90
|
-
height: auto;
|
|
91
|
-
min-height: 120px;
|
|
92
|
-
width: 100%;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
.e-form-mirror-div {
|
|
96
|
-
white-space: pre-wrap;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
.e-rtl .e-dropdownbase.e-dd-group .e-list-item {
|
|
100
|
-
padding-right: 30px;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
.e-dropdownbase.e-dd-group .e-list-item {
|
|
104
|
-
padding-left: 30px;
|
|
105
|
-
text-indent: 0;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
.e-small .e-dropdownbase.e-dd-group .e-list-item {
|
|
109
|
-
padding-left: 30px;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
113
|
-
text-indent: 0;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
117
|
-
cursor: pointer;
|
|
118
|
-
font-weight: normal;
|
|
119
|
-
overflow: hidden;
|
|
120
|
-
position: relative;
|
|
121
|
-
text-overflow: ellipsis;
|
|
122
|
-
vertical-align: middle;
|
|
123
|
-
white-space: nowrap;
|
|
124
|
-
width: 100%;
|
|
10
|
+
padding: 0 10px 0 0;
|
|
125
11
|
}
|
|
126
12
|
|
|
127
|
-
.e-
|
|
128
|
-
padding
|
|
13
|
+
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
14
|
+
padding: 0 8px 0 0;
|
|
129
15
|
}
|
|
130
16
|
|
|
131
17
|
.e-rtl .e-dropdownbase .e-list-item {
|
|
@@ -303,101 +189,239 @@
|
|
|
303
189
|
background-color: #414141;
|
|
304
190
|
}
|
|
305
191
|
|
|
306
|
-
.e-
|
|
307
|
-
|
|
308
|
-
min-height: 45px;
|
|
192
|
+
.e-dropdownbase .e-list-item .e-list-icon {
|
|
193
|
+
padding: 0 10px 0 0;
|
|
309
194
|
}
|
|
310
|
-
|
|
311
|
-
.e-
|
|
312
|
-
|
|
313
|
-
text-indent: 20px;
|
|
195
|
+
|
|
196
|
+
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
197
|
+
padding: 0 8px 0 0;
|
|
314
198
|
}
|
|
315
199
|
|
|
316
|
-
.e-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
200
|
+
.e-dropdownbase {
|
|
201
|
+
display: block;
|
|
202
|
+
height: 100%;
|
|
203
|
+
min-height: 36px;
|
|
204
|
+
position: relative;
|
|
205
|
+
width: 100%;
|
|
206
|
+
}
|
|
207
|
+
.e-dropdownbase .e-list-parent {
|
|
208
|
+
margin: 0;
|
|
209
|
+
padding: 0;
|
|
321
210
|
}
|
|
322
211
|
|
|
323
|
-
.e-
|
|
324
|
-
|
|
325
|
-
font-size: 20px;
|
|
212
|
+
.e-dropdownbase .e-list-group-item, .e-dropdownbase .e-fixed-head {
|
|
213
|
+
cursor: default;
|
|
326
214
|
}
|
|
327
215
|
|
|
328
|
-
.e-
|
|
329
|
-
|
|
216
|
+
.e-dropdownbase .e-list-item {
|
|
217
|
+
cursor: pointer;
|
|
218
|
+
overflow: hidden;
|
|
219
|
+
position: relative;
|
|
220
|
+
text-overflow: ellipsis;
|
|
221
|
+
vertical-align: middle;
|
|
222
|
+
white-space: nowrap;
|
|
223
|
+
width: 100%;
|
|
330
224
|
}
|
|
331
225
|
|
|
332
|
-
.e-
|
|
333
|
-
|
|
226
|
+
.e-dropdownbase .e-list-item .e-list-icon {
|
|
227
|
+
font-size: 16px;
|
|
228
|
+
vertical-align: middle;
|
|
334
229
|
}
|
|
335
230
|
|
|
336
|
-
.e-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
.e-small .e-rtl.e-bigger .e-dropdownbase .e-list-item,
|
|
340
|
-
.e-bigger .e-rtl.e-small .e-dropdownbase .e-list-item {
|
|
341
|
-
padding-left: 20px;
|
|
342
|
-
padding-right: 0;
|
|
231
|
+
.e-dropdownbase .e-fixed-head {
|
|
232
|
+
position: absolute;
|
|
233
|
+
top: 0;
|
|
343
234
|
}
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
235
|
+
|
|
236
|
+
.e-dropdownbase.e-content {
|
|
237
|
+
overflow: auto;
|
|
238
|
+
position: relative;
|
|
347
239
|
}
|
|
348
240
|
|
|
349
|
-
.e-
|
|
350
|
-
.e-
|
|
351
|
-
|
|
241
|
+
.e-popup.e-ddl .e-dropdownbase.e-nodata,
|
|
242
|
+
.e-popup.e-mention .e-dropdownbase.e-nodata {
|
|
243
|
+
color: #a4a4a4;
|
|
244
|
+
cursor: default;
|
|
245
|
+
font-family: inherit;
|
|
352
246
|
font-size: 14px;
|
|
247
|
+
padding: 14px 16px;
|
|
248
|
+
text-align: center;
|
|
353
249
|
}
|
|
354
250
|
|
|
355
|
-
.e-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
251
|
+
.e-mention.e-popup {
|
|
252
|
+
background: #6e6e6e;
|
|
253
|
+
border: 0;
|
|
254
|
+
-webkit-box-shadow: 0 2px 3px 1px 0 6px 12px rgba(0, 0, 0, 0.5);
|
|
255
|
+
box-shadow: 0 2px 3px 1px 0 6px 12px rgba(0, 0, 0, 0.5);
|
|
256
|
+
margin-top: 2px;
|
|
257
|
+
position: absolute;
|
|
361
258
|
}
|
|
362
259
|
|
|
363
|
-
.e-
|
|
364
|
-
|
|
365
|
-
.e-dropdownbase.e-small.e-bigger .e-fixed-head {
|
|
366
|
-
line-height: 34px;
|
|
367
|
-
min-height: 34px;
|
|
368
|
-
padding-left: 20px;
|
|
260
|
+
.e-mention.e-popup .e-dropdownbase {
|
|
261
|
+
min-height: 26px;
|
|
369
262
|
}
|
|
370
263
|
|
|
371
|
-
.e-
|
|
372
|
-
|
|
373
|
-
font-
|
|
264
|
+
.e-mention .e-dropdownbase .e-list-item .e-highlight {
|
|
265
|
+
display: inline;
|
|
266
|
+
font-weight: bold;
|
|
267
|
+
vertical-align: baseline;
|
|
374
268
|
}
|
|
375
269
|
|
|
376
|
-
.e-
|
|
377
|
-
.e-
|
|
378
|
-
|
|
270
|
+
.e-mention .e-mention-chip,
|
|
271
|
+
.e-mention .e-mention-chip:hover {
|
|
272
|
+
background: #2a2a2a;
|
|
273
|
+
border-radius: 2px;
|
|
274
|
+
border: none;
|
|
275
|
+
color: #0070f0;
|
|
276
|
+
cursor: default;
|
|
379
277
|
}
|
|
380
278
|
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
transform: rotate(0);
|
|
387
|
-
}
|
|
388
|
-
100% {
|
|
389
|
-
-webkit-transform: rotate(360deg);
|
|
390
|
-
transform: rotate(360deg);
|
|
391
|
-
}
|
|
279
|
+
.e-mention.e-editable-element {
|
|
280
|
+
border: 2px solid #414141;
|
|
281
|
+
height: auto;
|
|
282
|
+
min-height: 120px;
|
|
283
|
+
width: 100%;
|
|
392
284
|
}
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
285
|
+
|
|
286
|
+
.e-form-mirror-div {
|
|
287
|
+
white-space: pre-wrap;
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
.e-rtl .e-dropdownbase.e-dd-group .e-list-item {
|
|
291
|
+
padding-right: 30px;
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
.e-dropdownbase.e-dd-group .e-list-item {
|
|
295
|
+
padding-left: 30px;
|
|
296
|
+
text-indent: 0;
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
.e-small .e-dropdownbase.e-dd-group .e-list-item {
|
|
300
|
+
padding-left: 30px;
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
304
|
+
text-indent: 0;
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
308
|
+
cursor: pointer;
|
|
309
|
+
font-weight: normal;
|
|
310
|
+
overflow: hidden;
|
|
311
|
+
position: relative;
|
|
312
|
+
text-overflow: ellipsis;
|
|
313
|
+
vertical-align: middle;
|
|
314
|
+
white-space: nowrap;
|
|
315
|
+
width: 100%;
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
.e-rtl.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-item {
|
|
319
|
+
padding-right: 30px;
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
.e-dropdownbase .e-list-item .e-list-icon {
|
|
323
|
+
padding: 0 10px 0 0;
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
327
|
+
padding: 0 8px 0 0;
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
.e-bigger .e-dropdownbase,
|
|
331
|
+
.e-dropdownbase.e-bigger {
|
|
332
|
+
min-height: 45px;
|
|
333
|
+
}
|
|
334
|
+
.e-bigger .e-dropdownbase .e-list-item,
|
|
335
|
+
.e-dropdownbase.e-bigger .e-list-item {
|
|
336
|
+
line-height: 48px;
|
|
337
|
+
text-indent: 20px;
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head,
|
|
341
|
+
.e-dropdownbase.e-bigger .e-list-group-item,
|
|
342
|
+
.e-dropdownbase.e-bigger .e-fixed-head {
|
|
343
|
+
line-height: 48px;
|
|
344
|
+
text-indent: 20px;
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
348
|
+
.e-dropdownbase.e-bigger .e-list-item .e-list-icon {
|
|
349
|
+
font-size: 20px;
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
353
|
+
padding-left: 30px;
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
.e-small.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
357
|
+
padding-left: 30px;
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
.e-small.e-bigger.e-rtl .e-dropdownbase .e-list-item,
|
|
361
|
+
.e-small.e-bigger .e-rtl .e-dropdownbase .e-list-item,
|
|
362
|
+
.e-rtl .e-small.e-bigger .e-dropdownbase .e-list-item,
|
|
363
|
+
.e-small .e-rtl.e-bigger .e-dropdownbase .e-list-item,
|
|
364
|
+
.e-bigger .e-rtl.e-small .e-dropdownbase .e-list-item {
|
|
365
|
+
padding-left: 20px;
|
|
366
|
+
padding-right: 0;
|
|
367
|
+
}
|
|
368
|
+
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head {
|
|
369
|
+
font-size: 14px;
|
|
370
|
+
padding-left: 20px;
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
.e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
374
|
+
.e-dropdownbase.e-bigger.e-small .e-list-group-item,
|
|
375
|
+
.e-dropdownbase.e-bigger.e-small .e-fixed-head {
|
|
376
|
+
font-size: 14px;
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item,
|
|
380
|
+
.e-dropdownbase.e-small.e-bigger .e-list-item {
|
|
381
|
+
color: #f0f0f0;
|
|
382
|
+
line-height: 34px;
|
|
383
|
+
min-height: 34px;
|
|
384
|
+
text-indent: 16px;
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
.e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
388
|
+
.e-dropdownbase.e-small.e-bigger .e-list-group-item,
|
|
389
|
+
.e-dropdownbase.e-small.e-bigger .e-fixed-head {
|
|
390
|
+
line-height: 34px;
|
|
391
|
+
min-height: 34px;
|
|
392
|
+
padding-left: 20px;
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon,
|
|
396
|
+
.e-dropdownbase.e-small.e-bigger .e-list-item .e-list-icon {
|
|
397
|
+
font-size: 18px;
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
401
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
402
|
+
padding: 0 12px 0 0;
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
406
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
407
|
+
@-webkit-keyframes material-spinner-rotate {
|
|
408
|
+
0% {
|
|
409
|
+
-webkit-transform: rotate(0);
|
|
410
|
+
transform: rotate(0);
|
|
411
|
+
}
|
|
412
|
+
100% {
|
|
413
|
+
-webkit-transform: rotate(360deg);
|
|
414
|
+
transform: rotate(360deg);
|
|
415
|
+
}
|
|
416
|
+
}
|
|
417
|
+
@keyframes material-spinner-rotate {
|
|
418
|
+
0% {
|
|
419
|
+
-webkit-transform: rotate(0);
|
|
420
|
+
transform: rotate(0);
|
|
421
|
+
}
|
|
422
|
+
100% {
|
|
423
|
+
-webkit-transform: rotate(360deg);
|
|
424
|
+
transform: rotate(360deg);
|
|
401
425
|
}
|
|
402
426
|
}
|
|
403
427
|
@-webkit-keyframes fabric-spinner-rotate {
|
|
@@ -495,97 +519,232 @@
|
|
|
495
519
|
content: "\eb08";
|
|
496
520
|
}
|
|
497
521
|
|
|
498
|
-
.e-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
.e-popup.e-wide-popup.e-ddl-device.e-popup-close {
|
|
504
|
-
display: block;
|
|
505
|
-
visibility: hidden;
|
|
522
|
+
.e-popup.e-ddl {
|
|
523
|
+
border-radius: 4px;
|
|
524
|
+
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
|
|
525
|
+
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
|
|
526
|
+
margin-top: 3px;
|
|
506
527
|
}
|
|
507
528
|
|
|
508
|
-
.e-popup-
|
|
509
|
-
|
|
510
|
-
left: 0;
|
|
511
|
-
margin: 0;
|
|
512
|
-
overflow: hidden;
|
|
513
|
-
padding: 0;
|
|
514
|
-
right: 0;
|
|
515
|
-
top: 0;
|
|
516
|
-
}
|
|
517
|
-
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
518
|
-
margin: 0;
|
|
529
|
+
.e-popup.e-ddl .e-input-group {
|
|
530
|
+
width: auto;
|
|
519
531
|
}
|
|
520
532
|
|
|
521
|
-
.e-
|
|
522
|
-
|
|
533
|
+
.e-popup.e-ddl .e-input-group input {
|
|
534
|
+
line-height: 15px;
|
|
523
535
|
}
|
|
524
536
|
|
|
525
|
-
.e-
|
|
526
|
-
|
|
537
|
+
.e-popup.e-ddl .e-dropdownbase {
|
|
538
|
+
min-height: 26px;
|
|
527
539
|
}
|
|
528
540
|
|
|
529
|
-
.e-
|
|
530
|
-
|
|
541
|
+
.e-popup.e-ddl .e-filter-parent .e-input-group {
|
|
542
|
+
display: -webkit-box;
|
|
543
|
+
display: -ms-flexbox;
|
|
544
|
+
display: flex;
|
|
545
|
+
width: auto;
|
|
531
546
|
}
|
|
532
547
|
|
|
533
|
-
.e-ddl.e-
|
|
534
|
-
|
|
548
|
+
.e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
|
|
549
|
+
border: 0;
|
|
535
550
|
}
|
|
536
551
|
|
|
537
|
-
.e-
|
|
538
|
-
|
|
552
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
553
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
554
|
+
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
|
|
555
|
+
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
|
|
556
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
|
|
557
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
|
|
558
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
559
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
|
|
560
|
+
background: transparent;
|
|
561
|
+
color: #f0f0f0;
|
|
539
562
|
}
|
|
540
563
|
|
|
541
|
-
|
|
542
|
-
.e-ddl
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
right: 0;
|
|
547
|
-
visibility: hidden;
|
|
564
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
565
|
+
.e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
|
|
566
|
+
.e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
|
|
567
|
+
.e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
|
|
568
|
+
border: 0;
|
|
548
569
|
}
|
|
549
570
|
|
|
550
|
-
|
|
551
|
-
.e-
|
|
552
|
-
|
|
553
|
-
|
|
571
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
|
|
572
|
+
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
|
|
573
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
574
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
|
|
554
575
|
-webkit-box-shadow: none;
|
|
555
576
|
box-shadow: none;
|
|
556
|
-
display: block;
|
|
557
|
-
padding: 5px 8px;
|
|
558
577
|
}
|
|
559
578
|
|
|
560
|
-
.e-ddl.e-
|
|
561
|
-
|
|
579
|
+
.e-ddl.e-popup .e-filter-parent {
|
|
580
|
+
border-bottom: 1px solid #484848;
|
|
562
581
|
}
|
|
563
582
|
|
|
564
|
-
.e-
|
|
565
|
-
|
|
583
|
+
.e-popup {
|
|
584
|
+
border-color: #414141;
|
|
566
585
|
}
|
|
567
586
|
|
|
568
|
-
.e-ddl.e-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
position: absolute;
|
|
587
|
+
.e-float-input.e-input-group.e-ddl.e-control.e-icon-anim > .e-float-text,
|
|
588
|
+
.e-float-input.e-input-focus.e-input-group.e-ddl.e-control.e-keyboard > .e-float-text {
|
|
589
|
+
color: #fff;
|
|
572
590
|
}
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
padding: 8px;
|
|
591
|
+
|
|
592
|
+
.e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
|
|
593
|
+
border-color: transparent;
|
|
577
594
|
}
|
|
578
595
|
|
|
579
|
-
.e-
|
|
580
|
-
|
|
596
|
+
.e-popup.e-ddl {
|
|
597
|
+
border-radius: 4px;
|
|
598
|
+
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
|
|
599
|
+
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
|
|
600
|
+
margin-top: 3px;
|
|
581
601
|
}
|
|
582
602
|
|
|
583
|
-
.e-
|
|
584
|
-
|
|
603
|
+
.e-popup.e-ddl .e-input-group {
|
|
604
|
+
width: auto;
|
|
585
605
|
}
|
|
586
606
|
|
|
587
|
-
.e-
|
|
588
|
-
|
|
607
|
+
.e-popup.e-ddl .e-input-group input {
|
|
608
|
+
line-height: 15px;
|
|
609
|
+
}
|
|
610
|
+
|
|
611
|
+
.e-popup.e-ddl .e-dropdownbase {
|
|
612
|
+
min-height: 26px;
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
.e-popup.e-ddl .e-filter-parent .e-input-group {
|
|
616
|
+
display: -webkit-box;
|
|
617
|
+
display: -ms-flexbox;
|
|
618
|
+
display: flex;
|
|
619
|
+
width: auto;
|
|
620
|
+
}
|
|
621
|
+
|
|
622
|
+
.e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
|
|
623
|
+
border: 0;
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
627
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
628
|
+
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
|
|
629
|
+
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
|
|
630
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
|
|
631
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
|
|
632
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
633
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
|
|
634
|
+
background: transparent;
|
|
635
|
+
color: #f0f0f0;
|
|
636
|
+
}
|
|
637
|
+
|
|
638
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
639
|
+
.e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
|
|
640
|
+
.e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
|
|
641
|
+
.e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
|
|
642
|
+
border: 0;
|
|
643
|
+
}
|
|
644
|
+
|
|
645
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
|
|
646
|
+
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
|
|
647
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
648
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
|
|
649
|
+
-webkit-box-shadow: none;
|
|
650
|
+
box-shadow: none;
|
|
651
|
+
}
|
|
652
|
+
|
|
653
|
+
.e-ddl.e-popup .e-filter-parent {
|
|
654
|
+
border-bottom: 1px solid #484848;
|
|
655
|
+
}
|
|
656
|
+
|
|
657
|
+
.e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
|
|
658
|
+
width: 100%;
|
|
659
|
+
border: 0 solid;
|
|
660
|
+
}
|
|
661
|
+
|
|
662
|
+
.e-popup.e-wide-popup.e-ddl-device.e-popup-close {
|
|
663
|
+
display: block;
|
|
664
|
+
visibility: hidden;
|
|
665
|
+
}
|
|
666
|
+
|
|
667
|
+
.e-popup-full-page {
|
|
668
|
+
bottom: 0;
|
|
669
|
+
left: 0;
|
|
670
|
+
margin: 0;
|
|
671
|
+
overflow: hidden;
|
|
672
|
+
padding: 0;
|
|
673
|
+
right: 0;
|
|
674
|
+
top: 0;
|
|
675
|
+
}
|
|
676
|
+
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
677
|
+
margin: 0;
|
|
678
|
+
}
|
|
679
|
+
|
|
680
|
+
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
681
|
+
position: relative;
|
|
682
|
+
}
|
|
683
|
+
|
|
684
|
+
.e-ddl.e-control-wrapper .e-ddl-disable-icon::before {
|
|
685
|
+
content: "";
|
|
686
|
+
}
|
|
687
|
+
|
|
688
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
|
|
689
|
+
position: relative;
|
|
690
|
+
}
|
|
691
|
+
|
|
692
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
|
|
693
|
+
content: "";
|
|
694
|
+
}
|
|
695
|
+
|
|
696
|
+
.e-ddl-device-filter .e-filter-parent {
|
|
697
|
+
background-color: #6e6e6e;
|
|
698
|
+
}
|
|
699
|
+
|
|
700
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
701
|
+
.e-ddl input.e-input::-webkit-contacts-auto-fill-button {
|
|
702
|
+
display: none;
|
|
703
|
+
pointer-events: none;
|
|
704
|
+
position: absolute;
|
|
705
|
+
right: 0;
|
|
706
|
+
visibility: hidden;
|
|
707
|
+
}
|
|
708
|
+
|
|
709
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
710
|
+
.e-filter-parent {
|
|
711
|
+
border: #414141;
|
|
712
|
+
border-top-width: 0;
|
|
713
|
+
-webkit-box-shadow: none;
|
|
714
|
+
box-shadow: none;
|
|
715
|
+
display: block;
|
|
716
|
+
padding: 5px 8px;
|
|
717
|
+
}
|
|
718
|
+
|
|
719
|
+
.e-ddl.e-input-group:not(.e-disabled) {
|
|
720
|
+
cursor: pointer;
|
|
721
|
+
}
|
|
722
|
+
|
|
723
|
+
.e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::before, .e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::after {
|
|
724
|
+
width: 0;
|
|
725
|
+
}
|
|
726
|
+
|
|
727
|
+
.e-ddl.e-popup {
|
|
728
|
+
background: #313131;
|
|
729
|
+
border: 1px solid #414141;
|
|
730
|
+
position: absolute;
|
|
731
|
+
}
|
|
732
|
+
.e-ddl.e-popup .e-search-icon {
|
|
733
|
+
margin: 0;
|
|
734
|
+
opacity: 0.57;
|
|
735
|
+
padding: 8px;
|
|
736
|
+
}
|
|
737
|
+
|
|
738
|
+
.e-ddl.e-popup .e-filter-parent .e-back-icon {
|
|
739
|
+
padding: 0;
|
|
740
|
+
}
|
|
741
|
+
|
|
742
|
+
.e-ddl.e-popup.e-rtl .e-filter-parent .e-input-group.e-control-wrapper .e-input-filter, .e-ddl.e-popup .e-filter-parent .e-input-filter, .e-ddl.e-popup .e-filter-parent .e-input-filter:focus, .e-ddl.e-popup .e-filter-parent .e-input-group.e-input-focus .e-input-filter, .e-ddl.e-popup .e-filter-parent .e-input-group.e-control-wrapper.e-input-focus .e-input-filter {
|
|
743
|
+
padding: 0 12px;
|
|
744
|
+
}
|
|
745
|
+
|
|
746
|
+
.e-ddl.e-popup .e-input-group {
|
|
747
|
+
margin-bottom: 0;
|
|
589
748
|
}
|
|
590
749
|
|
|
591
750
|
.e-ddl.e-popup .e-ddl-footer, .e-ddl.e-popup .e-ddl-header {
|
|
@@ -729,17 +888,65 @@ ejs-dropdownlist {
|
|
|
729
888
|
color: rgb(221, 218, 218);
|
|
730
889
|
}
|
|
731
890
|
|
|
732
|
-
.e-popup {
|
|
733
|
-
border-
|
|
891
|
+
.e-popup.e-ddl {
|
|
892
|
+
border-radius: 4px;
|
|
893
|
+
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
|
|
894
|
+
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
|
|
895
|
+
margin-top: 3px;
|
|
734
896
|
}
|
|
735
897
|
|
|
736
|
-
.e-
|
|
737
|
-
|
|
738
|
-
color: #fff;
|
|
898
|
+
.e-popup.e-ddl .e-input-group {
|
|
899
|
+
width: auto;
|
|
739
900
|
}
|
|
740
901
|
|
|
741
|
-
.e-
|
|
742
|
-
|
|
902
|
+
.e-popup.e-ddl .e-input-group input {
|
|
903
|
+
line-height: 15px;
|
|
904
|
+
}
|
|
905
|
+
|
|
906
|
+
.e-popup.e-ddl .e-dropdownbase {
|
|
907
|
+
min-height: 26px;
|
|
908
|
+
}
|
|
909
|
+
|
|
910
|
+
.e-popup.e-ddl .e-filter-parent .e-input-group {
|
|
911
|
+
display: -webkit-box;
|
|
912
|
+
display: -ms-flexbox;
|
|
913
|
+
display: flex;
|
|
914
|
+
width: auto;
|
|
915
|
+
}
|
|
916
|
+
|
|
917
|
+
.e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
|
|
918
|
+
border: 0;
|
|
919
|
+
}
|
|
920
|
+
|
|
921
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
922
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
923
|
+
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
|
|
924
|
+
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
|
|
925
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
|
|
926
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
|
|
927
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
928
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
|
|
929
|
+
background: transparent;
|
|
930
|
+
color: #f0f0f0;
|
|
931
|
+
}
|
|
932
|
+
|
|
933
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
934
|
+
.e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
|
|
935
|
+
.e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
|
|
936
|
+
.e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
|
|
937
|
+
border: 0;
|
|
938
|
+
}
|
|
939
|
+
|
|
940
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
|
|
941
|
+
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
|
|
942
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
943
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
|
|
944
|
+
-webkit-box-shadow: none;
|
|
945
|
+
box-shadow: none;
|
|
946
|
+
}
|
|
947
|
+
|
|
948
|
+
.e-ddl.e-popup .e-filter-parent {
|
|
949
|
+
border-bottom: 1px solid #484848;
|
|
743
950
|
}
|
|
744
951
|
|
|
745
952
|
.e-bigger .e-input-group.e-ddl .e-input-filter, .e-bigger .e-input-group.e-ddl .e-input-filter:focus {
|
|
@@ -853,6 +1060,40 @@ ejs-dropdownlist {
|
|
|
853
1060
|
content: "\e842";
|
|
854
1061
|
}
|
|
855
1062
|
|
|
1063
|
+
/* stylelint-disable */
|
|
1064
|
+
.e-ddt .e-chips {
|
|
1065
|
+
background-color: #414141;
|
|
1066
|
+
}
|
|
1067
|
+
.e-ddt .e-chips .e-chips-close::before {
|
|
1068
|
+
color: #f0f0f0;
|
|
1069
|
+
}
|
|
1070
|
+
.e-ddt .e-chips > .e-chipcontent {
|
|
1071
|
+
color: #f0f0f0;
|
|
1072
|
+
}
|
|
1073
|
+
.e-ddt .e-overflow .e-remain {
|
|
1074
|
+
color: #8d8d8d;
|
|
1075
|
+
}
|
|
1076
|
+
.e-ddt.e-input-group.e-control-wrapper .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper .e-clear-icon {
|
|
1077
|
+
background-color: #1a1a1a;
|
|
1078
|
+
}
|
|
1079
|
+
.e-ddt.e-popup {
|
|
1080
|
+
background: #313131;
|
|
1081
|
+
border-color: #414141;
|
|
1082
|
+
}
|
|
1083
|
+
.e-ddt.e-popup .e-popup-content.e-no-data {
|
|
1084
|
+
color: #a4a4a4;
|
|
1085
|
+
}
|
|
1086
|
+
.e-ddt.e-popup .e-selectall-parent {
|
|
1087
|
+
border-bottom-color: #484848;
|
|
1088
|
+
}
|
|
1089
|
+
.e-ddt.e-popup .e-selectall-parent:focus {
|
|
1090
|
+
background: #414141;
|
|
1091
|
+
}
|
|
1092
|
+
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
1093
|
+
color: #f0f0f0;
|
|
1094
|
+
}
|
|
1095
|
+
|
|
1096
|
+
/* stylelint-disable */
|
|
856
1097
|
.e-ddt {
|
|
857
1098
|
cursor: pointer;
|
|
858
1099
|
outline: none;
|
|
@@ -1163,48 +1404,17 @@ ejs-dropdownlist {
|
|
|
1163
1404
|
display: none;
|
|
1164
1405
|
}
|
|
1165
1406
|
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
color: #f0f0f0;
|
|
1171
|
-
}
|
|
1172
|
-
.e-ddt .e-chips > .e-chipcontent {
|
|
1173
|
-
color: #f0f0f0;
|
|
1407
|
+
/* stylelint-disable */
|
|
1408
|
+
.e-bigger .e-ddt .e-chips,
|
|
1409
|
+
.e-ddt.e-bigger .e-chips {
|
|
1410
|
+
height: 34px;
|
|
1174
1411
|
}
|
|
1175
|
-
.e-ddt .e-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
.e-ddt.e-input
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
.e-ddt.e-popup {
|
|
1182
|
-
background: #313131;
|
|
1183
|
-
border-color: #414141;
|
|
1184
|
-
}
|
|
1185
|
-
.e-ddt.e-popup .e-popup-content.e-no-data {
|
|
1186
|
-
color: #a4a4a4;
|
|
1187
|
-
}
|
|
1188
|
-
.e-ddt.e-popup .e-selectall-parent {
|
|
1189
|
-
border-bottom-color: #484848;
|
|
1190
|
-
}
|
|
1191
|
-
.e-ddt.e-popup .e-selectall-parent:focus {
|
|
1192
|
-
background: #414141;
|
|
1193
|
-
}
|
|
1194
|
-
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
1195
|
-
color: #f0f0f0;
|
|
1196
|
-
}
|
|
1197
|
-
|
|
1198
|
-
.e-bigger .e-ddt .e-chips,
|
|
1199
|
-
.e-ddt.e-bigger .e-chips {
|
|
1200
|
-
height: 34px;
|
|
1201
|
-
}
|
|
1202
|
-
.e-bigger .e-ddt.e-input-group.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon, .e-bigger .e-ddt.e-input-group.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon, .e-bigger .e-ddt.e-float-input.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon, .e-bigger .e-ddt.e-float-input.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon,
|
|
1203
|
-
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon,
|
|
1204
|
-
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon,
|
|
1205
|
-
.e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon,
|
|
1206
|
-
.e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon {
|
|
1207
|
-
right: 38px;
|
|
1412
|
+
.e-bigger .e-ddt.e-input-group.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon, .e-bigger .e-ddt.e-input-group.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon, .e-bigger .e-ddt.e-float-input.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon, .e-bigger .e-ddt.e-float-input.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon,
|
|
1413
|
+
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon,
|
|
1414
|
+
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon,
|
|
1415
|
+
.e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon,
|
|
1416
|
+
.e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon {
|
|
1417
|
+
right: 38px;
|
|
1208
1418
|
}
|
|
1209
1419
|
.e-bigger .e-ddt.e-input-group.e-control-wrapper.e-show-chip .e-ddt-icon, .e-bigger .e-ddt.e-input-group.e-control-wrapper.e-show-text .e-ddt-icon, .e-bigger .e-ddt.e-float-input.e-control-wrapper.e-show-chip .e-ddt-icon, .e-bigger .e-ddt.e-float-input.e-control-wrapper.e-show-text .e-ddt-icon,
|
|
1210
1420
|
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-chip .e-ddt-icon,
|
|
@@ -1341,1153 +1551,1253 @@ ejs-dropdownlist {
|
|
|
1341
1551
|
content: "\eb08";
|
|
1342
1552
|
}
|
|
1343
1553
|
|
|
1344
|
-
.e-multi-select-wrapper {
|
|
1345
|
-
-
|
|
1346
|
-
|
|
1347
|
-
cursor: text;
|
|
1348
|
-
line-height: normal;
|
|
1349
|
-
min-height: 32px;
|
|
1350
|
-
padding: 0 32px 0 2px;
|
|
1351
|
-
position: relative;
|
|
1352
|
-
-webkit-user-select: none;
|
|
1353
|
-
-moz-user-select: none;
|
|
1354
|
-
-ms-user-select: none;
|
|
1355
|
-
user-select: none;
|
|
1356
|
-
width: 100%;
|
|
1357
|
-
}
|
|
1358
|
-
.e-multi-select-wrapper.e-delimiter .e-searcher, .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
1359
|
-
height: 27px;
|
|
1360
|
-
vertical-align: middle;
|
|
1361
|
-
}
|
|
1362
|
-
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase, .e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
|
|
1363
|
-
height: 100%;
|
|
1364
|
-
min-height: 100%;
|
|
1554
|
+
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
|
|
1555
|
+
line-height: 30px;
|
|
1556
|
+
top: 0;
|
|
1365
1557
|
}
|
|
1366
|
-
|
|
1367
|
-
|
|
1558
|
+
|
|
1559
|
+
.e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
1560
|
+
border-radius: 0 4px 4px 0;
|
|
1561
|
+
border-right-width: 0;
|
|
1562
|
+
height: 32px;
|
|
1563
|
+
width: 36px;
|
|
1368
1564
|
}
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
text-overflow: ellipsis;
|
|
1565
|
+
|
|
1566
|
+
.e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
|
|
1567
|
+
border-left-width: 0;
|
|
1568
|
+
border-radius: 4px 0 0 4px;
|
|
1569
|
+
border-right-width: 1px;
|
|
1375
1570
|
}
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
top: 8px;
|
|
1571
|
+
|
|
1572
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
1573
|
+
height: 32px;
|
|
1574
|
+
width: 32px;
|
|
1381
1575
|
}
|
|
1382
|
-
|
|
1383
|
-
|
|
1576
|
+
|
|
1577
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
1578
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
1384
1579
|
color: #fff;
|
|
1385
|
-
padding: 13px 0 13px 0;
|
|
1386
|
-
}
|
|
1387
|
-
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box),
|
|
1388
|
-
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
|
|
1389
|
-
width: 0;
|
|
1390
|
-
}
|
|
1391
|
-
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type=text],
|
|
1392
|
-
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type=text] {
|
|
1393
|
-
height: 1px;
|
|
1394
|
-
min-height: 1px;
|
|
1395
|
-
}
|
|
1396
|
-
.e-multi-select-wrapper .e-chips.e-mob-chip > .e-chipcontent {
|
|
1397
|
-
max-width: 100%;
|
|
1398
1580
|
}
|
|
1399
1581
|
|
|
1400
|
-
.e-
|
|
1401
|
-
|
|
1402
|
-
display: -webkit-box;
|
|
1403
|
-
display: -ms-flexbox;
|
|
1404
|
-
display: flex;
|
|
1405
|
-
float: left;
|
|
1406
|
-
width: auto;
|
|
1407
|
-
}
|
|
1408
|
-
.e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
|
|
1409
|
-
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
1410
|
-
display: -webkit-inline-box;
|
|
1411
|
-
display: -ms-inline-flexbox;
|
|
1412
|
-
display: inline-flex;
|
|
1413
|
-
float: none;
|
|
1414
|
-
}
|
|
1415
|
-
.e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box),
|
|
1416
|
-
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
|
|
1417
|
-
width: 0;
|
|
1418
|
-
}
|
|
1419
|
-
.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values.e-delim-hide,
|
|
1420
|
-
.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
|
|
1421
|
-
.e-multiselect.e-control-container .e-multi-select-wrapper .e-chips-collection.e-delim-hide,
|
|
1422
|
-
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values.e-delim-hide,
|
|
1423
|
-
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
|
|
1424
|
-
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-chips-collection.e-delim-hide {
|
|
1425
|
-
display: none;
|
|
1426
|
-
}
|
|
1427
|
-
.e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon,
|
|
1428
|
-
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-down-icon {
|
|
1429
|
-
padding: 0 48px 0 0;
|
|
1430
|
-
}
|
|
1431
|
-
.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values,
|
|
1432
|
-
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values {
|
|
1433
|
-
-webkit-box-align: center;
|
|
1434
|
-
-ms-flex-align: center;
|
|
1435
|
-
align-items: center;
|
|
1436
|
-
display: inline;
|
|
1437
|
-
max-width: 100%;
|
|
1438
|
-
word-break: break-word;
|
|
1439
|
-
}
|
|
1440
|
-
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
1441
|
-
.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
1442
|
-
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon,
|
|
1443
|
-
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1444
|
-
-webkit-box-align: center;
|
|
1445
|
-
-ms-flex-align: center;
|
|
1446
|
-
align-items: center;
|
|
1447
|
-
cursor: pointer;
|
|
1448
|
-
display: none;
|
|
1449
|
-
-webkit-box-orient: horizontal;
|
|
1450
|
-
-webkit-box-direction: normal;
|
|
1451
|
-
-ms-flex-direction: row;
|
|
1452
|
-
flex-direction: row;
|
|
1453
|
-
margin-top: -3.2em;
|
|
1454
|
-
outline: 0;
|
|
1455
|
-
padding: 0;
|
|
1456
|
-
position: absolute;
|
|
1457
|
-
right: 0;
|
|
1458
|
-
top: 100%;
|
|
1459
|
-
}
|
|
1460
|
-
.e-multiselect.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
1461
|
-
.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
1462
|
-
.e-multiselect.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
1463
|
-
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1464
|
-
display: -webkit-box;
|
|
1465
|
-
display: -ms-flexbox;
|
|
1466
|
-
display: flex;
|
|
1467
|
-
}
|
|
1468
|
-
.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
1469
|
-
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1470
|
-
margin-right: 0;
|
|
1471
|
-
margin-top: -2.65em;
|
|
1472
|
-
right: 0;
|
|
1582
|
+
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
1583
|
+
color: #f0f0f0;
|
|
1473
1584
|
}
|
|
1474
|
-
|
|
1475
|
-
.e-
|
|
1476
|
-
|
|
1585
|
+
|
|
1586
|
+
.e-multi-select-wrapper .e-chips.e-chip-selected {
|
|
1587
|
+
background-color: #505050;
|
|
1477
1588
|
}
|
|
1478
|
-
|
|
1479
|
-
.e-multiselect.e-
|
|
1480
|
-
|
|
1589
|
+
|
|
1590
|
+
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
|
|
1591
|
+
background-color: #505050;
|
|
1481
1592
|
}
|
|
1482
1593
|
|
|
1483
|
-
.e-multiselect
|
|
1484
|
-
|
|
1485
|
-
|
|
1594
|
+
.e-multiselect {
|
|
1595
|
+
-webkit-box-sizing: border-box;
|
|
1596
|
+
box-sizing: border-box;
|
|
1486
1597
|
}
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1598
|
+
|
|
1599
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1600
|
+
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1601
|
+
-webkit-text-fill-color: #f0f0f0;
|
|
1602
|
+
color: #f0f0f0;
|
|
1603
|
+
font-family: inherit;
|
|
1604
|
+
font-size: 15px;
|
|
1490
1605
|
}
|
|
1491
|
-
|
|
1492
|
-
.e-
|
|
1493
|
-
|
|
1494
|
-
.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-ddl-icon {
|
|
1495
|
-
left: 0;
|
|
1496
|
-
right: auto;
|
|
1606
|
+
|
|
1607
|
+
.e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent {
|
|
1608
|
+
color: #f0f0f0;
|
|
1497
1609
|
}
|
|
1498
|
-
|
|
1499
|
-
.e-
|
|
1500
|
-
|
|
1610
|
+
|
|
1611
|
+
.e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover {
|
|
1612
|
+
color: #f0f0f0;
|
|
1501
1613
|
}
|
|
1502
1614
|
|
|
1503
|
-
.e-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1615
|
+
.e-multi-select-wrapper .e-chips {
|
|
1616
|
+
background-color: #414141;
|
|
1617
|
+
border-radius: 4px;
|
|
1618
|
+
height: 28px;
|
|
1507
1619
|
}
|
|
1508
1620
|
|
|
1509
|
-
.e-multiselect.e-
|
|
1510
|
-
|
|
1511
|
-
word-wrap: initial;
|
|
1621
|
+
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips:hover {
|
|
1622
|
+
background-color: #484848;
|
|
1512
1623
|
}
|
|
1513
1624
|
|
|
1514
|
-
.e-
|
|
1515
|
-
|
|
1516
|
-
top: 17px;
|
|
1625
|
+
.e-multi-select-wrapper .e-chips > .e-chipcontent:hover {
|
|
1626
|
+
color: #f0f0f0;
|
|
1517
1627
|
}
|
|
1518
1628
|
|
|
1519
|
-
.e-multi-select-wrapper.e-
|
|
1520
|
-
|
|
1629
|
+
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1630
|
+
-webkit-text-fill-color: #f0f0f0;
|
|
1631
|
+
color: #f0f0f0;
|
|
1632
|
+
font-size: 10px;
|
|
1521
1633
|
}
|
|
1522
1634
|
|
|
1523
|
-
.e-multi-select-wrapper .e-chips-
|
|
1524
|
-
|
|
1525
|
-
|
|
1635
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
|
|
1636
|
+
background-color: #0070f0;
|
|
1637
|
+
border-radius: 4px;
|
|
1638
|
+
color: #fff;
|
|
1639
|
+
height: 46px;
|
|
1640
|
+
line-height: 46px;
|
|
1526
1641
|
}
|
|
1527
1642
|
|
|
1528
|
-
.e-
|
|
1529
|
-
|
|
1643
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
|
|
1644
|
+
color: #fff;
|
|
1530
1645
|
}
|
|
1531
1646
|
|
|
1532
|
-
.e-multi-select-wrapper .e-
|
|
1533
|
-
|
|
1534
|
-
height: 0;
|
|
1535
|
-
position: absolute;
|
|
1536
|
-
visibility: hidden;
|
|
1537
|
-
width: 0;
|
|
1647
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip {
|
|
1648
|
+
height: 32px;
|
|
1538
1649
|
}
|
|
1539
1650
|
|
|
1540
|
-
.e-multi-select-wrapper
|
|
1541
|
-
-webkit-box-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
display: inline-flex;
|
|
1547
|
-
float: left;
|
|
1548
|
-
margin: 2px 4px 2px 0;
|
|
1549
|
-
max-width: 100%;
|
|
1550
|
-
overflow: hidden;
|
|
1551
|
-
padding: 0;
|
|
1552
|
-
text-overflow: ellipsis;
|
|
1553
|
-
white-space: nowrap;
|
|
1651
|
+
.e-popup.e-multi-select-list-wrapper {
|
|
1652
|
+
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
1653
|
+
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
1654
|
+
-webkit-box-sizing: content-box;
|
|
1655
|
+
box-sizing: content-box;
|
|
1656
|
+
overflow: initial;
|
|
1554
1657
|
}
|
|
1555
1658
|
|
|
1556
|
-
.e-multi-select-wrapper .e-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
text-overflow: ellipsis;
|
|
1562
|
-
white-space: nowrap;
|
|
1659
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active {
|
|
1660
|
+
border-bottom: 1px solid transparent;
|
|
1661
|
+
border-left: 1px solid #0070f0;
|
|
1662
|
+
border-right: 1px solid #0070f0;
|
|
1663
|
+
border-top: 1px solid rgb(0, 16.8, 36);
|
|
1563
1664
|
}
|
|
1564
1665
|
|
|
1565
|
-
.e-multi-select-wrapper.e-
|
|
1566
|
-
|
|
1567
|
-
|
|
1666
|
+
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active {
|
|
1667
|
+
background-color: transparent;
|
|
1668
|
+
border-color: transparent;
|
|
1669
|
+
color: #f0f0f0;
|
|
1568
1670
|
}
|
|
1569
1671
|
|
|
1570
|
-
.e-multi-select-wrapper
|
|
1571
|
-
|
|
1672
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active {
|
|
1673
|
+
background-color: transparent;
|
|
1674
|
+
border-color: transparent;
|
|
1675
|
+
color: #f0f0f0;
|
|
1572
1676
|
}
|
|
1573
1677
|
|
|
1574
|
-
.e-
|
|
1575
|
-
|
|
1678
|
+
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-item-focus {
|
|
1679
|
+
color: #f0f0f0;
|
|
1576
1680
|
}
|
|
1577
1681
|
|
|
1578
|
-
.e-multi-select-wrapper .e-
|
|
1579
|
-
|
|
1580
|
-
align-self: center;
|
|
1581
|
-
display: -webkit-box;
|
|
1582
|
-
display: -ms-flexbox;
|
|
1583
|
-
display: flex;
|
|
1584
|
-
float: right;
|
|
1585
|
-
font-family: "e-icons";
|
|
1586
|
-
height: 30px;
|
|
1587
|
-
margin: 0 0 0;
|
|
1588
|
-
width: 30px;
|
|
1682
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-item-focus {
|
|
1683
|
+
color: #f0f0f0;
|
|
1589
1684
|
}
|
|
1590
1685
|
|
|
1591
|
-
.e-
|
|
1592
|
-
|
|
1686
|
+
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-hover {
|
|
1687
|
+
background-color: #414141;
|
|
1593
1688
|
}
|
|
1594
1689
|
|
|
1595
|
-
.e-multi-select-wrapper
|
|
1596
|
-
|
|
1690
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-hover {
|
|
1691
|
+
background-color: #414141;
|
|
1597
1692
|
}
|
|
1598
1693
|
|
|
1599
|
-
.e-multi-select-wrapper .e-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
height: 40px;
|
|
1603
|
-
margin-top: -4em;
|
|
1604
|
-
position: absolute;
|
|
1605
|
-
right: 0;
|
|
1606
|
-
width: 40px;
|
|
1607
|
-
top: 100%;
|
|
1694
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active:first-child {
|
|
1695
|
+
border-bottom: 1px solid transparent;
|
|
1696
|
+
border-top: 1px solid transparent;
|
|
1608
1697
|
}
|
|
1609
1698
|
|
|
1610
|
-
.e-
|
|
1611
|
-
|
|
1612
|
-
.e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
1613
|
-
right: 38px;
|
|
1699
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active:last-child {
|
|
1700
|
+
border-bottom: 1px solid transparent;
|
|
1614
1701
|
}
|
|
1615
1702
|
|
|
1616
|
-
.e-
|
|
1617
|
-
|
|
1618
|
-
right: auto;
|
|
1703
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus + li.e-active {
|
|
1704
|
+
border-top: 1px solid transparent;
|
|
1619
1705
|
}
|
|
1620
1706
|
|
|
1621
|
-
.e-multi-select-wrapper
|
|
1622
|
-
background:
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
height: 32px;
|
|
1628
|
-
min-height: 32px;
|
|
1629
|
-
outline: none;
|
|
1630
|
-
padding: 0 0 0 12px;
|
|
1631
|
-
text-indent: 0;
|
|
1707
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus {
|
|
1708
|
+
background-color: #0070f0;
|
|
1709
|
+
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
1710
|
+
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
1711
|
+
color: #fff;
|
|
1712
|
+
border: 1px solid #104888;
|
|
1632
1713
|
}
|
|
1633
1714
|
|
|
1634
|
-
.e-
|
|
1635
|
-
background:
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
font-weight: normal;
|
|
1641
|
-
height: 32px;
|
|
1642
|
-
min-height: 32px;
|
|
1643
|
-
outline: none;
|
|
1644
|
-
padding: 0;
|
|
1645
|
-
text-indent: 6px;
|
|
1715
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus {
|
|
1716
|
+
background-color: #0070f0;
|
|
1717
|
+
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
1718
|
+
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
1719
|
+
color: #fff;
|
|
1720
|
+
border: 1px solid #104888;
|
|
1646
1721
|
}
|
|
1647
1722
|
|
|
1648
|
-
.e-
|
|
1649
|
-
|
|
1723
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item {
|
|
1724
|
+
border: 1px solid transparent;
|
|
1650
1725
|
}
|
|
1651
1726
|
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
display: none;
|
|
1727
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item {
|
|
1728
|
+
border: 1px solid transparent;
|
|
1655
1729
|
}
|
|
1656
1730
|
|
|
1657
|
-
.e-multi-select-wrapper .e-
|
|
1658
|
-
|
|
1659
|
-
float: left;
|
|
1660
|
-
width: auto;
|
|
1731
|
+
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1732
|
+
color: #767676;
|
|
1661
1733
|
}
|
|
1662
1734
|
|
|
1663
|
-
.e-
|
|
1664
|
-
|
|
1735
|
+
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1736
|
+
color: #767676;
|
|
1665
1737
|
}
|
|
1666
1738
|
|
|
1667
|
-
.e-
|
|
1668
|
-
|
|
1669
|
-
width: calc(100% - 37px);
|
|
1739
|
+
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1740
|
+
color: #767676;
|
|
1670
1741
|
}
|
|
1671
1742
|
|
|
1672
|
-
.e-multi-select-wrapper .e-
|
|
1673
|
-
|
|
1674
|
-
font-size: 14px;
|
|
1675
|
-
line-height: 32px;
|
|
1676
|
-
max-width: 100%;
|
|
1677
|
-
padding-left: 6px;
|
|
1678
|
-
padding-right: 6px;
|
|
1679
|
-
vertical-align: middle;
|
|
1743
|
+
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1744
|
+
color: #767676;
|
|
1680
1745
|
}
|
|
1681
1746
|
|
|
1682
|
-
.e-
|
|
1683
|
-
|
|
1684
|
-
display: none;
|
|
1747
|
+
.e-ul.e-reorder {
|
|
1748
|
+
border-bottom: 1px solid #484848;
|
|
1685
1749
|
}
|
|
1686
1750
|
|
|
1687
|
-
.e-multi-select-wrapper .e-
|
|
1688
|
-
|
|
1689
|
-
cursor: pointer;
|
|
1690
|
-
display: inline-block;
|
|
1691
|
-
font-size: 15px;
|
|
1692
|
-
padding-left: 10px;
|
|
1751
|
+
.e-multi-select-list-wrapper .e-selectall-parent {
|
|
1752
|
+
border-bottom: 1px solid #484848;
|
|
1693
1753
|
}
|
|
1694
1754
|
|
|
1695
|
-
.e-
|
|
1696
|
-
|
|
1697
|
-
|
|
1755
|
+
.e-multi-select-wrapper .e-delim-values {
|
|
1756
|
+
-webkit-text-fill-color: #f0f0f0;
|
|
1757
|
+
color: #f0f0f0;
|
|
1698
1758
|
}
|
|
1699
1759
|
|
|
1700
|
-
.e-multi-select-wrapper .e-chips
|
|
1701
|
-
|
|
1702
|
-
left: 0;
|
|
1703
|
-
margin: 0 0 0 0;
|
|
1704
|
-
margin-left: auto;
|
|
1705
|
-
position: relative;
|
|
1706
|
-
top: 0;
|
|
1707
|
-
width: 46px;
|
|
1760
|
+
.e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
1761
|
+
color: #fff;
|
|
1708
1762
|
}
|
|
1709
1763
|
|
|
1710
|
-
.e-multi-select-wrapper .e-chips
|
|
1711
|
-
|
|
1712
|
-
align-self: center;
|
|
1713
|
-
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
1714
|
-
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
1715
|
-
display: -webkit-inline-box;
|
|
1716
|
-
display: -ms-inline-flexbox;
|
|
1717
|
-
display: inline-flex;
|
|
1718
|
-
padding: 0 0 0 20px;
|
|
1719
|
-
width: 92%;
|
|
1764
|
+
.e-small .e-multi-select-wrapper .e-chips {
|
|
1765
|
+
height: 22px;
|
|
1720
1766
|
}
|
|
1721
1767
|
|
|
1722
|
-
.e-multi-select-wrapper .e-
|
|
1723
|
-
|
|
1768
|
+
.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1769
|
+
font-size: 13px;
|
|
1724
1770
|
}
|
|
1725
1771
|
|
|
1726
|
-
.e-
|
|
1727
|
-
|
|
1772
|
+
.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1773
|
+
font-size: 8px;
|
|
1728
1774
|
}
|
|
1729
1775
|
|
|
1730
|
-
.e-
|
|
1731
|
-
|
|
1732
|
-
}
|
|
1733
|
-
.e-multiselect.e-rtl .e-multi-select-wrapper {
|
|
1734
|
-
padding: 0 2px 0 32px;
|
|
1735
|
-
}
|
|
1736
|
-
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
|
|
1737
|
-
left: -10px;
|
|
1776
|
+
.e-small .e-multi-select-wrapper .e-close-hooker::before {
|
|
1777
|
+
left: 8px;
|
|
1738
1778
|
}
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1779
|
+
|
|
1780
|
+
.e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
|
|
1781
|
+
-webkit-text-fill-color: #9c9c9c;
|
|
1782
|
+
color: #9c9c9c;
|
|
1742
1783
|
}
|
|
1743
|
-
|
|
1744
|
-
|
|
1784
|
+
|
|
1785
|
+
.e-dropdownbase .e-list-item .e-list-icon {
|
|
1786
|
+
padding: 0 10px 0 0;
|
|
1745
1787
|
}
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
margin: 2px 0 2px 4px;
|
|
1788
|
+
|
|
1789
|
+
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
1749
1790
|
padding: 0 8px 0 0;
|
|
1750
1791
|
}
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
float: left;
|
|
1756
|
-
}
|
|
1757
|
-
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1758
|
-
left: -10px;
|
|
1759
|
-
}
|
|
1760
|
-
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip {
|
|
1761
|
-
padding: 0 4px 0 8px;
|
|
1762
|
-
}
|
|
1763
|
-
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip .e-chipcontent {
|
|
1764
|
-
padding: 8px 4px;
|
|
1765
|
-
}
|
|
1766
|
-
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
|
|
1767
|
-
padding: 0 8px 0 4px;
|
|
1768
|
-
}
|
|
1769
|
-
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
|
|
1770
|
-
padding: 12px 4px;
|
|
1771
|
-
}
|
|
1772
|
-
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
1773
|
-
left: 38px;
|
|
1774
|
-
position: absolute;
|
|
1775
|
-
right: auto;
|
|
1776
|
-
}
|
|
1777
|
-
.e-multiselect.e-rtl .e-multi-select-wrapper .e-close-hooker::before {
|
|
1778
|
-
left: -15px;
|
|
1779
|
-
}
|
|
1780
|
-
.e-multiselect.e-rtl .e-multi-select-wrapper .e-delim-values .e-remain {
|
|
1781
|
-
padding-right: 10px;
|
|
1792
|
+
|
|
1793
|
+
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
|
|
1794
|
+
line-height: 30px;
|
|
1795
|
+
top: 0;
|
|
1782
1796
|
}
|
|
1783
1797
|
|
|
1784
|
-
.e-multiselect
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
left: -15px;
|
|
1798
|
+
.e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
1799
|
+
border-radius: 0 4px 4px 0;
|
|
1800
|
+
border-right-width: 0;
|
|
1801
|
+
height: 32px;
|
|
1802
|
+
width: 36px;
|
|
1790
1803
|
}
|
|
1791
1804
|
|
|
1792
|
-
.e-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
text-indent: 0;
|
|
1797
|
-
vertical-align: middle;
|
|
1805
|
+
.e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
|
|
1806
|
+
border-left-width: 0;
|
|
1807
|
+
border-radius: 4px 0 0 4px;
|
|
1808
|
+
border-right-width: 1px;
|
|
1798
1809
|
}
|
|
1799
1810
|
|
|
1800
|
-
.e-
|
|
1801
|
-
|
|
1811
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
1812
|
+
height: 32px;
|
|
1813
|
+
width: 32px;
|
|
1802
1814
|
}
|
|
1803
1815
|
|
|
1804
|
-
.e-
|
|
1805
|
-
|
|
1816
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
1817
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
1818
|
+
color: #fff;
|
|
1806
1819
|
}
|
|
1807
1820
|
|
|
1808
|
-
.e-
|
|
1809
|
-
|
|
1810
|
-
|
|
1821
|
+
.e-multi-select-wrapper {
|
|
1822
|
+
-webkit-box-sizing: border-box;
|
|
1823
|
+
box-sizing: border-box;
|
|
1824
|
+
cursor: text;
|
|
1825
|
+
line-height: normal;
|
|
1826
|
+
min-height: 32px;
|
|
1827
|
+
padding: 0 32px 0 2px;
|
|
1811
1828
|
position: relative;
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
margin-left: 12px;
|
|
1818
|
-
margin-right: 0;
|
|
1829
|
+
-webkit-user-select: none;
|
|
1830
|
+
-moz-user-select: none;
|
|
1831
|
+
-ms-user-select: none;
|
|
1832
|
+
user-select: none;
|
|
1833
|
+
width: 100%;
|
|
1819
1834
|
}
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
margin-right: 0;
|
|
1835
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher, .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
1836
|
+
height: 27px;
|
|
1837
|
+
vertical-align: middle;
|
|
1824
1838
|
}
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1839
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase, .e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
|
|
1840
|
+
height: 100%;
|
|
1841
|
+
min-height: 100%;
|
|
1828
1842
|
}
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
padding-right: 15px;
|
|
1843
|
+
.e-multi-select-wrapper .e-delim-view {
|
|
1844
|
+
white-space: nowrap;
|
|
1832
1845
|
}
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
display: block;
|
|
1837
|
-
line-height: 26px;
|
|
1846
|
+
.e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-overflow, .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-total {
|
|
1847
|
+
-webkit-box-sizing: border-box;
|
|
1848
|
+
box-sizing: border-box;
|
|
1849
|
+
display: inline-block;
|
|
1838
1850
|
overflow: hidden;
|
|
1839
1851
|
text-overflow: ellipsis;
|
|
1840
|
-
padding-right: 20px;
|
|
1841
|
-
position: relative;
|
|
1842
|
-
text-indent: 21px;
|
|
1843
|
-
white-space: nowrap;
|
|
1844
|
-
width: 100%;
|
|
1845
1852
|
}
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1853
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
|
|
1854
|
+
color: #fff;
|
|
1855
|
+
font-size: 10px;
|
|
1856
|
+
left: 17px;
|
|
1857
|
+
top: 8px;
|
|
1851
1858
|
}
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
color: #
|
|
1855
|
-
|
|
1856
|
-
font-size: 14px;
|
|
1859
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
|
|
1860
|
+
background-color: #0070f0;
|
|
1861
|
+
color: #fff;
|
|
1862
|
+
padding: 13px 0 13px 0;
|
|
1857
1863
|
}
|
|
1858
|
-
|
|
1859
|
-
.e-multi-select-
|
|
1860
|
-
|
|
1861
|
-
margin-right: 8px;
|
|
1862
|
-
position: relative;
|
|
1863
|
-
text-indent: 0;
|
|
1864
|
-
vertical-align: middle;
|
|
1864
|
+
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box),
|
|
1865
|
+
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
|
|
1866
|
+
width: 0;
|
|
1865
1867
|
}
|
|
1866
|
-
|
|
1867
|
-
.e-multi-select-
|
|
1868
|
-
|
|
1869
|
-
|
|
1868
|
+
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type=text],
|
|
1869
|
+
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type=text] {
|
|
1870
|
+
height: 1px;
|
|
1871
|
+
min-height: 1px;
|
|
1870
1872
|
}
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
float: right;
|
|
1874
|
-
margin-top: 0;
|
|
1873
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip > .e-chipcontent {
|
|
1874
|
+
max-width: 100%;
|
|
1875
1875
|
}
|
|
1876
1876
|
|
|
1877
|
-
.e-multiselect.e-
|
|
1877
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher,
|
|
1878
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher {
|
|
1879
|
+
display: -webkit-box;
|
|
1880
|
+
display: -ms-flexbox;
|
|
1881
|
+
display: flex;
|
|
1878
1882
|
float: left;
|
|
1883
|
+
width: auto;
|
|
1879
1884
|
}
|
|
1880
|
-
|
|
1881
|
-
.e-multiselect.e-
|
|
1882
|
-
|
|
1883
|
-
|
|
1885
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
|
|
1886
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
1887
|
+
display: -webkit-inline-box;
|
|
1888
|
+
display: -ms-inline-flexbox;
|
|
1889
|
+
display: inline-flex;
|
|
1890
|
+
float: none;
|
|
1884
1891
|
}
|
|
1885
|
-
|
|
1886
|
-
.e-
|
|
1887
|
-
|
|
1888
|
-
padding: 8px;
|
|
1892
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box),
|
|
1893
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
|
|
1894
|
+
width: 0;
|
|
1889
1895
|
}
|
|
1890
|
-
|
|
1891
|
-
.e-
|
|
1892
|
-
|
|
1896
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values.e-delim-hide,
|
|
1897
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
|
|
1898
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-chips-collection.e-delim-hide,
|
|
1899
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values.e-delim-hide,
|
|
1900
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
|
|
1901
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-chips-collection.e-delim-hide {
|
|
1902
|
+
display: none;
|
|
1893
1903
|
}
|
|
1894
|
-
|
|
1895
|
-
.e-
|
|
1896
|
-
padding: 0;
|
|
1904
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon,
|
|
1905
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-down-icon {
|
|
1906
|
+
padding: 0 48px 0 0;
|
|
1897
1907
|
}
|
|
1898
|
-
|
|
1899
|
-
.e-
|
|
1900
|
-
|
|
1901
|
-
|
|
1908
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values,
|
|
1909
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values {
|
|
1910
|
+
-webkit-box-align: center;
|
|
1911
|
+
-ms-flex-align: center;
|
|
1912
|
+
align-items: center;
|
|
1913
|
+
display: inline;
|
|
1914
|
+
max-width: 100%;
|
|
1915
|
+
word-break: break-word;
|
|
1902
1916
|
}
|
|
1903
|
-
|
|
1904
|
-
.e-
|
|
1905
|
-
.e-
|
|
1906
|
-
|
|
1917
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
1918
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
1919
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon,
|
|
1920
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1921
|
+
-webkit-box-align: center;
|
|
1922
|
+
-ms-flex-align: center;
|
|
1923
|
+
align-items: center;
|
|
1924
|
+
cursor: pointer;
|
|
1925
|
+
display: none;
|
|
1926
|
+
-webkit-box-orient: horizontal;
|
|
1927
|
+
-webkit-box-direction: normal;
|
|
1928
|
+
-ms-flex-direction: row;
|
|
1929
|
+
flex-direction: row;
|
|
1930
|
+
margin-top: -3.2em;
|
|
1931
|
+
outline: 0;
|
|
1932
|
+
padding: 0;
|
|
1933
|
+
position: absolute;
|
|
1934
|
+
right: 0;
|
|
1935
|
+
top: 100%;
|
|
1907
1936
|
}
|
|
1908
|
-
|
|
1909
|
-
.e-
|
|
1910
|
-
.e-
|
|
1911
|
-
|
|
1937
|
+
.e-multiselect.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
1938
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
1939
|
+
.e-multiselect.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
1940
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1941
|
+
display: -webkit-box;
|
|
1942
|
+
display: -ms-flexbox;
|
|
1943
|
+
display: flex;
|
|
1912
1944
|
}
|
|
1913
|
-
|
|
1914
|
-
.e-multi-select-wrapper
|
|
1915
|
-
|
|
1945
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
1946
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1947
|
+
margin-right: 0;
|
|
1948
|
+
margin-top: -2.65em;
|
|
1949
|
+
right: 0;
|
|
1916
1950
|
}
|
|
1917
|
-
|
|
1918
|
-
.e-multiselect.e-
|
|
1919
|
-
|
|
1951
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter,
|
|
1952
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter {
|
|
1953
|
+
top: -1px;
|
|
1954
|
+
}
|
|
1955
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
1956
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon {
|
|
1957
|
+
font-size: 10px;
|
|
1920
1958
|
}
|
|
1921
1959
|
|
|
1922
|
-
|
|
1923
|
-
|
|
1960
|
+
.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-multi-searcher,
|
|
1961
|
+
.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-multi-searcher {
|
|
1962
|
+
float: right;
|
|
1924
1963
|
}
|
|
1925
|
-
|
|
1926
|
-
.e-
|
|
1927
|
-
|
|
1928
|
-
line-height: 22px;
|
|
1964
|
+
.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
|
|
1965
|
+
.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
1966
|
+
float: none;
|
|
1929
1967
|
}
|
|
1930
|
-
|
|
1931
|
-
.e-
|
|
1932
|
-
|
|
1933
|
-
|
|
1968
|
+
.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-clear-icon,
|
|
1969
|
+
.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-ddl-icon,
|
|
1970
|
+
.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-clear-icon,
|
|
1971
|
+
.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-ddl-icon {
|
|
1972
|
+
left: 0;
|
|
1973
|
+
right: auto;
|
|
1934
1974
|
}
|
|
1935
|
-
|
|
1936
|
-
.e-
|
|
1937
|
-
|
|
1975
|
+
.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon,
|
|
1976
|
+
.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper.e-down-icon {
|
|
1977
|
+
padding: 0 0 0 48px;
|
|
1938
1978
|
}
|
|
1939
1979
|
|
|
1940
|
-
.e-
|
|
1941
|
-
|
|
1942
|
-
|
|
1980
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item.e-disabled,
|
|
1981
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disabled {
|
|
1982
|
+
opacity: 0.7;
|
|
1983
|
+
pointer-events: none;
|
|
1943
1984
|
}
|
|
1944
1985
|
|
|
1945
|
-
.e-
|
|
1946
|
-
|
|
1947
|
-
|
|
1986
|
+
.e-multiselect.e-input-group,
|
|
1987
|
+
.e-multiselect.e-float-input {
|
|
1988
|
+
word-wrap: initial;
|
|
1948
1989
|
}
|
|
1949
1990
|
|
|
1950
|
-
.e-
|
|
1951
|
-
.e-
|
|
1952
|
-
|
|
1991
|
+
.e-multiselect.e-input-group .e-searcher .e-label-top,
|
|
1992
|
+
.e-multiselect.e-input-group .e-multi-searcher .e-label-top {
|
|
1993
|
+
top: 17px;
|
|
1953
1994
|
}
|
|
1954
1995
|
|
|
1955
|
-
.e-
|
|
1956
|
-
|
|
1957
|
-
margin-top: -2.6em;
|
|
1996
|
+
.e-multi-select-wrapper.e-close-icon-hide {
|
|
1997
|
+
padding-right: 0;
|
|
1958
1998
|
}
|
|
1959
1999
|
|
|
1960
|
-
.e-
|
|
1961
|
-
|
|
1962
|
-
|
|
2000
|
+
.e-multi-select-wrapper .e-chips-collection {
|
|
2001
|
+
cursor: default;
|
|
2002
|
+
display: block;
|
|
1963
2003
|
}
|
|
1964
2004
|
|
|
1965
|
-
.e-multiselect.e-
|
|
1966
|
-
|
|
2005
|
+
.e-multiselect.e-input-group.e-control-wrapper:not(.e-control-container) .e-multi-select-wrapper.e-down-icon .e-chips-collection {
|
|
2006
|
+
margin-right: 30px;
|
|
1967
2007
|
}
|
|
1968
2008
|
|
|
1969
|
-
.e-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
2009
|
+
.e-multi-select-wrapper .e-multi-hidden {
|
|
2010
|
+
border: 0;
|
|
2011
|
+
height: 0;
|
|
2012
|
+
position: absolute;
|
|
2013
|
+
visibility: hidden;
|
|
2014
|
+
width: 0;
|
|
1974
2015
|
}
|
|
1975
2016
|
|
|
1976
|
-
.e-
|
|
1977
|
-
|
|
2017
|
+
.e-multi-select-wrapper .e-chips {
|
|
2018
|
+
-webkit-box-align: center;
|
|
2019
|
+
-ms-flex-align: center;
|
|
2020
|
+
align-items: center;
|
|
2021
|
+
display: -webkit-inline-box;
|
|
2022
|
+
display: -ms-inline-flexbox;
|
|
2023
|
+
display: inline-flex;
|
|
2024
|
+
float: left;
|
|
2025
|
+
margin: 2px 4px 2px 0;
|
|
2026
|
+
max-width: 100%;
|
|
2027
|
+
overflow: hidden;
|
|
2028
|
+
padding: 0;
|
|
2029
|
+
text-overflow: ellipsis;
|
|
2030
|
+
white-space: nowrap;
|
|
1978
2031
|
}
|
|
1979
2032
|
|
|
1980
|
-
.e-
|
|
1981
|
-
|
|
2033
|
+
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2034
|
+
max-width: 100%;
|
|
2035
|
+
overflow: hidden;
|
|
2036
|
+
padding: 6px 10px 6px 10px;
|
|
2037
|
+
text-indent: 0;
|
|
2038
|
+
text-overflow: ellipsis;
|
|
2039
|
+
white-space: nowrap;
|
|
1982
2040
|
}
|
|
1983
2041
|
|
|
1984
|
-
.e-
|
|
1985
|
-
|
|
2042
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher {
|
|
2043
|
+
display: inline-block;
|
|
2044
|
+
float: none;
|
|
1986
2045
|
}
|
|
1987
2046
|
|
|
1988
|
-
.e-
|
|
1989
|
-
|
|
1990
|
-
padding: 12px 12px 0 8px;
|
|
2047
|
+
.e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent {
|
|
2048
|
+
padding: 7px 10px 7px 10px;
|
|
1991
2049
|
}
|
|
1992
2050
|
|
|
1993
|
-
.e-
|
|
1994
|
-
|
|
1995
|
-
padding: 0;
|
|
2051
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent {
|
|
2052
|
+
padding: 7px 10px 7px 10px;
|
|
1996
2053
|
}
|
|
1997
2054
|
|
|
1998
|
-
.e-
|
|
1999
|
-
|
|
2055
|
+
.e-multi-select-wrapper .e-chips-close {
|
|
2056
|
+
-ms-flex-item-align: center;
|
|
2057
|
+
align-self: center;
|
|
2058
|
+
display: -webkit-box;
|
|
2059
|
+
display: -ms-flexbox;
|
|
2060
|
+
display: flex;
|
|
2061
|
+
float: right;
|
|
2062
|
+
font-family: "e-icons";
|
|
2063
|
+
height: 30px;
|
|
2064
|
+
margin: 0 0 0;
|
|
2065
|
+
width: 30px;
|
|
2000
2066
|
}
|
|
2001
2067
|
|
|
2002
|
-
.e-
|
|
2003
|
-
|
|
2004
|
-
.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip,
|
|
2005
|
-
.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2006
|
-
.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2007
|
-
height: 24px;
|
|
2068
|
+
.e-rtl .e-multi-select-wrapper .e-chips-close {
|
|
2069
|
+
margin: 0 0 0;
|
|
2008
2070
|
}
|
|
2009
2071
|
|
|
2010
|
-
.e-
|
|
2011
|
-
|
|
2072
|
+
.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
|
|
2073
|
+
margin: 1px 0 0;
|
|
2012
2074
|
}
|
|
2013
2075
|
|
|
2014
|
-
.e-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2076
|
+
.e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
2077
|
+
cursor: default;
|
|
2078
|
+
font-size: 10px;
|
|
2079
|
+
height: 40px;
|
|
2080
|
+
margin-top: -4em;
|
|
2081
|
+
position: absolute;
|
|
2082
|
+
right: 0;
|
|
2083
|
+
width: 40px;
|
|
2084
|
+
top: 100%;
|
|
2018
2085
|
}
|
|
2019
2086
|
|
|
2020
|
-
.e-
|
|
2021
|
-
.e-
|
|
2022
|
-
|
|
2023
|
-
|
|
2087
|
+
.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
2088
|
+
.e-small.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
2089
|
+
.e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
2090
|
+
right: 38px;
|
|
2024
2091
|
}
|
|
2025
2092
|
|
|
2026
|
-
.e-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
margin: 4px 4px 0 0;
|
|
2030
|
-
padding-right: 8px;
|
|
2093
|
+
.e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
2094
|
+
left: 38px;
|
|
2095
|
+
right: auto;
|
|
2031
2096
|
}
|
|
2032
2097
|
|
|
2033
|
-
.e
|
|
2034
|
-
|
|
2035
|
-
|
|
2098
|
+
.e-multi-select-wrapper input[type=text] {
|
|
2099
|
+
background: none;
|
|
2100
|
+
border: 0;
|
|
2101
|
+
font-family: inherit;
|
|
2102
|
+
font-size: 15px;
|
|
2103
|
+
font-weight: normal;
|
|
2104
|
+
height: 32px;
|
|
2105
|
+
min-height: 32px;
|
|
2106
|
+
outline: none;
|
|
2107
|
+
padding: 0 0 0 12px;
|
|
2108
|
+
text-indent: 0;
|
|
2036
2109
|
}
|
|
2037
2110
|
|
|
2038
|
-
.e-
|
|
2039
|
-
|
|
2040
|
-
|
|
2111
|
+
.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
|
|
2112
|
+
background: none;
|
|
2113
|
+
border: 0;
|
|
2114
|
+
color: inherit;
|
|
2115
|
+
font-family: inherit;
|
|
2116
|
+
font-size: 14px;
|
|
2117
|
+
font-weight: normal;
|
|
2118
|
+
height: 32px;
|
|
2119
|
+
min-height: 32px;
|
|
2120
|
+
outline: none;
|
|
2121
|
+
padding: 0;
|
|
2122
|
+
text-indent: 6px;
|
|
2041
2123
|
}
|
|
2042
2124
|
|
|
2043
|
-
.e-
|
|
2044
|
-
|
|
2045
|
-
font-size: 12px;
|
|
2125
|
+
.e-rtl.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
|
|
2126
|
+
padding: 5px;
|
|
2046
2127
|
}
|
|
2047
2128
|
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2129
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2130
|
+
.e-multi-select-wrapper input[type=text]::-ms-clear {
|
|
2131
|
+
display: none;
|
|
2051
2132
|
}
|
|
2052
2133
|
|
|
2053
|
-
.e-
|
|
2054
|
-
|
|
2134
|
+
.e-multi-select-wrapper .e-searcher {
|
|
2135
|
+
display: block;
|
|
2136
|
+
float: left;
|
|
2137
|
+
width: auto;
|
|
2055
2138
|
}
|
|
2056
2139
|
|
|
2057
|
-
.e-
|
|
2058
|
-
|
|
2059
|
-
font-size: 10px;
|
|
2140
|
+
.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
2141
|
+
width: calc(100% - 43px);
|
|
2060
2142
|
}
|
|
2061
2143
|
|
|
2062
|
-
.e-
|
|
2063
|
-
|
|
2064
|
-
|
|
2144
|
+
.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
2145
|
+
.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
2146
|
+
width: calc(100% - 37px);
|
|
2065
2147
|
}
|
|
2066
2148
|
|
|
2067
|
-
.e-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2149
|
+
.e-multi-select-wrapper .e-delim-values {
|
|
2150
|
+
font-family: inherit;
|
|
2151
|
+
font-size: 14px;
|
|
2152
|
+
line-height: 32px;
|
|
2153
|
+
max-width: 100%;
|
|
2154
|
+
padding-left: 6px;
|
|
2155
|
+
padding-right: 6px;
|
|
2156
|
+
vertical-align: middle;
|
|
2074
2157
|
}
|
|
2075
2158
|
|
|
2076
|
-
.e-
|
|
2077
|
-
.e-
|
|
2078
|
-
.e-filled.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2079
|
-
.e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
2080
|
-
.e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon {
|
|
2159
|
+
.e-multi-select-list-wrapper .e-hide-listitem,
|
|
2160
|
+
.e-multi-select-list-wrapper .e-hide-group-header {
|
|
2081
2161
|
display: none;
|
|
2082
2162
|
}
|
|
2083
2163
|
|
|
2084
|
-
.e-
|
|
2085
|
-
|
|
2164
|
+
.e-multi-select-wrapper .e-delim-values .e-remain {
|
|
2165
|
+
color: #8d8d8d;
|
|
2166
|
+
cursor: pointer;
|
|
2167
|
+
display: inline-block;
|
|
2168
|
+
font-size: 15px;
|
|
2169
|
+
padding-left: 10px;
|
|
2086
2170
|
}
|
|
2087
2171
|
|
|
2088
|
-
.e-multiselect.e-
|
|
2089
|
-
.e-multiselect.e-
|
|
2172
|
+
.e-multiselect.e-disabled .e-multi-select-wrapper,
|
|
2173
|
+
.e-multiselect.e-disabled .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
2090
2174
|
cursor: not-allowed;
|
|
2091
2175
|
}
|
|
2092
2176
|
|
|
2093
|
-
.e-
|
|
2094
|
-
|
|
2095
|
-
|
|
2177
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
|
|
2178
|
+
height: 46px;
|
|
2179
|
+
left: 0;
|
|
2180
|
+
margin: 0 0 0 0;
|
|
2181
|
+
margin-left: auto;
|
|
2182
|
+
position: relative;
|
|
2183
|
+
top: 0;
|
|
2184
|
+
width: 46px;
|
|
2096
2185
|
}
|
|
2097
2186
|
|
|
2098
|
-
.e-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2187
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
|
|
2188
|
+
-ms-flex-item-align: center;
|
|
2189
|
+
align-self: center;
|
|
2190
|
+
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
2191
|
+
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
2192
|
+
display: -webkit-inline-box;
|
|
2193
|
+
display: -ms-inline-flexbox;
|
|
2194
|
+
display: inline-flex;
|
|
2195
|
+
padding: 0 0 0 20px;
|
|
2196
|
+
width: 92%;
|
|
2105
2197
|
}
|
|
2106
2198
|
|
|
2107
|
-
.e-
|
|
2108
|
-
|
|
2109
|
-
color: rgb(221, 218, 218);
|
|
2199
|
+
.e-multi-select-wrapper .e-ddl-disable-icon::before {
|
|
2200
|
+
content: "";
|
|
2110
2201
|
}
|
|
2111
2202
|
|
|
2112
|
-
.e-multi-select-wrapper
|
|
2113
|
-
|
|
2203
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper.e-delimiter .e-searcher {
|
|
2204
|
+
float: none;
|
|
2114
2205
|
}
|
|
2115
2206
|
|
|
2116
|
-
.e-multi-select-wrapper
|
|
2117
|
-
|
|
2207
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper.e-close-icon-hide {
|
|
2208
|
+
padding-left: 0;
|
|
2118
2209
|
}
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
background-color: #505050;
|
|
2210
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper {
|
|
2211
|
+
padding: 0 2px 0 32px;
|
|
2122
2212
|
}
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
-webkit-box-sizing: border-box;
|
|
2126
|
-
box-sizing: border-box;
|
|
2213
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
|
|
2214
|
+
left: -10px;
|
|
2127
2215
|
}
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
-webkit-text-fill-color: #f0f0f0;
|
|
2132
|
-
color: #f0f0f0;
|
|
2133
|
-
font-family: inherit;
|
|
2134
|
-
font-size: 15px;
|
|
2216
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
|
|
2217
|
+
margin: 0;
|
|
2218
|
+
margin-right: auto;
|
|
2135
2219
|
}
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
color: #f0f0f0;
|
|
2220
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-searcher {
|
|
2221
|
+
float: right;
|
|
2139
2222
|
}
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2223
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips {
|
|
2224
|
+
float: right;
|
|
2225
|
+
margin: 2px 0 2px 4px;
|
|
2226
|
+
padding: 0 8px 0 0;
|
|
2143
2227
|
}
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
background-color: #414141;
|
|
2147
|
-
border-radius: 4px;
|
|
2148
|
-
height: 28px;
|
|
2228
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chipcontent {
|
|
2229
|
+
padding: 6px 10px 6px 10px;
|
|
2149
2230
|
}
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
background-color: #484848;
|
|
2231
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close {
|
|
2232
|
+
float: left;
|
|
2153
2233
|
}
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
color: #f0f0f0;
|
|
2234
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
2235
|
+
left: -10px;
|
|
2157
2236
|
}
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
-webkit-text-fill-color: #f0f0f0;
|
|
2161
|
-
color: #f0f0f0;
|
|
2162
|
-
font-size: 10px;
|
|
2237
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip {
|
|
2238
|
+
padding: 0 4px 0 8px;
|
|
2163
2239
|
}
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
background-color: #0070f0;
|
|
2167
|
-
border-radius: 4px;
|
|
2168
|
-
color: #fff;
|
|
2169
|
-
height: 46px;
|
|
2170
|
-
line-height: 46px;
|
|
2240
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip .e-chipcontent {
|
|
2241
|
+
padding: 8px 4px;
|
|
2171
2242
|
}
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
color: #fff;
|
|
2243
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
|
|
2244
|
+
padding: 0 8px 0 4px;
|
|
2175
2245
|
}
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
height: 32px;
|
|
2246
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
|
|
2247
|
+
padding: 12px 4px;
|
|
2179
2248
|
}
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
-webkit-box-sizing: content-box;
|
|
2185
|
-
box-sizing: content-box;
|
|
2186
|
-
overflow: initial;
|
|
2249
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
2250
|
+
left: 38px;
|
|
2251
|
+
position: absolute;
|
|
2252
|
+
right: auto;
|
|
2187
2253
|
}
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
border-top: 1px solid rgb(0, 16.8, 36);
|
|
2254
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-close-hooker::before {
|
|
2255
|
+
left: -15px;
|
|
2256
|
+
}
|
|
2257
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-delim-values .e-remain {
|
|
2258
|
+
padding-right: 10px;
|
|
2194
2259
|
}
|
|
2195
2260
|
|
|
2196
|
-
.e-
|
|
2197
|
-
|
|
2198
|
-
border-color: transparent;
|
|
2199
|
-
color: #f0f0f0;
|
|
2261
|
+
.e-multiselect.e-rtl .e-down-icon .e-chips-close.e-close-hooker {
|
|
2262
|
+
left: 38px;
|
|
2200
2263
|
}
|
|
2201
2264
|
|
|
2202
|
-
.e-
|
|
2203
|
-
|
|
2204
|
-
border-color: transparent;
|
|
2205
|
-
color: #f0f0f0;
|
|
2265
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
|
|
2266
|
+
left: -15px;
|
|
2206
2267
|
}
|
|
2207
2268
|
|
|
2208
|
-
.e-popup.e-multi-select-list-wrapper
|
|
2209
|
-
|
|
2269
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
|
|
2270
|
+
bottom: 1px;
|
|
2271
|
+
margin-right: 8px;
|
|
2272
|
+
position: relative;
|
|
2273
|
+
text-indent: 0;
|
|
2274
|
+
vertical-align: middle;
|
|
2210
2275
|
}
|
|
2211
2276
|
|
|
2212
|
-
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-
|
|
2213
|
-
|
|
2277
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group:not(.e-rtl) .e-list-item .e-checkbox-wrapper {
|
|
2278
|
+
padding-left: 14px;
|
|
2214
2279
|
}
|
|
2215
2280
|
|
|
2216
|
-
.e-popup.e-multi-select-list-wrapper.e-
|
|
2217
|
-
|
|
2281
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper {
|
|
2282
|
+
padding-right: 29px;
|
|
2218
2283
|
}
|
|
2219
2284
|
|
|
2220
|
-
.e-popup.e-multi-select-list-wrapper.e-multiselect-group
|
|
2221
|
-
|
|
2285
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
|
|
2286
|
+
bottom: 1px;
|
|
2287
|
+
margin-right: 8px;
|
|
2288
|
+
position: relative;
|
|
2289
|
+
text-indent: 0;
|
|
2290
|
+
vertical-align: middle;
|
|
2222
2291
|
}
|
|
2223
2292
|
|
|
2224
|
-
.e-popup.e-multi-select-list-wrapper .e-list-item.e-
|
|
2225
|
-
|
|
2226
|
-
|
|
2293
|
+
.e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item .e-checkbox-wrapper {
|
|
2294
|
+
margin-left: 12px;
|
|
2295
|
+
margin-right: 0;
|
|
2227
2296
|
}
|
|
2228
2297
|
|
|
2229
|
-
.e-popup.e-multi-select-list-wrapper .e-list-item.e-
|
|
2230
|
-
|
|
2298
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-group-item .e-checkbox-wrapper {
|
|
2299
|
+
margin-left: 12px;
|
|
2300
|
+
margin-right: 0;
|
|
2231
2301
|
}
|
|
2232
2302
|
|
|
2233
|
-
.e-popup.e-multi-select-list-wrapper
|
|
2234
|
-
|
|
2303
|
+
.e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item {
|
|
2304
|
+
padding-right: 0;
|
|
2235
2305
|
}
|
|
2236
2306
|
|
|
2237
|
-
.e-popup.e-multi-select-list-wrapper .e-
|
|
2238
|
-
|
|
2239
|
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
2240
|
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
2241
|
-
color: #fff;
|
|
2242
|
-
border: 1px solid #104888;
|
|
2307
|
+
.e-popup.e-multi-select-list-wrapper.e-rtl .e-dropdownbase.e-rtl.e-dd-group .e-list-item {
|
|
2308
|
+
padding-right: 15px;
|
|
2243
2309
|
}
|
|
2244
2310
|
|
|
2245
|
-
.e-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2311
|
+
.e-multi-select-list-wrapper .e-selectall-parent {
|
|
2312
|
+
cursor: pointer;
|
|
2313
|
+
display: block;
|
|
2314
|
+
line-height: 26px;
|
|
2315
|
+
overflow: hidden;
|
|
2316
|
+
text-overflow: ellipsis;
|
|
2317
|
+
padding-right: 20px;
|
|
2318
|
+
position: relative;
|
|
2319
|
+
text-indent: 21px;
|
|
2320
|
+
white-space: nowrap;
|
|
2321
|
+
width: 100%;
|
|
2251
2322
|
}
|
|
2252
2323
|
|
|
2253
|
-
.e-
|
|
2254
|
-
|
|
2324
|
+
.e-rtl .e-multi-select-list-wrapper .e-selectall-parent,
|
|
2325
|
+
.e-multi-select-list-wrapper.e-rtl .e-selectall-parent {
|
|
2326
|
+
padding-left: 20px;
|
|
2327
|
+
padding-right: 15px;
|
|
2255
2328
|
}
|
|
2256
2329
|
|
|
2257
|
-
.e-
|
|
2258
|
-
|
|
2330
|
+
.e-multi-select-list-wrapper .e-selectall-parent .e-all-text {
|
|
2331
|
+
color: #f0f0f0;
|
|
2332
|
+
font-family: inherit;
|
|
2333
|
+
font-size: 14px;
|
|
2259
2334
|
}
|
|
2260
2335
|
|
|
2261
|
-
.e-multi-select-wrapper
|
|
2262
|
-
|
|
2336
|
+
.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
|
|
2337
|
+
bottom: 1px;
|
|
2338
|
+
margin-right: 8px;
|
|
2339
|
+
position: relative;
|
|
2340
|
+
text-indent: 0;
|
|
2341
|
+
vertical-align: middle;
|
|
2263
2342
|
}
|
|
2264
2343
|
|
|
2265
|
-
.e-multi-select-wrapper
|
|
2266
|
-
|
|
2344
|
+
.e-multi-select-list-wrapper.e-rtl .e-selectall-parent .e-checkbox-wrapper {
|
|
2345
|
+
margin-left: 12px;
|
|
2346
|
+
margin-right: 0;
|
|
2267
2347
|
}
|
|
2268
2348
|
|
|
2269
|
-
.e-
|
|
2270
|
-
|
|
2349
|
+
.e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
2350
|
+
float: right;
|
|
2351
|
+
margin-top: 0;
|
|
2271
2352
|
}
|
|
2272
2353
|
|
|
2273
|
-
.e-
|
|
2274
|
-
|
|
2354
|
+
.e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
|
|
2355
|
+
float: left;
|
|
2275
2356
|
}
|
|
2276
2357
|
|
|
2277
|
-
.e-
|
|
2278
|
-
|
|
2358
|
+
.e-multiselect.e-checkbox .e-multi-select-wrapper,
|
|
2359
|
+
.e-multiselect .e-multi-select-wrapper.e-down-icon {
|
|
2360
|
+
padding: 0;
|
|
2279
2361
|
}
|
|
2280
2362
|
|
|
2281
|
-
.e-multi-select-list-wrapper .e-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
.e-multi-select-wrapper .e-delim-values {
|
|
2286
|
-
-webkit-text-fill-color: #f0f0f0;
|
|
2287
|
-
color: #f0f0f0;
|
|
2363
|
+
.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-filter,
|
|
2364
|
+
.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus .e-input-filter {
|
|
2365
|
+
padding: 8px;
|
|
2288
2366
|
}
|
|
2289
2367
|
|
|
2290
|
-
.e-multi-select-wrapper .e-
|
|
2291
|
-
|
|
2368
|
+
.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon {
|
|
2369
|
+
padding-left: 8px;
|
|
2292
2370
|
}
|
|
2293
2371
|
|
|
2294
|
-
.e-
|
|
2295
|
-
|
|
2372
|
+
.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-back-icon {
|
|
2373
|
+
padding: 0;
|
|
2296
2374
|
}
|
|
2297
2375
|
|
|
2298
|
-
.e-
|
|
2299
|
-
|
|
2376
|
+
.e-checkbox .e-multi-select-wrapper .e-delim-values .e-remain {
|
|
2377
|
+
line-height: 20px;
|
|
2378
|
+
padding-left: 10px;
|
|
2300
2379
|
}
|
|
2301
2380
|
|
|
2302
|
-
.e-
|
|
2303
|
-
|
|
2381
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item.e-disable .e-checkbox-wrapper .e-frame,
|
|
2382
|
+
.e-popup.e-multi-select-list-wrapper .e-list-group-item.e-disable .e-checkbox-wrapper .e-frame {
|
|
2383
|
+
opacity: 0.3;
|
|
2304
2384
|
}
|
|
2305
2385
|
|
|
2306
|
-
.e-
|
|
2307
|
-
|
|
2386
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item.e-disable,
|
|
2387
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disable {
|
|
2388
|
+
opacity: 0.7;
|
|
2308
2389
|
}
|
|
2309
2390
|
|
|
2310
|
-
.e-
|
|
2311
|
-
-
|
|
2312
|
-
color: #9c9c9c;
|
|
2391
|
+
.e-multi-select-wrapper input[readonly=true] {
|
|
2392
|
+
pointer-events: none;
|
|
2313
2393
|
}
|
|
2314
2394
|
|
|
2315
|
-
.e-
|
|
2316
|
-
|
|
2317
|
-
margin-top: -2.7em;
|
|
2395
|
+
.e-multiselect.e-checkbox .e-multi-select-wrapper .e-searcher {
|
|
2396
|
+
pointer-events: none;
|
|
2318
2397
|
}
|
|
2319
2398
|
|
|
2320
|
-
|
|
2321
|
-
|
|
2399
|
+
ejs-multiselect {
|
|
2400
|
+
display: block;
|
|
2322
2401
|
}
|
|
2323
2402
|
|
|
2324
|
-
.e-
|
|
2325
|
-
|
|
2403
|
+
.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2404
|
+
.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2405
|
+
line-height: 22px;
|
|
2326
2406
|
}
|
|
2327
2407
|
|
|
2328
|
-
.e-
|
|
2329
|
-
|
|
2408
|
+
.e-small .e-multi-select-wrapper .e-chips-close {
|
|
2409
|
+
height: 24px;
|
|
2410
|
+
width: 24px;
|
|
2330
2411
|
}
|
|
2331
2412
|
|
|
2332
|
-
.e-
|
|
2333
|
-
|
|
2413
|
+
.e-small .e-multi-select-wrapper {
|
|
2414
|
+
min-height: 24px;
|
|
2334
2415
|
}
|
|
2335
2416
|
|
|
2336
|
-
.e-
|
|
2337
|
-
|
|
2417
|
+
.e-small .e-multi-select-wrapper input[type=text] {
|
|
2418
|
+
height: 26px;
|
|
2419
|
+
min-height: 26px;
|
|
2338
2420
|
}
|
|
2339
2421
|
|
|
2340
|
-
.e-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
margin-top: -3.7em;
|
|
2422
|
+
.e-small .e-multi-select-wrapper .e-delim-values {
|
|
2423
|
+
font-size: 13px;
|
|
2424
|
+
line-height: 26px;
|
|
2344
2425
|
}
|
|
2345
2426
|
|
|
2346
|
-
.e-
|
|
2347
|
-
.e-multi-select-wrapper.e-
|
|
2348
|
-
|
|
2349
|
-
min-height: 32px;
|
|
2427
|
+
.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2428
|
+
.e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
2429
|
+
margin-top: -3.5em;
|
|
2350
2430
|
}
|
|
2351
2431
|
|
|
2352
|
-
.e-
|
|
2353
|
-
|
|
2354
|
-
|
|
2432
|
+
.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
2433
|
+
.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
2434
|
+
margin-top: -2.6em;
|
|
2355
2435
|
}
|
|
2356
2436
|
|
|
2357
|
-
.e-
|
|
2358
|
-
|
|
2359
|
-
|
|
2437
|
+
.e-content-placeholder.e-multiselect.e-placeholder-multiselect {
|
|
2438
|
+
background-size: 300px 33px;
|
|
2439
|
+
min-height: 33px;
|
|
2360
2440
|
}
|
|
2361
2441
|
|
|
2362
|
-
.e-
|
|
2363
|
-
|
|
2364
|
-
.e-bigger .e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
2365
|
-
.e-small .e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
2366
|
-
width: calc(100% - 45px);
|
|
2442
|
+
.e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
|
|
2443
|
+
color: inherit;
|
|
2367
2444
|
}
|
|
2368
2445
|
|
|
2369
|
-
.e-
|
|
2370
|
-
|
|
2371
|
-
|
|
2446
|
+
.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2447
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
2448
|
+
-webkit-box-align: normal;
|
|
2449
|
+
-ms-flex-align: normal;
|
|
2450
|
+
align-items: normal;
|
|
2372
2451
|
}
|
|
2373
2452
|
|
|
2374
|
-
.e-
|
|
2375
|
-
padding
|
|
2453
|
+
.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
|
|
2454
|
+
padding: 0 12px 0 8px;
|
|
2376
2455
|
}
|
|
2377
2456
|
|
|
2378
|
-
.e-
|
|
2379
|
-
|
|
2380
|
-
bottom: 1px;
|
|
2381
|
-
margin-right: 10px;
|
|
2457
|
+
.e-multiselect.e-filled.e-input-group.e-control-wrapper {
|
|
2458
|
+
padding: 0;
|
|
2382
2459
|
}
|
|
2383
2460
|
|
|
2384
|
-
.e-
|
|
2385
|
-
|
|
2386
|
-
bottom: 1px;
|
|
2387
|
-
margin-right: 10px;
|
|
2461
|
+
.e-filled.e-float-input .e-multi-select-wrapper {
|
|
2462
|
+
padding: 11px 12px 0;
|
|
2388
2463
|
}
|
|
2389
2464
|
|
|
2390
|
-
.e-
|
|
2391
|
-
|
|
2465
|
+
.e-small.e-filled.e-float-input .e-multi-select-wrapper,
|
|
2466
|
+
.e-small .e-filled.e-float-input .e-multi-select-wrapper {
|
|
2467
|
+
padding: 12px 12px 0 8px;
|
|
2392
2468
|
}
|
|
2393
2469
|
|
|
2394
|
-
.e-
|
|
2395
|
-
|
|
2470
|
+
.e-rtl.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2471
|
+
.e-rtl.e-multiselect.e-filled.e-float-input.e-control-wrapper {
|
|
2472
|
+
padding: 0;
|
|
2396
2473
|
}
|
|
2397
2474
|
|
|
2398
|
-
.e-
|
|
2399
|
-
|
|
2400
|
-
font-size: 15px;
|
|
2401
|
-
line-height: 40px;
|
|
2402
|
-
text-indent: 25px;
|
|
2475
|
+
.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2476
|
+
height: 28px;
|
|
2403
2477
|
}
|
|
2404
2478
|
|
|
2405
|
-
.e-
|
|
2406
|
-
.e-
|
|
2407
|
-
|
|
2408
|
-
|
|
2479
|
+
.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2480
|
+
.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2481
|
+
.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip,
|
|
2482
|
+
.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2483
|
+
.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2484
|
+
height: 24px;
|
|
2409
2485
|
}
|
|
2410
2486
|
|
|
2411
|
-
.e-
|
|
2412
|
-
|
|
2413
|
-
padding: 4px 0;
|
|
2487
|
+
.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
2488
|
+
height: 18px;
|
|
2414
2489
|
}
|
|
2415
2490
|
|
|
2416
|
-
.e-
|
|
2417
|
-
|
|
2491
|
+
.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2492
|
+
.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2493
|
+
margin: 8px 8px 0 0;
|
|
2494
|
+
padding: 0 8px;
|
|
2418
2495
|
}
|
|
2419
2496
|
|
|
2420
|
-
.e-
|
|
2421
|
-
|
|
2497
|
+
.e-rtl.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2498
|
+
.e-rtl.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2499
|
+
margin: 8px 0 0 8px;
|
|
2500
|
+
padding: 0 8px;
|
|
2422
2501
|
}
|
|
2423
2502
|
|
|
2424
|
-
.e-
|
|
2425
|
-
.e-
|
|
2426
|
-
|
|
2503
|
+
.e-small .e-filled .e-multi-select-wrapper .e-chips,
|
|
2504
|
+
.e-small.e-filled .e-multi-select-wrapper .e-chips {
|
|
2505
|
+
height: 16px 16px;
|
|
2506
|
+
margin: 4px 4px 0 0;
|
|
2507
|
+
padding-right: 8px;
|
|
2427
2508
|
}
|
|
2428
2509
|
|
|
2429
|
-
.e
|
|
2430
|
-
.e-
|
|
2431
|
-
margin
|
|
2510
|
+
.e.rtl.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2511
|
+
.e-rtl.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
2512
|
+
margin: 4px 0 0 4px;
|
|
2432
2513
|
}
|
|
2433
2514
|
|
|
2434
|
-
.e-
|
|
2435
|
-
|
|
2436
|
-
|
|
2515
|
+
.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2516
|
+
font-size: 13px;
|
|
2517
|
+
padding: 0 8px 0 0;
|
|
2437
2518
|
}
|
|
2438
2519
|
|
|
2439
|
-
.e-
|
|
2440
|
-
|
|
2520
|
+
.e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2521
|
+
.e-small .e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2522
|
+
font-size: 12px;
|
|
2441
2523
|
}
|
|
2442
2524
|
|
|
2443
|
-
.e-
|
|
2444
|
-
|
|
2445
|
-
|
|
2525
|
+
.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2526
|
+
font-size: 12px;
|
|
2527
|
+
padding: 0 4px 0 0;
|
|
2446
2528
|
}
|
|
2447
2529
|
|
|
2448
|
-
.e-
|
|
2449
|
-
|
|
2450
|
-
line-height: 34px;
|
|
2530
|
+
.e-rtl.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2531
|
+
padding: 0 0 0 4px;
|
|
2451
2532
|
}
|
|
2452
2533
|
|
|
2453
|
-
.e-
|
|
2454
|
-
.e-
|
|
2455
|
-
|
|
2456
|
-
right: 0;
|
|
2534
|
+
.e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2535
|
+
.e-small .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2536
|
+
font-size: 10px;
|
|
2457
2537
|
}
|
|
2458
2538
|
|
|
2459
|
-
.e-
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
min-height: 40px;
|
|
2539
|
+
.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips > .e-chipcontent {
|
|
2540
|
+
font-size: 13px;
|
|
2541
|
+
padding-right: 4px;
|
|
2463
2542
|
}
|
|
2464
2543
|
|
|
2465
|
-
.e-
|
|
2466
|
-
.e-
|
|
2467
|
-
|
|
2544
|
+
.e-filled.e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2545
|
+
.e-multiselect.e-control-container .e-filled.e-multi-select-wrapper .e-clear-icon {
|
|
2546
|
+
height: 38px;
|
|
2547
|
+
margin-top: -38px;
|
|
2548
|
+
right: 12px;
|
|
2549
|
+
top: 100%;
|
|
2550
|
+
width: 16px;
|
|
2468
2551
|
}
|
|
2469
2552
|
|
|
2470
|
-
.e-
|
|
2471
|
-
.e-
|
|
2472
|
-
.e-
|
|
2473
|
-
.e-
|
|
2474
|
-
|
|
2553
|
+
.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2554
|
+
.e-outline.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2555
|
+
.e-filled.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2556
|
+
.e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
2557
|
+
.e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon {
|
|
2558
|
+
display: none;
|
|
2475
2559
|
}
|
|
2476
2560
|
|
|
2477
|
-
.e-
|
|
2478
|
-
|
|
2479
|
-
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper,
|
|
2480
|
-
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper {
|
|
2481
|
-
padding: 11px 12px 0;
|
|
2561
|
+
.e-multiselect.e-input-group.e-control-wrapper .e-input-group-icon {
|
|
2562
|
+
margin-right: 0;
|
|
2482
2563
|
}
|
|
2483
2564
|
|
|
2484
|
-
.e-
|
|
2485
|
-
.e-
|
|
2486
|
-
|
|
2565
|
+
.e-multiselect.e-control-container.e-input-group.e-disabled .e-input-group-icon.e-ddl-icon.e-icons,
|
|
2566
|
+
.e-multiselect.e-control-container.e-input-group.e-disabled .e-clear-icon {
|
|
2567
|
+
cursor: not-allowed;
|
|
2487
2568
|
}
|
|
2488
2569
|
|
|
2489
|
-
.e-
|
|
2490
|
-
|
|
2570
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
|
|
2571
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon .e-multi-searcher .e-dropdownbase.e-control.e-multiselect.e-lib {
|
|
2572
|
+
cursor: pointer;
|
|
2573
|
+
}
|
|
2574
|
+
|
|
2575
|
+
.e-popup.e-multi-select-list-wrapper.e-resize .e-resizer-right {
|
|
2576
|
+
bottom: 0;
|
|
2577
|
+
right: 0;
|
|
2578
|
+
cursor: nwse-resize;
|
|
2579
|
+
height: 15px;
|
|
2580
|
+
position: absolute;
|
|
2581
|
+
width: 15px;
|
|
2582
|
+
}
|
|
2583
|
+
|
|
2584
|
+
.e-popup.e-multi-select-list-wrapper.e-resize .e-resizer-right {
|
|
2585
|
+
background: transparent;
|
|
2586
|
+
color: rgb(221, 218, 218);
|
|
2587
|
+
}
|
|
2588
|
+
|
|
2589
|
+
.e-dropdownbase .e-list-item .e-list-icon {
|
|
2590
|
+
padding: 0 10px 0 0;
|
|
2591
|
+
}
|
|
2592
|
+
|
|
2593
|
+
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
2594
|
+
padding: 0 8px 0 0;
|
|
2595
|
+
}
|
|
2596
|
+
|
|
2597
|
+
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
|
|
2598
|
+
line-height: 30px;
|
|
2599
|
+
top: 0;
|
|
2600
|
+
}
|
|
2601
|
+
|
|
2602
|
+
.e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
2603
|
+
border-radius: 0 4px 4px 0;
|
|
2604
|
+
border-right-width: 0;
|
|
2605
|
+
height: 32px;
|
|
2606
|
+
width: 36px;
|
|
2607
|
+
}
|
|
2608
|
+
|
|
2609
|
+
.e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
|
|
2610
|
+
border-left-width: 0;
|
|
2611
|
+
border-radius: 4px 0 0 4px;
|
|
2612
|
+
border-right-width: 1px;
|
|
2613
|
+
}
|
|
2614
|
+
|
|
2615
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
2616
|
+
height: 32px;
|
|
2617
|
+
width: 32px;
|
|
2618
|
+
}
|
|
2619
|
+
|
|
2620
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
2621
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
2622
|
+
color: #fff;
|
|
2623
|
+
}
|
|
2624
|
+
|
|
2625
|
+
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
|
|
2626
|
+
.e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
2627
|
+
margin-top: -2.7em;
|
|
2628
|
+
}
|
|
2629
|
+
|
|
2630
|
+
.e-bigger .e-multi-select-wrapper {
|
|
2631
|
+
min-height: 38px;
|
|
2632
|
+
}
|
|
2633
|
+
|
|
2634
|
+
.e-bigger .e-multi-select-wrapper .e-chips {
|
|
2635
|
+
margin: 3px 4px 2px 0;
|
|
2636
|
+
}
|
|
2637
|
+
|
|
2638
|
+
.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2639
|
+
padding: 7px 10px 7px 10px;
|
|
2640
|
+
}
|
|
2641
|
+
|
|
2642
|
+
.e-bigger .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2643
|
+
padding: 7px 10px 7px 10px;
|
|
2644
|
+
}
|
|
2645
|
+
|
|
2646
|
+
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
2647
|
+
margin-top: -4em;
|
|
2648
|
+
}
|
|
2649
|
+
|
|
2650
|
+
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
2651
|
+
.e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
2652
|
+
margin-top: -4em;
|
|
2653
|
+
margin-top: -3.7em;
|
|
2654
|
+
}
|
|
2655
|
+
|
|
2656
|
+
.e-bigger .e-multi-select-wrapper input[type=text],
|
|
2657
|
+
.e-multi-select-wrapper.e-mob-wrapper input[type=text] {
|
|
2658
|
+
height: 32px;
|
|
2659
|
+
min-height: 32px;
|
|
2660
|
+
}
|
|
2661
|
+
|
|
2662
|
+
.e-bigger .e-multi-select-wrapper input[type=text] {
|
|
2663
|
+
height: 38px;
|
|
2664
|
+
min-height: 38px;
|
|
2665
|
+
}
|
|
2666
|
+
|
|
2667
|
+
.e-bigger .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
2668
|
+
.e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
2669
|
+
width: calc(100% - 49px);
|
|
2670
|
+
}
|
|
2671
|
+
|
|
2672
|
+
.e-bigger.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
2673
|
+
.e-bigger.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
2674
|
+
.e-bigger .e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
2675
|
+
.e-small .e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
2676
|
+
width: calc(100% - 45px);
|
|
2677
|
+
}
|
|
2678
|
+
|
|
2679
|
+
.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
2680
|
+
line-height: 36px;
|
|
2681
|
+
padding-left: 6px;
|
|
2682
|
+
}
|
|
2683
|
+
|
|
2684
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper {
|
|
2685
|
+
padding-right: 5px;
|
|
2686
|
+
}
|
|
2687
|
+
|
|
2688
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper,
|
|
2689
|
+
.e-bigger.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
|
|
2690
|
+
bottom: 1px;
|
|
2691
|
+
margin-right: 10px;
|
|
2692
|
+
}
|
|
2693
|
+
|
|
2694
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper,
|
|
2695
|
+
.e-bigger.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
|
|
2696
|
+
bottom: 1px;
|
|
2697
|
+
margin-right: 10px;
|
|
2698
|
+
}
|
|
2699
|
+
|
|
2700
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
2701
|
+
padding-left: 24px;
|
|
2702
|
+
}
|
|
2703
|
+
|
|
2704
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group:not(.e-rtl) .e-dropdownbase.e-dd-group .e-list-item .e-checkbox-wrapper {
|
|
2705
|
+
padding-left: 20px;
|
|
2706
|
+
}
|
|
2707
|
+
|
|
2708
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2709
|
+
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2710
|
+
font-size: 15px;
|
|
2711
|
+
line-height: 40px;
|
|
2712
|
+
text-indent: 25px;
|
|
2713
|
+
}
|
|
2714
|
+
|
|
2715
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper,
|
|
2716
|
+
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
|
|
2717
|
+
bottom: 1px;
|
|
2718
|
+
margin-right: 10px;
|
|
2719
|
+
}
|
|
2720
|
+
|
|
2721
|
+
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-filter,
|
|
2722
|
+
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus {
|
|
2723
|
+
padding: 4px 0;
|
|
2724
|
+
}
|
|
2725
|
+
|
|
2726
|
+
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon {
|
|
2727
|
+
padding-left: 8px;
|
|
2728
|
+
}
|
|
2729
|
+
|
|
2730
|
+
.e-bigger .e-checkbox .e-multi-select-wrapper .e-delim-values {
|
|
2731
|
+
line-height: 36px;
|
|
2732
|
+
}
|
|
2733
|
+
|
|
2734
|
+
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2735
|
+
.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2736
|
+
line-height: 34px;
|
|
2737
|
+
}
|
|
2738
|
+
|
|
2739
|
+
.e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
2740
|
+
.e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
2741
|
+
margin-top: -2.85em;
|
|
2742
|
+
}
|
|
2743
|
+
|
|
2744
|
+
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
2745
|
+
height: 30px;
|
|
2746
|
+
width: 30px;
|
|
2747
|
+
}
|
|
2748
|
+
|
|
2749
|
+
.e-bigger.e-small .e-multi-select-wrapper {
|
|
2750
|
+
min-height: 30px;
|
|
2751
|
+
}
|
|
2752
|
+
|
|
2753
|
+
.e-bigger.e-small .e-multi-select-wrapper input[type=text] {
|
|
2754
|
+
height: 34px;
|
|
2755
|
+
min-height: 34px;
|
|
2756
|
+
}
|
|
2757
|
+
|
|
2758
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
2759
|
+
font-size: 14px;
|
|
2760
|
+
line-height: 34px;
|
|
2761
|
+
}
|
|
2762
|
+
|
|
2763
|
+
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2764
|
+
.e-bigger.e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
2765
|
+
margin-top: -4em;
|
|
2766
|
+
right: 0;
|
|
2767
|
+
}
|
|
2768
|
+
|
|
2769
|
+
.e-bigger .e-content-placeholder.e-multiselect.e-placeholder-multiselect,
|
|
2770
|
+
.e-bigger.e-content-placeholder.e-multiselect.e-placeholder-multiselect {
|
|
2771
|
+
background-size: 300px 40px;
|
|
2772
|
+
min-height: 40px;
|
|
2773
|
+
}
|
|
2774
|
+
|
|
2775
|
+
.e-small.e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper,
|
|
2776
|
+
.e-small .e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
|
|
2777
|
+
padding: 3px 12px 0 4px;
|
|
2778
|
+
}
|
|
2779
|
+
|
|
2780
|
+
.e-bigger.e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2781
|
+
.e-bigger.e-small .e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2782
|
+
.e-bigger .e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2783
|
+
.e-small .e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper {
|
|
2784
|
+
padding: 0;
|
|
2785
|
+
}
|
|
2786
|
+
|
|
2787
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper,
|
|
2788
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper,
|
|
2789
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper,
|
|
2790
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper {
|
|
2791
|
+
padding: 11px 12px 0;
|
|
2792
|
+
}
|
|
2793
|
+
|
|
2794
|
+
.e-bigger.e-filled.e-float-input .e-multi-select-wrapper,
|
|
2795
|
+
.e-bigger .e-filled.e-float-input .e-multi-select-wrapper {
|
|
2796
|
+
padding: 19px 12px 0 16px;
|
|
2797
|
+
}
|
|
2798
|
+
|
|
2799
|
+
.e-bigger:not(.e-small).e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
|
|
2800
|
+
padding-top: 3px;
|
|
2491
2801
|
}
|
|
2492
2802
|
|
|
2493
2803
|
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text],
|
|
@@ -2645,777 +2955,777 @@ ejs-multiselect {
|
|
|
2645
2955
|
content: "\e656";
|
|
2646
2956
|
}
|
|
2647
2957
|
|
|
2648
|
-
|
|
2958
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2959
|
+
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
2960
|
+
height: calc(100% - 46px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2961
|
+
}
|
|
2962
|
+
|
|
2963
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2964
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2965
|
+
}
|
|
2966
|
+
|
|
2967
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
2968
|
+
height: calc(100% - 52px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2969
|
+
}
|
|
2970
|
+
|
|
2971
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
2972
|
+
height: calc(100% - 91.5px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2973
|
+
}
|
|
2974
|
+
|
|
2975
|
+
.e-listbox-wrapper,
|
|
2976
|
+
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
2977
|
+
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
2978
|
+
border: 1px solid #484848;
|
|
2979
|
+
}
|
|
2980
|
+
|
|
2649
2981
|
.e-listbox-wrapper,
|
|
2650
2982
|
.e-listbox-container,
|
|
2651
2983
|
.e-listboxtool-wrapper {
|
|
2652
|
-
-
|
|
2653
|
-
-
|
|
2654
|
-
box-sizing: border-box;
|
|
2655
|
-
cursor: pointer;
|
|
2656
|
-
display: block;
|
|
2657
|
-
position: relative;
|
|
2658
|
-
-webkit-user-select: none;
|
|
2659
|
-
-moz-user-select: none;
|
|
2660
|
-
-ms-user-select: none;
|
|
2661
|
-
user-select: none;
|
|
2662
|
-
width: 100%;
|
|
2663
|
-
}
|
|
2664
|
-
.e-listbox-wrapper *,
|
|
2665
|
-
.e-listbox-container *,
|
|
2666
|
-
.e-listboxtool-wrapper * {
|
|
2667
|
-
-webkit-box-sizing: border-box;
|
|
2668
|
-
box-sizing: border-box;
|
|
2984
|
+
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
2985
|
+
font-size: 14px;
|
|
2669
2986
|
}
|
|
2670
|
-
.e-listbox-wrapper .e-list-
|
|
2671
|
-
.e-listbox-container .e-list-
|
|
2672
|
-
.e-
|
|
2673
|
-
|
|
2674
|
-
|
|
2675
|
-
|
|
2987
|
+
.e-listbox-wrapper .e-list-header,
|
|
2988
|
+
.e-listbox-container .e-list-header,
|
|
2989
|
+
.e-listboxtool-wrapper .e-list-header {
|
|
2990
|
+
background-color: #6e6e6e;
|
|
2991
|
+
border-color: #414141;
|
|
2992
|
+
color: rgba(255, 255, 255, 0.95);
|
|
2993
|
+
font-size: 14px;
|
|
2676
2994
|
}
|
|
2677
|
-
|
|
2678
|
-
.e-listbox-
|
|
2679
|
-
.e-
|
|
2680
|
-
|
|
2681
|
-
|
|
2995
|
+
|
|
2996
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2997
|
+
.e-listbox-container.e-filter-list .e-list-parent,
|
|
2998
|
+
.e-listboxtool-wrapper.e-filter-list .e-list-parent {
|
|
2999
|
+
height: calc(100% - 52px);
|
|
2682
3000
|
}
|
|
2683
|
-
|
|
2684
|
-
.e-listbox-
|
|
2685
|
-
.e-
|
|
2686
|
-
|
|
3001
|
+
|
|
3002
|
+
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3003
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3004
|
+
.e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3005
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2687
3006
|
}
|
|
2688
|
-
|
|
2689
|
-
.e-listbox-
|
|
2690
|
-
.e-
|
|
2691
|
-
|
|
2692
|
-
|
|
3007
|
+
|
|
3008
|
+
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
3009
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent,
|
|
3010
|
+
.e-listboxtool-wrapper .e-selectall-parent + .e-list-parent {
|
|
3011
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2693
3012
|
}
|
|
3013
|
+
|
|
2694
3014
|
.e-listbox-wrapper .e-list-item,
|
|
2695
3015
|
.e-listbox-container .e-list-item,
|
|
2696
3016
|
.e-listboxtool-wrapper .e-list-item {
|
|
2697
|
-
|
|
2698
|
-
|
|
2699
|
-
|
|
2700
|
-
|
|
2701
|
-
|
|
2702
|
-
|
|
2703
|
-
pointer-events: none;
|
|
2704
|
-
}
|
|
2705
|
-
.e-listbox-wrapper .e-disable,
|
|
2706
|
-
.e-listbox-container .e-disable,
|
|
2707
|
-
.e-listboxtool-wrapper .e-disable {
|
|
2708
|
-
opacity: 0.7;
|
|
2709
|
-
}
|
|
2710
|
-
.e-listbox-wrapper .e-list-parent,
|
|
2711
|
-
.e-listbox-container .e-list-parent,
|
|
2712
|
-
.e-listboxtool-wrapper .e-list-parent {
|
|
2713
|
-
margin: 0;
|
|
2714
|
-
padding: 0;
|
|
2715
|
-
}
|
|
2716
|
-
.e-listbox-wrapper .e-list-header .e-text.header, .e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header,
|
|
2717
|
-
.e-listbox-container .e-list-header .e-text.header,
|
|
2718
|
-
.e-listbox-container .e-list-header .e-headertemplate-text.nested-header,
|
|
2719
|
-
.e-listboxtool-wrapper .e-list-header .e-text.header,
|
|
2720
|
-
.e-listboxtool-wrapper .e-list-header .e-headertemplate-text.nested-header {
|
|
2721
|
-
display: none;
|
|
2722
|
-
}
|
|
2723
|
-
.e-listbox-wrapper .e-icon-back,
|
|
2724
|
-
.e-listbox-container .e-icon-back,
|
|
2725
|
-
.e-listboxtool-wrapper .e-icon-back {
|
|
2726
|
-
margin-top: -2px;
|
|
3017
|
+
background-color: #1a1a1a;
|
|
3018
|
+
border-bottom: 1px solid #414141;
|
|
3019
|
+
border-left: 0 solid transparent;
|
|
3020
|
+
border-right: 0 solid transparent;
|
|
3021
|
+
border-top: 0 solid transparent;
|
|
3022
|
+
color: #f0f0f0;
|
|
2727
3023
|
}
|
|
2728
|
-
|
|
2729
|
-
.e-listbox-
|
|
2730
|
-
.e-
|
|
2731
|
-
|
|
2732
|
-
|
|
2733
|
-
|
|
2734
|
-
|
|
2735
|
-
|
|
2736
|
-
|
|
2737
|
-
display: flex;
|
|
2738
|
-
font-weight: bold;
|
|
2739
|
-
height: 40px;
|
|
2740
|
-
padding: 0 20px;
|
|
3024
|
+
|
|
3025
|
+
.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),
|
|
3026
|
+
.e-listbox-container .e-list-item:hover:not(.e-selected):not(.e-disabled),
|
|
3027
|
+
.e-listbox-container .e-list-item:hover.e-selected.e-checklist:not(.e-disabled),
|
|
3028
|
+
.e-listboxtool-wrapper .e-list-item:hover:not(.e-selected):not(.e-disabled),
|
|
3029
|
+
.e-listboxtool-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled) {
|
|
3030
|
+
background-color: #313131;
|
|
3031
|
+
border-color: transparent;
|
|
3032
|
+
color: rgba(255, 255, 255, 0.87);
|
|
2741
3033
|
}
|
|
2742
|
-
|
|
2743
|
-
.e-listbox-
|
|
2744
|
-
.e-
|
|
2745
|
-
|
|
3034
|
+
|
|
3035
|
+
.e-listbox-wrapper .e-list-item.e-selected.e-checklist,
|
|
3036
|
+
.e-listbox-container .e-list-item.e-selected.e-checklist,
|
|
3037
|
+
.e-listboxtool-wrapper .e-list-item.e-selected.e-checklist {
|
|
3038
|
+
background-color: #1a1a1a;
|
|
3039
|
+
color: #f0f0f0;
|
|
2746
3040
|
}
|
|
2747
|
-
|
|
2748
|
-
.e-listbox-
|
|
2749
|
-
.e-
|
|
2750
|
-
|
|
2751
|
-
|
|
3041
|
+
|
|
3042
|
+
.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,
|
|
3043
|
+
.e-listbox-container .e-list-item.e-focused,
|
|
3044
|
+
.e-listbox-container .e-list-item.e-focused.e-selected.e-checklist,
|
|
3045
|
+
.e-listbox-container .e-list-item.e-selected,
|
|
3046
|
+
.e-listboxtool-wrapper .e-list-item.e-focused,
|
|
3047
|
+
.e-listboxtool-wrapper .e-list-item.e-focused.e-selected.e-checklist,
|
|
3048
|
+
.e-listboxtool-wrapper .e-list-item.e-selected {
|
|
3049
|
+
background-color: #414141;
|
|
3050
|
+
color: rgba(255, 255, 255, 0.87);
|
|
2752
3051
|
}
|
|
2753
|
-
|
|
2754
|
-
.e-listbox-
|
|
2755
|
-
.e-
|
|
2756
|
-
|
|
2757
|
-
|
|
3052
|
+
|
|
3053
|
+
.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,
|
|
3054
|
+
.e-listbox-container .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
|
|
3055
|
+
.e-listbox-container .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check,
|
|
3056
|
+
.e-listboxtool-wrapper .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
|
|
3057
|
+
.e-listboxtool-wrapper .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check {
|
|
3058
|
+
background-color: #1a1a1a;
|
|
3059
|
+
border-color: #f0f0f0;
|
|
3060
|
+
color: #f0f0f0;
|
|
2758
3061
|
}
|
|
3062
|
+
|
|
2759
3063
|
.e-listbox-wrapper .e-list-group-item,
|
|
2760
3064
|
.e-listbox-container .e-list-group-item,
|
|
2761
3065
|
.e-listboxtool-wrapper .e-list-group-item {
|
|
2762
|
-
|
|
2763
|
-
border-
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
line-height: 36px;
|
|
2767
|
-
padding: 13px 16px;
|
|
2768
|
-
}
|
|
2769
|
-
.e-listbox-wrapper .e-icon-collapsible,
|
|
2770
|
-
.e-listbox-container .e-icon-collapsible,
|
|
2771
|
-
.e-listboxtool-wrapper .e-icon-collapsible {
|
|
2772
|
-
cursor: pointer;
|
|
2773
|
-
font-size: 12px;
|
|
2774
|
-
position: absolute;
|
|
2775
|
-
right: 0%;
|
|
2776
|
-
top: 50%;
|
|
2777
|
-
-webkit-transform: translateY(-50%);
|
|
2778
|
-
transform: translateY(-50%);
|
|
2779
|
-
}
|
|
2780
|
-
.e-listbox-wrapper .e-text-content,
|
|
2781
|
-
.e-listbox-container .e-text-content,
|
|
2782
|
-
.e-listboxtool-wrapper .e-text-content {
|
|
2783
|
-
height: 100%;
|
|
2784
|
-
position: relative;
|
|
2785
|
-
vertical-align: middle;
|
|
2786
|
-
}
|
|
2787
|
-
.e-listbox-wrapper .e-text-content *,
|
|
2788
|
-
.e-listbox-container .e-text-content *,
|
|
2789
|
-
.e-listboxtool-wrapper .e-text-content * {
|
|
2790
|
-
display: inline-block;
|
|
2791
|
-
vertical-align: middle;
|
|
2792
|
-
}
|
|
2793
|
-
.e-listbox-wrapper .e-text-content.e-checkbox .e-list-text,
|
|
2794
|
-
.e-listbox-container .e-text-content.e-checkbox .e-list-text,
|
|
2795
|
-
.e-listboxtool-wrapper .e-text-content.e-checkbox .e-list-text {
|
|
2796
|
-
width: calc(100% - 40px);
|
|
3066
|
+
background-color: #1a1a1a;
|
|
3067
|
+
border-color: #414141;
|
|
3068
|
+
color: rgb(61.5, 151.8, 255);
|
|
3069
|
+
font-size: 14px;
|
|
2797
3070
|
}
|
|
2798
|
-
|
|
2799
|
-
.e-listbox-
|
|
2800
|
-
.e-
|
|
2801
|
-
|
|
3071
|
+
|
|
3072
|
+
.e-listbox-wrapper .e-selectall-parent,
|
|
3073
|
+
.e-listbox-container .e-selectall-parent,
|
|
3074
|
+
.e-listboxtool-wrapper .e-selectall-parent {
|
|
3075
|
+
background-color: #1a1a1a;
|
|
3076
|
+
border-bottom: 1px solid #484848;
|
|
3077
|
+
color: #f0f0f0;
|
|
2802
3078
|
}
|
|
2803
|
-
|
|
2804
|
-
.e-listbox-
|
|
2805
|
-
.e-
|
|
2806
|
-
|
|
3079
|
+
|
|
3080
|
+
.e-listbox-wrapper .e-sortableclone.e-ripple .e-ripple-element,
|
|
3081
|
+
.e-listbox-container .e-sortableclone.e-ripple .e-ripple-element,
|
|
3082
|
+
.e-listboxtool-wrapper .e-sortableclone.e-ripple .e-ripple-element {
|
|
3083
|
+
background-color: transparent;
|
|
2807
3084
|
}
|
|
2808
|
-
|
|
2809
|
-
.e-listbox-
|
|
2810
|
-
.e-
|
|
2811
|
-
|
|
3085
|
+
|
|
3086
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper,
|
|
3087
|
+
.e-listbox-container.e-list-template .e-list-wrapper,
|
|
3088
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper {
|
|
3089
|
+
height: inherit;
|
|
3090
|
+
position: relative;
|
|
2812
3091
|
}
|
|
2813
|
-
.e-listbox-wrapper
|
|
2814
|
-
.e-listbox-container
|
|
2815
|
-
.e-listboxtool-wrapper
|
|
2816
|
-
|
|
3092
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line),
|
|
3093
|
+
.e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line),
|
|
3094
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) {
|
|
3095
|
+
padding: 0.7142em 1.0714em;
|
|
2817
3096
|
}
|
|
2818
|
-
.e-listbox-wrapper
|
|
2819
|
-
.e-listbox-container
|
|
2820
|
-
.e-listboxtool-wrapper
|
|
2821
|
-
|
|
3097
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line,
|
|
3098
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line,
|
|
3099
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line {
|
|
3100
|
+
padding: 0.7142em 1.0714em;
|
|
2822
3101
|
}
|
|
2823
|
-
.e-listbox-wrapper .e-list-
|
|
2824
|
-
.e-listbox-container .e-list-
|
|
2825
|
-
.e-listboxtool-wrapper .e-list-
|
|
2826
|
-
|
|
2827
|
-
display:
|
|
3102
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header,
|
|
3103
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header,
|
|
3104
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header {
|
|
3105
|
+
color: #fff;
|
|
3106
|
+
display: block;
|
|
3107
|
+
font-size: 18px;
|
|
3108
|
+
font-weight: 500;
|
|
3109
|
+
margin: 0;
|
|
2828
3110
|
overflow: hidden;
|
|
3111
|
+
padding: 0.038em 0;
|
|
2829
3112
|
text-overflow: ellipsis;
|
|
2830
|
-
vertical-align: top;
|
|
2831
3113
|
white-space: nowrap;
|
|
2832
|
-
width: 100%;
|
|
2833
|
-
}
|
|
2834
|
-
.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,
|
|
2835
|
-
.e-listbox-container .e-list-icon + .e-list-text,
|
|
2836
|
-
.e-listbox-container .e-icon-wrapper .e-list-text,
|
|
2837
|
-
.e-listbox-container .e-icon-wrapper.e-text-content.e-checkbox .e-list-text,
|
|
2838
|
-
.e-listboxtool-wrapper .e-list-icon + .e-list-text,
|
|
2839
|
-
.e-listboxtool-wrapper .e-icon-wrapper .e-list-text,
|
|
2840
|
-
.e-listboxtool-wrapper .e-icon-wrapper.e-text-content.e-checkbox .e-list-text {
|
|
2841
|
-
width: calc(100% - 60px);
|
|
2842
3114
|
}
|
|
2843
|
-
.e-listbox-wrapper .e-list-
|
|
2844
|
-
.e-listbox-container .e-list-
|
|
2845
|
-
.e-listboxtool-wrapper .e-list-
|
|
2846
|
-
|
|
2847
|
-
|
|
2848
|
-
|
|
3115
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content,
|
|
3116
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content,
|
|
3117
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content {
|
|
3118
|
+
color: #393939;
|
|
3119
|
+
display: block;
|
|
3120
|
+
font-size: 14px;
|
|
3121
|
+
margin: 0;
|
|
3122
|
+
padding: 0.038em 0;
|
|
3123
|
+
word-wrap: break-word;
|
|
2849
3124
|
}
|
|
2850
|
-
.e-listbox-wrapper .e-content,
|
|
2851
|
-
.e-listbox-container .e-content,
|
|
2852
|
-
.e-listboxtool-wrapper .e-content {
|
|
3125
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow),
|
|
3126
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow),
|
|
3127
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow) {
|
|
2853
3128
|
overflow: hidden;
|
|
2854
|
-
|
|
3129
|
+
text-overflow: ellipsis;
|
|
3130
|
+
white-space: nowrap;
|
|
2855
3131
|
}
|
|
2856
|
-
.e-listbox-wrapper .e-list-
|
|
2857
|
-
.e-listbox-container .e-list-
|
|
2858
|
-
.e-listboxtool-wrapper .e-list-
|
|
2859
|
-
|
|
2860
|
-
|
|
3132
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
3133
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
3134
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
|
|
3135
|
+
height: 2.8571em;
|
|
3136
|
+
left: 1.0667em;
|
|
3137
|
+
position: absolute;
|
|
3138
|
+
width: 2.8571em;
|
|
3139
|
+
left: 1.0667em;
|
|
2861
3140
|
}
|
|
2862
|
-
.e-listbox-wrapper
|
|
2863
|
-
.e-listbox-container
|
|
2864
|
-
.e-listboxtool-wrapper
|
|
2865
|
-
|
|
2866
|
-
|
|
3141
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
3142
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
3143
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
|
|
3144
|
+
padding-left: 4.6428em;
|
|
3145
|
+
padding-right: 1.0714em;
|
|
2867
3146
|
}
|
|
2868
|
-
.e-listbox-wrapper.e-
|
|
2869
|
-
.e-listbox-container.e-
|
|
2870
|
-
.e-listboxtool-wrapper.e-
|
|
2871
|
-
|
|
3147
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
3148
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
3149
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
|
|
3150
|
+
padding-left: 1.0714em;
|
|
3151
|
+
padding-right: 4.6428em;
|
|
2872
3152
|
}
|
|
2873
|
-
.e-listbox-wrapper.e-
|
|
2874
|
-
.e-listbox-container.e-
|
|
2875
|
-
.e-listboxtool-wrapper.e-
|
|
2876
|
-
|
|
2877
|
-
|
|
3153
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
3154
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
3155
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
3156
|
+
height: 2.8571em;
|
|
3157
|
+
left: 1.0667em;
|
|
3158
|
+
position: absolute;
|
|
3159
|
+
width: 2.8571em;
|
|
3160
|
+
right: 1.0667em;
|
|
2878
3161
|
}
|
|
2879
|
-
.e-listbox-wrapper.e-
|
|
2880
|
-
.e-listbox-container.e-
|
|
2881
|
-
.e-
|
|
2882
|
-
|
|
2883
|
-
|
|
3162
|
+
.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,
|
|
3163
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
|
|
3164
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
3165
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
|
|
3166
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
3167
|
+
top: 0.7142em;
|
|
3168
|
+
}
|
|
3169
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
3170
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
3171
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge {
|
|
3172
|
+
font-size: 15px;
|
|
3173
|
+
height: 1.333em;
|
|
3174
|
+
line-height: 1.433em;
|
|
3175
|
+
padding: 0;
|
|
3176
|
+
position: absolute;
|
|
3177
|
+
right: 1em;
|
|
2884
3178
|
top: 50%;
|
|
2885
|
-
-webkit-transform: translateY(-50%)
|
|
2886
|
-
transform: translateY(-50%)
|
|
3179
|
+
-webkit-transform: translateY(-50%);
|
|
3180
|
+
transform: translateY(-50%);
|
|
3181
|
+
width: 2em;
|
|
2887
3182
|
}
|
|
2888
|
-
.e-listbox-wrapper.e-
|
|
2889
|
-
.e-listbox-container.e-
|
|
2890
|
-
.e-listboxtool-wrapper.e-
|
|
2891
|
-
|
|
3183
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
3184
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
3185
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
|
|
3186
|
+
padding-left: 4.6428em;
|
|
3187
|
+
padding-right: 3.9285em;
|
|
2892
3188
|
}
|
|
2893
|
-
.e-listbox-wrapper.e-
|
|
2894
|
-
.e-listbox-container.e-
|
|
2895
|
-
.e-listboxtool-wrapper.e-
|
|
2896
|
-
-
|
|
2897
|
-
|
|
3189
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
3190
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
3191
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
|
|
3192
|
+
padding-left: 1.0714em;
|
|
3193
|
+
padding-right: 3.9285em;
|
|
2898
3194
|
}
|
|
2899
|
-
.e-listbox-wrapper.e-
|
|
2900
|
-
.e-listbox-container.e-
|
|
2901
|
-
.e-listboxtool-wrapper.e-
|
|
2902
|
-
|
|
3195
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content,
|
|
3196
|
+
.e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content,
|
|
3197
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content {
|
|
3198
|
+
display: block;
|
|
3199
|
+
margin: 0;
|
|
3200
|
+
overflow: hidden;
|
|
3201
|
+
padding: 0.83em 0;
|
|
3202
|
+
text-overflow: ellipsis;
|
|
3203
|
+
white-space: nowrap;
|
|
2903
3204
|
}
|
|
2904
|
-
.e-listbox-wrapper.e-
|
|
2905
|
-
.e-listbox-
|
|
2906
|
-
.e-listbox-container.e-
|
|
2907
|
-
.e-
|
|
2908
|
-
.e-listboxtool-wrapper.e-
|
|
2909
|
-
|
|
2910
|
-
margin: -4px 0 0 10px;
|
|
3205
|
+
.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,
|
|
3206
|
+
.e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,
|
|
3207
|
+
.e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-content,
|
|
3208
|
+
.e-listboxtool-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,
|
|
3209
|
+
.e-listboxtool-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content {
|
|
3210
|
+
color: rgba(255, 255, 255, 0.87);
|
|
2911
3211
|
}
|
|
2912
|
-
.e-listbox-wrapper.e-
|
|
2913
|
-
.e-listbox-container.e-
|
|
2914
|
-
.e-
|
|
2915
|
-
|
|
3212
|
+
.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,
|
|
3213
|
+
.e-listbox-container.e-list-template .e-list-item.e-selected .e-list-item-header,
|
|
3214
|
+
.e-listbox-container.e-list-template .e-list-item.e-selected .e-list-content,
|
|
3215
|
+
.e-listboxtool-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header,
|
|
3216
|
+
.e-listboxtool-wrapper.e-list-template .e-list-item.e-selected .e-list-content {
|
|
3217
|
+
color: rgba(255, 255, 255, 0.87);
|
|
2916
3218
|
}
|
|
2917
|
-
.e-listbox-wrapper .e-
|
|
2918
|
-
.e-listbox-container .e-
|
|
2919
|
-
.e-listboxtool-wrapper .e-
|
|
2920
|
-
|
|
2921
|
-
|
|
2922
|
-
vertical-align: middle;
|
|
3219
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
3220
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
3221
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
|
|
3222
|
+
left: inherit;
|
|
3223
|
+
right: 1.0667em;
|
|
2923
3224
|
}
|
|
2924
|
-
.e-listbox-wrapper.e-
|
|
2925
|
-
.e-listbox-container.e-
|
|
2926
|
-
.e-listboxtool-wrapper.e-
|
|
2927
|
-
|
|
2928
|
-
right:
|
|
2929
|
-
top: 30%;
|
|
3225
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
3226
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
3227
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
|
|
3228
|
+
padding-left: 1.0714em;
|
|
3229
|
+
padding-right: 4.6428em;
|
|
2930
3230
|
}
|
|
2931
|
-
.e-listbox-wrapper .e-
|
|
2932
|
-
.e-listbox-container .e-
|
|
2933
|
-
.e-listboxtool-wrapper .e-
|
|
2934
|
-
padding:
|
|
3231
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
3232
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
3233
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
|
|
3234
|
+
padding-left: 4.6428em;
|
|
3235
|
+
padding-right: 1.0714em;
|
|
2935
3236
|
}
|
|
2936
|
-
.e-listbox-wrapper .e-
|
|
2937
|
-
.e-listbox-container .e-
|
|
2938
|
-
.e-listboxtool-wrapper .e-
|
|
2939
|
-
|
|
3237
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
3238
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
3239
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
3240
|
+
left: 1.0667em;
|
|
3241
|
+
right: inherit;
|
|
2940
3242
|
}
|
|
2941
|
-
.e-listbox-wrapper .e-
|
|
2942
|
-
.e-listbox-container .e-
|
|
2943
|
-
.e-listboxtool-wrapper .e-
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
position: absolute;
|
|
2947
|
-
width: 100%;
|
|
3243
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
3244
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
3245
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge {
|
|
3246
|
+
left: 1em;
|
|
3247
|
+
right: inherit;
|
|
2948
3248
|
}
|
|
2949
|
-
.e-listbox-wrapper .e-
|
|
2950
|
-
.e-listbox-container .e-
|
|
2951
|
-
.e-listboxtool-wrapper .e-
|
|
2952
|
-
|
|
2953
|
-
|
|
2954
|
-
|
|
3249
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
3250
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
3251
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
|
|
3252
|
+
padding-left: 3.9285em;
|
|
3253
|
+
padding-right: 4.6428em;
|
|
3254
|
+
}
|
|
3255
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
3256
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
3257
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
|
|
3258
|
+
padding-left: 3.9285em;
|
|
3259
|
+
padding-right: 1.0714em;
|
|
2955
3260
|
}
|
|
2956
3261
|
|
|
2957
|
-
|
|
2958
|
-
|
|
3262
|
+
.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 {
|
|
3263
|
+
height: 100%;
|
|
2959
3264
|
}
|
|
2960
3265
|
|
|
2961
|
-
.e-listbox-
|
|
2962
|
-
|
|
2963
|
-
overflow: auto;
|
|
3266
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
3267
|
+
height: calc(100% - 51px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2964
3268
|
}
|
|
2965
3269
|
|
|
2966
|
-
.e-listbox-
|
|
2967
|
-
|
|
2968
|
-
.e-listboxtool-wrapper.e-sortableclone {
|
|
2969
|
-
border-width: 0;
|
|
2970
|
-
overflow: visible;
|
|
3270
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
|
|
3271
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2971
3272
|
}
|
|
2972
|
-
|
|
2973
|
-
.e-listbox-container.e-
|
|
2974
|
-
|
|
2975
|
-
list-style-type: none;
|
|
2976
|
-
height: 38px !important; /* stylelint-disable-line declaration-no-important */
|
|
2977
|
-
}
|
|
2978
|
-
.e-listbox-wrapper.e-sortableclone .e-ripple,
|
|
2979
|
-
.e-listbox-container.e-sortableclone .e-ripple,
|
|
2980
|
-
.e-listboxtool-wrapper.e-sortableclone .e-ripple {
|
|
2981
|
-
overflow: visible;
|
|
2982
|
-
}
|
|
2983
|
-
.e-listbox-wrapper.e-sortableclone .e-ripple .e-ripple-element,
|
|
2984
|
-
.e-listbox-container.e-sortableclone .e-ripple .e-ripple-element,
|
|
2985
|
-
.e-listboxtool-wrapper.e-sortableclone .e-ripple .e-ripple-element {
|
|
2986
|
-
display: none;
|
|
2987
|
-
}
|
|
2988
|
-
.e-listbox-wrapper.e-sortableclone .e-list-badge,
|
|
2989
|
-
.e-listbox-container.e-sortableclone .e-list-badge,
|
|
2990
|
-
.e-listboxtool-wrapper.e-sortableclone .e-list-badge {
|
|
2991
|
-
-webkit-box-align: center;
|
|
2992
|
-
-ms-flex-align: center;
|
|
2993
|
-
align-items: center;
|
|
2994
|
-
background-color: #0070f0;
|
|
2995
|
-
border: 1px solid #fff;
|
|
2996
|
-
border-radius: 50%;
|
|
2997
|
-
color: #fff;
|
|
2998
|
-
display: -webkit-box;
|
|
2999
|
-
display: -ms-flexbox;
|
|
3000
|
-
display: flex;
|
|
3001
|
-
font-size: 12px;
|
|
3002
|
-
height: 22px;
|
|
3003
|
-
-webkit-box-pack: center;
|
|
3004
|
-
-ms-flex-pack: center;
|
|
3005
|
-
justify-content: center;
|
|
3006
|
-
position: absolute;
|
|
3007
|
-
right: -10px;
|
|
3008
|
-
top: -10px;
|
|
3009
|
-
width: 22px;
|
|
3010
|
-
}
|
|
3011
|
-
|
|
3012
|
-
.e-listboxtool-wrapper.e-sortableclone {
|
|
3013
|
-
display: block;
|
|
3273
|
+
|
|
3274
|
+
.e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3275
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3014
3276
|
}
|
|
3015
3277
|
|
|
3016
|
-
|
|
3017
|
-
.e-
|
|
3278
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
3279
|
+
.e-listbox-wrapper,
|
|
3280
|
+
.e-listbox-container,
|
|
3281
|
+
.e-listboxtool-wrapper {
|
|
3282
|
+
-webkit-overflow-scrolling: touch;
|
|
3283
|
+
-webkit-box-sizing: border-box;
|
|
3284
|
+
box-sizing: border-box;
|
|
3018
3285
|
cursor: pointer;
|
|
3019
|
-
display:
|
|
3020
|
-
|
|
3021
|
-
|
|
3286
|
+
display: block;
|
|
3287
|
+
position: relative;
|
|
3288
|
+
-webkit-user-select: none;
|
|
3289
|
+
-moz-user-select: none;
|
|
3290
|
+
-ms-user-select: none;
|
|
3291
|
+
user-select: none;
|
|
3292
|
+
width: 100%;
|
|
3022
3293
|
}
|
|
3023
|
-
.e-
|
|
3024
|
-
.e-
|
|
3294
|
+
.e-listbox-wrapper *,
|
|
3295
|
+
.e-listbox-container *,
|
|
3296
|
+
.e-listboxtool-wrapper * {
|
|
3025
3297
|
-webkit-box-sizing: border-box;
|
|
3026
3298
|
box-sizing: border-box;
|
|
3027
3299
|
}
|
|
3028
|
-
.e-
|
|
3029
|
-
.e-
|
|
3300
|
+
.e-listbox-wrapper .e-list-wrap:focus-visible, .e-listbox-wrapper:focus,
|
|
3301
|
+
.e-listbox-container .e-list-wrap:focus-visible,
|
|
3302
|
+
.e-listbox-container:focus,
|
|
3303
|
+
.e-listboxtool-wrapper .e-list-wrap:focus-visible,
|
|
3304
|
+
.e-listboxtool-wrapper:focus {
|
|
3305
|
+
outline: none;
|
|
3306
|
+
}
|
|
3307
|
+
.e-listbox-wrapper.e-disabled,
|
|
3308
|
+
.e-listbox-container.e-disabled,
|
|
3309
|
+
.e-listboxtool-wrapper.e-disabled {
|
|
3030
3310
|
cursor: default;
|
|
3031
3311
|
pointer-events: none;
|
|
3032
3312
|
}
|
|
3033
|
-
.e-
|
|
3034
|
-
.e-
|
|
3035
|
-
.e-listboxtool-
|
|
3036
|
-
|
|
3037
|
-
-webkit-box-flex: 1;
|
|
3038
|
-
-ms-flex: 1;
|
|
3039
|
-
flex: 1;
|
|
3313
|
+
.e-listbox-wrapper:not(.e-list-template) .e-list-nrt,
|
|
3314
|
+
.e-listbox-container:not(.e-list-template) .e-list-nrt,
|
|
3315
|
+
.e-listboxtool-wrapper:not(.e-list-template) .e-list-nrt {
|
|
3316
|
+
text-align: center;
|
|
3040
3317
|
}
|
|
3041
|
-
.e-
|
|
3042
|
-
.e-
|
|
3043
|
-
|
|
3318
|
+
.e-listbox-wrapper .e-list-parent,
|
|
3319
|
+
.e-listbox-container .e-list-parent,
|
|
3320
|
+
.e-listboxtool-wrapper .e-list-parent {
|
|
3321
|
+
height: 100%;
|
|
3322
|
+
min-height: 40px;
|
|
3044
3323
|
}
|
|
3045
|
-
.e-
|
|
3046
|
-
.e-
|
|
3047
|
-
|
|
3324
|
+
.e-listbox-wrapper .e-list-item,
|
|
3325
|
+
.e-listbox-container .e-list-item,
|
|
3326
|
+
.e-listboxtool-wrapper .e-list-item {
|
|
3327
|
+
border-bottom: 0 solid;
|
|
3328
|
+
outline: none;
|
|
3048
3329
|
}
|
|
3049
|
-
.e-
|
|
3050
|
-
.e-
|
|
3051
|
-
|
|
3052
|
-
|
|
3053
|
-
padding: 8px;
|
|
3330
|
+
.e-listbox-wrapper .e-list-item.e-disabled,
|
|
3331
|
+
.e-listbox-container .e-list-item.e-disabled,
|
|
3332
|
+
.e-listboxtool-wrapper .e-list-item.e-disabled {
|
|
3333
|
+
pointer-events: none;
|
|
3054
3334
|
}
|
|
3055
|
-
.e-
|
|
3056
|
-
.e-
|
|
3057
|
-
|
|
3058
|
-
|
|
3059
|
-
margin-bottom: 10px;
|
|
3335
|
+
.e-listbox-wrapper .e-disable,
|
|
3336
|
+
.e-listbox-container .e-disable,
|
|
3337
|
+
.e-listboxtool-wrapper .e-disable {
|
|
3338
|
+
opacity: 0.7;
|
|
3060
3339
|
}
|
|
3061
|
-
.e-
|
|
3062
|
-
.e-
|
|
3063
|
-
|
|
3064
|
-
|
|
3065
|
-
|
|
3340
|
+
.e-listbox-wrapper .e-list-parent,
|
|
3341
|
+
.e-listbox-container .e-list-parent,
|
|
3342
|
+
.e-listboxtool-wrapper .e-list-parent {
|
|
3343
|
+
margin: 0;
|
|
3344
|
+
padding: 0;
|
|
3066
3345
|
}
|
|
3067
|
-
|
|
3068
|
-
.e-
|
|
3069
|
-
.e-
|
|
3070
|
-
|
|
3346
|
+
.e-listbox-wrapper .e-list-header .e-text.header, .e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header,
|
|
3347
|
+
.e-listbox-container .e-list-header .e-text.header,
|
|
3348
|
+
.e-listbox-container .e-list-header .e-headertemplate-text.nested-header,
|
|
3349
|
+
.e-listboxtool-wrapper .e-list-header .e-text.header,
|
|
3350
|
+
.e-listboxtool-wrapper .e-list-header .e-headertemplate-text.nested-header {
|
|
3351
|
+
display: none;
|
|
3071
3352
|
}
|
|
3072
|
-
.e-
|
|
3073
|
-
.e-
|
|
3074
|
-
|
|
3353
|
+
.e-listbox-wrapper .e-icon-back,
|
|
3354
|
+
.e-listbox-container .e-icon-back,
|
|
3355
|
+
.e-listboxtool-wrapper .e-icon-back {
|
|
3356
|
+
margin-top: -2px;
|
|
3075
3357
|
}
|
|
3076
|
-
|
|
3077
|
-
.e-listbox-
|
|
3078
|
-
.e-
|
|
3079
|
-
|
|
3080
|
-
|
|
3081
|
-
|
|
3082
|
-
|
|
3083
|
-
|
|
3084
|
-
|
|
3085
|
-
|
|
3358
|
+
.e-listbox-wrapper .e-list-header,
|
|
3359
|
+
.e-listbox-container .e-list-header,
|
|
3360
|
+
.e-listboxtool-wrapper .e-list-header {
|
|
3361
|
+
-webkit-box-align: center;
|
|
3362
|
+
-ms-flex-align: center;
|
|
3363
|
+
align-items: center;
|
|
3364
|
+
border-bottom: 1px solid;
|
|
3365
|
+
display: -webkit-box;
|
|
3366
|
+
display: -ms-flexbox;
|
|
3367
|
+
display: flex;
|
|
3368
|
+
font-weight: bold;
|
|
3086
3369
|
height: 40px;
|
|
3087
|
-
|
|
3370
|
+
padding: 0 20px;
|
|
3371
|
+
}
|
|
3372
|
+
.e-listbox-wrapper .e-has-header > .e-view,
|
|
3373
|
+
.e-listbox-container .e-has-header > .e-view,
|
|
3374
|
+
.e-listboxtool-wrapper .e-has-header > .e-view {
|
|
3375
|
+
top: 45px;
|
|
3376
|
+
}
|
|
3377
|
+
.e-listbox-wrapper .e-but-back,
|
|
3378
|
+
.e-listbox-container .e-but-back,
|
|
3379
|
+
.e-listboxtool-wrapper .e-but-back {
|
|
3380
|
+
cursor: pointer;
|
|
3381
|
+
padding-right: 10px;
|
|
3382
|
+
}
|
|
3383
|
+
.e-listbox-wrapper .e-list-group-item:first-child,
|
|
3384
|
+
.e-listbox-container .e-list-group-item:first-child,
|
|
3385
|
+
.e-listboxtool-wrapper .e-list-group-item:first-child {
|
|
3386
|
+
border: 0;
|
|
3387
|
+
border-bottom: 1px solid #414141;
|
|
3388
|
+
}
|
|
3389
|
+
.e-listbox-wrapper .e-list-group-item,
|
|
3390
|
+
.e-listbox-container .e-list-group-item,
|
|
3391
|
+
.e-listboxtool-wrapper .e-list-group-item {
|
|
3392
|
+
border-bottom: 1px solid #414141;
|
|
3393
|
+
border-top: 0 solid;
|
|
3394
|
+
font-weight: 600;
|
|
3395
|
+
height: 40px;
|
|
3396
|
+
line-height: 36px;
|
|
3088
3397
|
padding: 13px 16px;
|
|
3398
|
+
}
|
|
3399
|
+
.e-listbox-wrapper .e-icon-collapsible,
|
|
3400
|
+
.e-listbox-container .e-icon-collapsible,
|
|
3401
|
+
.e-listboxtool-wrapper .e-icon-collapsible {
|
|
3402
|
+
cursor: pointer;
|
|
3403
|
+
font-size: 12px;
|
|
3404
|
+
position: absolute;
|
|
3405
|
+
right: 0%;
|
|
3406
|
+
top: 50%;
|
|
3407
|
+
-webkit-transform: translateY(-50%);
|
|
3408
|
+
transform: translateY(-50%);
|
|
3409
|
+
}
|
|
3410
|
+
.e-listbox-wrapper .e-text-content,
|
|
3411
|
+
.e-listbox-container .e-text-content,
|
|
3412
|
+
.e-listboxtool-wrapper .e-text-content {
|
|
3413
|
+
height: 100%;
|
|
3089
3414
|
position: relative;
|
|
3415
|
+
vertical-align: middle;
|
|
3090
3416
|
}
|
|
3091
|
-
.e-listbox-wrapper .e-
|
|
3092
|
-
.e-listbox-container .e-
|
|
3093
|
-
.e-listboxtool-wrapper .e-
|
|
3094
|
-
display: inline;
|
|
3417
|
+
.e-listbox-wrapper .e-text-content *,
|
|
3418
|
+
.e-listbox-container .e-text-content *,
|
|
3419
|
+
.e-listboxtool-wrapper .e-text-content * {
|
|
3420
|
+
display: inline-block;
|
|
3095
3421
|
vertical-align: middle;
|
|
3096
|
-
width: auto;
|
|
3097
|
-
height: auto;
|
|
3098
|
-
padding-bottom: 0;
|
|
3099
3422
|
}
|
|
3100
|
-
|
|
3101
|
-
.e-
|
|
3102
|
-
.e-
|
|
3103
|
-
|
|
3423
|
+
.e-listbox-wrapper .e-text-content.e-checkbox .e-list-text,
|
|
3424
|
+
.e-listbox-container .e-text-content.e-checkbox .e-list-text,
|
|
3425
|
+
.e-listboxtool-wrapper .e-text-content.e-checkbox .e-list-text {
|
|
3426
|
+
width: calc(100% - 40px);
|
|
3104
3427
|
}
|
|
3105
|
-
|
|
3106
|
-
.e-listbox-container.e-
|
|
3107
|
-
|
|
3428
|
+
.e-listbox-wrapper .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text,
|
|
3429
|
+
.e-listbox-container .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text,
|
|
3430
|
+
.e-listboxtool-wrapper .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text {
|
|
3431
|
+
width: calc(100% - 90px);
|
|
3108
3432
|
}
|
|
3109
|
-
|
|
3110
|
-
.e-listbox-
|
|
3111
|
-
|
|
3433
|
+
.e-listbox-wrapper .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text,
|
|
3434
|
+
.e-listbox-container .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text,
|
|
3435
|
+
.e-listboxtool-wrapper .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text {
|
|
3436
|
+
width: calc(100% - 80px);
|
|
3112
3437
|
}
|
|
3113
|
-
|
|
3114
|
-
.e-listbox-
|
|
3115
|
-
|
|
3438
|
+
.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,
|
|
3439
|
+
.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,
|
|
3440
|
+
.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 {
|
|
3441
|
+
width: calc(100% - 92px);
|
|
3116
3442
|
}
|
|
3117
|
-
|
|
3118
|
-
.e-listbox-
|
|
3119
|
-
.e-
|
|
3120
|
-
|
|
3121
|
-
border: 1px solid #484848;
|
|
3443
|
+
.e-listbox-wrapper .e-checkbox .e-checkbox-left,
|
|
3444
|
+
.e-listbox-container .e-checkbox .e-checkbox-left,
|
|
3445
|
+
.e-listboxtool-wrapper .e-checkbox .e-checkbox-left {
|
|
3446
|
+
margin: -4px 10px 0 0;
|
|
3122
3447
|
}
|
|
3123
|
-
|
|
3124
|
-
.e-listbox-
|
|
3125
|
-
.e-
|
|
3126
|
-
|
|
3127
|
-
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
3128
|
-
font-size: 14px;
|
|
3448
|
+
.e-listbox-wrapper .e-checkbox .e-checkbox-right,
|
|
3449
|
+
.e-listbox-container .e-checkbox .e-checkbox-right,
|
|
3450
|
+
.e-listboxtool-wrapper .e-checkbox .e-checkbox-right {
|
|
3451
|
+
margin: -4px 0 0 10px;
|
|
3129
3452
|
}
|
|
3130
|
-
.e-listbox-wrapper .e-list-
|
|
3131
|
-
.e-listbox-container .e-list-
|
|
3132
|
-
.e-listboxtool-wrapper .e-list-
|
|
3133
|
-
|
|
3134
|
-
|
|
3135
|
-
|
|
3136
|
-
|
|
3453
|
+
.e-listbox-wrapper .e-list-text,
|
|
3454
|
+
.e-listbox-container .e-list-text,
|
|
3455
|
+
.e-listboxtool-wrapper .e-list-text {
|
|
3456
|
+
cursor: pointer;
|
|
3457
|
+
display: inline-block;
|
|
3458
|
+
overflow: hidden;
|
|
3459
|
+
text-overflow: ellipsis;
|
|
3460
|
+
vertical-align: top;
|
|
3461
|
+
white-space: nowrap;
|
|
3462
|
+
width: 100%;
|
|
3137
3463
|
}
|
|
3138
|
-
|
|
3139
|
-
.e-listbox-
|
|
3140
|
-
.e-listbox-container.e-
|
|
3141
|
-
.e-
|
|
3142
|
-
|
|
3464
|
+
.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,
|
|
3465
|
+
.e-listbox-container .e-list-icon + .e-list-text,
|
|
3466
|
+
.e-listbox-container .e-icon-wrapper .e-list-text,
|
|
3467
|
+
.e-listbox-container .e-icon-wrapper.e-text-content.e-checkbox .e-list-text,
|
|
3468
|
+
.e-listboxtool-wrapper .e-list-icon + .e-list-text,
|
|
3469
|
+
.e-listboxtool-wrapper .e-icon-wrapper .e-list-text,
|
|
3470
|
+
.e-listboxtool-wrapper .e-icon-wrapper.e-text-content.e-checkbox .e-list-text {
|
|
3471
|
+
width: calc(100% - 60px);
|
|
3143
3472
|
}
|
|
3144
|
-
|
|
3145
|
-
.e-listbox-
|
|
3146
|
-
.e-
|
|
3147
|
-
|
|
3148
|
-
|
|
3473
|
+
.e-listbox-wrapper .e-list-icon,
|
|
3474
|
+
.e-listbox-container .e-list-icon,
|
|
3475
|
+
.e-listboxtool-wrapper .e-list-icon {
|
|
3476
|
+
height: 30px;
|
|
3477
|
+
margin-right: 10px;
|
|
3478
|
+
width: 30px;
|
|
3149
3479
|
}
|
|
3150
|
-
|
|
3151
|
-
.e-listbox-
|
|
3152
|
-
.e-
|
|
3153
|
-
|
|
3154
|
-
|
|
3480
|
+
.e-listbox-wrapper .e-content,
|
|
3481
|
+
.e-listbox-container .e-content,
|
|
3482
|
+
.e-listboxtool-wrapper .e-content {
|
|
3483
|
+
overflow: hidden;
|
|
3484
|
+
position: relative;
|
|
3155
3485
|
}
|
|
3156
|
-
|
|
3157
|
-
.e-listbox-
|
|
3158
|
-
.e-
|
|
3159
|
-
|
|
3160
|
-
|
|
3161
|
-
border-bottom: 1px solid #414141;
|
|
3162
|
-
border-left: 0 solid transparent;
|
|
3163
|
-
border-right: 0 solid transparent;
|
|
3164
|
-
border-top: 0 solid transparent;
|
|
3165
|
-
color: #f0f0f0;
|
|
3486
|
+
.e-listbox-wrapper .e-list-header .e-text,
|
|
3487
|
+
.e-listbox-container .e-list-header .e-text,
|
|
3488
|
+
.e-listboxtool-wrapper .e-list-header .e-text {
|
|
3489
|
+
cursor: pointer;
|
|
3490
|
+
text-indent: 0;
|
|
3166
3491
|
}
|
|
3167
|
-
|
|
3168
|
-
.e-listbox-
|
|
3169
|
-
.e-
|
|
3170
|
-
|
|
3171
|
-
|
|
3172
|
-
.e-listboxtool-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled) {
|
|
3173
|
-
background-color: #313131;
|
|
3174
|
-
border-color: transparent;
|
|
3175
|
-
color: rgba(255, 255, 255, 0.87);
|
|
3492
|
+
.e-listbox-wrapper .e-text .e-headertext,
|
|
3493
|
+
.e-listbox-container .e-text .e-headertext,
|
|
3494
|
+
.e-listboxtool-wrapper .e-text .e-headertext {
|
|
3495
|
+
display: inline-block;
|
|
3496
|
+
line-height: 1px;
|
|
3176
3497
|
}
|
|
3177
|
-
|
|
3178
|
-
.e-listbox-
|
|
3179
|
-
.e-
|
|
3180
|
-
|
|
3181
|
-
background-color: #1a1a1a;
|
|
3182
|
-
color: #f0f0f0;
|
|
3498
|
+
.e-listbox-wrapper.e-rtl,
|
|
3499
|
+
.e-listbox-container.e-rtl,
|
|
3500
|
+
.e-listboxtool-wrapper.e-rtl {
|
|
3501
|
+
direction: rtl;
|
|
3183
3502
|
}
|
|
3184
|
-
|
|
3185
|
-
.e-listbox-
|
|
3186
|
-
.e-
|
|
3187
|
-
|
|
3188
|
-
|
|
3189
|
-
.e-listboxtool-wrapper .e-list-item.e-focused,
|
|
3190
|
-
.e-listboxtool-wrapper .e-list-item.e-focused.e-selected.e-checklist,
|
|
3191
|
-
.e-listboxtool-wrapper .e-list-item.e-selected {
|
|
3192
|
-
background-color: #414141;
|
|
3193
|
-
color: rgba(255, 255, 255, 0.87);
|
|
3503
|
+
.e-listbox-wrapper.e-rtl .e-list-icon,
|
|
3504
|
+
.e-listbox-container.e-rtl .e-list-icon,
|
|
3505
|
+
.e-listboxtool-wrapper.e-rtl .e-list-icon {
|
|
3506
|
+
margin-left: 16px;
|
|
3507
|
+
margin-right: 0;
|
|
3194
3508
|
}
|
|
3195
|
-
|
|
3196
|
-
.e-listbox-
|
|
3197
|
-
.e-
|
|
3198
|
-
|
|
3199
|
-
|
|
3200
|
-
|
|
3201
|
-
|
|
3202
|
-
|
|
3203
|
-
color: #f0f0f0;
|
|
3509
|
+
.e-listbox-wrapper.e-rtl .e-icon-collapsible,
|
|
3510
|
+
.e-listbox-container.e-rtl .e-icon-collapsible,
|
|
3511
|
+
.e-listboxtool-wrapper.e-rtl .e-icon-collapsible {
|
|
3512
|
+
left: 0%;
|
|
3513
|
+
right: initial;
|
|
3514
|
+
top: 50%;
|
|
3515
|
+
-webkit-transform: translateY(-50%) rotate(180deg);
|
|
3516
|
+
transform: translateY(-50%) rotate(180deg);
|
|
3204
3517
|
}
|
|
3205
|
-
|
|
3206
|
-
.e-listbox-
|
|
3207
|
-
.e-
|
|
3208
|
-
|
|
3209
|
-
background-color: #1a1a1a;
|
|
3210
|
-
border-color: #414141;
|
|
3211
|
-
color: rgb(61.5, 151.8, 255);
|
|
3212
|
-
font-size: 14px;
|
|
3518
|
+
.e-listbox-wrapper.e-rtl .e-list-header .e-text,
|
|
3519
|
+
.e-listbox-container.e-rtl .e-list-header .e-text,
|
|
3520
|
+
.e-listboxtool-wrapper.e-rtl .e-list-header .e-text {
|
|
3521
|
+
cursor: pointer;
|
|
3213
3522
|
}
|
|
3214
|
-
|
|
3215
|
-
.e-listbox-
|
|
3216
|
-
.e-
|
|
3217
|
-
|
|
3218
|
-
|
|
3219
|
-
border-bottom: 1px solid #484848;
|
|
3220
|
-
color: #f0f0f0;
|
|
3523
|
+
.e-listbox-wrapper.e-rtl .e-but-back,
|
|
3524
|
+
.e-listbox-container.e-rtl .e-but-back,
|
|
3525
|
+
.e-listboxtool-wrapper.e-rtl .e-but-back {
|
|
3526
|
+
-webkit-transform: rotate(180deg);
|
|
3527
|
+
transform: rotate(180deg);
|
|
3221
3528
|
}
|
|
3222
|
-
|
|
3223
|
-
.e-listbox-
|
|
3224
|
-
.e-
|
|
3225
|
-
|
|
3226
|
-
background-color: transparent;
|
|
3529
|
+
.e-listbox-wrapper.e-rtl .e-icon-back,
|
|
3530
|
+
.e-listbox-container.e-rtl .e-icon-back,
|
|
3531
|
+
.e-listboxtool-wrapper.e-rtl .e-icon-back {
|
|
3532
|
+
margin-top: -1px;
|
|
3227
3533
|
}
|
|
3228
|
-
|
|
3229
|
-
.e-listbox-wrapper.e-
|
|
3230
|
-
.e-listbox-container.e-
|
|
3231
|
-
.e-
|
|
3232
|
-
|
|
3233
|
-
|
|
3534
|
+
.e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-left,
|
|
3535
|
+
.e-listbox-wrapper.e-rtl .e-checkbox-wrapper,
|
|
3536
|
+
.e-listbox-container.e-rtl .e-checkbox .e-checkbox-left,
|
|
3537
|
+
.e-listbox-container.e-rtl .e-checkbox-wrapper,
|
|
3538
|
+
.e-listboxtool-wrapper.e-rtl .e-checkbox .e-checkbox-left,
|
|
3539
|
+
.e-listboxtool-wrapper.e-rtl .e-checkbox-wrapper {
|
|
3540
|
+
margin: -4px 0 0 10px;
|
|
3234
3541
|
}
|
|
3235
|
-
.e-listbox-wrapper.e-
|
|
3236
|
-
.e-listbox-container.e-
|
|
3237
|
-
.e-listboxtool-wrapper.e-
|
|
3238
|
-
|
|
3542
|
+
.e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-right,
|
|
3543
|
+
.e-listbox-container.e-rtl .e-checkbox .e-checkbox-right,
|
|
3544
|
+
.e-listboxtool-wrapper.e-rtl .e-checkbox .e-checkbox-right {
|
|
3545
|
+
margin: -4px 10px 0 0;
|
|
3239
3546
|
}
|
|
3240
|
-
.e-listbox-wrapper
|
|
3241
|
-
.e-listbox-container
|
|
3242
|
-
.e-listboxtool-wrapper
|
|
3243
|
-
|
|
3547
|
+
.e-listbox-wrapper .e-checkbox-wrapper,
|
|
3548
|
+
.e-listbox-container .e-checkbox-wrapper,
|
|
3549
|
+
.e-listboxtool-wrapper .e-checkbox-wrapper {
|
|
3550
|
+
margin: -4px 10px 0 0;
|
|
3551
|
+
text-indent: 0;
|
|
3552
|
+
vertical-align: middle;
|
|
3244
3553
|
}
|
|
3245
|
-
.e-listbox-wrapper.e-
|
|
3246
|
-
.e-listbox-container.e-
|
|
3247
|
-
.e-listboxtool-wrapper.e-
|
|
3248
|
-
|
|
3249
|
-
|
|
3250
|
-
|
|
3251
|
-
font-weight: 500;
|
|
3252
|
-
margin: 0;
|
|
3253
|
-
overflow: hidden;
|
|
3254
|
-
padding: 0.038em 0;
|
|
3255
|
-
text-overflow: ellipsis;
|
|
3256
|
-
white-space: nowrap;
|
|
3554
|
+
.e-listbox-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
3555
|
+
.e-listbox-container.e-checkbox-right .e-checkbox-wrapper,
|
|
3556
|
+
.e-listboxtool-wrapper.e-checkbox-right .e-checkbox-wrapper {
|
|
3557
|
+
position: absolute;
|
|
3558
|
+
right: 0;
|
|
3559
|
+
top: 30%;
|
|
3257
3560
|
}
|
|
3258
|
-
.e-listbox-wrapper
|
|
3259
|
-
.e-listbox-container
|
|
3260
|
-
.e-listboxtool-wrapper
|
|
3261
|
-
|
|
3262
|
-
display: block;
|
|
3263
|
-
font-size: 14px;
|
|
3264
|
-
margin: 0;
|
|
3265
|
-
padding: 0.038em 0;
|
|
3266
|
-
word-wrap: break-word;
|
|
3561
|
+
.e-listbox-wrapper .e-input-group,
|
|
3562
|
+
.e-listbox-container .e-input-group,
|
|
3563
|
+
.e-listboxtool-wrapper .e-input-group {
|
|
3564
|
+
padding: 4px 8px;
|
|
3267
3565
|
}
|
|
3268
|
-
.e-listbox-wrapper
|
|
3269
|
-
.e-listbox-container
|
|
3270
|
-
.e-listboxtool-wrapper
|
|
3271
|
-
|
|
3272
|
-
text-overflow: ellipsis;
|
|
3273
|
-
white-space: nowrap;
|
|
3566
|
+
.e-listbox-wrapper .e-input-focus,
|
|
3567
|
+
.e-listbox-container .e-input-focus,
|
|
3568
|
+
.e-listboxtool-wrapper .e-input-focus {
|
|
3569
|
+
padding: 4px 4px 4px 8px;
|
|
3274
3570
|
}
|
|
3275
|
-
.e-listbox-wrapper
|
|
3276
|
-
.e-listbox-container
|
|
3277
|
-
.e-listboxtool-wrapper
|
|
3278
|
-
height:
|
|
3279
|
-
|
|
3571
|
+
.e-listbox-wrapper .e-hidden-select,
|
|
3572
|
+
.e-listbox-container .e-hidden-select,
|
|
3573
|
+
.e-listboxtool-wrapper .e-hidden-select {
|
|
3574
|
+
height: 1px;
|
|
3575
|
+
opacity: 0;
|
|
3280
3576
|
position: absolute;
|
|
3281
|
-
width:
|
|
3282
|
-
left: 1.0667em;
|
|
3577
|
+
width: 100%;
|
|
3283
3578
|
}
|
|
3284
|
-
.e-listbox-wrapper
|
|
3285
|
-
.e-listbox-container
|
|
3286
|
-
.e-listboxtool-wrapper
|
|
3287
|
-
|
|
3288
|
-
|
|
3579
|
+
.e-listbox-wrapper .e-placeholder,
|
|
3580
|
+
.e-listbox-container .e-placeholder,
|
|
3581
|
+
.e-listboxtool-wrapper .e-placeholder {
|
|
3582
|
+
background-color: #0070f0;
|
|
3583
|
+
display: block;
|
|
3584
|
+
height: 1px;
|
|
3289
3585
|
}
|
|
3290
|
-
|
|
3291
|
-
|
|
3292
|
-
|
|
3293
|
-
padding-left: 1.0714em;
|
|
3294
|
-
padding-right: 4.6428em;
|
|
3586
|
+
|
|
3587
|
+
ejs-listbox {
|
|
3588
|
+
display: block;
|
|
3295
3589
|
}
|
|
3296
|
-
|
|
3297
|
-
.e-listbox-
|
|
3298
|
-
.e-
|
|
3299
|
-
|
|
3300
|
-
left: 1.0667em;
|
|
3301
|
-
position: absolute;
|
|
3302
|
-
width: 2.8571em;
|
|
3303
|
-
right: 1.0667em;
|
|
3590
|
+
|
|
3591
|
+
.e-listbox-wrapper:not(.e-listbox-container),
|
|
3592
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3593
|
+
overflow: auto;
|
|
3304
3594
|
}
|
|
3305
|
-
|
|
3306
|
-
.e-listbox-
|
|
3307
|
-
.e-listbox-container.e-
|
|
3308
|
-
.e-listboxtool-wrapper.e-
|
|
3309
|
-
|
|
3310
|
-
|
|
3595
|
+
|
|
3596
|
+
.e-listbox-wrapper.e-sortableclone,
|
|
3597
|
+
.e-listbox-container.e-sortableclone,
|
|
3598
|
+
.e-listboxtool-wrapper.e-sortableclone {
|
|
3599
|
+
border-width: 0;
|
|
3600
|
+
overflow: visible;
|
|
3311
3601
|
}
|
|
3312
|
-
.e-listbox-wrapper.e-
|
|
3313
|
-
.e-listbox-container.e-
|
|
3314
|
-
.e-listboxtool-wrapper.e-
|
|
3315
|
-
|
|
3316
|
-
height:
|
|
3317
|
-
line-height: 1.433em;
|
|
3318
|
-
padding: 0;
|
|
3319
|
-
position: absolute;
|
|
3320
|
-
right: 1em;
|
|
3321
|
-
top: 50%;
|
|
3322
|
-
-webkit-transform: translateY(-50%);
|
|
3323
|
-
transform: translateY(-50%);
|
|
3324
|
-
width: 2em;
|
|
3602
|
+
.e-listbox-wrapper.e-sortableclone .e-list-item,
|
|
3603
|
+
.e-listbox-container.e-sortableclone .e-list-item,
|
|
3604
|
+
.e-listboxtool-wrapper.e-sortableclone .e-list-item {
|
|
3605
|
+
list-style-type: none;
|
|
3606
|
+
height: 38px !important; /* stylelint-disable-line declaration-no-important */
|
|
3325
3607
|
}
|
|
3326
|
-
.e-listbox-wrapper.e-
|
|
3327
|
-
.e-listbox-container.e-
|
|
3328
|
-
.e-listboxtool-wrapper.e-
|
|
3329
|
-
|
|
3330
|
-
padding-right: 3.9285em;
|
|
3608
|
+
.e-listbox-wrapper.e-sortableclone .e-ripple,
|
|
3609
|
+
.e-listbox-container.e-sortableclone .e-ripple,
|
|
3610
|
+
.e-listboxtool-wrapper.e-sortableclone .e-ripple {
|
|
3611
|
+
overflow: visible;
|
|
3331
3612
|
}
|
|
3332
|
-
.e-listbox-wrapper.e-
|
|
3333
|
-
.e-listbox-container.e-
|
|
3334
|
-
.e-listboxtool-wrapper.e-
|
|
3335
|
-
|
|
3336
|
-
padding-right: 3.9285em;
|
|
3613
|
+
.e-listbox-wrapper.e-sortableclone .e-ripple .e-ripple-element,
|
|
3614
|
+
.e-listbox-container.e-sortableclone .e-ripple .e-ripple-element,
|
|
3615
|
+
.e-listboxtool-wrapper.e-sortableclone .e-ripple .e-ripple-element {
|
|
3616
|
+
display: none;
|
|
3337
3617
|
}
|
|
3338
|
-
.e-listbox-wrapper.e-
|
|
3339
|
-
.e-listbox-container.e-
|
|
3340
|
-
.e-listboxtool-wrapper.e-
|
|
3618
|
+
.e-listbox-wrapper.e-sortableclone .e-list-badge,
|
|
3619
|
+
.e-listbox-container.e-sortableclone .e-list-badge,
|
|
3620
|
+
.e-listboxtool-wrapper.e-sortableclone .e-list-badge {
|
|
3621
|
+
-webkit-box-align: center;
|
|
3622
|
+
-ms-flex-align: center;
|
|
3623
|
+
align-items: center;
|
|
3624
|
+
background-color: #0070f0;
|
|
3625
|
+
border: 1px solid #fff;
|
|
3626
|
+
border-radius: 50%;
|
|
3627
|
+
color: #fff;
|
|
3628
|
+
display: -webkit-box;
|
|
3629
|
+
display: -ms-flexbox;
|
|
3630
|
+
display: flex;
|
|
3631
|
+
font-size: 12px;
|
|
3632
|
+
height: 22px;
|
|
3633
|
+
-webkit-box-pack: center;
|
|
3634
|
+
-ms-flex-pack: center;
|
|
3635
|
+
justify-content: center;
|
|
3636
|
+
position: absolute;
|
|
3637
|
+
right: -10px;
|
|
3638
|
+
top: -10px;
|
|
3639
|
+
width: 22px;
|
|
3640
|
+
}
|
|
3641
|
+
|
|
3642
|
+
.e-listboxtool-wrapper.e-sortableclone {
|
|
3341
3643
|
display: block;
|
|
3342
|
-
margin: 0;
|
|
3343
|
-
overflow: hidden;
|
|
3344
|
-
padding: 0.83em 0;
|
|
3345
|
-
text-overflow: ellipsis;
|
|
3346
|
-
white-space: nowrap;
|
|
3347
3644
|
}
|
|
3348
|
-
|
|
3349
|
-
.e-
|
|
3350
|
-
.e-
|
|
3351
|
-
|
|
3352
|
-
|
|
3353
|
-
|
|
3645
|
+
|
|
3646
|
+
.e-listboxtool-wrapper,
|
|
3647
|
+
.e-listboxtool-container {
|
|
3648
|
+
cursor: pointer;
|
|
3649
|
+
display: -webkit-box;
|
|
3650
|
+
display: -ms-flexbox;
|
|
3651
|
+
display: flex;
|
|
3354
3652
|
}
|
|
3355
|
-
.e-
|
|
3356
|
-
.e-
|
|
3357
|
-
|
|
3358
|
-
|
|
3359
|
-
.e-listboxtool-wrapper.e-list-template .e-list-item.e-selected .e-list-content {
|
|
3360
|
-
color: rgba(255, 255, 255, 0.87);
|
|
3653
|
+
.e-listboxtool-wrapper *,
|
|
3654
|
+
.e-listboxtool-container * {
|
|
3655
|
+
-webkit-box-sizing: border-box;
|
|
3656
|
+
box-sizing: border-box;
|
|
3361
3657
|
}
|
|
3362
|
-
.e-
|
|
3363
|
-
.e-
|
|
3364
|
-
|
|
3365
|
-
|
|
3366
|
-
right: 1.0667em;
|
|
3658
|
+
.e-listboxtool-wrapper.e-disabled,
|
|
3659
|
+
.e-listboxtool-container.e-disabled {
|
|
3660
|
+
cursor: default;
|
|
3661
|
+
pointer-events: none;
|
|
3367
3662
|
}
|
|
3368
|
-
.e-
|
|
3369
|
-
.e-
|
|
3370
|
-
.e-listboxtool-
|
|
3371
|
-
|
|
3372
|
-
|
|
3663
|
+
.e-listboxtool-wrapper .e-listbox-wrapper,
|
|
3664
|
+
.e-listboxtool-wrapper .e-list-wrap,
|
|
3665
|
+
.e-listboxtool-container .e-listbox-wrapper,
|
|
3666
|
+
.e-listboxtool-container .e-list-wrap {
|
|
3667
|
+
-webkit-box-flex: 1;
|
|
3668
|
+
-ms-flex: 1;
|
|
3669
|
+
flex: 1;
|
|
3373
3670
|
}
|
|
3374
|
-
.e-
|
|
3375
|
-
.e-
|
|
3376
|
-
|
|
3377
|
-
padding-left: 4.6428em;
|
|
3378
|
-
padding-right: 1.0714em;
|
|
3671
|
+
.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
3672
|
+
.e-listboxtool-container.e-right .e-listbox-tool {
|
|
3673
|
+
margin-left: 15px;
|
|
3379
3674
|
}
|
|
3380
|
-
.e-
|
|
3381
|
-
.e-
|
|
3382
|
-
|
|
3383
|
-
left: 1.0667em;
|
|
3384
|
-
right: inherit;
|
|
3675
|
+
.e-listboxtool-wrapper.e-left .e-listbox-tool,
|
|
3676
|
+
.e-listboxtool-container.e-left .e-listbox-tool {
|
|
3677
|
+
margin-right: 15px;
|
|
3385
3678
|
}
|
|
3386
|
-
.e-
|
|
3387
|
-
.e-
|
|
3388
|
-
|
|
3389
|
-
|
|
3390
|
-
|
|
3679
|
+
.e-listboxtool-wrapper .e-listbox-tool,
|
|
3680
|
+
.e-listboxtool-container .e-listbox-tool {
|
|
3681
|
+
border: 1px solid #484848;
|
|
3682
|
+
overflow: auto;
|
|
3683
|
+
padding: 8px;
|
|
3391
3684
|
}
|
|
3392
|
-
.e-
|
|
3393
|
-
.e-
|
|
3394
|
-
|
|
3395
|
-
|
|
3396
|
-
|
|
3685
|
+
.e-listboxtool-wrapper .e-listbox-tool .e-btn,
|
|
3686
|
+
.e-listboxtool-container .e-listbox-tool .e-btn {
|
|
3687
|
+
display: list-item;
|
|
3688
|
+
list-style-type: none;
|
|
3689
|
+
margin-bottom: 10px;
|
|
3397
3690
|
}
|
|
3398
|
-
.e-
|
|
3399
|
-
.e-
|
|
3400
|
-
|
|
3401
|
-
|
|
3402
|
-
|
|
3691
|
+
.e-listboxtool-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
3692
|
+
.e-listboxtool-container.e-checkbox-right .e-checkbox-wrapper {
|
|
3693
|
+
position: absolute;
|
|
3694
|
+
right: 0;
|
|
3695
|
+
top: 30%;
|
|
3403
3696
|
}
|
|
3404
3697
|
|
|
3405
|
-
.e-
|
|
3406
|
-
|
|
3698
|
+
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
3699
|
+
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
3700
|
+
margin-right: 15px;
|
|
3407
3701
|
}
|
|
3408
|
-
|
|
3409
|
-
.e-
|
|
3410
|
-
|
|
3702
|
+
.e-rtl.e-listboxtool-wrapper.e-left .e-listbox-tool,
|
|
3703
|
+
.e-rtl.e-listboxtool-container.e-left .e-listbox-tool {
|
|
3704
|
+
margin-left: 15px;
|
|
3411
3705
|
}
|
|
3412
3706
|
|
|
3413
|
-
.e-listbox-
|
|
3414
|
-
|
|
3707
|
+
.e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
3708
|
+
.e-listbox-wrapper .e-list-nrt,
|
|
3709
|
+
.e-listbox-wrapper .e-selectall-parent,
|
|
3710
|
+
.e-listbox-container:not(.e-list-template) .e-list-item,
|
|
3711
|
+
.e-listbox-container .e-list-nrt,
|
|
3712
|
+
.e-listbox-container .e-selectall-parent,
|
|
3713
|
+
.e-listboxtool-wrapper .e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
3714
|
+
.e-listboxtool-wrapper .e-listbox-wrapper .e-list-nrt,
|
|
3715
|
+
.e-listboxtool-wrapper .e-listbox-wrapper .e-selectall-parent {
|
|
3716
|
+
height: 40px;
|
|
3717
|
+
line-height: 1;
|
|
3718
|
+
padding: 13px 16px;
|
|
3719
|
+
position: relative;
|
|
3415
3720
|
}
|
|
3416
|
-
|
|
3417
|
-
.e-listbox-container .e-
|
|
3418
|
-
|
|
3721
|
+
.e-listbox-wrapper .e-list-icon,
|
|
3722
|
+
.e-listbox-container .e-list-icon,
|
|
3723
|
+
.e-listboxtool-wrapper .e-listbox-wrapper .e-list-icon {
|
|
3724
|
+
display: inline;
|
|
3725
|
+
vertical-align: middle;
|
|
3726
|
+
width: auto;
|
|
3727
|
+
height: auto;
|
|
3728
|
+
padding-bottom: 0;
|
|
3419
3729
|
}
|
|
3420
3730
|
|
|
3421
3731
|
.e-bigger .e-listbox-wrapper .e-list-item,
|