@syncfusion/ej2-dropdowns 26.2.11 → 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 +1548 -851
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +1441 -721
- 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 +74 -39
- 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 +12 -4
- package/src/drop-down-list/drop-down-list.js +302 -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 +207 -69
- package/src/list-box/list-box.js +72 -36
- package/src/mention/mention.d.ts +8 -0
- package/src/mention/mention.js +88 -25
- 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
|
@@ -2,37 +2,10 @@
|
|
|
2
2
|
padding: 0 10px 0 0;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
|
-
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
6
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
7
|
-
padding: 0 12px 0 0;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
5
|
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
11
6
|
padding: 0 8px 0 0;
|
|
12
7
|
}
|
|
13
8
|
|
|
14
|
-
.e-bigger .e-dropdownbase,
|
|
15
|
-
.e-dropdownbase.e-bigger {
|
|
16
|
-
min-height: 45px;
|
|
17
|
-
}
|
|
18
|
-
.e-bigger .e-dropdownbase .e-list-item,
|
|
19
|
-
.e-dropdownbase.e-bigger .e-list-item {
|
|
20
|
-
line-height: 48px;
|
|
21
|
-
text-indent: 20px;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head,
|
|
25
|
-
.e-dropdownbase.e-bigger .e-list-group-item,
|
|
26
|
-
.e-dropdownbase.e-bigger .e-fixed-head {
|
|
27
|
-
line-height: 48px;
|
|
28
|
-
text-indent: 20px;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
32
|
-
.e-dropdownbase.e-bigger .e-list-item .e-list-icon {
|
|
33
|
-
font-size: 20px;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
9
|
.e-dropdownbase {
|
|
37
10
|
display: block;
|
|
38
11
|
height: 100%;
|
|
@@ -132,14 +105,6 @@
|
|
|
132
105
|
padding-left: 30px;
|
|
133
106
|
}
|
|
134
107
|
|
|
135
|
-
.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
136
|
-
padding-left: 30px;
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
.e-small.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
140
|
-
padding-left: 30px;
|
|
141
|
-
}
|
|
142
|
-
|
|
143
108
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
144
109
|
text-indent: 0;
|
|
145
110
|
}
|
|
@@ -169,14 +134,6 @@
|
|
|
169
134
|
padding-left: 20px;
|
|
170
135
|
padding-right: 0;
|
|
171
136
|
}
|
|
172
|
-
.e-small.e-bigger.e-rtl .e-dropdownbase .e-list-item,
|
|
173
|
-
.e-small.e-bigger .e-rtl .e-dropdownbase .e-list-item,
|
|
174
|
-
.e-rtl .e-small.e-bigger .e-dropdownbase .e-list-item,
|
|
175
|
-
.e-small .e-rtl.e-bigger .e-dropdownbase .e-list-item,
|
|
176
|
-
.e-bigger .e-rtl.e-small .e-dropdownbase .e-list-item {
|
|
177
|
-
padding-left: 20px;
|
|
178
|
-
padding-right: 0;
|
|
179
|
-
}
|
|
180
137
|
.e-dropdownbase {
|
|
181
138
|
border-color: #414141;
|
|
182
139
|
}
|
|
@@ -231,11 +188,6 @@
|
|
|
231
188
|
background-color: #414141;
|
|
232
189
|
}
|
|
233
190
|
|
|
234
|
-
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head {
|
|
235
|
-
font-size: 14px;
|
|
236
|
-
padding-left: 20px;
|
|
237
|
-
}
|
|
238
|
-
|
|
239
191
|
.e-multi-column.e-ddl.e-popup.e-popup-open table {
|
|
240
192
|
border-collapse: collapse;
|
|
241
193
|
table-layout: fixed;
|
|
@@ -315,33 +267,6 @@
|
|
|
315
267
|
font-size: 14px;
|
|
316
268
|
}
|
|
317
269
|
|
|
318
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item,
|
|
319
|
-
.e-dropdownbase.e-small.e-bigger .e-list-item {
|
|
320
|
-
color: #f0f0f0;
|
|
321
|
-
line-height: 34px;
|
|
322
|
-
min-height: 34px;
|
|
323
|
-
text-indent: 16px;
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
.e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
327
|
-
.e-dropdownbase.e-small.e-bigger .e-list-group-item,
|
|
328
|
-
.e-dropdownbase.e-small.e-bigger .e-fixed-head {
|
|
329
|
-
line-height: 34px;
|
|
330
|
-
min-height: 34px;
|
|
331
|
-
padding-left: 20px;
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon,
|
|
335
|
-
.e-dropdownbase.e-small.e-bigger .e-list-item .e-list-icon {
|
|
336
|
-
font-size: 18px;
|
|
337
|
-
}
|
|
338
|
-
|
|
339
|
-
.e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
340
|
-
.e-dropdownbase.e-bigger.e-small .e-list-group-item,
|
|
341
|
-
.e-dropdownbase.e-bigger.e-small .e-fixed-head {
|
|
342
|
-
font-size: 14px;
|
|
343
|
-
}
|
|
344
|
-
|
|
345
270
|
.e-ddl.e-popup.e-multiselect-group .e-list-group-item {
|
|
346
271
|
background-color: #2a2a2a;
|
|
347
272
|
border-bottom: 1px;
|
|
@@ -374,6 +299,81 @@
|
|
|
374
299
|
background-color: #414141;
|
|
375
300
|
}
|
|
376
301
|
|
|
302
|
+
.e-bigger .e-dropdownbase,
|
|
303
|
+
.e-dropdownbase.e-bigger {
|
|
304
|
+
min-height: 45px;
|
|
305
|
+
}
|
|
306
|
+
.e-bigger .e-dropdownbase .e-list-item,
|
|
307
|
+
.e-dropdownbase.e-bigger .e-list-item {
|
|
308
|
+
line-height: 48px;
|
|
309
|
+
text-indent: 20px;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head,
|
|
313
|
+
.e-dropdownbase.e-bigger .e-list-group-item,
|
|
314
|
+
.e-dropdownbase.e-bigger .e-fixed-head {
|
|
315
|
+
line-height: 48px;
|
|
316
|
+
text-indent: 20px;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
320
|
+
.e-dropdownbase.e-bigger .e-list-item .e-list-icon {
|
|
321
|
+
font-size: 20px;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
325
|
+
padding-left: 30px;
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
.e-small.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
329
|
+
padding-left: 30px;
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
.e-small.e-bigger.e-rtl .e-dropdownbase .e-list-item,
|
|
333
|
+
.e-small.e-bigger .e-rtl .e-dropdownbase .e-list-item,
|
|
334
|
+
.e-rtl .e-small.e-bigger .e-dropdownbase .e-list-item,
|
|
335
|
+
.e-small .e-rtl.e-bigger .e-dropdownbase .e-list-item,
|
|
336
|
+
.e-bigger .e-rtl.e-small .e-dropdownbase .e-list-item {
|
|
337
|
+
padding-left: 20px;
|
|
338
|
+
padding-right: 0;
|
|
339
|
+
}
|
|
340
|
+
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head {
|
|
341
|
+
font-size: 14px;
|
|
342
|
+
padding-left: 20px;
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
.e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
346
|
+
.e-dropdownbase.e-bigger.e-small .e-list-group-item,
|
|
347
|
+
.e-dropdownbase.e-bigger.e-small .e-fixed-head {
|
|
348
|
+
font-size: 14px;
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item,
|
|
352
|
+
.e-dropdownbase.e-small.e-bigger .e-list-item {
|
|
353
|
+
color: #f0f0f0;
|
|
354
|
+
line-height: 34px;
|
|
355
|
+
min-height: 34px;
|
|
356
|
+
text-indent: 16px;
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
.e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
360
|
+
.e-dropdownbase.e-small.e-bigger .e-list-group-item,
|
|
361
|
+
.e-dropdownbase.e-small.e-bigger .e-fixed-head {
|
|
362
|
+
line-height: 34px;
|
|
363
|
+
min-height: 34px;
|
|
364
|
+
padding-left: 20px;
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon,
|
|
368
|
+
.e-dropdownbase.e-small.e-bigger .e-list-item .e-list-icon {
|
|
369
|
+
font-size: 18px;
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
373
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
374
|
+
padding: 0 12px 0 0;
|
|
375
|
+
}
|
|
376
|
+
|
|
377
377
|
/* stylelint-disable property-no-vendor-prefix */
|
|
378
378
|
/* stylelint-disable property-no-vendor-prefix */
|
|
379
379
|
@-webkit-keyframes material-spinner-rotate {
|
|
@@ -443,33 +443,6 @@
|
|
|
443
443
|
border: 0;
|
|
444
444
|
}
|
|
445
445
|
|
|
446
|
-
.e-bigger .e-popup.e-ddl-device-filter {
|
|
447
|
-
margin-top: 0;
|
|
448
|
-
}
|
|
449
|
-
|
|
450
|
-
.e-bigger .e-popup.e-ddl .e-list-item, .e-bigger .e-popup.e-ddl .e-list-group-item, .e-bigger .e-popup.e-ddl .e-fixed-head {
|
|
451
|
-
font-size: 15px;
|
|
452
|
-
line-height: 40px;
|
|
453
|
-
padding-left: 0;
|
|
454
|
-
text-indent: 24px;
|
|
455
|
-
}
|
|
456
|
-
|
|
457
|
-
.e-bigger .e-popup.e-ddl .e-dd-group .e-list-item {
|
|
458
|
-
padding-left: 4px;
|
|
459
|
-
}
|
|
460
|
-
|
|
461
|
-
.e-bigger .e-popup.e-ddl .e-input-group {
|
|
462
|
-
padding: 4px 0;
|
|
463
|
-
}
|
|
464
|
-
|
|
465
|
-
.e-bigger .e-popup.e-ddl .e-input-group input, .e-bigger .e-popup.e-ddl .e-input-group input.e-input {
|
|
466
|
-
height: 38px;
|
|
467
|
-
}
|
|
468
|
-
|
|
469
|
-
.e-bigger .e-popup.e-ddl .e-dropdownbase {
|
|
470
|
-
min-height: 40px;
|
|
471
|
-
}
|
|
472
|
-
|
|
473
446
|
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
474
447
|
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
475
448
|
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
|
|
@@ -501,29 +474,6 @@
|
|
|
501
474
|
border-bottom: 1px solid #484848;
|
|
502
475
|
}
|
|
503
476
|
|
|
504
|
-
.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 {
|
|
505
|
-
font-size: 14px;
|
|
506
|
-
line-height: 34px;
|
|
507
|
-
padding-left: 0;
|
|
508
|
-
text-indent: 16px;
|
|
509
|
-
}
|
|
510
|
-
|
|
511
|
-
.e-bigger.e-small .e-ddl.e-popup .e-dd-group .e-list-item {
|
|
512
|
-
padding-left: 4px;
|
|
513
|
-
}
|
|
514
|
-
|
|
515
|
-
.e-bigger.e-small .e-ddl.e-popup .e-input-group {
|
|
516
|
-
padding: 4px 0;
|
|
517
|
-
}
|
|
518
|
-
|
|
519
|
-
.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 {
|
|
520
|
-
height: 30px;
|
|
521
|
-
}
|
|
522
|
-
|
|
523
|
-
.e-bigger.e-small .e-popup.e-ddl .e-dropdownbase {
|
|
524
|
-
min-height: 34px;
|
|
525
|
-
}
|
|
526
|
-
|
|
527
477
|
.e-ddl .e-search-icon::before {
|
|
528
478
|
content: "\e993";
|
|
529
479
|
}
|
|
@@ -537,30 +487,6 @@
|
|
|
537
487
|
font-family: "e-icons";
|
|
538
488
|
}
|
|
539
489
|
|
|
540
|
-
.e-bigger .e-input-group.e-ddl .e-input-filter, .e-bigger .e-input-group.e-ddl .e-input-filter:focus {
|
|
541
|
-
margin-left: -20px;
|
|
542
|
-
}
|
|
543
|
-
|
|
544
|
-
.e-bigger .e-ddl.e-popup .e-list-item {
|
|
545
|
-
font-size: 15px;
|
|
546
|
-
}
|
|
547
|
-
.e-bigger .e-ddl.e-popup .e-list-group-item {
|
|
548
|
-
font-size: 15px;
|
|
549
|
-
}
|
|
550
|
-
.e-bigger .e-ddl.e-popup .e-input-group {
|
|
551
|
-
padding: 4px 0;
|
|
552
|
-
}
|
|
553
|
-
|
|
554
|
-
.e-bigger.e-ddl.e-popup .e-list-item {
|
|
555
|
-
font-size: 15px;
|
|
556
|
-
}
|
|
557
|
-
.e-bigger.e-ddl.e-popup .e-list-group-item {
|
|
558
|
-
font-size: 15px;
|
|
559
|
-
}
|
|
560
|
-
.e-bigger.e-ddl.e-popup .e-input-group {
|
|
561
|
-
padding: 4px 0;
|
|
562
|
-
}
|
|
563
|
-
|
|
564
490
|
.e-popup.e-wide-popup.e-ddl-device.e-popup-close {
|
|
565
491
|
display: block;
|
|
566
492
|
visibility: hidden;
|
|
@@ -751,24 +677,6 @@ ejs-dropdownlist {
|
|
|
751
677
|
font-size: 13px;
|
|
752
678
|
}
|
|
753
679
|
|
|
754
|
-
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
755
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
756
|
-
font-size: 14px;
|
|
757
|
-
}
|
|
758
|
-
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
759
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
760
|
-
font-size: 14px;
|
|
761
|
-
}
|
|
762
|
-
|
|
763
|
-
.e-bigger.e-small.e-ddl.e-popup .e-list-item,
|
|
764
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
765
|
-
font-size: 14px;
|
|
766
|
-
}
|
|
767
|
-
.e-bigger.e-small.e-ddl.e-popup .e-list-group-item,
|
|
768
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
769
|
-
font-size: 14px;
|
|
770
|
-
}
|
|
771
|
-
|
|
772
680
|
.e-content-placeholder.e-ddl.e-placeholder-ddl,
|
|
773
681
|
.e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
|
|
774
682
|
.e-content-placeholder.e-combobox.e-placeholder-combobox {
|
|
@@ -776,16 +684,6 @@ ejs-dropdownlist {
|
|
|
776
684
|
min-height: 33px;
|
|
777
685
|
}
|
|
778
686
|
|
|
779
|
-
.e-bigger .e-content-placeholder.e-ddl.e-placeholder-ddl,
|
|
780
|
-
.e-bigger.e-content-placeholder.e-ddl.e-placeholder-ddl,
|
|
781
|
-
.e-bigger .e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
|
|
782
|
-
.e-bigger.e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
|
|
783
|
-
.e-bigger .e-content-placeholder.e-combobox.e-placeholder-combobox,
|
|
784
|
-
.e-bigger.e-content-placeholder.e-combobox.e-placeholder-combobox {
|
|
785
|
-
background-size: 300px 40px;
|
|
786
|
-
min-height: 40px;
|
|
787
|
-
}
|
|
788
|
-
|
|
789
687
|
.e-popup {
|
|
790
688
|
border-color: #414141;
|
|
791
689
|
}
|
|
@@ -795,10 +693,116 @@ ejs-dropdownlist {
|
|
|
795
693
|
color: #fff;
|
|
796
694
|
}
|
|
797
695
|
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
696
|
+
.e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
|
|
697
|
+
border-color: transparent;
|
|
698
|
+
}
|
|
699
|
+
|
|
700
|
+
.e-bigger .e-input-group.e-ddl .e-input-filter, .e-bigger .e-input-group.e-ddl .e-input-filter:focus {
|
|
701
|
+
margin-left: -20px;
|
|
702
|
+
}
|
|
703
|
+
|
|
704
|
+
.e-bigger .e-ddl.e-popup .e-list-item {
|
|
705
|
+
font-size: 15px;
|
|
706
|
+
}
|
|
707
|
+
.e-bigger .e-ddl.e-popup .e-list-group-item {
|
|
708
|
+
font-size: 15px;
|
|
709
|
+
}
|
|
710
|
+
.e-bigger .e-ddl.e-popup .e-input-group {
|
|
711
|
+
padding: 4px 0;
|
|
712
|
+
}
|
|
713
|
+
|
|
714
|
+
.e-bigger.e-ddl.e-popup .e-list-item {
|
|
715
|
+
font-size: 15px;
|
|
716
|
+
}
|
|
717
|
+
.e-bigger.e-ddl.e-popup .e-list-group-item {
|
|
718
|
+
font-size: 15px;
|
|
719
|
+
}
|
|
720
|
+
.e-bigger.e-ddl.e-popup .e-input-group {
|
|
721
|
+
padding: 4px 0;
|
|
722
|
+
}
|
|
723
|
+
|
|
724
|
+
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
725
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
726
|
+
font-size: 14px;
|
|
727
|
+
}
|
|
728
|
+
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
729
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
730
|
+
font-size: 14px;
|
|
731
|
+
}
|
|
732
|
+
|
|
733
|
+
.e-bigger.e-small.e-ddl.e-popup .e-list-item,
|
|
734
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
735
|
+
font-size: 14px;
|
|
736
|
+
}
|
|
737
|
+
.e-bigger.e-small.e-ddl.e-popup .e-list-group-item,
|
|
738
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
739
|
+
font-size: 14px;
|
|
740
|
+
}
|
|
741
|
+
|
|
742
|
+
.e-bigger .e-content-placeholder.e-ddl.e-placeholder-ddl,
|
|
743
|
+
.e-bigger.e-content-placeholder.e-ddl.e-placeholder-ddl,
|
|
744
|
+
.e-bigger .e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
|
|
745
|
+
.e-bigger.e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
|
|
746
|
+
.e-bigger .e-content-placeholder.e-combobox.e-placeholder-combobox,
|
|
747
|
+
.e-bigger.e-content-placeholder.e-combobox.e-placeholder-combobox {
|
|
748
|
+
background-size: 300px 40px;
|
|
749
|
+
min-height: 40px;
|
|
750
|
+
}
|
|
751
|
+
|
|
752
|
+
.e-bigger .e-popup.e-ddl-device-filter {
|
|
753
|
+
margin-top: 0;
|
|
754
|
+
}
|
|
755
|
+
|
|
756
|
+
.e-bigger .e-popup.e-ddl .e-list-item, .e-bigger .e-popup.e-ddl .e-list-group-item, .e-bigger .e-popup.e-ddl .e-fixed-head {
|
|
757
|
+
font-size: 15px;
|
|
758
|
+
line-height: 40px;
|
|
759
|
+
padding-left: 0;
|
|
760
|
+
text-indent: 24px;
|
|
761
|
+
}
|
|
762
|
+
|
|
763
|
+
.e-bigger .e-popup.e-ddl .e-dd-group .e-list-item {
|
|
764
|
+
padding-left: 4px;
|
|
765
|
+
}
|
|
766
|
+
|
|
767
|
+
.e-bigger .e-popup.e-ddl .e-input-group {
|
|
768
|
+
padding: 4px 0;
|
|
769
|
+
}
|
|
770
|
+
|
|
771
|
+
.e-bigger .e-popup.e-ddl .e-input-group input, .e-bigger .e-popup.e-ddl .e-input-group input.e-input {
|
|
772
|
+
height: 38px;
|
|
773
|
+
}
|
|
774
|
+
|
|
775
|
+
.e-bigger .e-popup.e-ddl .e-dropdownbase {
|
|
776
|
+
min-height: 40px;
|
|
777
|
+
}
|
|
778
|
+
|
|
779
|
+
.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 {
|
|
780
|
+
font-size: 14px;
|
|
781
|
+
line-height: 34px;
|
|
782
|
+
padding-left: 0;
|
|
783
|
+
text-indent: 16px;
|
|
784
|
+
}
|
|
785
|
+
|
|
786
|
+
.e-bigger.e-small .e-ddl.e-popup .e-dd-group .e-list-item {
|
|
787
|
+
padding-left: 4px;
|
|
788
|
+
}
|
|
789
|
+
|
|
790
|
+
.e-bigger.e-small .e-ddl.e-popup .e-input-group {
|
|
791
|
+
padding: 4px 0;
|
|
792
|
+
}
|
|
793
|
+
|
|
794
|
+
.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 {
|
|
795
|
+
height: 30px;
|
|
796
|
+
}
|
|
797
|
+
|
|
798
|
+
.e-bigger.e-small .e-popup.e-ddl .e-dropdownbase {
|
|
799
|
+
min-height: 34px;
|
|
800
|
+
}
|
|
801
|
+
|
|
802
|
+
/* stylelint-disable */
|
|
803
|
+
/* stylelint-disable */
|
|
804
|
+
.e-ddt .e-ddt-icon::before {
|
|
805
|
+
content: "\e969";
|
|
802
806
|
}
|
|
803
807
|
.e-ddt .e-chips-close::before {
|
|
804
808
|
content: "\e842";
|
|
@@ -1102,6 +1106,38 @@ ejs-dropdownlist {
|
|
|
1102
1106
|
display: none;
|
|
1103
1107
|
}
|
|
1104
1108
|
|
|
1109
|
+
.e-ddt .e-chips {
|
|
1110
|
+
background-color: #414141;
|
|
1111
|
+
}
|
|
1112
|
+
.e-ddt .e-chips .e-chips-close::before {
|
|
1113
|
+
color: #f0f0f0;
|
|
1114
|
+
}
|
|
1115
|
+
.e-ddt .e-chips > .e-chipcontent {
|
|
1116
|
+
color: #f0f0f0;
|
|
1117
|
+
}
|
|
1118
|
+
.e-ddt .e-overflow .e-remain {
|
|
1119
|
+
color: #8d8d8d;
|
|
1120
|
+
}
|
|
1121
|
+
.e-ddt.e-input-group.e-control-wrapper .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper .e-clear-icon {
|
|
1122
|
+
background-color: #1a1a1a;
|
|
1123
|
+
}
|
|
1124
|
+
.e-ddt.e-popup {
|
|
1125
|
+
background: #313131;
|
|
1126
|
+
border-color: #414141;
|
|
1127
|
+
}
|
|
1128
|
+
.e-ddt.e-popup .e-popup-content.e-no-data {
|
|
1129
|
+
color: #a4a4a4;
|
|
1130
|
+
}
|
|
1131
|
+
.e-ddt.e-popup .e-selectall-parent {
|
|
1132
|
+
border-bottom-color: #484848;
|
|
1133
|
+
}
|
|
1134
|
+
.e-ddt.e-popup .e-selectall-parent:focus {
|
|
1135
|
+
background: #414141;
|
|
1136
|
+
}
|
|
1137
|
+
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
1138
|
+
color: #f0f0f0;
|
|
1139
|
+
}
|
|
1140
|
+
|
|
1105
1141
|
.e-bigger .e-ddt .e-chips,
|
|
1106
1142
|
.e-ddt.e-bigger .e-chips {
|
|
1107
1143
|
height: 34px;
|
|
@@ -1174,38 +1210,6 @@ ejs-dropdownlist {
|
|
|
1174
1210
|
right: auto;
|
|
1175
1211
|
}
|
|
1176
1212
|
|
|
1177
|
-
.e-ddt .e-chips {
|
|
1178
|
-
background-color: #414141;
|
|
1179
|
-
}
|
|
1180
|
-
.e-ddt .e-chips .e-chips-close::before {
|
|
1181
|
-
color: #f0f0f0;
|
|
1182
|
-
}
|
|
1183
|
-
.e-ddt .e-chips > .e-chipcontent {
|
|
1184
|
-
color: #f0f0f0;
|
|
1185
|
-
}
|
|
1186
|
-
.e-ddt .e-overflow .e-remain {
|
|
1187
|
-
color: #8d8d8d;
|
|
1188
|
-
}
|
|
1189
|
-
.e-ddt.e-input-group.e-control-wrapper .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper .e-clear-icon {
|
|
1190
|
-
background-color: #1a1a1a;
|
|
1191
|
-
}
|
|
1192
|
-
.e-ddt.e-popup {
|
|
1193
|
-
background: #313131;
|
|
1194
|
-
border-color: #414141;
|
|
1195
|
-
}
|
|
1196
|
-
.e-ddt.e-popup .e-popup-content.e-no-data {
|
|
1197
|
-
color: #a4a4a4;
|
|
1198
|
-
}
|
|
1199
|
-
.e-ddt.e-popup .e-selectall-parent {
|
|
1200
|
-
border-bottom-color: #484848;
|
|
1201
|
-
}
|
|
1202
|
-
.e-ddt.e-popup .e-selectall-parent:focus {
|
|
1203
|
-
background: #414141;
|
|
1204
|
-
}
|
|
1205
|
-
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
1206
|
-
color: #f0f0f0;
|
|
1207
|
-
}
|
|
1208
|
-
|
|
1209
1213
|
/* stylelint-disable-line no-empty-source */
|
|
1210
1214
|
/* stylelint-disable-line no-empty-source */
|
|
1211
1215
|
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
|
|
@@ -1231,20 +1235,11 @@ ejs-dropdownlist {
|
|
|
1231
1235
|
width: 32px;
|
|
1232
1236
|
}
|
|
1233
1237
|
|
|
1234
|
-
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
1235
|
-
height: 40px;
|
|
1236
|
-
width: 40px;
|
|
1237
|
-
}
|
|
1238
|
-
|
|
1239
1238
|
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
1240
1239
|
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
1241
1240
|
color: #fff;
|
|
1242
1241
|
}
|
|
1243
1242
|
|
|
1244
|
-
.e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
1245
|
-
margin-top: -3.2em;
|
|
1246
|
-
}
|
|
1247
|
-
|
|
1248
1243
|
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
1249
1244
|
content: "\e969";
|
|
1250
1245
|
font-family: "e-icons";
|
|
@@ -1425,11 +1420,6 @@ ejs-dropdownlist {
|
|
|
1425
1420
|
padding: 0 0 0 48px;
|
|
1426
1421
|
}
|
|
1427
1422
|
|
|
1428
|
-
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
|
|
1429
|
-
.e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1430
|
-
margin-top: -2.7em;
|
|
1431
|
-
}
|
|
1432
|
-
|
|
1433
1423
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-disabled,
|
|
1434
1424
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disabled {
|
|
1435
1425
|
opacity: 0.7;
|
|
@@ -1446,10 +1436,6 @@ ejs-dropdownlist {
|
|
|
1446
1436
|
top: 17px;
|
|
1447
1437
|
}
|
|
1448
1438
|
|
|
1449
|
-
.e-bigger .e-multi-select-wrapper {
|
|
1450
|
-
min-height: 38px;
|
|
1451
|
-
}
|
|
1452
|
-
|
|
1453
1439
|
.e-multi-select-wrapper.e-close-icon-hide {
|
|
1454
1440
|
padding-right: 0;
|
|
1455
1441
|
}
|
|
@@ -1483,10 +1469,6 @@ ejs-dropdownlist {
|
|
|
1483
1469
|
white-space: nowrap;
|
|
1484
1470
|
}
|
|
1485
1471
|
|
|
1486
|
-
.e-bigger .e-multi-select-wrapper .e-chips {
|
|
1487
|
-
margin: 3px 4px 2px 0;
|
|
1488
|
-
}
|
|
1489
|
-
|
|
1490
1472
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1491
1473
|
max-width: 100%;
|
|
1492
1474
|
overflow: hidden;
|
|
@@ -1501,13 +1483,11 @@ ejs-dropdownlist {
|
|
|
1501
1483
|
float: none;
|
|
1502
1484
|
}
|
|
1503
1485
|
|
|
1504
|
-
.e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent
|
|
1505
|
-
.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1486
|
+
.e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent {
|
|
1506
1487
|
padding: 7px 10px 7px 10px;
|
|
1507
1488
|
}
|
|
1508
1489
|
|
|
1509
|
-
.e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent
|
|
1510
|
-
.e-bigger .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1490
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent {
|
|
1511
1491
|
padding: 7px 10px 7px 10px;
|
|
1512
1492
|
}
|
|
1513
1493
|
|
|
@@ -1554,16 +1534,6 @@ ejs-dropdownlist {
|
|
|
1554
1534
|
right: auto;
|
|
1555
1535
|
}
|
|
1556
1536
|
|
|
1557
|
-
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
1558
|
-
margin-top: -4em;
|
|
1559
|
-
}
|
|
1560
|
-
|
|
1561
|
-
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
1562
|
-
.e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
1563
|
-
margin-top: -4em;
|
|
1564
|
-
margin-top: -3.7em;
|
|
1565
|
-
}
|
|
1566
|
-
|
|
1567
1537
|
.e-multi-select-wrapper input[type=text] {
|
|
1568
1538
|
background: none;
|
|
1569
1539
|
border: 0;
|
|
@@ -1595,17 +1565,6 @@ ejs-dropdownlist {
|
|
|
1595
1565
|
padding: 5px;
|
|
1596
1566
|
}
|
|
1597
1567
|
|
|
1598
|
-
.e-bigger .e-multi-select-wrapper input[type=text],
|
|
1599
|
-
.e-multi-select-wrapper.e-mob-wrapper input[type=text] {
|
|
1600
|
-
height: 32px;
|
|
1601
|
-
min-height: 32px;
|
|
1602
|
-
}
|
|
1603
|
-
|
|
1604
|
-
.e-bigger .e-multi-select-wrapper input[type=text] {
|
|
1605
|
-
height: 38px;
|
|
1606
|
-
min-height: 38px;
|
|
1607
|
-
}
|
|
1608
|
-
|
|
1609
1568
|
/* stylelint-disable property-no-vendor-prefix */
|
|
1610
1569
|
.e-multi-select-wrapper input[type=text]::-ms-clear {
|
|
1611
1570
|
display: none;
|
|
@@ -1621,23 +1580,11 @@ ejs-dropdownlist {
|
|
|
1621
1580
|
width: calc(100% - 43px);
|
|
1622
1581
|
}
|
|
1623
1582
|
|
|
1624
|
-
.e-bigger .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
1625
|
-
.e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
1626
|
-
width: calc(100% - 49px);
|
|
1627
|
-
}
|
|
1628
|
-
|
|
1629
1583
|
.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
1630
1584
|
.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
1631
1585
|
width: calc(100% - 37px);
|
|
1632
1586
|
}
|
|
1633
1587
|
|
|
1634
|
-
.e-bigger.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
1635
|
-
.e-bigger.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
1636
|
-
.e-bigger .e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
1637
|
-
.e-small .e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
1638
|
-
width: calc(100% - 45px);
|
|
1639
|
-
}
|
|
1640
|
-
|
|
1641
1588
|
.e-multi-select-wrapper .e-delim-values {
|
|
1642
1589
|
font-family: inherit;
|
|
1643
1590
|
font-size: 14px;
|
|
@@ -1648,11 +1595,6 @@ ejs-dropdownlist {
|
|
|
1648
1595
|
vertical-align: middle;
|
|
1649
1596
|
}
|
|
1650
1597
|
|
|
1651
|
-
.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
1652
|
-
line-height: 36px;
|
|
1653
|
-
padding-left: 6px;
|
|
1654
|
-
}
|
|
1655
|
-
|
|
1656
1598
|
.e-multi-select-list-wrapper .e-hide-listitem,
|
|
1657
1599
|
.e-multi-select-list-wrapper .e-hide-group-header {
|
|
1658
1600
|
display: none;
|
|
@@ -1779,10 +1721,6 @@ ejs-dropdownlist {
|
|
|
1779
1721
|
padding-right: 29px;
|
|
1780
1722
|
}
|
|
1781
1723
|
|
|
1782
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper {
|
|
1783
|
-
padding-right: 5px;
|
|
1784
|
-
}
|
|
1785
|
-
|
|
1786
1724
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
|
|
1787
1725
|
bottom: 1px;
|
|
1788
1726
|
margin-right: 8px;
|
|
@@ -1791,18 +1729,6 @@ ejs-dropdownlist {
|
|
|
1791
1729
|
vertical-align: middle;
|
|
1792
1730
|
}
|
|
1793
1731
|
|
|
1794
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper,
|
|
1795
|
-
.e-bigger.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
|
|
1796
|
-
bottom: 1px;
|
|
1797
|
-
margin-right: 10px;
|
|
1798
|
-
}
|
|
1799
|
-
|
|
1800
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper,
|
|
1801
|
-
.e-bigger.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
|
|
1802
|
-
bottom: 1px;
|
|
1803
|
-
margin-right: 10px;
|
|
1804
|
-
}
|
|
1805
|
-
|
|
1806
1732
|
.e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item .e-checkbox-wrapper {
|
|
1807
1733
|
margin-left: 12px;
|
|
1808
1734
|
margin-right: 0;
|
|
@@ -1821,14 +1747,6 @@ ejs-dropdownlist {
|
|
|
1821
1747
|
padding-right: 0;
|
|
1822
1748
|
}
|
|
1823
1749
|
|
|
1824
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
1825
|
-
padding-left: 24px;
|
|
1826
|
-
}
|
|
1827
|
-
|
|
1828
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group:not(.e-rtl) .e-dropdownbase.e-dd-group .e-list-item .e-checkbox-wrapper {
|
|
1829
|
-
padding-left: 20px;
|
|
1830
|
-
}
|
|
1831
|
-
|
|
1832
1750
|
.e-multi-select-list-wrapper .e-selectall-parent {
|
|
1833
1751
|
cursor: pointer;
|
|
1834
1752
|
display: block;
|
|
@@ -1854,13 +1772,6 @@ ejs-dropdownlist {
|
|
|
1854
1772
|
font-size: 14px;
|
|
1855
1773
|
}
|
|
1856
1774
|
|
|
1857
|
-
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent,
|
|
1858
|
-
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent {
|
|
1859
|
-
font-size: 15px;
|
|
1860
|
-
line-height: 40px;
|
|
1861
|
-
text-indent: 25px;
|
|
1862
|
-
}
|
|
1863
|
-
|
|
1864
1775
|
.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
|
|
1865
1776
|
bottom: 1px;
|
|
1866
1777
|
margin-right: 8px;
|
|
@@ -1869,12 +1780,6 @@ ejs-dropdownlist {
|
|
|
1869
1780
|
vertical-align: middle;
|
|
1870
1781
|
}
|
|
1871
1782
|
|
|
1872
|
-
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper,
|
|
1873
|
-
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
|
|
1874
|
-
bottom: 1px;
|
|
1875
|
-
margin-right: 10px;
|
|
1876
|
-
}
|
|
1877
|
-
|
|
1878
1783
|
.e-multi-select-list-wrapper.e-rtl .e-selectall-parent .e-checkbox-wrapper {
|
|
1879
1784
|
margin-left: 12px;
|
|
1880
1785
|
margin-right: 0;
|
|
@@ -1899,13 +1804,7 @@ ejs-dropdownlist {
|
|
|
1899
1804
|
padding: 8px;
|
|
1900
1805
|
}
|
|
1901
1806
|
|
|
1902
|
-
.e-
|
|
1903
|
-
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus {
|
|
1904
|
-
padding: 4px 0;
|
|
1905
|
-
}
|
|
1906
|
-
|
|
1907
|
-
.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon,
|
|
1908
|
-
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon {
|
|
1807
|
+
.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon {
|
|
1909
1808
|
padding-left: 8px;
|
|
1910
1809
|
}
|
|
1911
1810
|
|
|
@@ -1913,10 +1812,6 @@ ejs-dropdownlist {
|
|
|
1913
1812
|
padding: 0;
|
|
1914
1813
|
}
|
|
1915
1814
|
|
|
1916
|
-
.e-bigger .e-checkbox .e-multi-select-wrapper .e-delim-values {
|
|
1917
|
-
line-height: 36px;
|
|
1918
|
-
}
|
|
1919
|
-
|
|
1920
1815
|
.e-checkbox .e-multi-select-wrapper .e-delim-values .e-remain {
|
|
1921
1816
|
line-height: 20px;
|
|
1922
1817
|
padding-left: 10px;
|
|
@@ -1978,52 +1873,11 @@ ejs-multiselect {
|
|
|
1978
1873
|
margin-top: -2.6em;
|
|
1979
1874
|
}
|
|
1980
1875
|
|
|
1981
|
-
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
1982
|
-
.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
1983
|
-
line-height: 34px;
|
|
1984
|
-
}
|
|
1985
|
-
|
|
1986
|
-
.e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
1987
|
-
.e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1988
|
-
margin-top: -2.85em;
|
|
1989
|
-
}
|
|
1990
|
-
|
|
1991
|
-
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
1992
|
-
height: 30px;
|
|
1993
|
-
width: 30px;
|
|
1994
|
-
}
|
|
1995
|
-
|
|
1996
|
-
.e-bigger.e-small .e-multi-select-wrapper {
|
|
1997
|
-
min-height: 30px;
|
|
1998
|
-
}
|
|
1999
|
-
|
|
2000
|
-
.e-bigger.e-small .e-multi-select-wrapper input[type=text] {
|
|
2001
|
-
height: 34px;
|
|
2002
|
-
min-height: 34px;
|
|
2003
|
-
}
|
|
2004
|
-
|
|
2005
|
-
.e-small.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
2006
|
-
font-size: 14px;
|
|
2007
|
-
line-height: 34px;
|
|
2008
|
-
}
|
|
2009
|
-
|
|
2010
|
-
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2011
|
-
.e-bigger.e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
2012
|
-
margin-top: -4em;
|
|
2013
|
-
right: 0;
|
|
2014
|
-
}
|
|
2015
|
-
|
|
2016
1876
|
.e-content-placeholder.e-multiselect.e-placeholder-multiselect {
|
|
2017
1877
|
background-size: 300px 33px;
|
|
2018
1878
|
min-height: 33px;
|
|
2019
1879
|
}
|
|
2020
1880
|
|
|
2021
|
-
.e-bigger .e-content-placeholder.e-multiselect.e-placeholder-multiselect,
|
|
2022
|
-
.e-bigger.e-content-placeholder.e-multiselect.e-placeholder-multiselect {
|
|
2023
|
-
background-size: 300px 40px;
|
|
2024
|
-
min-height: 40px;
|
|
2025
|
-
}
|
|
2026
|
-
|
|
2027
1881
|
.e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
|
|
2028
1882
|
color: inherit;
|
|
2029
1883
|
}
|
|
@@ -2039,24 +1893,11 @@ ejs-multiselect {
|
|
|
2039
1893
|
padding: 0 12px 0 8px;
|
|
2040
1894
|
}
|
|
2041
1895
|
|
|
2042
|
-
.e-
|
|
2043
|
-
.e-small .e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
|
|
2044
|
-
padding: 3px 12px 0 4px;
|
|
2045
|
-
}
|
|
2046
|
-
|
|
2047
|
-
.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2048
|
-
.e-bigger.e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2049
|
-
.e-bigger.e-small .e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2050
|
-
.e-bigger .e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2051
|
-
.e-small .e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper {
|
|
1896
|
+
.e-multiselect.e-filled.e-input-group.e-control-wrapper {
|
|
2052
1897
|
padding: 0;
|
|
2053
1898
|
}
|
|
2054
1899
|
|
|
2055
|
-
.e-filled.e-float-input .e-multi-select-wrapper
|
|
2056
|
-
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper,
|
|
2057
|
-
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper,
|
|
2058
|
-
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper,
|
|
2059
|
-
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper {
|
|
1900
|
+
.e-filled.e-float-input .e-multi-select-wrapper {
|
|
2060
1901
|
padding: 11px 12px 0;
|
|
2061
1902
|
}
|
|
2062
1903
|
|
|
@@ -2065,35 +1906,15 @@ ejs-multiselect {
|
|
|
2065
1906
|
padding: 12px 12px 0 8px;
|
|
2066
1907
|
}
|
|
2067
1908
|
|
|
2068
|
-
.e-bigger.e-filled.e-float-input .e-multi-select-wrapper,
|
|
2069
|
-
.e-bigger .e-filled.e-float-input .e-multi-select-wrapper {
|
|
2070
|
-
padding: 19px 12px 0 16px;
|
|
2071
|
-
}
|
|
2072
|
-
|
|
2073
|
-
.e-bigger:not(.e-small).e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
|
|
2074
|
-
padding-top: 3px;
|
|
2075
|
-
}
|
|
2076
|
-
|
|
2077
1909
|
.e-rtl.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2078
1910
|
.e-rtl.e-multiselect.e-filled.e-float-input.e-control-wrapper {
|
|
2079
1911
|
padding: 0;
|
|
2080
1912
|
}
|
|
2081
1913
|
|
|
2082
|
-
.e-
|
|
2083
|
-
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text] {
|
|
2084
|
-
padding: 5px 0;
|
|
2085
|
-
}
|
|
2086
|
-
|
|
2087
|
-
.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2088
|
-
.e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2089
|
-
.e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2090
|
-
.e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2091
|
-
.e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
1914
|
+
.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2092
1915
|
height: 28px;
|
|
2093
1916
|
}
|
|
2094
1917
|
|
|
2095
|
-
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2096
|
-
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2097
1918
|
.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2098
1919
|
.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2099
1920
|
.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip,
|
|
@@ -2102,54 +1923,22 @@ ejs-multiselect {
|
|
|
2102
1923
|
height: 24px;
|
|
2103
1924
|
}
|
|
2104
1925
|
|
|
2105
|
-
.e-
|
|
2106
|
-
.e-bigger .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2107
|
-
height: 32px;
|
|
2108
|
-
}
|
|
2109
|
-
|
|
2110
|
-
.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2111
|
-
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2112
|
-
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2113
|
-
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2114
|
-
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
1926
|
+
.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
2115
1927
|
height: 18px;
|
|
2116
1928
|
}
|
|
2117
1929
|
|
|
2118
1930
|
.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2119
|
-
.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips
|
|
2120
|
-
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2121
|
-
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2122
|
-
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2123
|
-
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2124
|
-
.e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2125
|
-
.e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2126
|
-
.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2127
|
-
.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
1931
|
+
.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2128
1932
|
margin: 8px 8px 0 0;
|
|
2129
1933
|
padding: 0 8px;
|
|
2130
1934
|
}
|
|
2131
1935
|
|
|
2132
1936
|
.e-rtl.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2133
|
-
.e-rtl.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips
|
|
2134
|
-
.e-rtl.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2135
|
-
.e-rtl.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2136
|
-
.e-rtl.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2137
|
-
.e-rtl.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2138
|
-
.e-rtl.e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2139
|
-
.e-rtl.e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2140
|
-
.e-rtl.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2141
|
-
.e-rtl.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
1937
|
+
.e-rtl.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2142
1938
|
margin: 8px 0 0 8px;
|
|
2143
1939
|
padding: 0 8px;
|
|
2144
1940
|
}
|
|
2145
1941
|
|
|
2146
|
-
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2147
|
-
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2148
|
-
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2149
|
-
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
2150
|
-
padding-left: 8px;
|
|
2151
|
-
}
|
|
2152
|
-
|
|
2153
1942
|
.e-small .e-filled .e-multi-select-wrapper .e-chips,
|
|
2154
1943
|
.e-small.e-filled .e-multi-select-wrapper .e-chips {
|
|
2155
1944
|
height: 16px;
|
|
@@ -2162,11 +1951,7 @@ ejs-multiselect {
|
|
|
2162
1951
|
margin: 4px 0 0 4px;
|
|
2163
1952
|
}
|
|
2164
1953
|
|
|
2165
|
-
.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent
|
|
2166
|
-
.e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2167
|
-
.e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2168
|
-
.e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2169
|
-
.e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1954
|
+
.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2170
1955
|
font-size: 13px;
|
|
2171
1956
|
padding: 0 8px 0 0;
|
|
2172
1957
|
}
|
|
@@ -2176,20 +1961,12 @@ ejs-multiselect {
|
|
|
2176
1961
|
font-size: 12px;
|
|
2177
1962
|
}
|
|
2178
1963
|
|
|
2179
|
-
.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent
|
|
2180
|
-
.e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2181
|
-
.e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2182
|
-
.e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2183
|
-
.e-small .e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1964
|
+
.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2184
1965
|
font-size: 12px;
|
|
2185
1966
|
padding: 0 4px 0 0;
|
|
2186
1967
|
}
|
|
2187
1968
|
|
|
2188
|
-
.e-rtl.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent
|
|
2189
|
-
.e-rtl.e-bigger.e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2190
|
-
.e-rtl.e-bigger.e-small .e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2191
|
-
.e-rtl.e-bigger .e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2192
|
-
.e-rtl.e-small .e-bigger.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1969
|
+
.e-rtl.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2193
1970
|
padding: 0 0 0 4px;
|
|
2194
1971
|
}
|
|
2195
1972
|
|
|
@@ -2198,30 +1975,11 @@ ejs-multiselect {
|
|
|
2198
1975
|
font-size: 10px;
|
|
2199
1976
|
}
|
|
2200
1977
|
|
|
2201
|
-
.e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2202
|
-
.e-bigger .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2203
|
-
font-size: 13px;
|
|
2204
|
-
}
|
|
2205
|
-
|
|
2206
1978
|
.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips > .e-chipcontent {
|
|
2207
1979
|
font-size: 13px;
|
|
2208
1980
|
padding-right: 4px;
|
|
2209
1981
|
}
|
|
2210
1982
|
|
|
2211
|
-
.e-rtl.e-bigger.e-filled .e-multi-select-wrapper .e-chips,
|
|
2212
|
-
.e-rtl.e-bigger .e-filled .e-multi-select-wrapper .e-chips,
|
|
2213
|
-
.e-rtl.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2214
|
-
.e-rtl.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2215
|
-
.e-bigger.e-filled .e-multi-select-wrapper .e-chips,
|
|
2216
|
-
.e-bigger .e-filled .e-multi-select-wrapper .e-chips {
|
|
2217
|
-
padding: 0 12px;
|
|
2218
|
-
}
|
|
2219
|
-
|
|
2220
|
-
.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2221
|
-
.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
2222
|
-
padding-right: 8px;
|
|
2223
|
-
}
|
|
2224
|
-
|
|
2225
1983
|
.e-filled.e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2226
1984
|
.e-multiselect.e-control-container .e-filled.e-multi-select-wrapper .e-clear-icon {
|
|
2227
1985
|
height: 38px;
|
|
@@ -2318,8 +2076,7 @@ ejs-multiselect {
|
|
|
2318
2076
|
color: #fff;
|
|
2319
2077
|
}
|
|
2320
2078
|
|
|
2321
|
-
.e-multi-select-wrapper .e-chips.e-mob-chip
|
|
2322
|
-
.e-bigger .e-multi-select-wrapper .e-chips {
|
|
2079
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip {
|
|
2323
2080
|
height: 32px;
|
|
2324
2081
|
}
|
|
2325
2082
|
|
|
@@ -2452,8 +2209,293 @@ ejs-multiselect {
|
|
|
2452
2209
|
left: 8px;
|
|
2453
2210
|
}
|
|
2454
2211
|
|
|
2455
|
-
.e-
|
|
2456
|
-
|
|
2212
|
+
.e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
|
|
2213
|
+
-webkit-text-fill-color: #9c9c9c;
|
|
2214
|
+
color: #9c9c9c;
|
|
2215
|
+
}
|
|
2216
|
+
|
|
2217
|
+
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
|
|
2218
|
+
.e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
2219
|
+
margin-top: -2.7em;
|
|
2220
|
+
}
|
|
2221
|
+
|
|
2222
|
+
.e-bigger .e-multi-select-wrapper {
|
|
2223
|
+
min-height: 38px;
|
|
2224
|
+
}
|
|
2225
|
+
|
|
2226
|
+
.e-bigger .e-multi-select-wrapper .e-chips {
|
|
2227
|
+
margin: 3px 4px 2px 0;
|
|
2228
|
+
}
|
|
2229
|
+
|
|
2230
|
+
.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2231
|
+
padding: 7px 10px 7px 10px;
|
|
2232
|
+
}
|
|
2233
|
+
|
|
2234
|
+
.e-bigger .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2235
|
+
padding: 7px 10px 7px 10px;
|
|
2236
|
+
}
|
|
2237
|
+
|
|
2238
|
+
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
2239
|
+
margin-top: -4em;
|
|
2240
|
+
}
|
|
2241
|
+
|
|
2242
|
+
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
2243
|
+
.e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
2244
|
+
margin-top: -4em;
|
|
2245
|
+
margin-top: -3.7em;
|
|
2246
|
+
}
|
|
2247
|
+
|
|
2248
|
+
.e-bigger .e-multi-select-wrapper input[type=text],
|
|
2249
|
+
.e-multi-select-wrapper.e-mob-wrapper input[type=text] {
|
|
2250
|
+
height: 32px;
|
|
2251
|
+
min-height: 32px;
|
|
2252
|
+
}
|
|
2253
|
+
|
|
2254
|
+
.e-bigger .e-multi-select-wrapper input[type=text] {
|
|
2255
|
+
height: 38px;
|
|
2256
|
+
min-height: 38px;
|
|
2257
|
+
}
|
|
2258
|
+
|
|
2259
|
+
.e-bigger .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
2260
|
+
.e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
2261
|
+
width: calc(100% - 49px);
|
|
2262
|
+
}
|
|
2263
|
+
|
|
2264
|
+
.e-bigger.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
2265
|
+
.e-bigger.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
2266
|
+
.e-bigger .e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
2267
|
+
.e-small .e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
2268
|
+
width: calc(100% - 45px);
|
|
2269
|
+
}
|
|
2270
|
+
|
|
2271
|
+
.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
2272
|
+
line-height: 36px;
|
|
2273
|
+
padding-left: 6px;
|
|
2274
|
+
}
|
|
2275
|
+
|
|
2276
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper {
|
|
2277
|
+
padding-right: 5px;
|
|
2278
|
+
}
|
|
2279
|
+
|
|
2280
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper,
|
|
2281
|
+
.e-bigger.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
|
|
2282
|
+
bottom: 1px;
|
|
2283
|
+
margin-right: 10px;
|
|
2284
|
+
}
|
|
2285
|
+
|
|
2286
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper,
|
|
2287
|
+
.e-bigger.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
|
|
2288
|
+
bottom: 1px;
|
|
2289
|
+
margin-right: 10px;
|
|
2290
|
+
}
|
|
2291
|
+
|
|
2292
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
2293
|
+
padding-left: 24px;
|
|
2294
|
+
}
|
|
2295
|
+
|
|
2296
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group:not(.e-rtl) .e-dropdownbase.e-dd-group .e-list-item .e-checkbox-wrapper {
|
|
2297
|
+
padding-left: 20px;
|
|
2298
|
+
}
|
|
2299
|
+
|
|
2300
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2301
|
+
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2302
|
+
font-size: 15px;
|
|
2303
|
+
line-height: 40px;
|
|
2304
|
+
text-indent: 25px;
|
|
2305
|
+
}
|
|
2306
|
+
|
|
2307
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper,
|
|
2308
|
+
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
|
|
2309
|
+
bottom: 1px;
|
|
2310
|
+
margin-right: 10px;
|
|
2311
|
+
}
|
|
2312
|
+
|
|
2313
|
+
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-filter,
|
|
2314
|
+
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus {
|
|
2315
|
+
padding: 4px 0;
|
|
2316
|
+
}
|
|
2317
|
+
|
|
2318
|
+
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon {
|
|
2319
|
+
padding-left: 8px;
|
|
2320
|
+
}
|
|
2321
|
+
|
|
2322
|
+
.e-bigger .e-checkbox .e-multi-select-wrapper .e-delim-values {
|
|
2323
|
+
line-height: 36px;
|
|
2324
|
+
}
|
|
2325
|
+
|
|
2326
|
+
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2327
|
+
.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2328
|
+
line-height: 34px;
|
|
2329
|
+
}
|
|
2330
|
+
|
|
2331
|
+
.e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
2332
|
+
.e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
2333
|
+
margin-top: -2.85em;
|
|
2334
|
+
}
|
|
2335
|
+
|
|
2336
|
+
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
2337
|
+
height: 30px;
|
|
2338
|
+
width: 30px;
|
|
2339
|
+
}
|
|
2340
|
+
|
|
2341
|
+
.e-bigger.e-small .e-multi-select-wrapper {
|
|
2342
|
+
min-height: 30px;
|
|
2343
|
+
}
|
|
2344
|
+
|
|
2345
|
+
.e-bigger.e-small .e-multi-select-wrapper input[type=text] {
|
|
2346
|
+
height: 34px;
|
|
2347
|
+
min-height: 34px;
|
|
2348
|
+
}
|
|
2349
|
+
|
|
2350
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
2351
|
+
font-size: 14px;
|
|
2352
|
+
line-height: 34px;
|
|
2353
|
+
}
|
|
2354
|
+
|
|
2355
|
+
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2356
|
+
.e-bigger.e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
2357
|
+
margin-top: -4em;
|
|
2358
|
+
right: 0;
|
|
2359
|
+
}
|
|
2360
|
+
|
|
2361
|
+
.e-bigger .e-content-placeholder.e-multiselect.e-placeholder-multiselect,
|
|
2362
|
+
.e-bigger.e-content-placeholder.e-multiselect.e-placeholder-multiselect {
|
|
2363
|
+
background-size: 300px 40px;
|
|
2364
|
+
min-height: 40px;
|
|
2365
|
+
}
|
|
2366
|
+
|
|
2367
|
+
.e-small.e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper,
|
|
2368
|
+
.e-small .e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
|
|
2369
|
+
padding: 3px 12px 0 4px;
|
|
2370
|
+
}
|
|
2371
|
+
|
|
2372
|
+
.e-bigger.e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2373
|
+
.e-bigger.e-small .e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2374
|
+
.e-bigger .e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2375
|
+
.e-small .e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper {
|
|
2376
|
+
padding: 0;
|
|
2377
|
+
}
|
|
2378
|
+
|
|
2379
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper,
|
|
2380
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper,
|
|
2381
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper,
|
|
2382
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper {
|
|
2383
|
+
padding: 11px 12px 0;
|
|
2384
|
+
}
|
|
2385
|
+
|
|
2386
|
+
.e-bigger.e-filled.e-float-input .e-multi-select-wrapper,
|
|
2387
|
+
.e-bigger .e-filled.e-float-input .e-multi-select-wrapper {
|
|
2388
|
+
padding: 19px 12px 0 16px;
|
|
2389
|
+
}
|
|
2390
|
+
|
|
2391
|
+
.e-bigger:not(.e-small).e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
|
|
2392
|
+
padding-top: 3px;
|
|
2393
|
+
}
|
|
2394
|
+
|
|
2395
|
+
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text],
|
|
2396
|
+
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text] {
|
|
2397
|
+
padding: 5px 0;
|
|
2398
|
+
}
|
|
2399
|
+
|
|
2400
|
+
.e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2401
|
+
.e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2402
|
+
.e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2403
|
+
.e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2404
|
+
height: 28px;
|
|
2405
|
+
}
|
|
2406
|
+
|
|
2407
|
+
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2408
|
+
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
2409
|
+
height: 24px;
|
|
2410
|
+
}
|
|
2411
|
+
|
|
2412
|
+
.e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2413
|
+
.e-bigger .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2414
|
+
height: 32px;
|
|
2415
|
+
}
|
|
2416
|
+
|
|
2417
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2418
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2419
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2420
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
2421
|
+
height: 18px;
|
|
2422
|
+
}
|
|
2423
|
+
|
|
2424
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2425
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2426
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2427
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2428
|
+
.e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2429
|
+
.e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2430
|
+
.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2431
|
+
.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2432
|
+
margin: 8px 8px 0 0;
|
|
2433
|
+
padding: 0 8px;
|
|
2434
|
+
}
|
|
2435
|
+
|
|
2436
|
+
.e-rtl.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2437
|
+
.e-rtl.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2438
|
+
.e-rtl.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2439
|
+
.e-rtl.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2440
|
+
.e-rtl.e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2441
|
+
.e-rtl.e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2442
|
+
.e-rtl.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2443
|
+
.e-rtl.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2444
|
+
margin: 8px 0 0 8px;
|
|
2445
|
+
padding: 0 8px;
|
|
2446
|
+
}
|
|
2447
|
+
|
|
2448
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2449
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2450
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2451
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
2452
|
+
padding-left: 8px;
|
|
2453
|
+
}
|
|
2454
|
+
|
|
2455
|
+
.e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2456
|
+
.e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2457
|
+
.e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2458
|
+
.e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2459
|
+
font-size: 13px;
|
|
2460
|
+
padding: 0 8px 0 0;
|
|
2461
|
+
}
|
|
2462
|
+
|
|
2463
|
+
.e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2464
|
+
.e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2465
|
+
.e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2466
|
+
.e-small .e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2467
|
+
font-size: 12px;
|
|
2468
|
+
padding: 0 4px 0 0;
|
|
2469
|
+
}
|
|
2470
|
+
|
|
2471
|
+
.e-rtl.e-bigger.e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2472
|
+
.e-rtl.e-bigger.e-small .e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2473
|
+
.e-rtl.e-bigger .e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2474
|
+
.e-rtl.e-small .e-bigger.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2475
|
+
padding: 0 0 0 4px;
|
|
2476
|
+
}
|
|
2477
|
+
|
|
2478
|
+
.e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2479
|
+
.e-bigger .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2480
|
+
font-size: 13px;
|
|
2481
|
+
}
|
|
2482
|
+
|
|
2483
|
+
.e-rtl.e-bigger.e-filled .e-multi-select-wrapper .e-chips,
|
|
2484
|
+
.e-rtl.e-bigger .e-filled .e-multi-select-wrapper .e-chips,
|
|
2485
|
+
.e-rtl.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2486
|
+
.e-rtl.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2487
|
+
.e-bigger.e-filled .e-multi-select-wrapper .e-chips,
|
|
2488
|
+
.e-bigger .e-filled .e-multi-select-wrapper .e-chips {
|
|
2489
|
+
padding: 0 12px;
|
|
2490
|
+
}
|
|
2491
|
+
|
|
2492
|
+
.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2493
|
+
.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
2494
|
+
padding-right: 8px;
|
|
2495
|
+
}
|
|
2496
|
+
|
|
2497
|
+
.e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
2498
|
+
font-size: 10px;
|
|
2457
2499
|
}
|
|
2458
2500
|
|
|
2459
2501
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips {
|
|
@@ -2464,13 +2506,21 @@ ejs-multiselect {
|
|
|
2464
2506
|
font-size: 15px;
|
|
2465
2507
|
}
|
|
2466
2508
|
|
|
2467
|
-
.e-
|
|
2468
|
-
|
|
2509
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
2510
|
+
left: 8px;
|
|
2511
|
+
}
|
|
2512
|
+
|
|
2513
|
+
.e-bigger .e-multi-select-wrapper .e-chips {
|
|
2514
|
+
height: 32px;
|
|
2515
|
+
}
|
|
2516
|
+
|
|
2517
|
+
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
2518
|
+
height: 40px;
|
|
2519
|
+
width: 40px;
|
|
2469
2520
|
}
|
|
2470
2521
|
|
|
2471
|
-
.e-multiselect.e-
|
|
2472
|
-
-
|
|
2473
|
-
color: #9c9c9c;
|
|
2522
|
+
.e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
2523
|
+
margin-top: -3.2em;
|
|
2474
2524
|
}
|
|
2475
2525
|
|
|
2476
2526
|
.e-listbox-tool .e-moveup::before {
|
|
@@ -2924,93 +2974,6 @@ ejs-listbox {
|
|
|
2924
2974
|
margin-left: 15px;
|
|
2925
2975
|
}
|
|
2926
2976
|
|
|
2927
|
-
.e-bigger .e-listbox-wrapper .e-list-item,
|
|
2928
|
-
.e-listbox-wrapper.e-bigger .e-list-item,
|
|
2929
|
-
.e-bigger .e-listbox-container .e-list-item,
|
|
2930
|
-
.e-listbox-container.e-bigger .e-list-item {
|
|
2931
|
-
border-bottom: 1px solid #414141;
|
|
2932
|
-
border-left: 0 solid transparent;
|
|
2933
|
-
border-right: 0 solid transparent;
|
|
2934
|
-
border-top: 0 solid transparent;
|
|
2935
|
-
}
|
|
2936
|
-
.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
2937
|
-
.e-bigger .e-listbox-wrapper .e-selectall-parent,
|
|
2938
|
-
.e-bigger .e-listbox-wrapper .e-list-group-item,
|
|
2939
|
-
.e-bigger .e-listbox-wrapper .e-list-header,
|
|
2940
|
-
.e-listbox-wrapper.e-bigger:not(.e-list-template) .e-list-item,
|
|
2941
|
-
.e-listbox-wrapper.e-bigger .e-selectall-parent,
|
|
2942
|
-
.e-listbox-wrapper.e-bigger .e-list-group-item,
|
|
2943
|
-
.e-listbox-wrapper.e-bigger .e-list-header,
|
|
2944
|
-
.e-bigger .e-listbox-container:not(.e-list-template) .e-list-item,
|
|
2945
|
-
.e-bigger .e-listbox-container .e-selectall-parent,
|
|
2946
|
-
.e-bigger .e-listbox-container .e-list-group-item,
|
|
2947
|
-
.e-bigger .e-listbox-container .e-list-header,
|
|
2948
|
-
.e-listbox-container.e-bigger:not(.e-list-template) .e-list-item,
|
|
2949
|
-
.e-listbox-container.e-bigger .e-selectall-parent,
|
|
2950
|
-
.e-listbox-container.e-bigger .e-list-group-item,
|
|
2951
|
-
.e-listbox-container.e-bigger .e-list-header {
|
|
2952
|
-
padding: 12px 16px;
|
|
2953
|
-
}
|
|
2954
|
-
.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
2955
|
-
.e-bigger .e-listbox-wrapper .e-selectall-parent,
|
|
2956
|
-
.e-listbox-wrapper.e-bigger:not(.e-list-template) .e-list-item,
|
|
2957
|
-
.e-listbox-wrapper.e-bigger .e-selectall-parent,
|
|
2958
|
-
.e-bigger .e-listbox-container:not(.e-list-template) .e-list-item,
|
|
2959
|
-
.e-bigger .e-listbox-container .e-selectall-parent,
|
|
2960
|
-
.e-listbox-container.e-bigger:not(.e-list-template) .e-list-item,
|
|
2961
|
-
.e-listbox-container.e-bigger .e-selectall-parent {
|
|
2962
|
-
height: 48px;
|
|
2963
|
-
line-height: 1.6;
|
|
2964
|
-
position: relative;
|
|
2965
|
-
}
|
|
2966
|
-
.e-bigger .e-listbox-wrapper .e-list-parent,
|
|
2967
|
-
.e-listbox-wrapper.e-bigger .e-list-parent,
|
|
2968
|
-
.e-bigger .e-listbox-container .e-list-parent,
|
|
2969
|
-
.e-listbox-container.e-bigger .e-list-parent {
|
|
2970
|
-
min-height: 48px;
|
|
2971
|
-
}
|
|
2972
|
-
.e-bigger .e-listbox-wrapper .e-text-content,
|
|
2973
|
-
.e-listbox-wrapper.e-bigger .e-text-content,
|
|
2974
|
-
.e-bigger .e-listbox-container .e-text-content,
|
|
2975
|
-
.e-listbox-container.e-bigger .e-text-content {
|
|
2976
|
-
font-size: 15px;
|
|
2977
|
-
}
|
|
2978
|
-
.e-bigger .e-listbox-wrapper .e-list-group-item,
|
|
2979
|
-
.e-listbox-wrapper.e-bigger .e-list-group-item,
|
|
2980
|
-
.e-bigger .e-listbox-container .e-list-group-item,
|
|
2981
|
-
.e-listbox-container.e-bigger .e-list-group-item {
|
|
2982
|
-
height: 48px;
|
|
2983
|
-
line-height: 45px;
|
|
2984
|
-
}
|
|
2985
|
-
.e-bigger .e-listbox-wrapper .e-list-header,
|
|
2986
|
-
.e-listbox-wrapper.e-bigger .e-list-header,
|
|
2987
|
-
.e-bigger .e-listbox-container .e-list-header,
|
|
2988
|
-
.e-listbox-container.e-bigger .e-list-header {
|
|
2989
|
-
-webkit-box-align: center;
|
|
2990
|
-
-ms-flex-align: center;
|
|
2991
|
-
align-items: center;
|
|
2992
|
-
display: -webkit-box;
|
|
2993
|
-
display: -ms-flexbox;
|
|
2994
|
-
display: flex;
|
|
2995
|
-
font-weight: bold;
|
|
2996
|
-
height: 48px;
|
|
2997
|
-
}
|
|
2998
|
-
.e-bigger .e-listbox-wrapper .e-list-header .e-text.header,
|
|
2999
|
-
.e-bigger .e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header,
|
|
3000
|
-
.e-listbox-wrapper.e-bigger .e-list-header .e-text.header,
|
|
3001
|
-
.e-listbox-wrapper.e-bigger .e-list-header .e-headertemplate-text.nested-header,
|
|
3002
|
-
.e-bigger .e-listbox-container .e-list-header .e-text.header,
|
|
3003
|
-
.e-bigger .e-listbox-container .e-list-header .e-headertemplate-text.nested-header,
|
|
3004
|
-
.e-listbox-container.e-bigger .e-list-header .e-text.header,
|
|
3005
|
-
.e-listbox-container.e-bigger .e-list-header .e-headertemplate-text.nested-header {
|
|
3006
|
-
display: none;
|
|
3007
|
-
}
|
|
3008
|
-
.e-bigger .e-listbox-wrapper .e-list-header .e-text,
|
|
3009
|
-
.e-listbox-wrapper.e-bigger .e-list-header .e-text,
|
|
3010
|
-
.e-bigger .e-listbox-container .e-list-header .e-text,
|
|
3011
|
-
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
3012
|
-
font-size: 15px;
|
|
3013
|
-
}
|
|
3014
2977
|
.e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
3015
2978
|
.e-listbox-wrapper .e-list-nrt,
|
|
3016
2979
|
.e-listbox-wrapper .e-selectall-parent,
|
|
@@ -3026,34 +2989,11 @@ ejs-listbox {
|
|
|
3026
2989
|
position: relative;
|
|
3027
2990
|
}
|
|
3028
2991
|
|
|
3029
|
-
.e-listbox-wrapper:not(.e-list-template) .e-list-parent li {
|
|
3030
|
-
overflow: hidden;
|
|
3031
|
-
white-space: nowrap;
|
|
3032
|
-
text-overflow: ellipsis;
|
|
3033
|
-
}
|
|
3034
|
-
|
|
3035
2992
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3036
2993
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
3037
2994
|
height: calc(100% - 46px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3038
2995
|
}
|
|
3039
2996
|
|
|
3040
|
-
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3041
|
-
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3042
|
-
}
|
|
3043
|
-
|
|
3044
|
-
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3045
|
-
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3046
|
-
}
|
|
3047
|
-
|
|
3048
|
-
.e-bigger .e-listbox-container.e-filter-list .e-list-parent,
|
|
3049
|
-
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent,
|
|
3050
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent,
|
|
3051
|
-
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3052
|
-
height: 100%;
|
|
3053
|
-
}
|
|
3054
|
-
|
|
3055
|
-
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3056
|
-
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3057
2997
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3058
2998
|
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3059
2999
|
}
|
|
@@ -3062,24 +3002,10 @@ ejs-listbox {
|
|
|
3062
3002
|
height: calc(100% - 52px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3063
3003
|
}
|
|
3064
3004
|
|
|
3065
|
-
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
3066
|
-
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3067
|
-
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3068
|
-
}
|
|
3069
|
-
|
|
3070
|
-
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3071
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3072
|
-
height: calc(100% - 54px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3073
|
-
}
|
|
3074
|
-
|
|
3075
3005
|
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3076
3006
|
height: calc(100% - 91.5px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3077
3007
|
}
|
|
3078
3008
|
|
|
3079
|
-
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3080
|
-
height: calc(100% - 106px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3081
|
-
}
|
|
3082
|
-
|
|
3083
3009
|
.e-listbox-wrapper,
|
|
3084
3010
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
3085
3011
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -3381,4 +3307,125 @@ ejs-listbox {
|
|
|
3381
3307
|
|
|
3382
3308
|
.e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3383
3309
|
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3310
|
+
}
|
|
3311
|
+
|
|
3312
|
+
.e-bigger .e-listbox-wrapper .e-list-item,
|
|
3313
|
+
.e-listbox-wrapper.e-bigger .e-list-item,
|
|
3314
|
+
.e-bigger .e-listbox-container .e-list-item,
|
|
3315
|
+
.e-listbox-container.e-bigger .e-list-item {
|
|
3316
|
+
border-bottom: 1px solid #414141;
|
|
3317
|
+
border-left: 0 solid transparent;
|
|
3318
|
+
border-right: 0 solid transparent;
|
|
3319
|
+
border-top: 0 solid transparent;
|
|
3320
|
+
}
|
|
3321
|
+
.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
3322
|
+
.e-bigger .e-listbox-wrapper .e-selectall-parent,
|
|
3323
|
+
.e-bigger .e-listbox-wrapper .e-list-group-item,
|
|
3324
|
+
.e-bigger .e-listbox-wrapper .e-list-header,
|
|
3325
|
+
.e-listbox-wrapper.e-bigger:not(.e-list-template) .e-list-item,
|
|
3326
|
+
.e-listbox-wrapper.e-bigger .e-selectall-parent,
|
|
3327
|
+
.e-listbox-wrapper.e-bigger .e-list-group-item,
|
|
3328
|
+
.e-listbox-wrapper.e-bigger .e-list-header,
|
|
3329
|
+
.e-bigger .e-listbox-container:not(.e-list-template) .e-list-item,
|
|
3330
|
+
.e-bigger .e-listbox-container .e-selectall-parent,
|
|
3331
|
+
.e-bigger .e-listbox-container .e-list-group-item,
|
|
3332
|
+
.e-bigger .e-listbox-container .e-list-header,
|
|
3333
|
+
.e-listbox-container.e-bigger:not(.e-list-template) .e-list-item,
|
|
3334
|
+
.e-listbox-container.e-bigger .e-selectall-parent,
|
|
3335
|
+
.e-listbox-container.e-bigger .e-list-group-item,
|
|
3336
|
+
.e-listbox-container.e-bigger .e-list-header {
|
|
3337
|
+
padding: 12px 16px;
|
|
3338
|
+
}
|
|
3339
|
+
.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
3340
|
+
.e-bigger .e-listbox-wrapper .e-selectall-parent,
|
|
3341
|
+
.e-listbox-wrapper.e-bigger:not(.e-list-template) .e-list-item,
|
|
3342
|
+
.e-listbox-wrapper.e-bigger .e-selectall-parent,
|
|
3343
|
+
.e-bigger .e-listbox-container:not(.e-list-template) .e-list-item,
|
|
3344
|
+
.e-bigger .e-listbox-container .e-selectall-parent,
|
|
3345
|
+
.e-listbox-container.e-bigger:not(.e-list-template) .e-list-item,
|
|
3346
|
+
.e-listbox-container.e-bigger .e-selectall-parent {
|
|
3347
|
+
height: 48px;
|
|
3348
|
+
line-height: 1.6;
|
|
3349
|
+
position: relative;
|
|
3350
|
+
}
|
|
3351
|
+
.e-bigger .e-listbox-wrapper .e-list-parent,
|
|
3352
|
+
.e-listbox-wrapper.e-bigger .e-list-parent,
|
|
3353
|
+
.e-bigger .e-listbox-container .e-list-parent,
|
|
3354
|
+
.e-listbox-container.e-bigger .e-list-parent {
|
|
3355
|
+
min-height: 48px;
|
|
3356
|
+
}
|
|
3357
|
+
.e-bigger .e-listbox-wrapper .e-text-content,
|
|
3358
|
+
.e-listbox-wrapper.e-bigger .e-text-content,
|
|
3359
|
+
.e-bigger .e-listbox-container .e-text-content,
|
|
3360
|
+
.e-listbox-container.e-bigger .e-text-content {
|
|
3361
|
+
font-size: 15px;
|
|
3362
|
+
}
|
|
3363
|
+
.e-bigger .e-listbox-wrapper .e-list-group-item,
|
|
3364
|
+
.e-listbox-wrapper.e-bigger .e-list-group-item,
|
|
3365
|
+
.e-bigger .e-listbox-container .e-list-group-item,
|
|
3366
|
+
.e-listbox-container.e-bigger .e-list-group-item {
|
|
3367
|
+
height: 48px;
|
|
3368
|
+
line-height: 45px;
|
|
3369
|
+
}
|
|
3370
|
+
.e-bigger .e-listbox-wrapper .e-list-header,
|
|
3371
|
+
.e-listbox-wrapper.e-bigger .e-list-header,
|
|
3372
|
+
.e-bigger .e-listbox-container .e-list-header,
|
|
3373
|
+
.e-listbox-container.e-bigger .e-list-header {
|
|
3374
|
+
-webkit-box-align: center;
|
|
3375
|
+
-ms-flex-align: center;
|
|
3376
|
+
align-items: center;
|
|
3377
|
+
display: -webkit-box;
|
|
3378
|
+
display: -ms-flexbox;
|
|
3379
|
+
display: flex;
|
|
3380
|
+
font-weight: bold;
|
|
3381
|
+
height: 48px;
|
|
3382
|
+
}
|
|
3383
|
+
.e-bigger .e-listbox-wrapper .e-list-header .e-text.header,
|
|
3384
|
+
.e-bigger .e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header,
|
|
3385
|
+
.e-listbox-wrapper.e-bigger .e-list-header .e-text.header,
|
|
3386
|
+
.e-listbox-wrapper.e-bigger .e-list-header .e-headertemplate-text.nested-header,
|
|
3387
|
+
.e-bigger .e-listbox-container .e-list-header .e-text.header,
|
|
3388
|
+
.e-bigger .e-listbox-container .e-list-header .e-headertemplate-text.nested-header,
|
|
3389
|
+
.e-listbox-container.e-bigger .e-list-header .e-text.header,
|
|
3390
|
+
.e-listbox-container.e-bigger .e-list-header .e-headertemplate-text.nested-header {
|
|
3391
|
+
display: none;
|
|
3392
|
+
}
|
|
3393
|
+
.e-bigger .e-listbox-wrapper .e-list-header .e-text,
|
|
3394
|
+
.e-listbox-wrapper.e-bigger .e-list-header .e-text,
|
|
3395
|
+
.e-bigger .e-listbox-container .e-list-header .e-text,
|
|
3396
|
+
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
3397
|
+
font-size: 15px;
|
|
3398
|
+
}
|
|
3399
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3400
|
+
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3401
|
+
}
|
|
3402
|
+
|
|
3403
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3404
|
+
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3405
|
+
}
|
|
3406
|
+
|
|
3407
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-parent,
|
|
3408
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent,
|
|
3409
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent,
|
|
3410
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3411
|
+
height: 100%;
|
|
3412
|
+
}
|
|
3413
|
+
|
|
3414
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3415
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3416
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3417
|
+
}
|
|
3418
|
+
|
|
3419
|
+
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
3420
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3421
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3422
|
+
}
|
|
3423
|
+
|
|
3424
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3425
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3426
|
+
height: calc(100% - 54px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3427
|
+
}
|
|
3428
|
+
|
|
3429
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3430
|
+
height: calc(100% - 106px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3384
3431
|
}
|