@syncfusion/ej2-dropdowns 26.2.13 → 27.1.48
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 +1541 -847
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +1434 -717
- 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 +15 -13
- package/src/auto-complete/auto-complete-model.d.ts +1 -1
- package/src/auto-complete/auto-complete.d.ts +2 -0
- package/src/auto-complete/auto-complete.js +52 -22
- package/src/combo-box/combo-box-model.d.ts +12 -5
- package/src/combo-box/combo-box.d.ts +10 -4
- package/src/combo-box/combo-box.js +73 -38
- package/src/common/incremental-search.d.ts +26 -11
- package/src/common/incremental-search.js +30 -16
- package/src/common/interface.d.ts +5 -5
- package/src/common/virtual-scroll.js +69 -36
- package/src/drop-down-base/drop-down-base-model.d.ts +1 -1
- package/src/drop-down-base/drop-down-base.d.ts +6 -2
- package/src/drop-down-base/drop-down-base.js +100 -67
- package/src/drop-down-list/drop-down-list-model.d.ts +14 -7
- package/src/drop-down-list/drop-down-list.d.ts +11 -4
- package/src/drop-down-list/drop-down-list.js +299 -177
- package/src/drop-down-tree/drop-down-tree-model.d.ts +19 -0
- package/src/drop-down-tree/drop-down-tree.d.ts +26 -2
- package/src/drop-down-tree/drop-down-tree.js +205 -67
- package/src/list-box/list-box.js +72 -36
- package/src/mention/mention.d.ts +8 -0
- package/src/mention/mention.js +87 -24
- package/src/multi-select/checkbox-selection.js +3 -2
- package/src/multi-select/interface.d.ts +1 -0
- package/src/multi-select/multi-select-model.d.ts +15 -8
- package/src/multi-select/multi-select.d.ts +15 -5
- package/src/multi-select/multi-select.js +444 -237
- package/styles/auto-complete/bootstrap-dark.css +0 -50
- package/styles/auto-complete/bootstrap.css +0 -50
- package/styles/auto-complete/bootstrap4.css +0 -68
- package/styles/auto-complete/bootstrap5-dark.css +0 -54
- package/styles/auto-complete/bootstrap5.3.css +101 -0
- package/styles/auto-complete/bootstrap5.3.scss +4 -0
- package/styles/auto-complete/bootstrap5.css +0 -54
- package/styles/auto-complete/fabric-dark.css +0 -49
- package/styles/auto-complete/fabric.css +0 -42
- package/styles/auto-complete/fluent-dark.css +0 -41
- package/styles/auto-complete/fluent.css +0 -41
- package/styles/auto-complete/fluent2.css +1 -36
- package/styles/auto-complete/highcontrast-light.css +0 -37
- package/styles/auto-complete/highcontrast.css +0 -37
- package/styles/auto-complete/material-dark.css +0 -34
- package/styles/auto-complete/material.css +0 -55
- package/styles/auto-complete/material3-dark.css +0 -59
- package/styles/auto-complete/material3.css +0 -59
- package/styles/auto-complete/tailwind-dark.css +0 -35
- package/styles/auto-complete/tailwind.css +0 -35
- package/styles/bootstrap-dark-lite.css +2752 -0
- package/styles/bootstrap-dark-lite.scss +28 -0
- package/styles/bootstrap-dark.css +651 -604
- package/styles/bootstrap-dark.scss +6 -1
- package/styles/bootstrap-lite.css +2751 -0
- package/styles/bootstrap-lite.scss +28 -0
- package/styles/bootstrap.css +657 -610
- package/styles/bootstrap.scss +6 -1
- package/styles/bootstrap4-lite.css +2856 -0
- package/styles/bootstrap4-lite.scss +28 -0
- package/styles/bootstrap4.css +828 -755
- package/styles/bootstrap4.scss +6 -1
- package/styles/bootstrap5-dark-lite.css +2827 -0
- package/styles/bootstrap5-dark-lite.scss +28 -0
- package/styles/bootstrap5-dark.css +702 -651
- package/styles/bootstrap5-dark.scss +6 -1
- package/styles/bootstrap5-lite.css +2827 -0
- package/styles/bootstrap5-lite.scss +28 -0
- package/styles/bootstrap5.3-lite.css +2821 -0
- package/styles/bootstrap5.3-lite.scss +28 -0
- package/styles/bootstrap5.3.css +3552 -0
- package/styles/bootstrap5.3.scss +33 -0
- package/styles/bootstrap5.css +702 -651
- package/styles/bootstrap5.scss +6 -1
- package/styles/combo-box/bootstrap-dark.css +0 -50
- package/styles/combo-box/bootstrap.css +0 -50
- package/styles/combo-box/bootstrap4.css +0 -68
- package/styles/combo-box/bootstrap5-dark.css +0 -54
- package/styles/combo-box/bootstrap5.3.css +101 -0
- package/styles/combo-box/bootstrap5.3.scss +4 -0
- package/styles/combo-box/bootstrap5.css +0 -54
- package/styles/combo-box/fabric-dark.css +0 -49
- package/styles/combo-box/fabric.css +0 -42
- package/styles/combo-box/fluent-dark.css +0 -41
- package/styles/combo-box/fluent.css +0 -41
- package/styles/combo-box/fluent2.css +1 -36
- package/styles/combo-box/highcontrast-light.css +0 -37
- package/styles/combo-box/highcontrast.css +0 -37
- package/styles/combo-box/material-dark.css +0 -34
- package/styles/combo-box/material.css +0 -55
- package/styles/combo-box/material3-dark.css +0 -59
- package/styles/combo-box/material3.css +0 -59
- package/styles/combo-box/tailwind-dark.css +0 -35
- package/styles/combo-box/tailwind.css +0 -35
- package/styles/drop-down-base/_bds-definition.scss +0 -22
- package/styles/drop-down-base/_bigger.scss +195 -0
- package/styles/drop-down-base/_bootstrap-dark-definition.scss +0 -5
- package/styles/drop-down-base/_bootstrap-definition.scss +0 -5
- package/styles/drop-down-base/_bootstrap4-definition.scss +0 -9
- package/styles/drop-down-base/_bootstrap5-definition.scss +0 -19
- package/styles/drop-down-base/_bootstrap5.3-definition.scss +2 -21
- package/styles/drop-down-base/_fabric-dark-definition.scss +0 -5
- package/styles/drop-down-base/_fabric-definition.scss +0 -5
- package/styles/drop-down-base/_fluent-definition.scss +0 -19
- package/styles/drop-down-base/_fluent2-definition.scss +2 -23
- package/styles/drop-down-base/_fusionnew-definition.scss +0 -19
- package/styles/drop-down-base/_highcontrast-definition.scss +0 -9
- package/styles/drop-down-base/_highcontrast-light-definition.scss +0 -9
- package/styles/drop-down-base/_layout.scss +1 -57
- package/styles/drop-down-base/_material-dark-definition.scss +0 -4
- package/styles/drop-down-base/_material-definition.scss +0 -4
- package/styles/drop-down-base/_material3-definition.scss +0 -3
- package/styles/drop-down-base/_tailwind-definition.scss +0 -22
- package/styles/drop-down-base/_theme.scss +10 -91
- package/styles/drop-down-base/bootstrap-dark.css +75 -75
- package/styles/drop-down-base/bootstrap-dark.scss +1 -0
- package/styles/drop-down-base/bootstrap.css +75 -75
- package/styles/drop-down-base/bootstrap.scss +1 -0
- package/styles/drop-down-base/bootstrap4.css +79 -79
- package/styles/drop-down-base/bootstrap4.scss +1 -0
- package/styles/drop-down-base/bootstrap5-dark.css +89 -89
- package/styles/drop-down-base/bootstrap5-dark.scss +1 -0
- package/styles/drop-down-base/bootstrap5.3.css +411 -0
- package/styles/drop-down-base/bootstrap5.3.scss +4 -0
- package/styles/drop-down-base/bootstrap5.css +89 -89
- package/styles/drop-down-base/bootstrap5.scss +1 -0
- package/styles/drop-down-base/fabric-dark.css +75 -75
- package/styles/drop-down-base/fabric-dark.scss +1 -0
- package/styles/drop-down-base/fabric.css +75 -75
- package/styles/drop-down-base/fabric.scss +1 -0
- package/styles/drop-down-base/fluent-dark.css +101 -101
- package/styles/drop-down-base/fluent-dark.scss +1 -0
- package/styles/drop-down-base/fluent.css +101 -101
- package/styles/drop-down-base/fluent.scss +1 -0
- package/styles/drop-down-base/fluent2.css +97 -95
- package/styles/drop-down-base/fluent2.scss +1 -0
- package/styles/drop-down-base/highcontrast-light.css +75 -77
- package/styles/drop-down-base/highcontrast-light.scss +1 -0
- package/styles/drop-down-base/highcontrast.css +75 -77
- package/styles/drop-down-base/highcontrast.scss +1 -0
- package/styles/drop-down-base/material-dark.css +74 -74
- package/styles/drop-down-base/material-dark.scss +1 -0
- package/styles/drop-down-base/material.css +74 -74
- package/styles/drop-down-base/material.scss +1 -0
- package/styles/drop-down-base/material3-dark.css +74 -74
- package/styles/drop-down-base/material3-dark.scss +1 -0
- package/styles/drop-down-base/material3.css +74 -74
- package/styles/drop-down-base/material3.scss +1 -0
- package/styles/drop-down-base/tailwind-dark.css +135 -135
- package/styles/drop-down-base/tailwind-dark.scss +1 -0
- package/styles/drop-down-base/tailwind.css +135 -135
- package/styles/drop-down-base/tailwind.scss +1 -0
- package/styles/drop-down-list/_bds-definition.scss +0 -34
- package/styles/drop-down-list/_bigger.scss +713 -0
- package/styles/drop-down-list/_bootstrap-dark-definition.scss +0 -64
- package/styles/drop-down-list/_bootstrap-definition.scss +0 -64
- package/styles/drop-down-list/_bootstrap4-definition.scss +0 -81
- package/styles/drop-down-list/_bootstrap5-definition.scss +0 -67
- package/styles/drop-down-list/_bootstrap5.3-definition.scss +1 -67
- package/styles/drop-down-list/_fabric-dark-definition.scss +0 -57
- package/styles/drop-down-list/_fabric-definition.scss +0 -56
- package/styles/drop-down-list/_fluent-definition.scss +0 -57
- package/styles/drop-down-list/_fluent2-definition.scss +2 -35
- package/styles/drop-down-list/_fusionnew-definition.scss +0 -67
- package/styles/drop-down-list/_highcontrast-definition.scss +0 -60
- package/styles/drop-down-list/_highcontrast-light-definition.scss +0 -60
- package/styles/drop-down-list/_layout.scss +4 -82
- package/styles/drop-down-list/_material-dark-definition.scss +0 -33
- package/styles/drop-down-list/_material-definition.scss +0 -55
- package/styles/drop-down-list/_material3-definition.scss +0 -58
- package/styles/drop-down-list/_tailwind-definition.scss +0 -34
- package/styles/drop-down-list/_theme.scss +7 -0
- package/styles/drop-down-list/bootstrap-dark.css +90 -91
- package/styles/drop-down-list/bootstrap-dark.scss +1 -0
- package/styles/drop-down-list/bootstrap.css +90 -91
- package/styles/drop-down-list/bootstrap.scss +1 -0
- package/styles/drop-down-list/bootstrap4.css +105 -105
- package/styles/drop-down-list/bootstrap4.scss +1 -0
- package/styles/drop-down-list/bootstrap5-dark.css +87 -101
- package/styles/drop-down-list/bootstrap5-dark.scss +1 -0
- package/styles/drop-down-list/bootstrap5.3.css +481 -0
- package/styles/drop-down-list/bootstrap5.3.scss +10 -0
- package/styles/drop-down-list/bootstrap5.css +87 -101
- package/styles/drop-down-list/bootstrap5.scss +1 -0
- package/styles/drop-down-list/fabric-dark.css +89 -90
- package/styles/drop-down-list/fabric-dark.scss +1 -0
- package/styles/drop-down-list/fabric.css +89 -83
- package/styles/drop-down-list/fabric.scss +1 -0
- package/styles/drop-down-list/fluent-dark.css +73 -88
- package/styles/drop-down-list/fluent-dark.scss +1 -0
- package/styles/drop-down-list/fluent.css +73 -88
- package/styles/drop-down-list/fluent.scss +1 -0
- package/styles/drop-down-list/fluent2.css +76 -93
- package/styles/drop-down-list/fluent2.scss +1 -0
- package/styles/drop-down-list/highcontrast-light.css +78 -80
- package/styles/drop-down-list/highcontrast-light.scss +1 -0
- package/styles/drop-down-list/highcontrast.css +79 -80
- package/styles/drop-down-list/highcontrast.scss +1 -0
- package/styles/drop-down-list/material-dark.css +73 -73
- package/styles/drop-down-list/material-dark.scss +1 -0
- package/styles/drop-down-list/material.css +94 -94
- package/styles/drop-down-list/material.scss +1 -0
- package/styles/drop-down-list/material3-dark.css +98 -98
- package/styles/drop-down-list/material3-dark.scss +1 -0
- package/styles/drop-down-list/material3.css +98 -98
- package/styles/drop-down-list/material3.scss +1 -0
- package/styles/drop-down-list/tailwind-dark.css +95 -78
- package/styles/drop-down-list/tailwind-dark.scss +1 -0
- package/styles/drop-down-list/tailwind.css +95 -78
- package/styles/drop-down-list/tailwind.scss +1 -0
- package/styles/drop-down-tree/_bigger.scss +522 -0
- package/styles/drop-down-tree/_bootstrap5.3-definition.scss +5 -5
- package/styles/drop-down-tree/_fluent2-definition.scss +5 -3
- package/styles/drop-down-tree/_layout.scss +15 -491
- package/styles/drop-down-tree/_theme.scss +16 -4
- package/styles/drop-down-tree/bootstrap-dark.css +32 -37
- package/styles/drop-down-tree/bootstrap-dark.scss +1 -0
- package/styles/drop-down-tree/bootstrap.css +32 -37
- package/styles/drop-down-tree/bootstrap.scss +1 -0
- package/styles/drop-down-tree/bootstrap4.css +38 -47
- package/styles/drop-down-tree/bootstrap4.scss +1 -0
- package/styles/drop-down-tree/bootstrap5-dark.css +36 -55
- package/styles/drop-down-tree/bootstrap5-dark.scss +1 -0
- package/styles/drop-down-tree/bootstrap5.3.css +460 -0
- package/styles/drop-down-tree/bootstrap5.3.scss +10 -0
- package/styles/drop-down-tree/bootstrap5.css +36 -55
- package/styles/drop-down-tree/bootstrap5.scss +1 -0
- package/styles/drop-down-tree/fabric-dark.css +32 -37
- package/styles/drop-down-tree/fabric-dark.scss +1 -0
- package/styles/drop-down-tree/fabric.css +32 -37
- package/styles/drop-down-tree/fabric.scss +1 -0
- package/styles/drop-down-tree/fluent-dark.css +32 -51
- package/styles/drop-down-tree/fluent-dark.scss +1 -0
- package/styles/drop-down-tree/fluent.css +32 -51
- package/styles/drop-down-tree/fluent.scss +1 -0
- package/styles/drop-down-tree/fluent2.css +38 -53
- package/styles/drop-down-tree/fluent2.scss +1 -0
- package/styles/drop-down-tree/highcontrast-light.css +32 -39
- package/styles/drop-down-tree/highcontrast-light.scss +1 -0
- package/styles/drop-down-tree/highcontrast.css +41 -48
- package/styles/drop-down-tree/highcontrast.scss +1 -0
- package/styles/drop-down-tree/material-dark.css +32 -36
- package/styles/drop-down-tree/material-dark.scss +1 -0
- package/styles/drop-down-tree/material.css +32 -36
- package/styles/drop-down-tree/material.scss +1 -0
- package/styles/drop-down-tree/material3-dark.css +33 -37
- package/styles/drop-down-tree/material3-dark.scss +1 -0
- package/styles/drop-down-tree/material3.css +33 -37
- package/styles/drop-down-tree/material3.scss +1 -0
- package/styles/drop-down-tree/tailwind-dark.css +51 -73
- package/styles/drop-down-tree/tailwind-dark.scss +1 -0
- package/styles/drop-down-tree/tailwind.css +51 -73
- package/styles/drop-down-tree/tailwind.scss +1 -0
- package/styles/fabric-dark-lite.css +2730 -0
- package/styles/fabric-dark-lite.scss +28 -0
- package/styles/fabric-dark.css +657 -604
- package/styles/fabric-dark.scss +6 -1
- package/styles/fabric-lite.css +2731 -0
- package/styles/fabric-lite.scss +28 -0
- package/styles/fabric.css +667 -607
- package/styles/fabric.scss +6 -1
- package/styles/fluent-dark-lite.css +2866 -0
- package/styles/fluent-dark-lite.scss +28 -0
- package/styles/fluent-dark.css +703 -678
- package/styles/fluent-dark.scss +6 -1
- package/styles/fluent-lite.css +2866 -0
- package/styles/fluent-lite.scss +28 -0
- package/styles/fluent.css +703 -678
- package/styles/fluent.scss +6 -1
- package/styles/fluent2-lite.css +3050 -0
- package/styles/fluent2-lite.scss +28 -0
- package/styles/fluent2.css +739 -672
- package/styles/fluent2.scss +6 -1
- package/styles/highcontrast-light-lite.css +2847 -0
- package/styles/highcontrast-light-lite.scss +28 -0
- package/styles/highcontrast-light.css +652 -602
- package/styles/highcontrast-light.scss +6 -1
- package/styles/highcontrast-lite.css +2870 -0
- package/styles/highcontrast-lite.scss +28 -0
- package/styles/highcontrast.css +670 -619
- package/styles/highcontrast.scss +6 -1
- package/styles/list-box/_bigger.scss +173 -0
- package/styles/list-box/_bootstrap5-definition.scss +1 -0
- package/styles/list-box/_bootstrap5.3-definition.scss +17 -14
- package/styles/list-box/_fluent2-definition.scss +2 -0
- package/styles/list-box/_layout.scss +15 -127
- package/styles/list-box/_theme.scss +14 -51
- package/styles/list-box/bootstrap-dark.css +121 -129
- package/styles/list-box/bootstrap-dark.scss +1 -0
- package/styles/list-box/bootstrap.css +127 -135
- package/styles/list-box/bootstrap.scss +1 -0
- package/styles/list-box/bootstrap4.css +171 -183
- package/styles/list-box/bootstrap4.scss +1 -0
- package/styles/list-box/bootstrap5-dark.css +127 -149
- package/styles/list-box/bootstrap5-dark.scss +1 -0
- package/styles/list-box/bootstrap5.3.css +950 -0
- package/styles/list-box/bootstrap5.3.scss +6 -0
- package/styles/list-box/bootstrap5.css +127 -149
- package/styles/list-box/bootstrap5.scss +1 -0
- package/styles/list-box/fabric-dark.css +121 -129
- package/styles/list-box/fabric-dark.scss +1 -0
- package/styles/list-box/fabric.css +127 -135
- package/styles/list-box/fabric.scss +1 -0
- package/styles/list-box/fluent-dark.css +127 -149
- package/styles/list-box/fluent-dark.scss +1 -0
- package/styles/list-box/fluent.css +127 -149
- package/styles/list-box/fluent.scss +1 -0
- package/styles/list-box/fluent2.css +121 -156
- package/styles/list-box/fluent2.scss +1 -0
- package/styles/list-box/highcontrast-light.css +121 -131
- package/styles/list-box/highcontrast-light.scss +1 -0
- package/styles/list-box/highcontrast.css +127 -137
- package/styles/list-box/highcontrast.scss +1 -0
- package/styles/list-box/material-dark.css +121 -128
- package/styles/list-box/material-dark.scss +1 -0
- package/styles/list-box/material.css +127 -134
- package/styles/list-box/material.scss +1 -0
- package/styles/list-box/material3-dark.css +121 -128
- package/styles/list-box/material3-dark.scss +1 -0
- package/styles/list-box/material3.css +121 -128
- package/styles/list-box/material3.scss +1 -0
- package/styles/list-box/tailwind-dark.css +137 -162
- package/styles/list-box/tailwind-dark.scss +1 -0
- package/styles/list-box/tailwind.css +137 -162
- package/styles/list-box/tailwind.scss +1 -0
- package/styles/material-dark-lite.css +3513 -0
- package/styles/material-dark-lite.scss +28 -0
- package/styles/material-dark.css +1265 -1157
- package/styles/material-dark.scss +6 -1
- package/styles/material-lite.css +3545 -0
- package/styles/material-lite.scss +28 -0
- package/styles/material.css +1305 -1197
- package/styles/material.scss +6 -1
- package/styles/material3-dark-lite.css +3459 -0
- package/styles/material3-dark-lite.scss +28 -0
- package/styles/material3-dark.css +1614 -1248
- package/styles/material3-dark.scss +6 -1
- package/styles/material3-lite.css +3461 -0
- package/styles/material3-lite.scss +28 -0
- package/styles/material3.css +1614 -1248
- package/styles/material3.scss +6 -1
- package/styles/mention/bootstrap-dark.css +0 -5
- package/styles/mention/bootstrap.css +0 -5
- package/styles/mention/bootstrap4.css +0 -9
- package/styles/mention/bootstrap5-dark.css +0 -19
- package/styles/mention/bootstrap5.3.css +67 -0
- package/styles/mention/bootstrap5.3.scss +6 -0
- package/styles/mention/bootstrap5.css +0 -19
- package/styles/mention/fabric-dark.css +0 -5
- package/styles/mention/fabric.css +0 -5
- package/styles/mention/fluent-dark.css +0 -19
- package/styles/mention/fluent.css +0 -19
- package/styles/mention/fluent2.css +0 -22
- package/styles/mention/highcontrast-light.css +0 -7
- package/styles/mention/highcontrast.css +0 -7
- package/styles/mention/material-dark.css +0 -4
- package/styles/mention/material.css +0 -4
- package/styles/mention/material3-dark.css +0 -4
- package/styles/mention/material3.css +0 -4
- package/styles/mention/tailwind-dark.css +0 -22
- package/styles/mention/tailwind.css +0 -22
- package/styles/multi-select/_bds-definition.scss +0 -5
- package/styles/multi-select/_bigger.scss +2002 -0
- package/styles/multi-select/_bootstrap-dark-definition.scss +0 -9
- package/styles/multi-select/_bootstrap-definition.scss +0 -9
- package/styles/multi-select/_bootstrap4-definition.scss +0 -44
- package/styles/multi-select/_bootstrap5-definition.scss +0 -5
- package/styles/multi-select/_bootstrap5.3-definition.scss +0 -5
- package/styles/multi-select/_fabric-dark-definition.scss +2 -4
- package/styles/multi-select/_fabric-definition.scss +2 -4
- package/styles/multi-select/_fluent-definition.scss +0 -10
- package/styles/multi-select/_fluent2-definition.scss +2 -5
- package/styles/multi-select/_fusionnew-definition.scss +0 -5
- package/styles/multi-select/_highcontrast-definition.scss +1 -2
- package/styles/multi-select/_highcontrast-light-definition.scss +1 -2
- package/styles/multi-select/_layout.scss +33 -934
- package/styles/multi-select/_tailwind-definition.scss +0 -5
- package/styles/multi-select/_theme.scss +13 -34
- package/styles/multi-select/bootstrap-dark.css +314 -273
- package/styles/multi-select/bootstrap-dark.scss +1 -0
- package/styles/multi-select/bootstrap.css +314 -273
- package/styles/multi-select/bootstrap.scss +1 -0
- package/styles/multi-select/bootstrap4.css +405 -347
- package/styles/multi-select/bootstrap4.scss +1 -0
- package/styles/multi-select/bootstrap5-dark.css +350 -320
- package/styles/multi-select/bootstrap5-dark.scss +1 -0
- package/styles/multi-select/bootstrap5.3.css +1424 -0
- package/styles/multi-select/bootstrap5.3.scss +10 -0
- package/styles/multi-select/bootstrap5.css +350 -320
- package/styles/multi-select/bootstrap5.scss +1 -0
- package/styles/multi-select/fabric-dark.css +320 -273
- package/styles/multi-select/fabric-dark.scss +1 -0
- package/styles/multi-select/fabric.css +320 -273
- package/styles/multi-select/fabric.scss +1 -0
- package/styles/multi-select/fluent-dark.css +366 -361
- package/styles/multi-select/fluent-dark.scss +1 -0
- package/styles/multi-select/fluent.css +366 -361
- package/styles/multi-select/fluent.scss +1 -0
- package/styles/multi-select/fluent2.css +399 -355
- package/styles/multi-select/fluent2.scss +1 -0
- package/styles/multi-select/highcontrast-light.css +321 -278
- package/styles/multi-select/highcontrast-light.scss +1 -0
- package/styles/multi-select/highcontrast.css +321 -278
- package/styles/multi-select/highcontrast.scss +1 -0
- package/styles/multi-select/icons/_bootstrap4.scss +0 -9
- package/styles/multi-select/icons/_fluent.scss +0 -21
- package/styles/multi-select/icons/_fluent2.scss +5 -354
- package/styles/multi-select/icons/_material-dark.scss +5 -354
- package/styles/multi-select/icons/_material.scss +5 -354
- package/styles/multi-select/icons/_material3.scss +5 -354
- package/styles/multi-select/material-dark.css +960 -857
- package/styles/multi-select/material-dark.scss +1 -0
- package/styles/multi-select/material.css +960 -857
- package/styles/multi-select/material.scss +1 -0
- package/styles/multi-select/material3-dark.css +1277 -916
- package/styles/multi-select/material3-dark.scss +1 -0
- package/styles/multi-select/material3.css +1277 -916
- package/styles/multi-select/material3.scss +1 -0
- package/styles/multi-select/tailwind-dark.css +351 -327
- package/styles/multi-select/tailwind-dark.scss +1 -0
- package/styles/multi-select/tailwind.css +351 -327
- package/styles/multi-select/tailwind.scss +1 -0
- package/styles/tailwind-dark-lite.css +2813 -0
- package/styles/tailwind-dark-lite.scss +28 -0
- package/styles/tailwind-dark.css +930 -848
- package/styles/tailwind-dark.scss +6 -1
- package/styles/tailwind-lite.css +2813 -0
- package/styles/tailwind-lite.scss +28 -0
- package/styles/tailwind.css +930 -848
- package/styles/tailwind.scss +6 -1
package/styles/fluent-dark.css
CHANGED
|
@@ -10,55 +10,14 @@
|
|
|
10
10
|
font-size: 10px;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
-
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
14
|
-
.e-bigger .e-fixed-head,
|
|
15
|
-
.e-bigger.e-dropdownbase .e-list-group-item,
|
|
16
|
-
.e-bigger.e-fixed-head {
|
|
17
|
-
font-size: 14px;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.e-bigger.e-small .e-dropdownbase .e-list-group-item,
|
|
21
|
-
.e-bigger.e-small .e-fixed-head,
|
|
22
|
-
.e-bigger.e-small.e-dropdownbase .e-list-group-item,
|
|
23
|
-
.e-bigger.e-small.e-fixed-head {
|
|
24
|
-
font-size: 12px;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
13
|
.e-dropdownbase .e-list-item .e-list-icon {
|
|
28
14
|
padding: 0 8px 0 0;
|
|
29
15
|
}
|
|
30
16
|
|
|
31
|
-
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
32
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
33
|
-
padding: 0 12px 0 0;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
17
|
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
37
18
|
padding: 0 8px 0 0;
|
|
38
19
|
}
|
|
39
20
|
|
|
40
|
-
.e-bigger .e-dropdownbase,
|
|
41
|
-
.e-dropdownbase.e-bigger {
|
|
42
|
-
min-height: 45px;
|
|
43
|
-
}
|
|
44
|
-
.e-bigger .e-dropdownbase .e-list-item,
|
|
45
|
-
.e-dropdownbase.e-bigger .e-list-item {
|
|
46
|
-
line-height: 32px;
|
|
47
|
-
text-indent: 8px;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head,
|
|
51
|
-
.e-dropdownbase.e-bigger .e-list-group-item,
|
|
52
|
-
.e-dropdownbase.e-bigger .e-fixed-head {
|
|
53
|
-
line-height: 32px;
|
|
54
|
-
text-indent: 8px;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
58
|
-
.e-dropdownbase.e-bigger .e-list-item .e-list-icon {
|
|
59
|
-
font-size: 20px;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
21
|
.e-dropdownbase {
|
|
63
22
|
display: block;
|
|
64
23
|
height: 100%;
|
|
@@ -145,21 +104,11 @@
|
|
|
145
104
|
white-space: pre-wrap;
|
|
146
105
|
}
|
|
147
106
|
|
|
148
|
-
.e-bigger.e-ddl .e-dropdownbase.e-nodata,
|
|
149
|
-
.e-bigger .e-ddl .e-dropdownbase.e-nodata {
|
|
150
|
-
font-size: 16px;
|
|
151
|
-
}
|
|
152
|
-
|
|
153
107
|
.e-small.e-ddl .e-dropdownbase.e-nodata,
|
|
154
108
|
.e-small .e-ddl .e-dropdownbase.e-nodata {
|
|
155
109
|
font-size: 12px;
|
|
156
110
|
}
|
|
157
111
|
|
|
158
|
-
.e-bigger.e-small.e-ddl .e-dropdownbase.e-nodata,
|
|
159
|
-
.e-bigger.e-small .e-ddl .e-dropdownbase.e-nodata {
|
|
160
|
-
font-size: 14px;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
112
|
.e-rtl .e-dropdownbase.e-dd-group .e-list-item {
|
|
164
113
|
padding-right: 12px;
|
|
165
114
|
}
|
|
@@ -174,16 +123,6 @@
|
|
|
174
123
|
text-indent: 0;
|
|
175
124
|
}
|
|
176
125
|
|
|
177
|
-
.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
178
|
-
padding-left: 16px;
|
|
179
|
-
text-indent: 0;
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
.e-small.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
183
|
-
padding-left: 14px;
|
|
184
|
-
text-indent: 0;
|
|
185
|
-
}
|
|
186
|
-
|
|
187
126
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
188
127
|
text-indent: 0;
|
|
189
128
|
}
|
|
@@ -213,14 +152,6 @@
|
|
|
213
152
|
padding-left: 16px;
|
|
214
153
|
padding-right: 0;
|
|
215
154
|
}
|
|
216
|
-
.e-small.e-bigger.e-rtl .e-dropdownbase .e-list-item,
|
|
217
|
-
.e-small.e-bigger .e-rtl .e-dropdownbase .e-list-item,
|
|
218
|
-
.e-rtl .e-small.e-bigger .e-dropdownbase .e-list-item,
|
|
219
|
-
.e-small .e-rtl.e-bigger .e-dropdownbase .e-list-item,
|
|
220
|
-
.e-bigger .e-rtl.e-small .e-dropdownbase .e-list-item {
|
|
221
|
-
padding-left: 16px;
|
|
222
|
-
padding-right: 0;
|
|
223
|
-
}
|
|
224
155
|
.e-dropdownbase {
|
|
225
156
|
border-color: #292827;
|
|
226
157
|
}
|
|
@@ -275,11 +206,6 @@
|
|
|
275
206
|
background-color: #323130;
|
|
276
207
|
}
|
|
277
208
|
|
|
278
|
-
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head {
|
|
279
|
-
font-size: 16px;
|
|
280
|
-
padding-left: 16px;
|
|
281
|
-
}
|
|
282
|
-
|
|
283
209
|
.e-multi-column.e-ddl.e-popup.e-popup-open table {
|
|
284
210
|
border-collapse: collapse;
|
|
285
211
|
table-layout: fixed;
|
|
@@ -359,33 +285,6 @@
|
|
|
359
285
|
font-size: 14px;
|
|
360
286
|
}
|
|
361
287
|
|
|
362
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item,
|
|
363
|
-
.e-dropdownbase.e-small.e-bigger .e-list-item {
|
|
364
|
-
color: #f3f2f1;
|
|
365
|
-
line-height: 30px;
|
|
366
|
-
min-height: 30px;
|
|
367
|
-
text-indent: 8px;
|
|
368
|
-
}
|
|
369
|
-
|
|
370
|
-
.e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
371
|
-
.e-dropdownbase.e-small.e-bigger .e-list-group-item,
|
|
372
|
-
.e-dropdownbase.e-small.e-bigger .e-fixed-head {
|
|
373
|
-
line-height: 30px;
|
|
374
|
-
min-height: 30px;
|
|
375
|
-
padding-left: 14px;
|
|
376
|
-
}
|
|
377
|
-
|
|
378
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon,
|
|
379
|
-
.e-dropdownbase.e-small.e-bigger .e-list-item .e-list-icon {
|
|
380
|
-
font-size: 18px;
|
|
381
|
-
}
|
|
382
|
-
|
|
383
|
-
.e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
384
|
-
.e-dropdownbase.e-bigger.e-small .e-list-group-item,
|
|
385
|
-
.e-dropdownbase.e-bigger.e-small .e-fixed-head {
|
|
386
|
-
font-size: 12px;
|
|
387
|
-
}
|
|
388
|
-
|
|
389
288
|
.e-ddl.e-popup.e-multiselect-group .e-list-group-item {
|
|
390
289
|
background-color: #252423;
|
|
391
290
|
border-bottom: 0;
|
|
@@ -422,6 +321,107 @@
|
|
|
422
321
|
background-color: #323130;
|
|
423
322
|
}
|
|
424
323
|
|
|
324
|
+
.e-bigger .e-dropdownbase,
|
|
325
|
+
.e-dropdownbase.e-bigger {
|
|
326
|
+
min-height: 45px;
|
|
327
|
+
}
|
|
328
|
+
.e-bigger .e-dropdownbase .e-list-item,
|
|
329
|
+
.e-dropdownbase.e-bigger .e-list-item {
|
|
330
|
+
line-height: 32px;
|
|
331
|
+
text-indent: 8px;
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head,
|
|
335
|
+
.e-dropdownbase.e-bigger .e-list-group-item,
|
|
336
|
+
.e-dropdownbase.e-bigger .e-fixed-head {
|
|
337
|
+
line-height: 32px;
|
|
338
|
+
text-indent: 8px;
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
342
|
+
.e-dropdownbase.e-bigger .e-list-item .e-list-icon {
|
|
343
|
+
font-size: 20px;
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
.e-bigger.e-ddl .e-dropdownbase.e-nodata,
|
|
347
|
+
.e-bigger .e-ddl .e-dropdownbase.e-nodata {
|
|
348
|
+
font-size: 16px;
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
.e-bigger.e-small.e-ddl .e-dropdownbase.e-nodata,
|
|
352
|
+
.e-bigger.e-small .e-ddl .e-dropdownbase.e-nodata {
|
|
353
|
+
font-size: 14px;
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
357
|
+
padding-left: 16px;
|
|
358
|
+
text-indent: 0;
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
.e-small.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
362
|
+
padding-left: 14px;
|
|
363
|
+
text-indent: 0;
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
.e-small.e-bigger.e-rtl .e-dropdownbase .e-list-item,
|
|
367
|
+
.e-small.e-bigger .e-rtl .e-dropdownbase .e-list-item,
|
|
368
|
+
.e-rtl .e-small.e-bigger .e-dropdownbase .e-list-item,
|
|
369
|
+
.e-small .e-rtl.e-bigger .e-dropdownbase .e-list-item,
|
|
370
|
+
.e-bigger .e-rtl.e-small .e-dropdownbase .e-list-item {
|
|
371
|
+
padding-left: 16px;
|
|
372
|
+
padding-right: 0;
|
|
373
|
+
}
|
|
374
|
+
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head {
|
|
375
|
+
font-size: 16px;
|
|
376
|
+
padding-left: 16px;
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
.e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
380
|
+
.e-dropdownbase.e-bigger.e-small .e-list-group-item,
|
|
381
|
+
.e-dropdownbase.e-bigger.e-small .e-fixed-head {
|
|
382
|
+
font-size: 12px;
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item,
|
|
386
|
+
.e-dropdownbase.e-small.e-bigger .e-list-item {
|
|
387
|
+
color: #f3f2f1;
|
|
388
|
+
line-height: 30px;
|
|
389
|
+
min-height: 30px;
|
|
390
|
+
text-indent: 8px;
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
.e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
394
|
+
.e-dropdownbase.e-small.e-bigger .e-list-group-item,
|
|
395
|
+
.e-dropdownbase.e-small.e-bigger .e-fixed-head {
|
|
396
|
+
line-height: 30px;
|
|
397
|
+
min-height: 30px;
|
|
398
|
+
padding-left: 14px;
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon,
|
|
402
|
+
.e-dropdownbase.e-small.e-bigger .e-list-item .e-list-icon {
|
|
403
|
+
font-size: 18px;
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
407
|
+
.e-bigger .e-fixed-head,
|
|
408
|
+
.e-bigger.e-dropdownbase .e-list-group-item,
|
|
409
|
+
.e-bigger.e-fixed-head {
|
|
410
|
+
font-size: 14px;
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
.e-bigger.e-small .e-dropdownbase .e-list-group-item,
|
|
414
|
+
.e-bigger.e-small .e-fixed-head,
|
|
415
|
+
.e-bigger.e-small.e-dropdownbase .e-list-group-item,
|
|
416
|
+
.e-bigger.e-small.e-fixed-head {
|
|
417
|
+
font-size: 12px;
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
421
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
422
|
+
padding: 0 12px 0 0;
|
|
423
|
+
}
|
|
424
|
+
|
|
425
425
|
/* stylelint-disable property-no-vendor-prefix */
|
|
426
426
|
/* stylelint-disable-line no-empty-source */
|
|
427
427
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -492,28 +492,6 @@
|
|
|
492
492
|
border: 0;
|
|
493
493
|
}
|
|
494
494
|
|
|
495
|
-
.e-bigger .e-popup.e-ddl-device-filter {
|
|
496
|
-
margin-top: 0;
|
|
497
|
-
}
|
|
498
|
-
|
|
499
|
-
.e-bigger .e-popup.e-ddl .e-list-item {
|
|
500
|
-
font-size: 16px;
|
|
501
|
-
line-height: 32px;
|
|
502
|
-
padding-left: 0;
|
|
503
|
-
text-indent: 16px;
|
|
504
|
-
}
|
|
505
|
-
|
|
506
|
-
.e-bigger .e-popup.e-ddl .e-list-group-item, .e-bigger .e-popup.e-ddl .e-fixed-head {
|
|
507
|
-
font-size: 14px;
|
|
508
|
-
line-height: 32px;
|
|
509
|
-
padding-left: 0;
|
|
510
|
-
text-indent: 16px;
|
|
511
|
-
}
|
|
512
|
-
|
|
513
|
-
.e-bigger .e-popup.e-ddl .e-dropdownbase {
|
|
514
|
-
min-height: 40px;
|
|
515
|
-
}
|
|
516
|
-
|
|
517
495
|
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
|
|
518
496
|
.e-float-input.e-control-wrapper.e-ddl input[readonly] {
|
|
519
497
|
background: transparent;
|
|
@@ -576,25 +554,6 @@
|
|
|
576
554
|
font-size: 14px;
|
|
577
555
|
}
|
|
578
556
|
|
|
579
|
-
.e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
580
|
-
font-size: 16px;
|
|
581
|
-
}
|
|
582
|
-
|
|
583
|
-
.e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
|
|
584
|
-
font-size: 14px;
|
|
585
|
-
line-height: 34px;
|
|
586
|
-
padding-left: 0;
|
|
587
|
-
text-indent: 16px;
|
|
588
|
-
}
|
|
589
|
-
|
|
590
|
-
.e-bigger.e-small .e-ddl.e-popup .e-input-group input, .e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input {
|
|
591
|
-
height: 30px;
|
|
592
|
-
}
|
|
593
|
-
|
|
594
|
-
.e-bigger.e-small .e-popup.e-ddl .e-dropdownbase {
|
|
595
|
-
min-height: 34px;
|
|
596
|
-
}
|
|
597
|
-
|
|
598
557
|
.e-ddl .e-search-icon::before {
|
|
599
558
|
content: "\e754";
|
|
600
559
|
}
|
|
@@ -608,25 +567,9 @@
|
|
|
608
567
|
font-family: "e-icons";
|
|
609
568
|
}
|
|
610
569
|
|
|
611
|
-
.e-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
.e-bigger .e-ddl.e-popup .e-list-item {
|
|
616
|
-
font-size: 16px;
|
|
617
|
-
}
|
|
618
|
-
.e-bigger .e-ddl.e-popup .e-list-group-item {
|
|
619
|
-
font-size: 16px;
|
|
620
|
-
}
|
|
621
|
-
.e-bigger.e-ddl.e-popup .e-list-item {
|
|
622
|
-
font-size: 16px;
|
|
623
|
-
}
|
|
624
|
-
.e-bigger.e-ddl.e-popup .e-list-group-item {
|
|
625
|
-
font-size: 16px;
|
|
626
|
-
}
|
|
627
|
-
.e-popup.e-wide-popup.e-ddl-device.e-popup-close {
|
|
628
|
-
display: block;
|
|
629
|
-
visibility: hidden;
|
|
570
|
+
.e-popup.e-wide-popup.e-ddl-device.e-popup-close {
|
|
571
|
+
display: block;
|
|
572
|
+
visibility: hidden;
|
|
630
573
|
}
|
|
631
574
|
|
|
632
575
|
.e-popup-full-page {
|
|
@@ -811,6 +754,42 @@ ejs-dropdownlist {
|
|
|
811
754
|
font-size: 12px;
|
|
812
755
|
}
|
|
813
756
|
|
|
757
|
+
.e-content-placeholder.e-ddl.e-placeholder-ddl,
|
|
758
|
+
.e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
|
|
759
|
+
.e-content-placeholder.e-combobox.e-placeholder-combobox {
|
|
760
|
+
background-size: 300px 33px;
|
|
761
|
+
min-height: 33px;
|
|
762
|
+
}
|
|
763
|
+
|
|
764
|
+
.e-popup {
|
|
765
|
+
border-color: #292827;
|
|
766
|
+
}
|
|
767
|
+
|
|
768
|
+
.e-float-input.e-input-group.e-ddl.e-control.e-icon-anim > .e-float-text,
|
|
769
|
+
.e-float-input.e-input-focus.e-input-group.e-ddl.e-control.e-keyboard > .e-float-text {
|
|
770
|
+
color: #f3f2f1;
|
|
771
|
+
}
|
|
772
|
+
|
|
773
|
+
.e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
|
|
774
|
+
border-color: transparent;
|
|
775
|
+
}
|
|
776
|
+
|
|
777
|
+
.e-bigger .e-input-group.e-ddl .e-input-filter, .e-bigger .e-input-group.e-ddl .e-input-filter:focus {
|
|
778
|
+
margin-left: -20px;
|
|
779
|
+
}
|
|
780
|
+
|
|
781
|
+
.e-bigger .e-ddl.e-popup .e-list-item {
|
|
782
|
+
font-size: 16px;
|
|
783
|
+
}
|
|
784
|
+
.e-bigger .e-ddl.e-popup .e-list-group-item {
|
|
785
|
+
font-size: 16px;
|
|
786
|
+
}
|
|
787
|
+
.e-bigger.e-ddl.e-popup .e-list-item {
|
|
788
|
+
font-size: 16px;
|
|
789
|
+
}
|
|
790
|
+
.e-bigger.e-ddl.e-popup .e-list-group-item {
|
|
791
|
+
font-size: 16px;
|
|
792
|
+
}
|
|
814
793
|
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
815
794
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
816
795
|
font-size: 14px;
|
|
@@ -829,13 +808,6 @@ ejs-dropdownlist {
|
|
|
829
808
|
font-size: 14px;
|
|
830
809
|
}
|
|
831
810
|
|
|
832
|
-
.e-content-placeholder.e-ddl.e-placeholder-ddl,
|
|
833
|
-
.e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
|
|
834
|
-
.e-content-placeholder.e-combobox.e-placeholder-combobox {
|
|
835
|
-
background-size: 300px 33px;
|
|
836
|
-
min-height: 33px;
|
|
837
|
-
}
|
|
838
|
-
|
|
839
811
|
.e-bigger .e-content-placeholder.e-ddl.e-placeholder-ddl,
|
|
840
812
|
.e-bigger.e-content-placeholder.e-ddl.e-placeholder-ddl,
|
|
841
813
|
.e-bigger .e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
|
|
@@ -846,13 +818,45 @@ ejs-dropdownlist {
|
|
|
846
818
|
min-height: 40px;
|
|
847
819
|
}
|
|
848
820
|
|
|
849
|
-
.e-popup {
|
|
850
|
-
|
|
821
|
+
.e-bigger .e-popup.e-ddl-device-filter {
|
|
822
|
+
margin-top: 0;
|
|
851
823
|
}
|
|
852
824
|
|
|
853
|
-
.e-
|
|
854
|
-
|
|
855
|
-
|
|
825
|
+
.e-bigger .e-popup.e-ddl .e-list-item {
|
|
826
|
+
font-size: 16px;
|
|
827
|
+
line-height: 32px;
|
|
828
|
+
padding-left: 0;
|
|
829
|
+
text-indent: 16px;
|
|
830
|
+
}
|
|
831
|
+
|
|
832
|
+
.e-bigger .e-popup.e-ddl .e-list-group-item, .e-bigger .e-popup.e-ddl .e-fixed-head {
|
|
833
|
+
font-size: 14px;
|
|
834
|
+
line-height: 32px;
|
|
835
|
+
padding-left: 0;
|
|
836
|
+
text-indent: 16px;
|
|
837
|
+
}
|
|
838
|
+
|
|
839
|
+
.e-bigger .e-popup.e-ddl .e-dropdownbase {
|
|
840
|
+
min-height: 40px;
|
|
841
|
+
}
|
|
842
|
+
|
|
843
|
+
.e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
844
|
+
font-size: 16px;
|
|
845
|
+
}
|
|
846
|
+
|
|
847
|
+
.e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
|
|
848
|
+
font-size: 14px;
|
|
849
|
+
line-height: 34px;
|
|
850
|
+
padding-left: 0;
|
|
851
|
+
text-indent: 16px;
|
|
852
|
+
}
|
|
853
|
+
|
|
854
|
+
.e-bigger.e-small .e-ddl.e-popup .e-input-group input, .e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input {
|
|
855
|
+
height: 30px;
|
|
856
|
+
}
|
|
857
|
+
|
|
858
|
+
.e-bigger.e-small .e-popup.e-ddl .e-dropdownbase {
|
|
859
|
+
min-height: 34px;
|
|
856
860
|
}
|
|
857
861
|
|
|
858
862
|
/*! TreeView's bootstrap5 theme wise override definitions and variables */
|
|
@@ -1168,6 +1172,38 @@ ejs-dropdownlist {
|
|
|
1168
1172
|
display: none;
|
|
1169
1173
|
}
|
|
1170
1174
|
|
|
1175
|
+
.e-ddt .e-chips {
|
|
1176
|
+
background-color: #252423;
|
|
1177
|
+
}
|
|
1178
|
+
.e-ddt .e-chips .e-chips-close::before {
|
|
1179
|
+
color: #a19f9d;
|
|
1180
|
+
}
|
|
1181
|
+
.e-ddt .e-chips > .e-chipcontent {
|
|
1182
|
+
color: #f3f2f1;
|
|
1183
|
+
}
|
|
1184
|
+
.e-ddt .e-overflow .e-remain {
|
|
1185
|
+
color: #a19f9d;
|
|
1186
|
+
}
|
|
1187
|
+
.e-ddt.e-input-group.e-control-wrapper .e-input[readonly], .e-ddt.e-float-input.e-control-wrapper input[readonly] {
|
|
1188
|
+
background: transparent;
|
|
1189
|
+
}
|
|
1190
|
+
.e-ddt.e-popup {
|
|
1191
|
+
background: #252423;
|
|
1192
|
+
border-color: #292827;
|
|
1193
|
+
}
|
|
1194
|
+
.e-ddt.e-popup .e-popup-content.e-no-data {
|
|
1195
|
+
color: #c8c6c4;
|
|
1196
|
+
}
|
|
1197
|
+
.e-ddt.e-popup .e-selectall-parent {
|
|
1198
|
+
border-bottom-color: #292827;
|
|
1199
|
+
}
|
|
1200
|
+
.e-ddt.e-popup .e-selectall-parent:focus {
|
|
1201
|
+
background: #252423;
|
|
1202
|
+
}
|
|
1203
|
+
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
1204
|
+
color: #f3f2f1;
|
|
1205
|
+
}
|
|
1206
|
+
|
|
1171
1207
|
.e-bigger .e-ddt .e-chips,
|
|
1172
1208
|
.e-ddt.e-bigger .e-chips {
|
|
1173
1209
|
height: 32px;
|
|
@@ -1292,38 +1328,6 @@ ejs-dropdownlist {
|
|
|
1292
1328
|
right: auto;
|
|
1293
1329
|
}
|
|
1294
1330
|
|
|
1295
|
-
.e-ddt .e-chips {
|
|
1296
|
-
background-color: #252423;
|
|
1297
|
-
}
|
|
1298
|
-
.e-ddt .e-chips .e-chips-close::before {
|
|
1299
|
-
color: #a19f9d;
|
|
1300
|
-
}
|
|
1301
|
-
.e-ddt .e-chips > .e-chipcontent {
|
|
1302
|
-
color: #f3f2f1;
|
|
1303
|
-
}
|
|
1304
|
-
.e-ddt .e-overflow .e-remain {
|
|
1305
|
-
color: #a19f9d;
|
|
1306
|
-
}
|
|
1307
|
-
.e-ddt.e-input-group.e-control-wrapper .e-input[readonly], .e-ddt.e-float-input.e-control-wrapper input[readonly] {
|
|
1308
|
-
background: transparent;
|
|
1309
|
-
}
|
|
1310
|
-
.e-ddt.e-popup {
|
|
1311
|
-
background: #252423;
|
|
1312
|
-
border-color: #292827;
|
|
1313
|
-
}
|
|
1314
|
-
.e-ddt.e-popup .e-popup-content.e-no-data {
|
|
1315
|
-
color: #c8c6c4;
|
|
1316
|
-
}
|
|
1317
|
-
.e-ddt.e-popup .e-selectall-parent {
|
|
1318
|
-
border-bottom-color: #292827;
|
|
1319
|
-
}
|
|
1320
|
-
.e-ddt.e-popup .e-selectall-parent:focus {
|
|
1321
|
-
background: #252423;
|
|
1322
|
-
}
|
|
1323
|
-
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
1324
|
-
color: #f3f2f1;
|
|
1325
|
-
}
|
|
1326
|
-
|
|
1327
1331
|
/* stylelint-disable-line no-empty-source */
|
|
1328
1332
|
/* stylelint-disable-line no-empty-source */
|
|
1329
1333
|
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
|
|
@@ -1347,11 +1351,6 @@ ejs-dropdownlist {
|
|
|
1347
1351
|
width: 32px;
|
|
1348
1352
|
}
|
|
1349
1353
|
|
|
1350
|
-
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
1351
|
-
height: 24px;
|
|
1352
|
-
width: 24px;
|
|
1353
|
-
}
|
|
1354
|
-
|
|
1355
1354
|
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
1356
1355
|
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
1357
1356
|
color: #f3f2f1;
|
|
@@ -1362,11 +1361,6 @@ ejs-dropdownlist {
|
|
|
1362
1361
|
border-left-width: 0;
|
|
1363
1362
|
}
|
|
1364
1363
|
|
|
1365
|
-
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon,
|
|
1366
|
-
.e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
1367
|
-
margin-top: -1.6em;
|
|
1368
|
-
}
|
|
1369
|
-
|
|
1370
1364
|
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
1371
1365
|
content: "\e729";
|
|
1372
1366
|
font-family: "e-icons";
|
|
@@ -1380,11 +1374,6 @@ ejs-dropdownlist {
|
|
|
1380
1374
|
top: 3px;
|
|
1381
1375
|
}
|
|
1382
1376
|
|
|
1383
|
-
.e-bigger .e-multi-select-wrapper .e-chips .e-chips-close::before,
|
|
1384
|
-
.e-bigger.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1385
|
-
top: 1px;
|
|
1386
|
-
}
|
|
1387
|
-
|
|
1388
1377
|
.e-multi-select-wrapper .e-close-hooker::before {
|
|
1389
1378
|
content: "\e7e7";
|
|
1390
1379
|
cursor: pointer;
|
|
@@ -1401,22 +1390,6 @@ ejs-dropdownlist {
|
|
|
1401
1390
|
top: -1px;
|
|
1402
1391
|
}
|
|
1403
1392
|
|
|
1404
|
-
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
1405
|
-
top: 4px;
|
|
1406
|
-
}
|
|
1407
|
-
|
|
1408
|
-
.e-small.e-bigger .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
|
|
1409
|
-
top: 5px;
|
|
1410
|
-
}
|
|
1411
|
-
|
|
1412
|
-
.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
1413
|
-
top: 11px;
|
|
1414
|
-
}
|
|
1415
|
-
|
|
1416
|
-
.e-bigger .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
|
|
1417
|
-
top: 11px;
|
|
1418
|
-
}
|
|
1419
|
-
|
|
1420
1393
|
.e-multiselect.e-input-group .e-ddl-disable-icon::before {
|
|
1421
1394
|
content: "";
|
|
1422
1395
|
}
|
|
@@ -1576,11 +1549,6 @@ ejs-dropdownlist {
|
|
|
1576
1549
|
padding: 0 0 0 48px;
|
|
1577
1550
|
}
|
|
1578
1551
|
|
|
1579
|
-
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
|
|
1580
|
-
.e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1581
|
-
margin-top: -1.68em;
|
|
1582
|
-
}
|
|
1583
|
-
|
|
1584
1552
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-disabled,
|
|
1585
1553
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disabled {
|
|
1586
1554
|
opacity: 0.7;
|
|
@@ -1597,10 +1565,6 @@ ejs-dropdownlist {
|
|
|
1597
1565
|
top: 15px;
|
|
1598
1566
|
}
|
|
1599
1567
|
|
|
1600
|
-
.e-bigger .e-multi-select-wrapper {
|
|
1601
|
-
min-height: 38px;
|
|
1602
|
-
}
|
|
1603
|
-
|
|
1604
1568
|
.e-multi-select-wrapper.e-close-icon-hide {
|
|
1605
1569
|
padding-right: 0;
|
|
1606
1570
|
}
|
|
@@ -1634,10 +1598,6 @@ ejs-dropdownlist {
|
|
|
1634
1598
|
white-space: nowrap;
|
|
1635
1599
|
}
|
|
1636
1600
|
|
|
1637
|
-
.e-bigger .e-multi-select-wrapper .e-chips {
|
|
1638
|
-
margin: 3px;
|
|
1639
|
-
}
|
|
1640
|
-
|
|
1641
1601
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1642
1602
|
max-width: 100%;
|
|
1643
1603
|
overflow: hidden;
|
|
@@ -1652,13 +1612,11 @@ ejs-dropdownlist {
|
|
|
1652
1612
|
float: none;
|
|
1653
1613
|
}
|
|
1654
1614
|
|
|
1655
|
-
.e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent
|
|
1656
|
-
.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1615
|
+
.e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent {
|
|
1657
1616
|
padding: 8px 4px 10px 0;
|
|
1658
1617
|
}
|
|
1659
1618
|
|
|
1660
|
-
.e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent
|
|
1661
|
-
.e-bigger .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1619
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent {
|
|
1662
1620
|
padding: 8px 0 8px 4px;
|
|
1663
1621
|
}
|
|
1664
1622
|
|
|
@@ -1700,26 +1658,6 @@ ejs-dropdownlist {
|
|
|
1700
1658
|
right: 30px;
|
|
1701
1659
|
}
|
|
1702
1660
|
|
|
1703
|
-
.e-bigger.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
1704
|
-
.e-bigger .e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
1705
|
-
.e-bigger .e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon,
|
|
1706
|
-
.e-bigger.e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon,
|
|
1707
|
-
.e-bigger.e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
|
|
1708
|
-
.e-bigger .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
|
|
1709
|
-
font-size: 14px;
|
|
1710
|
-
right: 42px;
|
|
1711
|
-
}
|
|
1712
|
-
|
|
1713
|
-
.e-bigger.e-small.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
1714
|
-
.e-bigger.e-small .e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
1715
|
-
.e-bigger.e-small .e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon,
|
|
1716
|
-
.e-bigger.e-small.e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon,
|
|
1717
|
-
.e-bigger.e-small.e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
|
|
1718
|
-
.e-bigger.e-small .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
|
|
1719
|
-
font-size: 12px;
|
|
1720
|
-
right: 42px;
|
|
1721
|
-
}
|
|
1722
|
-
|
|
1723
1661
|
.e-small.e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
|
|
1724
1662
|
.e-small.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
1725
1663
|
.e-small.e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
@@ -1731,26 +1669,11 @@ ejs-dropdownlist {
|
|
|
1731
1669
|
font-size: 10px;
|
|
1732
1670
|
}
|
|
1733
1671
|
|
|
1734
|
-
.e-bigger.e-small .e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
|
|
1735
|
-
right: 35px;
|
|
1736
|
-
}
|
|
1737
|
-
|
|
1738
1672
|
.e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
1739
1673
|
left: 30px;
|
|
1740
1674
|
right: auto;
|
|
1741
1675
|
}
|
|
1742
1676
|
|
|
1743
|
-
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
1744
|
-
margin-top: -2.7em;
|
|
1745
|
-
font-size: 14px;
|
|
1746
|
-
}
|
|
1747
|
-
|
|
1748
|
-
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
1749
|
-
.e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
1750
|
-
margin-top: -2.7em;
|
|
1751
|
-
margin-top: -2.25em;
|
|
1752
|
-
}
|
|
1753
|
-
|
|
1754
1677
|
.e-multi-select-wrapper input[type=text] {
|
|
1755
1678
|
background: none;
|
|
1756
1679
|
border: 0;
|
|
@@ -1782,17 +1705,6 @@ ejs-dropdownlist {
|
|
|
1782
1705
|
padding: 5px;
|
|
1783
1706
|
}
|
|
1784
1707
|
|
|
1785
|
-
.e-bigger .e-multi-select-wrapper input[type=text],
|
|
1786
|
-
.e-multi-select-wrapper.e-mob-wrapper input[type=text] {
|
|
1787
|
-
height: 30px;
|
|
1788
|
-
min-height: 30px;
|
|
1789
|
-
}
|
|
1790
|
-
|
|
1791
|
-
.e-bigger .e-multi-select-wrapper input[type=text] {
|
|
1792
|
-
height: 36px;
|
|
1793
|
-
min-height: 36px;
|
|
1794
|
-
}
|
|
1795
|
-
|
|
1796
1708
|
/* stylelint-disable property-no-vendor-prefix */
|
|
1797
1709
|
.e-multi-select-wrapper input[type=text]::-ms-clear {
|
|
1798
1710
|
display: none;
|
|
@@ -1808,23 +1720,11 @@ ejs-dropdownlist {
|
|
|
1808
1720
|
width: calc(100% - 32px);
|
|
1809
1721
|
}
|
|
1810
1722
|
|
|
1811
|
-
.e-bigger .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
1812
|
-
.e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
1813
|
-
width: calc(100% - 38px);
|
|
1814
|
-
}
|
|
1815
|
-
|
|
1816
1723
|
.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
1817
1724
|
.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
1818
1725
|
width: calc(100% - 30px);
|
|
1819
1726
|
}
|
|
1820
1727
|
|
|
1821
|
-
.e-bigger.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
1822
|
-
.e-bigger.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
1823
|
-
.e-bigger .e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
1824
|
-
.e-small .e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
1825
|
-
width: calc(100% - 32px);
|
|
1826
|
-
}
|
|
1827
|
-
|
|
1828
1728
|
.e-multi-select-wrapper .e-delim-values {
|
|
1829
1729
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
1830
1730
|
font-size: 14px;
|
|
@@ -1832,12 +1732,6 @@ ejs-dropdownlist {
|
|
|
1832
1732
|
max-width: 100%;
|
|
1833
1733
|
padding-left: 8px;
|
|
1834
1734
|
padding-right: 6px;
|
|
1835
|
-
vertical-align: middle;
|
|
1836
|
-
}
|
|
1837
|
-
|
|
1838
|
-
.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
1839
|
-
line-height: 36px;
|
|
1840
|
-
padding-left: 12px;
|
|
1841
1735
|
}
|
|
1842
1736
|
|
|
1843
1737
|
.e-multi-select-list-wrapper .e-hide-listitem,
|
|
@@ -1966,18 +1860,6 @@ ejs-dropdownlist {
|
|
|
1966
1860
|
vertical-align: middle;
|
|
1967
1861
|
}
|
|
1968
1862
|
|
|
1969
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper,
|
|
1970
|
-
.e-bigger.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
|
|
1971
|
-
bottom: 1px;
|
|
1972
|
-
margin-right: 12px;
|
|
1973
|
-
}
|
|
1974
|
-
|
|
1975
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper,
|
|
1976
|
-
.e-bigger.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
|
|
1977
|
-
bottom: 1px;
|
|
1978
|
-
margin-right: 12px;
|
|
1979
|
-
}
|
|
1980
|
-
|
|
1981
1863
|
.e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item .e-checkbox-wrapper {
|
|
1982
1864
|
margin-left: 12px;
|
|
1983
1865
|
margin-right: 0;
|
|
@@ -1996,10 +1878,6 @@ ejs-dropdownlist {
|
|
|
1996
1878
|
padding-right: 0;
|
|
1997
1879
|
}
|
|
1998
1880
|
|
|
1999
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
2000
|
-
padding-left: 16px;
|
|
2001
|
-
}
|
|
2002
|
-
|
|
2003
1881
|
.e-multi-select-list-wrapper .e-selectall-parent {
|
|
2004
1882
|
cursor: pointer;
|
|
2005
1883
|
display: block;
|
|
@@ -2029,25 +1907,6 @@ ejs-dropdownlist {
|
|
|
2029
1907
|
font-size: 14px;
|
|
2030
1908
|
}
|
|
2031
1909
|
|
|
2032
|
-
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent .e-all-text,
|
|
2033
|
-
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-all-text {
|
|
2034
|
-
font-size: 16px;
|
|
2035
|
-
}
|
|
2036
|
-
|
|
2037
|
-
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2038
|
-
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2039
|
-
font-size: 14px;
|
|
2040
|
-
line-height: 48px;
|
|
2041
|
-
text-indent: 16px;
|
|
2042
|
-
}
|
|
2043
|
-
|
|
2044
|
-
.e-bigger .e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-selectall-parent,
|
|
2045
|
-
.e-bigger.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-selectall-parent {
|
|
2046
|
-
font-size: 14px;
|
|
2047
|
-
line-height: 48px;
|
|
2048
|
-
text-indent: 16px;
|
|
2049
|
-
}
|
|
2050
|
-
|
|
2051
1910
|
.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
|
|
2052
1911
|
bottom: 1px;
|
|
2053
1912
|
margin-right: 8px;
|
|
@@ -2056,12 +1915,6 @@ ejs-dropdownlist {
|
|
|
2056
1915
|
vertical-align: middle;
|
|
2057
1916
|
}
|
|
2058
1917
|
|
|
2059
|
-
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper,
|
|
2060
|
-
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
|
|
2061
|
-
bottom: 1px;
|
|
2062
|
-
margin-right: 12px;
|
|
2063
|
-
}
|
|
2064
|
-
|
|
2065
1918
|
.e-multi-select-list-wrapper.e-rtl .e-selectall-parent .e-checkbox-wrapper {
|
|
2066
1919
|
margin-left: 12px;
|
|
2067
1920
|
margin-right: 0;
|
|
@@ -2086,13 +1939,7 @@ ejs-dropdownlist {
|
|
|
2086
1939
|
padding: 8px;
|
|
2087
1940
|
}
|
|
2088
1941
|
|
|
2089
|
-
.e-
|
|
2090
|
-
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus {
|
|
2091
|
-
padding: 0;
|
|
2092
|
-
}
|
|
2093
|
-
|
|
2094
|
-
.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon,
|
|
2095
|
-
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon {
|
|
1942
|
+
.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon {
|
|
2096
1943
|
padding-left: 8px;
|
|
2097
1944
|
}
|
|
2098
1945
|
|
|
@@ -2100,10 +1947,6 @@ ejs-dropdownlist {
|
|
|
2100
1947
|
padding: 0 8px;
|
|
2101
1948
|
}
|
|
2102
1949
|
|
|
2103
|
-
.e-bigger .e-checkbox .e-multi-select-wrapper .e-delim-values {
|
|
2104
|
-
line-height: 36px;
|
|
2105
|
-
}
|
|
2106
|
-
|
|
2107
1950
|
.e-checkbox .e-multi-select-wrapper .e-delim-values .e-remain {
|
|
2108
1951
|
line-height: 20px;
|
|
2109
1952
|
padding-left: 10px;
|
|
@@ -2150,16 +1993,6 @@ ejs-multiselect {
|
|
|
2150
1993
|
height: 24px;
|
|
2151
1994
|
}
|
|
2152
1995
|
|
|
2153
|
-
.e-bigger.e-small .e-multi-select-wrapper.e-delimiter .e-searcher,
|
|
2154
|
-
.e-bigger.e-small .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
2155
|
-
height: 32px;
|
|
2156
|
-
}
|
|
2157
|
-
|
|
2158
|
-
.e-bigger .e-multi-select-wrapper.e-delimiter .e-searcher,
|
|
2159
|
-
.e-bigger .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
2160
|
-
height: 36px;
|
|
2161
|
-
}
|
|
2162
|
-
|
|
2163
1996
|
.e-small .e-multi-select-wrapper input[type=text] {
|
|
2164
1997
|
height: 24px;
|
|
2165
1998
|
min-height: 24px;
|
|
@@ -2183,53 +2016,11 @@ ejs-multiselect {
|
|
|
2183
2016
|
margin-top: -1.6em;
|
|
2184
2017
|
}
|
|
2185
2018
|
|
|
2186
|
-
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2187
|
-
.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2188
|
-
line-height: 40px;
|
|
2189
|
-
}
|
|
2190
|
-
|
|
2191
|
-
.e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
2192
|
-
.e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
2193
|
-
margin-top: -1.68em;
|
|
2194
|
-
}
|
|
2195
|
-
|
|
2196
|
-
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
2197
|
-
height: 14px;
|
|
2198
|
-
width: 14px;
|
|
2199
|
-
}
|
|
2200
|
-
|
|
2201
|
-
.e-bigger.e-small .e-multi-select-wrapper {
|
|
2202
|
-
min-height: 28px;
|
|
2203
|
-
}
|
|
2204
|
-
|
|
2205
|
-
.e-bigger.e-small .e-multi-select-wrapper input[type=text] {
|
|
2206
|
-
height: 32px;
|
|
2207
|
-
min-height: 32px;
|
|
2208
|
-
}
|
|
2209
|
-
|
|
2210
|
-
.e-small.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
2211
|
-
font-size: 14px;
|
|
2212
|
-
line-height: 28px;
|
|
2213
|
-
}
|
|
2214
|
-
|
|
2215
|
-
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2216
|
-
.e-bigger.e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
2217
|
-
margin-top: -2.4em;
|
|
2218
|
-
right: 6px;
|
|
2219
|
-
font-size: 12px;
|
|
2220
|
-
}
|
|
2221
|
-
|
|
2222
2019
|
.e-content-placeholder.e-multiselect.e-placeholder-multiselect {
|
|
2223
2020
|
background-size: 300px 33px;
|
|
2224
2021
|
min-height: 33px;
|
|
2225
2022
|
}
|
|
2226
2023
|
|
|
2227
|
-
.e-bigger .e-content-placeholder.e-multiselect.e-placeholder-multiselect,
|
|
2228
|
-
.e-bigger.e-content-placeholder.e-multiselect.e-placeholder-multiselect {
|
|
2229
|
-
background-size: 300px 40px;
|
|
2230
|
-
min-height: 40px;
|
|
2231
|
-
}
|
|
2232
|
-
|
|
2233
2024
|
.e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
|
|
2234
2025
|
color: inherit;
|
|
2235
2026
|
}
|
|
@@ -2245,24 +2036,11 @@ ejs-multiselect {
|
|
|
2245
2036
|
padding: 0 12px 0 8px;
|
|
2246
2037
|
}
|
|
2247
2038
|
|
|
2248
|
-
.e-
|
|
2249
|
-
.e-small .e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
|
|
2250
|
-
padding: 3px 12px 0 4px;
|
|
2251
|
-
}
|
|
2252
|
-
|
|
2253
|
-
.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2254
|
-
.e-bigger.e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2255
|
-
.e-bigger.e-small .e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2256
|
-
.e-bigger .e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2257
|
-
.e-small .e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper {
|
|
2039
|
+
.e-multiselect.e-filled.e-input-group.e-control-wrapper {
|
|
2258
2040
|
padding: 0;
|
|
2259
2041
|
}
|
|
2260
2042
|
|
|
2261
|
-
.e-filled.e-float-input .e-multi-select-wrapper
|
|
2262
|
-
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper,
|
|
2263
|
-
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper,
|
|
2264
|
-
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper,
|
|
2265
|
-
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper {
|
|
2043
|
+
.e-filled.e-float-input .e-multi-select-wrapper {
|
|
2266
2044
|
padding: 11px 12px 0;
|
|
2267
2045
|
}
|
|
2268
2046
|
|
|
@@ -2271,35 +2049,15 @@ ejs-multiselect {
|
|
|
2271
2049
|
padding: 12px 12px 0 8px;
|
|
2272
2050
|
}
|
|
2273
2051
|
|
|
2274
|
-
.e-bigger.e-filled.e-float-input .e-multi-select-wrapper,
|
|
2275
|
-
.e-bigger .e-filled.e-float-input .e-multi-select-wrapper {
|
|
2276
|
-
padding: 19px 12px 0 16px;
|
|
2277
|
-
}
|
|
2278
|
-
|
|
2279
|
-
.e-bigger:not(.e-small).e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
|
|
2280
|
-
padding-top: 3px;
|
|
2281
|
-
}
|
|
2282
|
-
|
|
2283
2052
|
.e-rtl.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2284
2053
|
.e-rtl.e-multiselect.e-filled.e-float-input.e-control-wrapper {
|
|
2285
2054
|
padding: 0;
|
|
2286
2055
|
}
|
|
2287
2056
|
|
|
2288
|
-
.e-
|
|
2289
|
-
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text] {
|
|
2290
|
-
padding: 5px 0;
|
|
2291
|
-
}
|
|
2292
|
-
|
|
2293
|
-
.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2294
|
-
.e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2295
|
-
.e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2296
|
-
.e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2297
|
-
.e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2057
|
+
.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2298
2058
|
height: 28px;
|
|
2299
2059
|
}
|
|
2300
2060
|
|
|
2301
|
-
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2302
|
-
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2303
2061
|
.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2304
2062
|
.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2305
2063
|
.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip,
|
|
@@ -2308,54 +2066,22 @@ ejs-multiselect {
|
|
|
2308
2066
|
height: 24px;
|
|
2309
2067
|
}
|
|
2310
2068
|
|
|
2311
|
-
.e-
|
|
2312
|
-
.e-bigger .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2313
|
-
height: 32px;
|
|
2314
|
-
}
|
|
2315
|
-
|
|
2316
|
-
.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2317
|
-
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2318
|
-
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2319
|
-
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2320
|
-
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
2069
|
+
.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
2321
2070
|
height: 18px;
|
|
2322
2071
|
}
|
|
2323
2072
|
|
|
2324
2073
|
.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2325
|
-
.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips
|
|
2326
|
-
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2327
|
-
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2328
|
-
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2329
|
-
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2330
|
-
.e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2331
|
-
.e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2332
|
-
.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2333
|
-
.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2074
|
+
.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2334
2075
|
margin: 8px 8px 0 0;
|
|
2335
2076
|
padding: 0 8px;
|
|
2336
2077
|
}
|
|
2337
2078
|
|
|
2338
2079
|
.e-rtl.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2339
|
-
.e-rtl.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips
|
|
2340
|
-
.e-rtl.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2341
|
-
.e-rtl.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2342
|
-
.e-rtl.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2343
|
-
.e-rtl.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2344
|
-
.e-rtl.e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2345
|
-
.e-rtl.e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2346
|
-
.e-rtl.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2347
|
-
.e-rtl.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2080
|
+
.e-rtl.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2348
2081
|
margin: 8px 0 0 8px;
|
|
2349
2082
|
padding: 0 8px;
|
|
2350
2083
|
}
|
|
2351
2084
|
|
|
2352
|
-
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2353
|
-
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2354
|
-
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2355
|
-
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
2356
|
-
padding-left: 8px;
|
|
2357
|
-
}
|
|
2358
|
-
|
|
2359
2085
|
.e-small .e-filled .e-multi-select-wrapper .e-chips,
|
|
2360
2086
|
.e-small.e-filled .e-multi-select-wrapper .e-chips {
|
|
2361
2087
|
height: 16px;
|
|
@@ -2368,11 +2094,7 @@ ejs-multiselect {
|
|
|
2368
2094
|
margin: 4px 0 0 4px;
|
|
2369
2095
|
}
|
|
2370
2096
|
|
|
2371
|
-
.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent
|
|
2372
|
-
.e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2373
|
-
.e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2374
|
-
.e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2375
|
-
.e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2097
|
+
.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2376
2098
|
font-size: 13px;
|
|
2377
2099
|
padding: 0 8px 0 0;
|
|
2378
2100
|
}
|
|
@@ -2382,20 +2104,12 @@ ejs-multiselect {
|
|
|
2382
2104
|
font-size: 12px;
|
|
2383
2105
|
}
|
|
2384
2106
|
|
|
2385
|
-
.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent
|
|
2386
|
-
.e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2387
|
-
.e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2388
|
-
.e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2389
|
-
.e-small .e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2107
|
+
.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2390
2108
|
font-size: 12px;
|
|
2391
2109
|
padding: 0 4px 0 0;
|
|
2392
2110
|
}
|
|
2393
2111
|
|
|
2394
|
-
.e-rtl.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent
|
|
2395
|
-
.e-rtl.e-bigger.e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2396
|
-
.e-rtl.e-bigger.e-small .e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2397
|
-
.e-rtl.e-bigger .e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2398
|
-
.e-rtl.e-small .e-bigger.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2112
|
+
.e-rtl.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2399
2113
|
padding: 0 0 0 4px;
|
|
2400
2114
|
}
|
|
2401
2115
|
|
|
@@ -2404,30 +2118,11 @@ ejs-multiselect {
|
|
|
2404
2118
|
font-size: 10px;
|
|
2405
2119
|
}
|
|
2406
2120
|
|
|
2407
|
-
.e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2408
|
-
.e-bigger .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2409
|
-
font-size: 13px;
|
|
2410
|
-
}
|
|
2411
|
-
|
|
2412
2121
|
.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips > .e-chipcontent {
|
|
2413
2122
|
font-size: 13px;
|
|
2414
2123
|
padding-right: 4px;
|
|
2415
2124
|
}
|
|
2416
2125
|
|
|
2417
|
-
.e-rtl.e-bigger.e-filled .e-multi-select-wrapper .e-chips,
|
|
2418
|
-
.e-rtl.e-bigger .e-filled .e-multi-select-wrapper .e-chips,
|
|
2419
|
-
.e-rtl.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2420
|
-
.e-rtl.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2421
|
-
.e-bigger.e-filled .e-multi-select-wrapper .e-chips,
|
|
2422
|
-
.e-bigger .e-filled .e-multi-select-wrapper .e-chips {
|
|
2423
|
-
padding: 0 12px;
|
|
2424
|
-
}
|
|
2425
|
-
|
|
2426
|
-
.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2427
|
-
.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
2428
|
-
padding-right: 8px;
|
|
2429
|
-
}
|
|
2430
|
-
|
|
2431
2126
|
.e-filled.e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2432
2127
|
.e-multiselect.e-control-container .e-filled.e-multi-select-wrapper .e-clear-icon {
|
|
2433
2128
|
height: 38px;
|
|
@@ -2512,10 +2207,6 @@ ejs-multiselect {
|
|
|
2512
2207
|
font-size: 10px;
|
|
2513
2208
|
}
|
|
2514
2209
|
|
|
2515
|
-
.e-bigger .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
2516
|
-
font-size: 12px;
|
|
2517
|
-
}
|
|
2518
|
-
|
|
2519
2210
|
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
|
|
2520
2211
|
background-color: #0078d4;
|
|
2521
2212
|
border-radius: 2px;
|
|
@@ -2528,8 +2219,7 @@ ejs-multiselect {
|
|
|
2528
2219
|
color: #f3f2f1;
|
|
2529
2220
|
}
|
|
2530
2221
|
|
|
2531
|
-
.e-multi-select-wrapper .e-chips.e-mob-chip
|
|
2532
|
-
.e-bigger .e-multi-select-wrapper .e-chips {
|
|
2222
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip {
|
|
2533
2223
|
height: 30px;
|
|
2534
2224
|
}
|
|
2535
2225
|
|
|
@@ -2678,26 +2368,10 @@ ejs-multiselect {
|
|
|
2678
2368
|
left: 0;
|
|
2679
2369
|
}
|
|
2680
2370
|
|
|
2681
|
-
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
2682
|
-
left: 0;
|
|
2683
|
-
}
|
|
2684
|
-
|
|
2685
2371
|
.e-small .e-multi-select-wrapper .e-down-icon .e-close-hooker::before {
|
|
2686
2372
|
left: -2px;
|
|
2687
2373
|
}
|
|
2688
2374
|
|
|
2689
|
-
.e-bigger.e-small .e-multi-select-wrapper .e-chips {
|
|
2690
|
-
height: 26px;
|
|
2691
|
-
}
|
|
2692
|
-
|
|
2693
|
-
.e-bigger.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2694
|
-
font-size: 14px;
|
|
2695
|
-
}
|
|
2696
|
-
|
|
2697
|
-
.e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
2698
|
-
font-size: 10px;
|
|
2699
|
-
}
|
|
2700
|
-
|
|
2701
2375
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon:hover,
|
|
2702
2376
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon:hover {
|
|
2703
2377
|
background: transparent;
|
|
@@ -2708,6 +2382,360 @@ ejs-multiselect {
|
|
|
2708
2382
|
color: #484644;
|
|
2709
2383
|
}
|
|
2710
2384
|
|
|
2385
|
+
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
|
|
2386
|
+
.e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
2387
|
+
margin-top: -1.68em;
|
|
2388
|
+
}
|
|
2389
|
+
|
|
2390
|
+
.e-bigger .e-multi-select-wrapper {
|
|
2391
|
+
min-height: 38px;
|
|
2392
|
+
}
|
|
2393
|
+
|
|
2394
|
+
.e-bigger .e-multi-select-wrapper .e-chips {
|
|
2395
|
+
margin: 3px;
|
|
2396
|
+
}
|
|
2397
|
+
|
|
2398
|
+
.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2399
|
+
padding: 8px 4px 10px 0;
|
|
2400
|
+
}
|
|
2401
|
+
|
|
2402
|
+
.e-bigger .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2403
|
+
padding: 8px 0 8px 4px;
|
|
2404
|
+
}
|
|
2405
|
+
|
|
2406
|
+
.e-bigger.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
2407
|
+
.e-bigger .e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
2408
|
+
.e-bigger .e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon,
|
|
2409
|
+
.e-bigger.e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon,
|
|
2410
|
+
.e-bigger.e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
|
|
2411
|
+
.e-bigger .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
|
|
2412
|
+
font-size: 14px;
|
|
2413
|
+
right: 42px;
|
|
2414
|
+
}
|
|
2415
|
+
|
|
2416
|
+
.e-bigger.e-small.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
2417
|
+
.e-bigger.e-small .e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
2418
|
+
.e-bigger.e-small .e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon,
|
|
2419
|
+
.e-bigger.e-small.e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon,
|
|
2420
|
+
.e-bigger.e-small.e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
|
|
2421
|
+
.e-bigger.e-small .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
|
|
2422
|
+
font-size: 12px;
|
|
2423
|
+
right: 42px;
|
|
2424
|
+
}
|
|
2425
|
+
|
|
2426
|
+
.e-bigger.e-small .e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
|
|
2427
|
+
right: 35px;
|
|
2428
|
+
}
|
|
2429
|
+
|
|
2430
|
+
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
2431
|
+
margin-top: -2.7em;
|
|
2432
|
+
font-size: 14px;
|
|
2433
|
+
}
|
|
2434
|
+
|
|
2435
|
+
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
2436
|
+
.e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
2437
|
+
margin-top: -2.7em;
|
|
2438
|
+
margin-top: -2.25em;
|
|
2439
|
+
}
|
|
2440
|
+
|
|
2441
|
+
.e-bigger .e-multi-select-wrapper input[type=text],
|
|
2442
|
+
.e-multi-select-wrapper.e-mob-wrapper input[type=text] {
|
|
2443
|
+
height: 30px;
|
|
2444
|
+
min-height: 30px;
|
|
2445
|
+
}
|
|
2446
|
+
|
|
2447
|
+
.e-bigger .e-multi-select-wrapper input[type=text] {
|
|
2448
|
+
height: 36px;
|
|
2449
|
+
min-height: 36px;
|
|
2450
|
+
}
|
|
2451
|
+
|
|
2452
|
+
.e-bigger .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
2453
|
+
.e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
2454
|
+
width: calc(100% - 38px);
|
|
2455
|
+
}
|
|
2456
|
+
|
|
2457
|
+
.e-bigger.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
2458
|
+
.e-bigger.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
2459
|
+
.e-bigger .e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
2460
|
+
.e-small .e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
2461
|
+
width: calc(100% - 32px);
|
|
2462
|
+
}
|
|
2463
|
+
|
|
2464
|
+
.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
2465
|
+
line-height: 36px;
|
|
2466
|
+
padding-left: 12px;
|
|
2467
|
+
}
|
|
2468
|
+
|
|
2469
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper,
|
|
2470
|
+
.e-bigger.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
|
|
2471
|
+
bottom: 1px;
|
|
2472
|
+
margin-right: 12px;
|
|
2473
|
+
}
|
|
2474
|
+
|
|
2475
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper,
|
|
2476
|
+
.e-bigger.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
|
|
2477
|
+
bottom: 1px;
|
|
2478
|
+
margin-right: 12px;
|
|
2479
|
+
}
|
|
2480
|
+
|
|
2481
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
2482
|
+
padding-left: 16px;
|
|
2483
|
+
}
|
|
2484
|
+
|
|
2485
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent .e-all-text,
|
|
2486
|
+
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-all-text {
|
|
2487
|
+
font-size: 16px;
|
|
2488
|
+
}
|
|
2489
|
+
|
|
2490
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2491
|
+
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2492
|
+
font-size: 14px;
|
|
2493
|
+
line-height: 48px;
|
|
2494
|
+
text-indent: 16px;
|
|
2495
|
+
}
|
|
2496
|
+
|
|
2497
|
+
.e-bigger .e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-selectall-parent,
|
|
2498
|
+
.e-bigger.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-selectall-parent {
|
|
2499
|
+
font-size: 14px;
|
|
2500
|
+
line-height: 48px;
|
|
2501
|
+
text-indent: 16px;
|
|
2502
|
+
}
|
|
2503
|
+
|
|
2504
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper,
|
|
2505
|
+
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
|
|
2506
|
+
bottom: 1px;
|
|
2507
|
+
margin-right: 12px;
|
|
2508
|
+
}
|
|
2509
|
+
|
|
2510
|
+
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-filter,
|
|
2511
|
+
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus {
|
|
2512
|
+
padding: 0;
|
|
2513
|
+
}
|
|
2514
|
+
|
|
2515
|
+
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon {
|
|
2516
|
+
padding-left: 8px;
|
|
2517
|
+
}
|
|
2518
|
+
|
|
2519
|
+
.e-bigger .e-checkbox .e-multi-select-wrapper .e-delim-values {
|
|
2520
|
+
line-height: 36px;
|
|
2521
|
+
}
|
|
2522
|
+
|
|
2523
|
+
.e-bigger.e-small .e-multi-select-wrapper.e-delimiter .e-searcher,
|
|
2524
|
+
.e-bigger.e-small .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
2525
|
+
height: 32px;
|
|
2526
|
+
}
|
|
2527
|
+
|
|
2528
|
+
.e-bigger .e-multi-select-wrapper.e-delimiter .e-searcher,
|
|
2529
|
+
.e-bigger .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
2530
|
+
height: 36px;
|
|
2531
|
+
}
|
|
2532
|
+
|
|
2533
|
+
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2534
|
+
.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2535
|
+
line-height: 40px;
|
|
2536
|
+
}
|
|
2537
|
+
|
|
2538
|
+
.e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
2539
|
+
.e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
2540
|
+
margin-top: -1.68em;
|
|
2541
|
+
}
|
|
2542
|
+
|
|
2543
|
+
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
2544
|
+
height: 14px;
|
|
2545
|
+
width: 14px;
|
|
2546
|
+
}
|
|
2547
|
+
|
|
2548
|
+
.e-bigger.e-small .e-multi-select-wrapper {
|
|
2549
|
+
min-height: 28px;
|
|
2550
|
+
}
|
|
2551
|
+
|
|
2552
|
+
.e-bigger.e-small .e-multi-select-wrapper input[type=text] {
|
|
2553
|
+
height: 32px;
|
|
2554
|
+
min-height: 32px;
|
|
2555
|
+
}
|
|
2556
|
+
|
|
2557
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
2558
|
+
font-size: 14px;
|
|
2559
|
+
line-height: 28px;
|
|
2560
|
+
}
|
|
2561
|
+
|
|
2562
|
+
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2563
|
+
.e-bigger.e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
2564
|
+
margin-top: -2.4em;
|
|
2565
|
+
right: 6px;
|
|
2566
|
+
font-size: 12px;
|
|
2567
|
+
}
|
|
2568
|
+
|
|
2569
|
+
.e-bigger .e-content-placeholder.e-multiselect.e-placeholder-multiselect,
|
|
2570
|
+
.e-bigger.e-content-placeholder.e-multiselect.e-placeholder-multiselect {
|
|
2571
|
+
background-size: 300px 40px;
|
|
2572
|
+
min-height: 40px;
|
|
2573
|
+
}
|
|
2574
|
+
|
|
2575
|
+
.e-small.e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper,
|
|
2576
|
+
.e-small .e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
|
|
2577
|
+
padding: 3px 12px 0 4px;
|
|
2578
|
+
}
|
|
2579
|
+
|
|
2580
|
+
.e-bigger.e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2581
|
+
.e-bigger.e-small .e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2582
|
+
.e-bigger .e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2583
|
+
.e-small .e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper {
|
|
2584
|
+
padding: 0;
|
|
2585
|
+
}
|
|
2586
|
+
|
|
2587
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper,
|
|
2588
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper,
|
|
2589
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper,
|
|
2590
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper {
|
|
2591
|
+
padding: 11px 12px 0;
|
|
2592
|
+
}
|
|
2593
|
+
|
|
2594
|
+
.e-bigger.e-filled.e-float-input .e-multi-select-wrapper,
|
|
2595
|
+
.e-bigger .e-filled.e-float-input .e-multi-select-wrapper {
|
|
2596
|
+
padding: 19px 12px 0 16px;
|
|
2597
|
+
}
|
|
2598
|
+
|
|
2599
|
+
.e-bigger:not(.e-small).e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
|
|
2600
|
+
padding-top: 3px;
|
|
2601
|
+
}
|
|
2602
|
+
|
|
2603
|
+
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text],
|
|
2604
|
+
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text] {
|
|
2605
|
+
padding: 5px 0;
|
|
2606
|
+
}
|
|
2607
|
+
|
|
2608
|
+
.e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2609
|
+
.e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2610
|
+
.e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2611
|
+
.e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2612
|
+
height: 28px;
|
|
2613
|
+
}
|
|
2614
|
+
|
|
2615
|
+
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2616
|
+
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
2617
|
+
height: 24px;
|
|
2618
|
+
}
|
|
2619
|
+
|
|
2620
|
+
.e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2621
|
+
.e-bigger .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2622
|
+
height: 32px;
|
|
2623
|
+
}
|
|
2624
|
+
|
|
2625
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2626
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2627
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2628
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
2629
|
+
height: 18px;
|
|
2630
|
+
}
|
|
2631
|
+
|
|
2632
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2633
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2634
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2635
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2636
|
+
.e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2637
|
+
.e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2638
|
+
.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2639
|
+
.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2640
|
+
margin: 8px 8px 0 0;
|
|
2641
|
+
padding: 0 8px;
|
|
2642
|
+
}
|
|
2643
|
+
|
|
2644
|
+
.e-rtl.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2645
|
+
.e-rtl.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2646
|
+
.e-rtl.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2647
|
+
.e-rtl.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2648
|
+
.e-rtl.e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2649
|
+
.e-rtl.e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2650
|
+
.e-rtl.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2651
|
+
.e-rtl.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2652
|
+
margin: 8px 0 0 8px;
|
|
2653
|
+
padding: 0 8px;
|
|
2654
|
+
}
|
|
2655
|
+
|
|
2656
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2657
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2658
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2659
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
2660
|
+
padding-left: 8px;
|
|
2661
|
+
}
|
|
2662
|
+
|
|
2663
|
+
.e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2664
|
+
.e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2665
|
+
.e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2666
|
+
.e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2667
|
+
font-size: 13px;
|
|
2668
|
+
padding: 0 8px 0 0;
|
|
2669
|
+
}
|
|
2670
|
+
|
|
2671
|
+
.e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2672
|
+
.e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2673
|
+
.e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2674
|
+
.e-small .e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2675
|
+
font-size: 12px;
|
|
2676
|
+
padding: 0 4px 0 0;
|
|
2677
|
+
}
|
|
2678
|
+
|
|
2679
|
+
.e-rtl.e-bigger.e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2680
|
+
.e-rtl.e-bigger.e-small .e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2681
|
+
.e-rtl.e-bigger .e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2682
|
+
.e-rtl.e-small .e-bigger.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2683
|
+
padding: 0 0 0 4px;
|
|
2684
|
+
}
|
|
2685
|
+
|
|
2686
|
+
.e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2687
|
+
.e-bigger .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2688
|
+
font-size: 13px;
|
|
2689
|
+
}
|
|
2690
|
+
|
|
2691
|
+
.e-rtl.e-bigger.e-filled .e-multi-select-wrapper .e-chips,
|
|
2692
|
+
.e-rtl.e-bigger .e-filled .e-multi-select-wrapper .e-chips,
|
|
2693
|
+
.e-rtl.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2694
|
+
.e-rtl.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2695
|
+
.e-bigger.e-filled .e-multi-select-wrapper .e-chips,
|
|
2696
|
+
.e-bigger .e-filled .e-multi-select-wrapper .e-chips {
|
|
2697
|
+
padding: 0 12px;
|
|
2698
|
+
}
|
|
2699
|
+
|
|
2700
|
+
.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2701
|
+
.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
2702
|
+
padding-right: 8px;
|
|
2703
|
+
}
|
|
2704
|
+
|
|
2705
|
+
.e-bigger .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
2706
|
+
font-size: 12px;
|
|
2707
|
+
}
|
|
2708
|
+
|
|
2709
|
+
.e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
2710
|
+
font-size: 10px;
|
|
2711
|
+
}
|
|
2712
|
+
|
|
2713
|
+
.e-bigger.e-small .e-multi-select-wrapper .e-chips {
|
|
2714
|
+
height: 26px;
|
|
2715
|
+
}
|
|
2716
|
+
|
|
2717
|
+
.e-bigger.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2718
|
+
font-size: 14px;
|
|
2719
|
+
}
|
|
2720
|
+
|
|
2721
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
2722
|
+
left: 0;
|
|
2723
|
+
}
|
|
2724
|
+
|
|
2725
|
+
.e-bigger .e-multi-select-wrapper .e-chips {
|
|
2726
|
+
height: 30px;
|
|
2727
|
+
}
|
|
2728
|
+
|
|
2729
|
+
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
2730
|
+
height: 24px;
|
|
2731
|
+
width: 24px;
|
|
2732
|
+
}
|
|
2733
|
+
|
|
2734
|
+
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon,
|
|
2735
|
+
.e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
2736
|
+
margin-top: -1.6em;
|
|
2737
|
+
}
|
|
2738
|
+
|
|
2711
2739
|
.e-listbox-tool .e-moveup::before {
|
|
2712
2740
|
content: "\e776";
|
|
2713
2741
|
}
|
|
@@ -3164,99 +3192,6 @@ ejs-listbox {
|
|
|
3164
3192
|
margin-left: 15px;
|
|
3165
3193
|
}
|
|
3166
3194
|
|
|
3167
|
-
.e-bigger .e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
3168
|
-
.e-listbox-wrapper.e-bigger.e-listboxtool-container .e-list-wrap,
|
|
3169
|
-
.e-bigger .e-listbox-container.e-listboxtool-container .e-list-wrap,
|
|
3170
|
-
.e-listbox-container.e-bigger.e-listboxtool-container .e-list-wrap {
|
|
3171
|
-
width: 80% !important; /* stylelint-disable-line declaration-no-important */
|
|
3172
|
-
}
|
|
3173
|
-
.e-bigger .e-listbox-wrapper .e-list-item,
|
|
3174
|
-
.e-listbox-wrapper.e-bigger .e-list-item,
|
|
3175
|
-
.e-bigger .e-listbox-container .e-list-item,
|
|
3176
|
-
.e-listbox-container.e-bigger .e-list-item {
|
|
3177
|
-
border-bottom: 0 solid transparent;
|
|
3178
|
-
border-left: 0 solid transparent;
|
|
3179
|
-
border-right: 0 solid transparent;
|
|
3180
|
-
border-top: 0 solid transparent;
|
|
3181
|
-
}
|
|
3182
|
-
.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
3183
|
-
.e-bigger .e-listbox-wrapper .e-selectall-parent,
|
|
3184
|
-
.e-bigger .e-listbox-wrapper .e-list-group-item,
|
|
3185
|
-
.e-bigger .e-listbox-wrapper .e-list-header,
|
|
3186
|
-
.e-listbox-wrapper.e-bigger:not(.e-list-template) .e-list-item,
|
|
3187
|
-
.e-listbox-wrapper.e-bigger .e-selectall-parent,
|
|
3188
|
-
.e-listbox-wrapper.e-bigger .e-list-group-item,
|
|
3189
|
-
.e-listbox-wrapper.e-bigger .e-list-header,
|
|
3190
|
-
.e-bigger .e-listbox-container:not(.e-list-template) .e-list-item,
|
|
3191
|
-
.e-bigger .e-listbox-container .e-selectall-parent,
|
|
3192
|
-
.e-bigger .e-listbox-container .e-list-group-item,
|
|
3193
|
-
.e-bigger .e-listbox-container .e-list-header,
|
|
3194
|
-
.e-listbox-container.e-bigger:not(.e-list-template) .e-list-item,
|
|
3195
|
-
.e-listbox-container.e-bigger .e-selectall-parent,
|
|
3196
|
-
.e-listbox-container.e-bigger .e-list-group-item,
|
|
3197
|
-
.e-listbox-container.e-bigger .e-list-header {
|
|
3198
|
-
padding: 8px 16px;
|
|
3199
|
-
}
|
|
3200
|
-
.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
3201
|
-
.e-bigger .e-listbox-wrapper .e-selectall-parent,
|
|
3202
|
-
.e-listbox-wrapper.e-bigger:not(.e-list-template) .e-list-item,
|
|
3203
|
-
.e-listbox-wrapper.e-bigger .e-selectall-parent,
|
|
3204
|
-
.e-bigger .e-listbox-container:not(.e-list-template) .e-list-item,
|
|
3205
|
-
.e-bigger .e-listbox-container .e-selectall-parent,
|
|
3206
|
-
.e-listbox-container.e-bigger:not(.e-list-template) .e-list-item,
|
|
3207
|
-
.e-listbox-container.e-bigger .e-selectall-parent {
|
|
3208
|
-
height: 48px;
|
|
3209
|
-
line-height: 2.1;
|
|
3210
|
-
position: relative;
|
|
3211
|
-
}
|
|
3212
|
-
.e-bigger .e-listbox-wrapper .e-list-parent,
|
|
3213
|
-
.e-listbox-wrapper.e-bigger .e-list-parent,
|
|
3214
|
-
.e-bigger .e-listbox-container .e-list-parent,
|
|
3215
|
-
.e-listbox-container.e-bigger .e-list-parent {
|
|
3216
|
-
min-height: 48px;
|
|
3217
|
-
}
|
|
3218
|
-
.e-bigger .e-listbox-wrapper .e-text-content,
|
|
3219
|
-
.e-listbox-wrapper.e-bigger .e-text-content,
|
|
3220
|
-
.e-bigger .e-listbox-container .e-text-content,
|
|
3221
|
-
.e-listbox-container.e-bigger .e-text-content {
|
|
3222
|
-
font-size: 16px;
|
|
3223
|
-
}
|
|
3224
|
-
.e-bigger .e-listbox-wrapper .e-list-group-item,
|
|
3225
|
-
.e-listbox-wrapper.e-bigger .e-list-group-item,
|
|
3226
|
-
.e-bigger .e-listbox-container .e-list-group-item,
|
|
3227
|
-
.e-listbox-container.e-bigger .e-list-group-item {
|
|
3228
|
-
height: 40px;
|
|
3229
|
-
line-height: 25px;
|
|
3230
|
-
}
|
|
3231
|
-
.e-bigger .e-listbox-wrapper .e-list-header,
|
|
3232
|
-
.e-listbox-wrapper.e-bigger .e-list-header,
|
|
3233
|
-
.e-bigger .e-listbox-container .e-list-header,
|
|
3234
|
-
.e-listbox-container.e-bigger .e-list-header {
|
|
3235
|
-
-webkit-box-align: center;
|
|
3236
|
-
-ms-flex-align: center;
|
|
3237
|
-
align-items: center;
|
|
3238
|
-
display: -webkit-box;
|
|
3239
|
-
display: -ms-flexbox;
|
|
3240
|
-
display: flex;
|
|
3241
|
-
font-weight: 600;
|
|
3242
|
-
height: 22px;
|
|
3243
|
-
}
|
|
3244
|
-
.e-bigger .e-listbox-wrapper .e-list-header .e-text.header,
|
|
3245
|
-
.e-bigger .e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header,
|
|
3246
|
-
.e-listbox-wrapper.e-bigger .e-list-header .e-text.header,
|
|
3247
|
-
.e-listbox-wrapper.e-bigger .e-list-header .e-headertemplate-text.nested-header,
|
|
3248
|
-
.e-bigger .e-listbox-container .e-list-header .e-text.header,
|
|
3249
|
-
.e-bigger .e-listbox-container .e-list-header .e-headertemplate-text.nested-header,
|
|
3250
|
-
.e-listbox-container.e-bigger .e-list-header .e-text.header,
|
|
3251
|
-
.e-listbox-container.e-bigger .e-list-header .e-headertemplate-text.nested-header {
|
|
3252
|
-
display: none;
|
|
3253
|
-
}
|
|
3254
|
-
.e-bigger .e-listbox-wrapper .e-list-header .e-text,
|
|
3255
|
-
.e-listbox-wrapper.e-bigger .e-list-header .e-text,
|
|
3256
|
-
.e-bigger .e-listbox-container .e-list-header .e-text,
|
|
3257
|
-
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
3258
|
-
font-size: 14px;
|
|
3259
|
-
}
|
|
3260
3195
|
.e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
3261
3196
|
.e-listbox-wrapper .e-list-nrt,
|
|
3262
3197
|
.e-listbox-wrapper .e-selectall-parent,
|
|
@@ -3272,34 +3207,11 @@ ejs-listbox {
|
|
|
3272
3207
|
position: relative;
|
|
3273
3208
|
}
|
|
3274
3209
|
|
|
3275
|
-
.e-listbox-wrapper:not(.e-list-template) .e-list-parent li {
|
|
3276
|
-
overflow: hidden;
|
|
3277
|
-
white-space: nowrap;
|
|
3278
|
-
text-overflow: ellipsis;
|
|
3279
|
-
}
|
|
3280
|
-
|
|
3281
3210
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3282
3211
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
3283
3212
|
height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3284
3213
|
}
|
|
3285
3214
|
|
|
3286
|
-
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3287
|
-
height: calc(100% - 64px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3288
|
-
}
|
|
3289
|
-
|
|
3290
|
-
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3291
|
-
height: calc(100% - 64px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3292
|
-
}
|
|
3293
|
-
|
|
3294
|
-
.e-bigger .e-listbox-container.e-filter-list .e-list-parent,
|
|
3295
|
-
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent,
|
|
3296
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent,
|
|
3297
|
-
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3298
|
-
height: 100%;
|
|
3299
|
-
}
|
|
3300
|
-
|
|
3301
|
-
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3302
|
-
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3303
3215
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3304
3216
|
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3305
3217
|
}
|
|
@@ -3308,24 +3220,10 @@ ejs-listbox {
|
|
|
3308
3220
|
height: calc(100% - 56px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3309
3221
|
}
|
|
3310
3222
|
|
|
3311
|
-
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
3312
|
-
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3313
|
-
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3314
|
-
}
|
|
3315
|
-
|
|
3316
|
-
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3317
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3318
|
-
height: calc(100% - 59px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3319
|
-
}
|
|
3320
|
-
|
|
3321
3223
|
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3322
3224
|
height: calc(100% - 93px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3323
3225
|
}
|
|
3324
3226
|
|
|
3325
|
-
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3326
|
-
height: calc(100% - 113px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3327
|
-
}
|
|
3328
|
-
|
|
3329
3227
|
.e-listbox-wrapper,
|
|
3330
3228
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
3331
3229
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -3629,4 +3527,131 @@ ejs-listbox {
|
|
|
3629
3527
|
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3630
3528
|
}
|
|
3631
3529
|
|
|
3530
|
+
.e-bigger .e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
3531
|
+
.e-listbox-wrapper.e-bigger.e-listboxtool-container .e-list-wrap,
|
|
3532
|
+
.e-bigger .e-listbox-container.e-listboxtool-container .e-list-wrap,
|
|
3533
|
+
.e-listbox-container.e-bigger.e-listboxtool-container .e-list-wrap {
|
|
3534
|
+
width: 80% !important; /* stylelint-disable-line declaration-no-important */
|
|
3535
|
+
}
|
|
3536
|
+
.e-bigger .e-listbox-wrapper .e-list-item,
|
|
3537
|
+
.e-listbox-wrapper.e-bigger .e-list-item,
|
|
3538
|
+
.e-bigger .e-listbox-container .e-list-item,
|
|
3539
|
+
.e-listbox-container.e-bigger .e-list-item {
|
|
3540
|
+
border-bottom: 0 solid transparent;
|
|
3541
|
+
border-left: 0 solid transparent;
|
|
3542
|
+
border-right: 0 solid transparent;
|
|
3543
|
+
border-top: 0 solid transparent;
|
|
3544
|
+
}
|
|
3545
|
+
.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
3546
|
+
.e-bigger .e-listbox-wrapper .e-selectall-parent,
|
|
3547
|
+
.e-bigger .e-listbox-wrapper .e-list-group-item,
|
|
3548
|
+
.e-bigger .e-listbox-wrapper .e-list-header,
|
|
3549
|
+
.e-listbox-wrapper.e-bigger:not(.e-list-template) .e-list-item,
|
|
3550
|
+
.e-listbox-wrapper.e-bigger .e-selectall-parent,
|
|
3551
|
+
.e-listbox-wrapper.e-bigger .e-list-group-item,
|
|
3552
|
+
.e-listbox-wrapper.e-bigger .e-list-header,
|
|
3553
|
+
.e-bigger .e-listbox-container:not(.e-list-template) .e-list-item,
|
|
3554
|
+
.e-bigger .e-listbox-container .e-selectall-parent,
|
|
3555
|
+
.e-bigger .e-listbox-container .e-list-group-item,
|
|
3556
|
+
.e-bigger .e-listbox-container .e-list-header,
|
|
3557
|
+
.e-listbox-container.e-bigger:not(.e-list-template) .e-list-item,
|
|
3558
|
+
.e-listbox-container.e-bigger .e-selectall-parent,
|
|
3559
|
+
.e-listbox-container.e-bigger .e-list-group-item,
|
|
3560
|
+
.e-listbox-container.e-bigger .e-list-header {
|
|
3561
|
+
padding: 8px 16px;
|
|
3562
|
+
}
|
|
3563
|
+
.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
3564
|
+
.e-bigger .e-listbox-wrapper .e-selectall-parent,
|
|
3565
|
+
.e-listbox-wrapper.e-bigger:not(.e-list-template) .e-list-item,
|
|
3566
|
+
.e-listbox-wrapper.e-bigger .e-selectall-parent,
|
|
3567
|
+
.e-bigger .e-listbox-container:not(.e-list-template) .e-list-item,
|
|
3568
|
+
.e-bigger .e-listbox-container .e-selectall-parent,
|
|
3569
|
+
.e-listbox-container.e-bigger:not(.e-list-template) .e-list-item,
|
|
3570
|
+
.e-listbox-container.e-bigger .e-selectall-parent {
|
|
3571
|
+
height: 48px;
|
|
3572
|
+
line-height: 2.1;
|
|
3573
|
+
position: relative;
|
|
3574
|
+
}
|
|
3575
|
+
.e-bigger .e-listbox-wrapper .e-list-parent,
|
|
3576
|
+
.e-listbox-wrapper.e-bigger .e-list-parent,
|
|
3577
|
+
.e-bigger .e-listbox-container .e-list-parent,
|
|
3578
|
+
.e-listbox-container.e-bigger .e-list-parent {
|
|
3579
|
+
min-height: 48px;
|
|
3580
|
+
}
|
|
3581
|
+
.e-bigger .e-listbox-wrapper .e-text-content,
|
|
3582
|
+
.e-listbox-wrapper.e-bigger .e-text-content,
|
|
3583
|
+
.e-bigger .e-listbox-container .e-text-content,
|
|
3584
|
+
.e-listbox-container.e-bigger .e-text-content {
|
|
3585
|
+
font-size: 16px;
|
|
3586
|
+
}
|
|
3587
|
+
.e-bigger .e-listbox-wrapper .e-list-group-item,
|
|
3588
|
+
.e-listbox-wrapper.e-bigger .e-list-group-item,
|
|
3589
|
+
.e-bigger .e-listbox-container .e-list-group-item,
|
|
3590
|
+
.e-listbox-container.e-bigger .e-list-group-item {
|
|
3591
|
+
height: 40px;
|
|
3592
|
+
line-height: 25px;
|
|
3593
|
+
}
|
|
3594
|
+
.e-bigger .e-listbox-wrapper .e-list-header,
|
|
3595
|
+
.e-listbox-wrapper.e-bigger .e-list-header,
|
|
3596
|
+
.e-bigger .e-listbox-container .e-list-header,
|
|
3597
|
+
.e-listbox-container.e-bigger .e-list-header {
|
|
3598
|
+
-webkit-box-align: center;
|
|
3599
|
+
-ms-flex-align: center;
|
|
3600
|
+
align-items: center;
|
|
3601
|
+
display: -webkit-box;
|
|
3602
|
+
display: -ms-flexbox;
|
|
3603
|
+
display: flex;
|
|
3604
|
+
font-weight: 600;
|
|
3605
|
+
height: 22px;
|
|
3606
|
+
}
|
|
3607
|
+
.e-bigger .e-listbox-wrapper .e-list-header .e-text.header,
|
|
3608
|
+
.e-bigger .e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header,
|
|
3609
|
+
.e-listbox-wrapper.e-bigger .e-list-header .e-text.header,
|
|
3610
|
+
.e-listbox-wrapper.e-bigger .e-list-header .e-headertemplate-text.nested-header,
|
|
3611
|
+
.e-bigger .e-listbox-container .e-list-header .e-text.header,
|
|
3612
|
+
.e-bigger .e-listbox-container .e-list-header .e-headertemplate-text.nested-header,
|
|
3613
|
+
.e-listbox-container.e-bigger .e-list-header .e-text.header,
|
|
3614
|
+
.e-listbox-container.e-bigger .e-list-header .e-headertemplate-text.nested-header {
|
|
3615
|
+
display: none;
|
|
3616
|
+
}
|
|
3617
|
+
.e-bigger .e-listbox-wrapper .e-list-header .e-text,
|
|
3618
|
+
.e-listbox-wrapper.e-bigger .e-list-header .e-text,
|
|
3619
|
+
.e-bigger .e-listbox-container .e-list-header .e-text,
|
|
3620
|
+
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
3621
|
+
font-size: 14px;
|
|
3622
|
+
}
|
|
3623
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3624
|
+
height: calc(100% - 64px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3625
|
+
}
|
|
3626
|
+
|
|
3627
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3628
|
+
height: calc(100% - 64px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3629
|
+
}
|
|
3630
|
+
|
|
3631
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-parent,
|
|
3632
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent,
|
|
3633
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent,
|
|
3634
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3635
|
+
height: 100%;
|
|
3636
|
+
}
|
|
3637
|
+
|
|
3638
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3639
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3640
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3641
|
+
}
|
|
3642
|
+
|
|
3643
|
+
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
3644
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3645
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3646
|
+
}
|
|
3647
|
+
|
|
3648
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3649
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3650
|
+
height: calc(100% - 59px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3651
|
+
}
|
|
3652
|
+
|
|
3653
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3654
|
+
height: calc(100% - 113px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3655
|
+
}
|
|
3656
|
+
|
|
3632
3657
|
/* stylelint-disable-line no-empty-source */
|