@syncfusion/ej2-dropdowns 26.2.13 → 27.1.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ej2-dropdowns.min.js +2 -2
- package/dist/ej2-dropdowns.umd.min.js +2 -2
- package/dist/ej2-dropdowns.umd.min.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es2015.js +1541 -841
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +1432 -709
- 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 +14 -13
- package/src/auto-complete/auto-complete-model.d.ts +1 -1
- package/src/auto-complete/auto-complete.d.ts +2 -0
- package/src/auto-complete/auto-complete.js +52 -22
- package/src/combo-box/combo-box-model.d.ts +12 -5
- package/src/combo-box/combo-box.d.ts +10 -4
- package/src/combo-box/combo-box.js +73 -38
- package/src/common/incremental-search.d.ts +26 -11
- package/src/common/incremental-search.js +30 -16
- package/src/common/interface.d.ts +5 -5
- package/src/common/virtual-scroll.js +69 -36
- package/src/drop-down-base/drop-down-base-model.d.ts +1 -1
- package/src/drop-down-base/drop-down-base.d.ts +7 -2
- package/src/drop-down-base/drop-down-base.js +101 -69
- package/src/drop-down-list/drop-down-list-model.d.ts +14 -7
- package/src/drop-down-list/drop-down-list.d.ts +11 -4
- package/src/drop-down-list/drop-down-list.js +303 -178
- 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 +206 -68
- package/src/list-box/list-box.js +64 -24
- package/src/mention/mention.d.ts +8 -0
- package/src/mention/mention.js +87 -24
- package/src/multi-select/checkbox-selection.js +3 -2
- package/src/multi-select/interface.d.ts +1 -0
- package/src/multi-select/multi-select-model.d.ts +15 -8
- package/src/multi-select/multi-select.d.ts +15 -5
- package/src/multi-select/multi-select.js +444 -237
- package/styles/auto-complete/bootstrap-dark.css +0 -50
- package/styles/auto-complete/bootstrap.css +0 -50
- package/styles/auto-complete/bootstrap4.css +0 -68
- package/styles/auto-complete/bootstrap5-dark.css +0 -54
- package/styles/auto-complete/bootstrap5.3.css +101 -0
- package/styles/auto-complete/bootstrap5.3.scss +4 -0
- package/styles/auto-complete/bootstrap5.css +0 -54
- package/styles/auto-complete/fabric-dark.css +0 -49
- package/styles/auto-complete/fabric.css +0 -42
- package/styles/auto-complete/fluent-dark.css +0 -41
- package/styles/auto-complete/fluent.css +0 -41
- package/styles/auto-complete/fluent2.css +1 -36
- package/styles/auto-complete/highcontrast-light.css +0 -37
- package/styles/auto-complete/highcontrast.css +0 -37
- package/styles/auto-complete/material-dark.css +0 -34
- package/styles/auto-complete/material.css +0 -55
- package/styles/auto-complete/material3-dark.css +0 -59
- package/styles/auto-complete/material3.css +0 -59
- package/styles/auto-complete/tailwind-dark.css +0 -35
- package/styles/auto-complete/tailwind.css +0 -35
- package/styles/bootstrap-dark-lite.css +2755 -0
- package/styles/bootstrap-dark-lite.scss +28 -0
- package/styles/bootstrap-dark.css +655 -605
- package/styles/bootstrap-dark.scss +6 -1
- package/styles/bootstrap-lite.css +2754 -0
- package/styles/bootstrap-lite.scss +28 -0
- package/styles/bootstrap.css +661 -611
- package/styles/bootstrap.scss +6 -1
- package/styles/bootstrap4-lite.css +2858 -0
- package/styles/bootstrap4-lite.scss +28 -0
- package/styles/bootstrap4.css +831 -756
- package/styles/bootstrap4.scss +6 -1
- package/styles/bootstrap5-dark-lite.css +2832 -0
- package/styles/bootstrap5-dark-lite.scss +28 -0
- package/styles/bootstrap5-dark.css +702 -646
- package/styles/bootstrap5-dark.scss +6 -1
- package/styles/bootstrap5-lite.css +2832 -0
- package/styles/bootstrap5-lite.scss +28 -0
- package/styles/bootstrap5.3-lite.css +2826 -0
- package/styles/bootstrap5.3-lite.scss +28 -0
- package/styles/bootstrap5.3.css +3557 -0
- package/styles/bootstrap5.3.scss +33 -0
- package/styles/bootstrap5.css +702 -646
- 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 +5 -0
- package/styles/drop-down-list/bootstrap-dark.css +91 -91
- package/styles/drop-down-list/bootstrap-dark.scss +1 -0
- package/styles/drop-down-list/bootstrap.css +91 -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 +90 -90
- package/styles/drop-down-list/fabric-dark.scss +1 -0
- package/styles/drop-down-list/fabric.css +90 -83
- package/styles/drop-down-list/fabric.scss +1 -0
- package/styles/drop-down-list/fluent-dark.css +74 -88
- package/styles/drop-down-list/fluent-dark.scss +1 -0
- package/styles/drop-down-list/fluent.css +74 -88
- package/styles/drop-down-list/fluent.scss +1 -0
- package/styles/drop-down-list/fluent2.css +77 -93
- package/styles/drop-down-list/fluent2.scss +1 -0
- package/styles/drop-down-list/highcontrast-light.css +79 -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 +74 -73
- package/styles/drop-down-list/material-dark.scss +1 -0
- package/styles/drop-down-list/material.css +95 -94
- package/styles/drop-down-list/material.scss +1 -0
- package/styles/drop-down-list/material3-dark.css +99 -98
- package/styles/drop-down-list/material3-dark.scss +1 -0
- package/styles/drop-down-list/material3.css +99 -98
- package/styles/drop-down-list/material3.scss +1 -0
- package/styles/drop-down-list/tailwind-dark.css +96 -78
- package/styles/drop-down-list/tailwind-dark.scss +1 -0
- package/styles/drop-down-list/tailwind.css +96 -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 +21 -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 +39 -55
- package/styles/drop-down-tree/bootstrap5-dark.scss +1 -0
- package/styles/drop-down-tree/bootstrap5.3.css +463 -0
- package/styles/drop-down-tree/bootstrap5.3.scss +10 -0
- package/styles/drop-down-tree/bootstrap5.css +39 -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 +2733 -0
- package/styles/fabric-dark-lite.scss +28 -0
- package/styles/fabric-dark.css +668 -612
- package/styles/fabric-dark.scss +6 -1
- package/styles/fabric-lite.css +2734 -0
- package/styles/fabric-lite.scss +28 -0
- package/styles/fabric.css +673 -610
- package/styles/fabric.scss +6 -1
- package/styles/fluent-dark-lite.css +2869 -0
- package/styles/fluent-dark-lite.scss +28 -0
- package/styles/fluent-dark.css +707 -679
- package/styles/fluent-dark.scss +6 -1
- package/styles/fluent-lite.css +2869 -0
- package/styles/fluent-lite.scss +28 -0
- package/styles/fluent.css +707 -679
- package/styles/fluent.scss +6 -1
- package/styles/fluent2-lite.css +3053 -0
- package/styles/fluent2-lite.scss +28 -0
- package/styles/fluent2.css +746 -676
- package/styles/fluent2.scss +6 -1
- package/styles/highcontrast-light-lite.css +2850 -0
- package/styles/highcontrast-light-lite.scss +28 -0
- package/styles/highcontrast-light.css +655 -602
- package/styles/highcontrast-light.scss +6 -1
- package/styles/highcontrast-lite.css +2872 -0
- package/styles/highcontrast-lite.scss +28 -0
- package/styles/highcontrast.css +673 -620
- 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 +16 -127
- package/styles/list-box/_theme.scss +14 -51
- package/styles/list-box/bootstrap-dark.css +124 -130
- package/styles/list-box/bootstrap-dark.scss +1 -0
- package/styles/list-box/bootstrap.css +130 -136
- package/styles/list-box/bootstrap.scss +1 -0
- package/styles/list-box/bootstrap4.css +174 -184
- package/styles/list-box/bootstrap4.scss +1 -0
- package/styles/list-box/bootstrap5-dark.css +130 -150
- package/styles/list-box/bootstrap5-dark.scss +1 -0
- package/styles/list-box/bootstrap5.3.css +952 -0
- package/styles/list-box/bootstrap5.3.scss +6 -0
- package/styles/list-box/bootstrap5.css +130 -150
- package/styles/list-box/bootstrap5.scss +1 -0
- package/styles/list-box/fabric-dark.css +124 -130
- package/styles/list-box/fabric-dark.scss +1 -0
- package/styles/list-box/fabric.css +130 -136
- package/styles/list-box/fabric.scss +1 -0
- package/styles/list-box/fluent-dark.css +130 -150
- package/styles/list-box/fluent-dark.scss +1 -0
- package/styles/list-box/fluent.css +130 -150
- package/styles/list-box/fluent.scss +1 -0
- package/styles/list-box/fluent2.css +124 -157
- package/styles/list-box/fluent2.scss +1 -0
- package/styles/list-box/highcontrast-light.css +124 -132
- package/styles/list-box/highcontrast-light.scss +1 -0
- package/styles/list-box/highcontrast.css +130 -138
- package/styles/list-box/highcontrast.scss +1 -0
- package/styles/list-box/material-dark.css +124 -129
- package/styles/list-box/material-dark.scss +1 -0
- package/styles/list-box/material.css +130 -135
- package/styles/list-box/material.scss +1 -0
- package/styles/list-box/material3-dark.css +124 -129
- package/styles/list-box/material3-dark.scss +1 -0
- package/styles/list-box/material3.css +124 -129
- package/styles/list-box/material3.scss +1 -0
- package/styles/list-box/tailwind-dark.css +140 -163
- package/styles/list-box/tailwind-dark.scss +1 -0
- package/styles/list-box/tailwind.css +140 -163
- package/styles/list-box/tailwind.scss +1 -0
- package/styles/material-dark-lite.css +3516 -0
- package/styles/material-dark-lite.scss +28 -0
- package/styles/material-dark.css +1301 -1190
- package/styles/material-dark.scss +6 -1
- package/styles/material-lite.css +3548 -0
- package/styles/material-lite.scss +28 -0
- package/styles/material.css +1312 -1201
- package/styles/material.scss +6 -1
- package/styles/material3-dark-lite.css +3462 -0
- package/styles/material3-dark-lite.scss +28 -0
- package/styles/material3-dark.css +1618 -1249
- package/styles/material3-dark.scss +6 -1
- package/styles/material3-lite.css +3464 -0
- package/styles/material3-lite.scss +28 -0
- package/styles/material3.css +1618 -1249
- 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 +2816 -0
- package/styles/tailwind-dark-lite.scss +28 -0
- package/styles/tailwind-dark.css +933 -848
- package/styles/tailwind-dark.scss +6 -1
- package/styles/tailwind-lite.css +2816 -0
- package/styles/tailwind-lite.scss +28 -0
- package/styles/tailwind.css +933 -848
- package/styles/tailwind.scss +6 -1
package/styles/fabric-dark.css
CHANGED
|
@@ -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: 10px;
|
|
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: 10px;
|
|
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: 20px;
|
|
133
106
|
}
|
|
134
107
|
|
|
135
|
-
.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
136
|
-
padding-left: 20px;
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
.e-small.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
140
|
-
padding-left: 20px;
|
|
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: 16px;
|
|
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: 16px;
|
|
178
|
-
padding-right: 0;
|
|
179
|
-
}
|
|
180
137
|
.e-dropdownbase {
|
|
181
138
|
border-color: #414040;
|
|
182
139
|
}
|
|
@@ -231,11 +188,6 @@
|
|
|
231
188
|
background-color: #414040;
|
|
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: 10px;
|
|
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: #dadada;
|
|
321
|
-
line-height: 40px;
|
|
322
|
-
min-height: 40px;
|
|
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: 40px;
|
|
330
|
-
min-height: 40px;
|
|
331
|
-
padding-left: 10px;
|
|
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: #282727;
|
|
347
272
|
border-bottom: 1px;
|
|
@@ -374,6 +299,81 @@
|
|
|
374
299
|
background-color: #414040;
|
|
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: 10px;
|
|
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: 10px;
|
|
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: 20px;
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
.e-small.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
329
|
+
padding-left: 20px;
|
|
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: 16px;
|
|
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: 10px;
|
|
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: #dadada;
|
|
354
|
+
line-height: 40px;
|
|
355
|
+
min-height: 40px;
|
|
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: 40px;
|
|
363
|
+
min-height: 40px;
|
|
364
|
+
padding-left: 10px;
|
|
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 {
|
|
@@ -438,33 +438,10 @@
|
|
|
438
438
|
border-right-width: 0;
|
|
439
439
|
}
|
|
440
440
|
|
|
441
|
-
.e-bigger .e-popup.e-ddl-device-filter {
|
|
442
|
-
margin-top: 0;
|
|
443
|
-
}
|
|
444
|
-
|
|
445
441
|
.e-popup.e-ddl .e-dropdownbase {
|
|
446
442
|
min-height: 26px;
|
|
447
443
|
}
|
|
448
444
|
|
|
449
|
-
.e-bigger .e-ddl.e-popup .e-list-item, .e-bigger .e-ddl.e-popup .e-list-group-item, .e-bigger .e-ddl.e-popup .e-fixed-head {
|
|
450
|
-
font-size: 15px;
|
|
451
|
-
line-height: 45px;
|
|
452
|
-
padding-left: 0;
|
|
453
|
-
text-indent: 16px;
|
|
454
|
-
}
|
|
455
|
-
|
|
456
|
-
.e-bigger .e-ddl.e-popup .e-dd-group .e-list-item {
|
|
457
|
-
padding-left: 4px;
|
|
458
|
-
}
|
|
459
|
-
|
|
460
|
-
.e-bigger .e-ddl.e-popup .e-input-group {
|
|
461
|
-
padding: 4px 0;
|
|
462
|
-
}
|
|
463
|
-
|
|
464
|
-
.e-bigger .e-ddl.e-popup .e-input-group input, .e-bigger .e-ddl.e-popup .e-input-group input.e-input {
|
|
465
|
-
height: 38px;
|
|
466
|
-
}
|
|
467
|
-
|
|
468
445
|
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
469
446
|
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
470
447
|
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
|
|
@@ -473,32 +450,6 @@
|
|
|
473
450
|
color: #fff;
|
|
474
451
|
}
|
|
475
452
|
|
|
476
|
-
.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,
|
|
477
|
-
.e-ddl.e-popup .e-bigger.e-small .e-list-item,
|
|
478
|
-
.e-ddl.e-popup .e-bigger.e-small .e-list-group-item,
|
|
479
|
-
.e-ddl.e-popup .e-bigger.e-small .e-fixed-head {
|
|
480
|
-
font-size: 14px;
|
|
481
|
-
line-height: 40px;
|
|
482
|
-
padding-left: 0;
|
|
483
|
-
text-indent: 16px;
|
|
484
|
-
}
|
|
485
|
-
|
|
486
|
-
.e-bigger.e-small .e-ddl.e-popup .e-dd-group .e-list-item,
|
|
487
|
-
.e-ddl.e-popup .e-bigger.e-small .e-dd-group .e-list-item {
|
|
488
|
-
padding-left: 4px;
|
|
489
|
-
}
|
|
490
|
-
|
|
491
|
-
.e-bigger.e-small .e-ddl.e-popup .e-input-group,
|
|
492
|
-
.e-ddl.e-popup .e-bigger.e-small .e-input-group {
|
|
493
|
-
padding: 0;
|
|
494
|
-
}
|
|
495
|
-
|
|
496
|
-
.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,
|
|
497
|
-
.e-ddl.e-popup .e-bigger.e-small .e-input-group input,
|
|
498
|
-
.e-ddl.e-popup .e-bigger.e-small .e-input-group input.e-input {
|
|
499
|
-
height: 34px;
|
|
500
|
-
}
|
|
501
|
-
|
|
502
453
|
.e-ddl .e-search-icon::before {
|
|
503
454
|
content: "\e97d";
|
|
504
455
|
}
|
|
@@ -512,30 +463,6 @@
|
|
|
512
463
|
font-family: "e-icons";
|
|
513
464
|
}
|
|
514
465
|
|
|
515
|
-
.e-bigger .e-input-group.e-ddl .e-input-filter, .e-bigger .e-input-group.e-ddl .e-input-filter:focus {
|
|
516
|
-
margin-left: -20px;
|
|
517
|
-
}
|
|
518
|
-
|
|
519
|
-
.e-bigger .e-ddl.e-popup .e-list-item {
|
|
520
|
-
font-size: 15px;
|
|
521
|
-
}
|
|
522
|
-
.e-bigger .e-ddl.e-popup .e-list-group-item {
|
|
523
|
-
font-size: 15px;
|
|
524
|
-
}
|
|
525
|
-
.e-bigger .e-ddl.e-popup .e-input-group {
|
|
526
|
-
padding: 4px 0;
|
|
527
|
-
}
|
|
528
|
-
|
|
529
|
-
.e-bigger.e-ddl.e-popup .e-list-item {
|
|
530
|
-
font-size: 15px;
|
|
531
|
-
}
|
|
532
|
-
.e-bigger.e-ddl.e-popup .e-list-group-item {
|
|
533
|
-
font-size: 15px;
|
|
534
|
-
}
|
|
535
|
-
.e-bigger.e-ddl.e-popup .e-input-group {
|
|
536
|
-
padding: 4px 0;
|
|
537
|
-
}
|
|
538
|
-
|
|
539
466
|
.e-popup.e-wide-popup.e-ddl-device.e-popup-close {
|
|
540
467
|
display: block;
|
|
541
468
|
visibility: hidden;
|
|
@@ -726,24 +653,6 @@ ejs-dropdownlist {
|
|
|
726
653
|
font-size: 13px;
|
|
727
654
|
}
|
|
728
655
|
|
|
729
|
-
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
730
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
731
|
-
font-size: 14px;
|
|
732
|
-
}
|
|
733
|
-
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
734
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
735
|
-
font-size: 14px;
|
|
736
|
-
}
|
|
737
|
-
|
|
738
|
-
.e-bigger.e-small.e-ddl.e-popup .e-list-item,
|
|
739
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
740
|
-
font-size: 14px;
|
|
741
|
-
}
|
|
742
|
-
.e-bigger.e-small.e-ddl.e-popup .e-list-group-item,
|
|
743
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
744
|
-
font-size: 14px;
|
|
745
|
-
}
|
|
746
|
-
|
|
747
656
|
.e-content-placeholder.e-ddl.e-placeholder-ddl,
|
|
748
657
|
.e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
|
|
749
658
|
.e-content-placeholder.e-combobox.e-placeholder-combobox {
|
|
@@ -751,16 +660,6 @@ ejs-dropdownlist {
|
|
|
751
660
|
min-height: 33px;
|
|
752
661
|
}
|
|
753
662
|
|
|
754
|
-
.e-bigger .e-content-placeholder.e-ddl.e-placeholder-ddl,
|
|
755
|
-
.e-bigger.e-content-placeholder.e-ddl.e-placeholder-ddl,
|
|
756
|
-
.e-bigger .e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
|
|
757
|
-
.e-bigger.e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
|
|
758
|
-
.e-bigger .e-content-placeholder.e-combobox.e-placeholder-combobox,
|
|
759
|
-
.e-bigger.e-content-placeholder.e-combobox.e-placeholder-combobox {
|
|
760
|
-
background-size: 300px 40px;
|
|
761
|
-
min-height: 40px;
|
|
762
|
-
}
|
|
763
|
-
|
|
764
663
|
.e-popup {
|
|
765
664
|
border-color: #414040;
|
|
766
665
|
}
|
|
@@ -770,11 +669,117 @@ ejs-dropdownlist {
|
|
|
770
669
|
color: #000;
|
|
771
670
|
}
|
|
772
671
|
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
672
|
+
.e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
|
|
673
|
+
border-color: transparent;
|
|
674
|
+
background: none;
|
|
675
|
+
}
|
|
676
|
+
|
|
677
|
+
.e-bigger .e-input-group.e-ddl .e-input-filter, .e-bigger .e-input-group.e-ddl .e-input-filter:focus {
|
|
678
|
+
margin-left: -20px;
|
|
679
|
+
}
|
|
680
|
+
|
|
681
|
+
.e-bigger .e-ddl.e-popup .e-list-item {
|
|
682
|
+
font-size: 15px;
|
|
683
|
+
}
|
|
684
|
+
.e-bigger .e-ddl.e-popup .e-list-group-item {
|
|
685
|
+
font-size: 15px;
|
|
686
|
+
}
|
|
687
|
+
.e-bigger .e-ddl.e-popup .e-input-group {
|
|
688
|
+
padding: 4px 0;
|
|
689
|
+
}
|
|
690
|
+
|
|
691
|
+
.e-bigger.e-ddl.e-popup .e-list-item {
|
|
692
|
+
font-size: 15px;
|
|
693
|
+
}
|
|
694
|
+
.e-bigger.e-ddl.e-popup .e-list-group-item {
|
|
695
|
+
font-size: 15px;
|
|
696
|
+
}
|
|
697
|
+
.e-bigger.e-ddl.e-popup .e-input-group {
|
|
698
|
+
padding: 4px 0;
|
|
699
|
+
}
|
|
700
|
+
|
|
701
|
+
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
702
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
703
|
+
font-size: 14px;
|
|
704
|
+
}
|
|
705
|
+
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
706
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
707
|
+
font-size: 14px;
|
|
708
|
+
}
|
|
709
|
+
|
|
710
|
+
.e-bigger.e-small.e-ddl.e-popup .e-list-item,
|
|
711
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
712
|
+
font-size: 14px;
|
|
713
|
+
}
|
|
714
|
+
.e-bigger.e-small.e-ddl.e-popup .e-list-group-item,
|
|
715
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
716
|
+
font-size: 14px;
|
|
717
|
+
}
|
|
718
|
+
|
|
719
|
+
.e-bigger .e-content-placeholder.e-ddl.e-placeholder-ddl,
|
|
720
|
+
.e-bigger.e-content-placeholder.e-ddl.e-placeholder-ddl,
|
|
721
|
+
.e-bigger .e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
|
|
722
|
+
.e-bigger.e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
|
|
723
|
+
.e-bigger .e-content-placeholder.e-combobox.e-placeholder-combobox,
|
|
724
|
+
.e-bigger.e-content-placeholder.e-combobox.e-placeholder-combobox {
|
|
725
|
+
background-size: 300px 40px;
|
|
726
|
+
min-height: 40px;
|
|
727
|
+
}
|
|
728
|
+
|
|
729
|
+
.e-bigger .e-popup.e-ddl-device-filter {
|
|
730
|
+
margin-top: 0;
|
|
731
|
+
}
|
|
732
|
+
|
|
733
|
+
.e-bigger .e-ddl.e-popup .e-list-item, .e-bigger .e-ddl.e-popup .e-list-group-item, .e-bigger .e-ddl.e-popup .e-fixed-head {
|
|
734
|
+
font-size: 15px;
|
|
735
|
+
line-height: 45px;
|
|
736
|
+
padding-left: 0;
|
|
737
|
+
text-indent: 16px;
|
|
738
|
+
}
|
|
739
|
+
|
|
740
|
+
.e-bigger .e-ddl.e-popup .e-dd-group .e-list-item {
|
|
741
|
+
padding-left: 4px;
|
|
742
|
+
}
|
|
743
|
+
|
|
744
|
+
.e-bigger .e-ddl.e-popup .e-input-group {
|
|
745
|
+
padding: 4px 0;
|
|
746
|
+
}
|
|
747
|
+
|
|
748
|
+
.e-bigger .e-ddl.e-popup .e-input-group input, .e-bigger .e-ddl.e-popup .e-input-group input.e-input {
|
|
749
|
+
height: 38px;
|
|
750
|
+
}
|
|
751
|
+
|
|
752
|
+
.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,
|
|
753
|
+
.e-ddl.e-popup .e-bigger.e-small .e-list-item,
|
|
754
|
+
.e-ddl.e-popup .e-bigger.e-small .e-list-group-item,
|
|
755
|
+
.e-ddl.e-popup .e-bigger.e-small .e-fixed-head {
|
|
756
|
+
font-size: 14px;
|
|
757
|
+
line-height: 40px;
|
|
758
|
+
padding-left: 0;
|
|
759
|
+
text-indent: 16px;
|
|
760
|
+
}
|
|
761
|
+
|
|
762
|
+
.e-bigger.e-small .e-ddl.e-popup .e-dd-group .e-list-item,
|
|
763
|
+
.e-ddl.e-popup .e-bigger.e-small .e-dd-group .e-list-item {
|
|
764
|
+
padding-left: 4px;
|
|
765
|
+
}
|
|
766
|
+
|
|
767
|
+
.e-bigger.e-small .e-ddl.e-popup .e-input-group,
|
|
768
|
+
.e-ddl.e-popup .e-bigger.e-small .e-input-group {
|
|
769
|
+
padding: 0;
|
|
770
|
+
}
|
|
771
|
+
|
|
772
|
+
.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,
|
|
773
|
+
.e-ddl.e-popup .e-bigger.e-small .e-input-group input,
|
|
774
|
+
.e-ddl.e-popup .e-bigger.e-small .e-input-group input.e-input {
|
|
775
|
+
height: 34px;
|
|
776
|
+
}
|
|
777
|
+
|
|
778
|
+
/* stylelint-disable */
|
|
779
|
+
/* stylelint-disable */
|
|
780
|
+
.e-ddt .e-ddt-icon::before {
|
|
781
|
+
content: "\e966";
|
|
782
|
+
}
|
|
778
783
|
.e-ddt .e-chips-close::before {
|
|
779
784
|
content: "\e7a7";
|
|
780
785
|
}
|
|
@@ -1079,6 +1084,38 @@ ejs-dropdownlist {
|
|
|
1079
1084
|
display: none;
|
|
1080
1085
|
}
|
|
1081
1086
|
|
|
1087
|
+
.e-ddt .e-chips {
|
|
1088
|
+
background-color: #414040;
|
|
1089
|
+
}
|
|
1090
|
+
.e-ddt .e-chips .e-chips-close::before {
|
|
1091
|
+
color: #dadada;
|
|
1092
|
+
}
|
|
1093
|
+
.e-ddt .e-chips > .e-chipcontent {
|
|
1094
|
+
color: #dadada;
|
|
1095
|
+
}
|
|
1096
|
+
.e-ddt .e-overflow .e-remain {
|
|
1097
|
+
color: #9a9a9a;
|
|
1098
|
+
}
|
|
1099
|
+
.e-ddt.e-input-group.e-control-wrapper .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper .e-clear-icon {
|
|
1100
|
+
background-color: #201f1f;
|
|
1101
|
+
}
|
|
1102
|
+
.e-ddt.e-popup {
|
|
1103
|
+
background: #282727;
|
|
1104
|
+
border-color: #414040;
|
|
1105
|
+
}
|
|
1106
|
+
.e-ddt.e-popup .e-popup-content.e-no-data {
|
|
1107
|
+
color: #dadada;
|
|
1108
|
+
}
|
|
1109
|
+
.e-ddt.e-popup .e-selectall-parent {
|
|
1110
|
+
border-bottom-color: #414040;
|
|
1111
|
+
}
|
|
1112
|
+
.e-ddt.e-popup .e-selectall-parent:focus {
|
|
1113
|
+
background: #414040;
|
|
1114
|
+
}
|
|
1115
|
+
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
1116
|
+
color: #dadada;
|
|
1117
|
+
}
|
|
1118
|
+
|
|
1082
1119
|
.e-bigger .e-ddt .e-chips,
|
|
1083
1120
|
.e-ddt.e-bigger .e-chips {
|
|
1084
1121
|
height: 34px;
|
|
@@ -1151,38 +1188,6 @@ ejs-dropdownlist {
|
|
|
1151
1188
|
right: auto;
|
|
1152
1189
|
}
|
|
1153
1190
|
|
|
1154
|
-
.e-ddt .e-chips {
|
|
1155
|
-
background-color: #414040;
|
|
1156
|
-
}
|
|
1157
|
-
.e-ddt .e-chips .e-chips-close::before {
|
|
1158
|
-
color: #dadada;
|
|
1159
|
-
}
|
|
1160
|
-
.e-ddt .e-chips > .e-chipcontent {
|
|
1161
|
-
color: #dadada;
|
|
1162
|
-
}
|
|
1163
|
-
.e-ddt .e-overflow .e-remain {
|
|
1164
|
-
color: #9a9a9a;
|
|
1165
|
-
}
|
|
1166
|
-
.e-ddt.e-input-group.e-control-wrapper .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper .e-clear-icon {
|
|
1167
|
-
background-color: #201f1f;
|
|
1168
|
-
}
|
|
1169
|
-
.e-ddt.e-popup {
|
|
1170
|
-
background: #282727;
|
|
1171
|
-
border-color: #414040;
|
|
1172
|
-
}
|
|
1173
|
-
.e-ddt.e-popup .e-popup-content.e-no-data {
|
|
1174
|
-
color: #dadada;
|
|
1175
|
-
}
|
|
1176
|
-
.e-ddt.e-popup .e-selectall-parent {
|
|
1177
|
-
border-bottom-color: #414040;
|
|
1178
|
-
}
|
|
1179
|
-
.e-ddt.e-popup .e-selectall-parent:focus {
|
|
1180
|
-
background: #414040;
|
|
1181
|
-
}
|
|
1182
|
-
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
1183
|
-
color: #dadada;
|
|
1184
|
-
}
|
|
1185
|
-
|
|
1186
1191
|
/* stylelint-disable-line no-empty-source */
|
|
1187
1192
|
/* stylelint-disable-line no-empty-source */
|
|
1188
1193
|
.e-multi-select-wrapper.e-down-icon .e-input-group-icon.e-ddl-icon {
|
|
@@ -1190,13 +1195,11 @@ ejs-dropdownlist {
|
|
|
1190
1195
|
width: 30px;
|
|
1191
1196
|
}
|
|
1192
1197
|
|
|
1193
|
-
.e-small .e-multi-select-wrapper .e-chips
|
|
1194
|
-
.e-small.e-bigger .e-multi-select-wrapper .e-chips {
|
|
1198
|
+
.e-small .e-multi-select-wrapper .e-chips {
|
|
1195
1199
|
padding: 0;
|
|
1196
1200
|
}
|
|
1197
1201
|
|
|
1198
|
-
.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent
|
|
1199
|
-
.e-small.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1202
|
+
.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1200
1203
|
padding: 0 8px;
|
|
1201
1204
|
}
|
|
1202
1205
|
|
|
@@ -1391,11 +1394,6 @@ ejs-dropdownlist {
|
|
|
1391
1394
|
padding: 0 0 0 48px;
|
|
1392
1395
|
}
|
|
1393
1396
|
|
|
1394
|
-
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
|
|
1395
|
-
.e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1396
|
-
margin-top: -3.15em;
|
|
1397
|
-
}
|
|
1398
|
-
|
|
1399
1397
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-disabled,
|
|
1400
1398
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disabled {
|
|
1401
1399
|
opacity: 0.7;
|
|
@@ -1412,10 +1410,6 @@ ejs-dropdownlist {
|
|
|
1412
1410
|
top: 15px;
|
|
1413
1411
|
}
|
|
1414
1412
|
|
|
1415
|
-
.e-bigger .e-multi-select-wrapper {
|
|
1416
|
-
min-height: 38px;
|
|
1417
|
-
}
|
|
1418
|
-
|
|
1419
1413
|
.e-multi-select-wrapper.e-close-icon-hide {
|
|
1420
1414
|
padding-right: 0;
|
|
1421
1415
|
}
|
|
@@ -1449,10 +1443,6 @@ ejs-dropdownlist {
|
|
|
1449
1443
|
white-space: nowrap;
|
|
1450
1444
|
}
|
|
1451
1445
|
|
|
1452
|
-
.e-bigger .e-multi-select-wrapper .e-chips {
|
|
1453
|
-
margin: 4px 2px 2px 0;
|
|
1454
|
-
}
|
|
1455
|
-
|
|
1456
1446
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1457
1447
|
max-width: 100%;
|
|
1458
1448
|
overflow: hidden;
|
|
@@ -1467,13 +1457,11 @@ ejs-dropdownlist {
|
|
|
1467
1457
|
float: none;
|
|
1468
1458
|
}
|
|
1469
1459
|
|
|
1470
|
-
.e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent
|
|
1471
|
-
.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1460
|
+
.e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent {
|
|
1472
1461
|
padding: 4px 8px 6px 0;
|
|
1473
1462
|
}
|
|
1474
1463
|
|
|
1475
|
-
.e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent
|
|
1476
|
-
.e-bigger .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1464
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent {
|
|
1477
1465
|
padding: 6px 0 6px 8px;
|
|
1478
1466
|
}
|
|
1479
1467
|
|
|
@@ -1520,16 +1508,6 @@ ejs-dropdownlist {
|
|
|
1520
1508
|
right: auto;
|
|
1521
1509
|
}
|
|
1522
1510
|
|
|
1523
|
-
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
1524
|
-
margin-top: -3.5em;
|
|
1525
|
-
}
|
|
1526
|
-
|
|
1527
|
-
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
1528
|
-
.e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
1529
|
-
margin-top: -3.5em;
|
|
1530
|
-
margin-top: -3.2em;
|
|
1531
|
-
}
|
|
1532
|
-
|
|
1533
1511
|
.e-multi-select-wrapper input[type=text] {
|
|
1534
1512
|
background: none;
|
|
1535
1513
|
border: 0;
|
|
@@ -1561,17 +1539,6 @@ ejs-dropdownlist {
|
|
|
1561
1539
|
padding: 5px;
|
|
1562
1540
|
}
|
|
1563
1541
|
|
|
1564
|
-
.e-bigger .e-multi-select-wrapper input[type=text],
|
|
1565
|
-
.e-multi-select-wrapper.e-mob-wrapper input[type=text] {
|
|
1566
|
-
height: 28px;
|
|
1567
|
-
min-height: 28px;
|
|
1568
|
-
}
|
|
1569
|
-
|
|
1570
|
-
.e-bigger .e-multi-select-wrapper input[type=text] {
|
|
1571
|
-
height: 38px;
|
|
1572
|
-
min-height: 38px;
|
|
1573
|
-
}
|
|
1574
|
-
|
|
1575
1542
|
/* stylelint-disable property-no-vendor-prefix */
|
|
1576
1543
|
.e-multi-select-wrapper input[type=text]::-ms-clear {
|
|
1577
1544
|
display: none;
|
|
@@ -1587,23 +1554,11 @@ ejs-dropdownlist {
|
|
|
1587
1554
|
width: calc(100% - 40px);
|
|
1588
1555
|
}
|
|
1589
1556
|
|
|
1590
|
-
.e-bigger .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
1591
|
-
.e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
1592
|
-
width: calc(100% - 48px);
|
|
1593
|
-
}
|
|
1594
|
-
|
|
1595
1557
|
.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
1596
1558
|
.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
1597
1559
|
width: calc(100% - 40px);
|
|
1598
1560
|
}
|
|
1599
1561
|
|
|
1600
|
-
.e-bigger.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
1601
|
-
.e-bigger.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
1602
|
-
.e-bigger .e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
1603
|
-
.e-small .e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
1604
|
-
width: calc(100% - 44px);
|
|
1605
|
-
}
|
|
1606
|
-
|
|
1607
1562
|
.e-multi-select-wrapper .e-delim-values {
|
|
1608
1563
|
font-family: inherit;
|
|
1609
1564
|
font-size: 14px;
|
|
@@ -1614,11 +1569,6 @@ ejs-dropdownlist {
|
|
|
1614
1569
|
vertical-align: middle;
|
|
1615
1570
|
}
|
|
1616
1571
|
|
|
1617
|
-
.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
1618
|
-
line-height: 36px;
|
|
1619
|
-
padding-left: 10px;
|
|
1620
|
-
}
|
|
1621
|
-
|
|
1622
1572
|
.e-multi-select-list-wrapper .e-hide-listitem,
|
|
1623
1573
|
.e-multi-select-list-wrapper .e-hide-group-header {
|
|
1624
1574
|
display: none;
|
|
@@ -1745,10 +1695,6 @@ ejs-dropdownlist {
|
|
|
1745
1695
|
padding-right: 18px;
|
|
1746
1696
|
}
|
|
1747
1697
|
|
|
1748
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper {
|
|
1749
|
-
padding-right: 5px;
|
|
1750
|
-
}
|
|
1751
|
-
|
|
1752
1698
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
|
|
1753
1699
|
bottom: 1px;
|
|
1754
1700
|
margin-right: 8px;
|
|
@@ -1757,18 +1703,6 @@ ejs-dropdownlist {
|
|
|
1757
1703
|
vertical-align: middle;
|
|
1758
1704
|
}
|
|
1759
1705
|
|
|
1760
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper,
|
|
1761
|
-
.e-bigger.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
|
|
1762
|
-
bottom: 1px;
|
|
1763
|
-
margin-right: 10px;
|
|
1764
|
-
}
|
|
1765
|
-
|
|
1766
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper,
|
|
1767
|
-
.e-bigger.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
|
|
1768
|
-
bottom: 1px;
|
|
1769
|
-
margin-right: 10px;
|
|
1770
|
-
}
|
|
1771
|
-
|
|
1772
1706
|
.e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item .e-checkbox-wrapper {
|
|
1773
1707
|
margin-left: 12px;
|
|
1774
1708
|
margin-right: 0;
|
|
@@ -1791,24 +1725,12 @@ ejs-dropdownlist {
|
|
|
1791
1725
|
padding-right: 10px;
|
|
1792
1726
|
}
|
|
1793
1727
|
|
|
1794
|
-
.e-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
}
|
|
1801
|
-
|
|
1802
|
-
.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 {
|
|
1803
|
-
padding-left: 20px;
|
|
1804
|
-
}
|
|
1805
|
-
|
|
1806
|
-
.e-multi-select-list-wrapper .e-selectall-parent {
|
|
1807
|
-
cursor: pointer;
|
|
1808
|
-
display: block;
|
|
1809
|
-
line-height: 36px;
|
|
1810
|
-
overflow: hidden;
|
|
1811
|
-
text-overflow: ellipsis;
|
|
1728
|
+
.e-multi-select-list-wrapper .e-selectall-parent {
|
|
1729
|
+
cursor: pointer;
|
|
1730
|
+
display: block;
|
|
1731
|
+
line-height: 36px;
|
|
1732
|
+
overflow: hidden;
|
|
1733
|
+
text-overflow: ellipsis;
|
|
1812
1734
|
padding-right: 16px;
|
|
1813
1735
|
position: relative;
|
|
1814
1736
|
text-indent: 11px;
|
|
@@ -1828,13 +1750,6 @@ ejs-dropdownlist {
|
|
|
1828
1750
|
font-size: 14px;
|
|
1829
1751
|
}
|
|
1830
1752
|
|
|
1831
|
-
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent,
|
|
1832
|
-
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent {
|
|
1833
|
-
font-size: 14px;
|
|
1834
|
-
line-height: 46px;
|
|
1835
|
-
text-indent: 17px;
|
|
1836
|
-
}
|
|
1837
|
-
|
|
1838
1753
|
.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
|
|
1839
1754
|
bottom: 1px;
|
|
1840
1755
|
margin-right: 8px;
|
|
@@ -1843,12 +1758,6 @@ ejs-dropdownlist {
|
|
|
1843
1758
|
vertical-align: middle;
|
|
1844
1759
|
}
|
|
1845
1760
|
|
|
1846
|
-
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper,
|
|
1847
|
-
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
|
|
1848
|
-
bottom: 1px;
|
|
1849
|
-
margin-right: 10px;
|
|
1850
|
-
}
|
|
1851
|
-
|
|
1852
1761
|
.e-multi-select-list-wrapper.e-rtl .e-selectall-parent .e-checkbox-wrapper {
|
|
1853
1762
|
margin-left: 12px;
|
|
1854
1763
|
margin-right: 0;
|
|
@@ -1873,13 +1782,7 @@ ejs-dropdownlist {
|
|
|
1873
1782
|
padding: 8px;
|
|
1874
1783
|
}
|
|
1875
1784
|
|
|
1876
|
-
.e-
|
|
1877
|
-
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus {
|
|
1878
|
-
padding: 4px 0;
|
|
1879
|
-
}
|
|
1880
|
-
|
|
1881
|
-
.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon,
|
|
1882
|
-
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon {
|
|
1785
|
+
.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon {
|
|
1883
1786
|
padding-left: 8px;
|
|
1884
1787
|
}
|
|
1885
1788
|
|
|
@@ -1887,10 +1790,6 @@ ejs-dropdownlist {
|
|
|
1887
1790
|
padding: 0;
|
|
1888
1791
|
}
|
|
1889
1792
|
|
|
1890
|
-
.e-bigger .e-checkbox .e-multi-select-wrapper .e-delim-values {
|
|
1891
|
-
line-height: 36px;
|
|
1892
|
-
}
|
|
1893
|
-
|
|
1894
1793
|
.e-checkbox .e-multi-select-wrapper .e-delim-values .e-remain {
|
|
1895
1794
|
line-height: 20px;
|
|
1896
1795
|
padding-left: 10px;
|
|
@@ -1952,52 +1851,11 @@ ejs-multiselect {
|
|
|
1952
1851
|
margin-top: -2.5em;
|
|
1953
1852
|
}
|
|
1954
1853
|
|
|
1955
|
-
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
1956
|
-
.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
1957
|
-
line-height: 40px;
|
|
1958
|
-
}
|
|
1959
|
-
|
|
1960
|
-
.e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
1961
|
-
.e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1962
|
-
margin-top: -2.85em;
|
|
1963
|
-
}
|
|
1964
|
-
|
|
1965
|
-
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
1966
|
-
height: 26px;
|
|
1967
|
-
width: auto;
|
|
1968
|
-
}
|
|
1969
|
-
|
|
1970
|
-
.e-bigger.e-small .e-multi-select-wrapper {
|
|
1971
|
-
min-height: 26px;
|
|
1972
|
-
}
|
|
1973
|
-
|
|
1974
|
-
.e-bigger.e-small .e-multi-select-wrapper input[type=text] {
|
|
1975
|
-
height: 34px;
|
|
1976
|
-
min-height: 34px;
|
|
1977
|
-
}
|
|
1978
|
-
|
|
1979
|
-
.e-small.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
1980
|
-
font-size: 14px;
|
|
1981
|
-
line-height: 34px;
|
|
1982
|
-
}
|
|
1983
|
-
|
|
1984
|
-
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
1985
|
-
.e-bigger.e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
1986
|
-
margin-top: -3.2em;
|
|
1987
|
-
right: 0;
|
|
1988
|
-
}
|
|
1989
|
-
|
|
1990
1854
|
.e-content-placeholder.e-multiselect.e-placeholder-multiselect {
|
|
1991
1855
|
background-size: 300px 33px;
|
|
1992
1856
|
min-height: 33px;
|
|
1993
1857
|
}
|
|
1994
1858
|
|
|
1995
|
-
.e-bigger .e-content-placeholder.e-multiselect.e-placeholder-multiselect,
|
|
1996
|
-
.e-bigger.e-content-placeholder.e-multiselect.e-placeholder-multiselect {
|
|
1997
|
-
background-size: 300px 40px;
|
|
1998
|
-
min-height: 40px;
|
|
1999
|
-
}
|
|
2000
|
-
|
|
2001
1859
|
.e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
|
|
2002
1860
|
color: inherit;
|
|
2003
1861
|
}
|
|
@@ -2013,24 +1871,11 @@ ejs-multiselect {
|
|
|
2013
1871
|
padding: 0 12px 0 8px;
|
|
2014
1872
|
}
|
|
2015
1873
|
|
|
2016
|
-
.e-
|
|
2017
|
-
.e-small .e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
|
|
2018
|
-
padding: 3px 12px 0 4px;
|
|
2019
|
-
}
|
|
2020
|
-
|
|
2021
|
-
.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2022
|
-
.e-bigger.e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2023
|
-
.e-bigger.e-small .e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2024
|
-
.e-bigger .e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2025
|
-
.e-small .e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper {
|
|
1874
|
+
.e-multiselect.e-filled.e-input-group.e-control-wrapper {
|
|
2026
1875
|
padding: 0;
|
|
2027
1876
|
}
|
|
2028
1877
|
|
|
2029
|
-
.e-filled.e-float-input .e-multi-select-wrapper
|
|
2030
|
-
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper,
|
|
2031
|
-
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper,
|
|
2032
|
-
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper,
|
|
2033
|
-
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper {
|
|
1878
|
+
.e-filled.e-float-input .e-multi-select-wrapper {
|
|
2034
1879
|
padding: 11px 12px 0;
|
|
2035
1880
|
}
|
|
2036
1881
|
|
|
@@ -2039,35 +1884,15 @@ ejs-multiselect {
|
|
|
2039
1884
|
padding: 12px 12px 0 8px;
|
|
2040
1885
|
}
|
|
2041
1886
|
|
|
2042
|
-
.e-bigger.e-filled.e-float-input .e-multi-select-wrapper,
|
|
2043
|
-
.e-bigger .e-filled.e-float-input .e-multi-select-wrapper {
|
|
2044
|
-
padding: 19px 12px 0 16px;
|
|
2045
|
-
}
|
|
2046
|
-
|
|
2047
|
-
.e-bigger:not(.e-small).e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
|
|
2048
|
-
padding-top: 3px;
|
|
2049
|
-
}
|
|
2050
|
-
|
|
2051
1887
|
.e-rtl.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2052
1888
|
.e-rtl.e-multiselect.e-filled.e-float-input.e-control-wrapper {
|
|
2053
1889
|
padding: 0;
|
|
2054
1890
|
}
|
|
2055
1891
|
|
|
2056
|
-
.e-
|
|
2057
|
-
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text] {
|
|
2058
|
-
padding: 5px 0;
|
|
2059
|
-
}
|
|
2060
|
-
|
|
2061
|
-
.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2062
|
-
.e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2063
|
-
.e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2064
|
-
.e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2065
|
-
.e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
1892
|
+
.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2066
1893
|
height: 28px;
|
|
2067
1894
|
}
|
|
2068
1895
|
|
|
2069
|
-
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2070
|
-
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2071
1896
|
.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2072
1897
|
.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2073
1898
|
.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip,
|
|
@@ -2076,54 +1901,22 @@ ejs-multiselect {
|
|
|
2076
1901
|
height: 24px;
|
|
2077
1902
|
}
|
|
2078
1903
|
|
|
2079
|
-
.e-
|
|
2080
|
-
.e-bigger .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2081
|
-
height: 32px;
|
|
2082
|
-
}
|
|
2083
|
-
|
|
2084
|
-
.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2085
|
-
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2086
|
-
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2087
|
-
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2088
|
-
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
1904
|
+
.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
2089
1905
|
height: 18px;
|
|
2090
1906
|
}
|
|
2091
1907
|
|
|
2092
1908
|
.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2093
|
-
.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips
|
|
2094
|
-
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2095
|
-
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2096
|
-
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2097
|
-
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2098
|
-
.e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2099
|
-
.e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2100
|
-
.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2101
|
-
.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
1909
|
+
.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2102
1910
|
margin: 8px 8px 0 0;
|
|
2103
1911
|
padding: 0 8px;
|
|
2104
1912
|
}
|
|
2105
1913
|
|
|
2106
1914
|
.e-rtl.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2107
|
-
.e-rtl.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips
|
|
2108
|
-
.e-rtl.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2109
|
-
.e-rtl.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2110
|
-
.e-rtl.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2111
|
-
.e-rtl.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2112
|
-
.e-rtl.e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2113
|
-
.e-rtl.e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2114
|
-
.e-rtl.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2115
|
-
.e-rtl.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
1915
|
+
.e-rtl.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2116
1916
|
margin: 8px 0 0 8px;
|
|
2117
1917
|
padding: 0 8px;
|
|
2118
1918
|
}
|
|
2119
1919
|
|
|
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
|
-
padding-left: 8px;
|
|
2125
|
-
}
|
|
2126
|
-
|
|
2127
1920
|
.e-small .e-filled .e-multi-select-wrapper .e-chips,
|
|
2128
1921
|
.e-small.e-filled .e-multi-select-wrapper .e-chips {
|
|
2129
1922
|
height: 16px;
|
|
@@ -2136,11 +1929,7 @@ ejs-multiselect {
|
|
|
2136
1929
|
margin: 4px 0 0 4px;
|
|
2137
1930
|
}
|
|
2138
1931
|
|
|
2139
|
-
.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent
|
|
2140
|
-
.e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2141
|
-
.e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2142
|
-
.e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2143
|
-
.e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1932
|
+
.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2144
1933
|
font-size: 13px;
|
|
2145
1934
|
padding: 0 8px 0 0;
|
|
2146
1935
|
}
|
|
@@ -2150,20 +1939,12 @@ ejs-multiselect {
|
|
|
2150
1939
|
font-size: 12px;
|
|
2151
1940
|
}
|
|
2152
1941
|
|
|
2153
|
-
.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent
|
|
2154
|
-
.e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2155
|
-
.e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2156
|
-
.e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2157
|
-
.e-small .e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1942
|
+
.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2158
1943
|
font-size: 12px;
|
|
2159
1944
|
padding: 0 4px 0 0;
|
|
2160
1945
|
}
|
|
2161
1946
|
|
|
2162
|
-
.e-rtl.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent
|
|
2163
|
-
.e-rtl.e-bigger.e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2164
|
-
.e-rtl.e-bigger.e-small .e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2165
|
-
.e-rtl.e-bigger .e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2166
|
-
.e-rtl.e-small .e-bigger.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1947
|
+
.e-rtl.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2167
1948
|
padding: 0 0 0 4px;
|
|
2168
1949
|
}
|
|
2169
1950
|
|
|
@@ -2172,30 +1953,11 @@ ejs-multiselect {
|
|
|
2172
1953
|
font-size: 10px;
|
|
2173
1954
|
}
|
|
2174
1955
|
|
|
2175
|
-
.e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2176
|
-
.e-bigger .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2177
|
-
font-size: 13px;
|
|
2178
|
-
}
|
|
2179
|
-
|
|
2180
1956
|
.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips > .e-chipcontent {
|
|
2181
1957
|
font-size: 13px;
|
|
2182
1958
|
padding-right: 4px;
|
|
2183
1959
|
}
|
|
2184
1960
|
|
|
2185
|
-
.e-rtl.e-bigger.e-filled .e-multi-select-wrapper .e-chips,
|
|
2186
|
-
.e-rtl.e-bigger .e-filled .e-multi-select-wrapper .e-chips,
|
|
2187
|
-
.e-rtl.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2188
|
-
.e-rtl.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2189
|
-
.e-bigger.e-filled .e-multi-select-wrapper .e-chips,
|
|
2190
|
-
.e-bigger .e-filled .e-multi-select-wrapper .e-chips {
|
|
2191
|
-
padding: 0 12px;
|
|
2192
|
-
}
|
|
2193
|
-
|
|
2194
|
-
.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2195
|
-
.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
2196
|
-
padding-right: 8px;
|
|
2197
|
-
}
|
|
2198
|
-
|
|
2199
1961
|
.e-filled.e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2200
1962
|
.e-multiselect.e-control-container .e-filled.e-multi-select-wrapper .e-clear-icon {
|
|
2201
1963
|
height: 38px;
|
|
@@ -2292,8 +2054,7 @@ ejs-multiselect {
|
|
|
2292
2054
|
color: #dadada;
|
|
2293
2055
|
}
|
|
2294
2056
|
|
|
2295
|
-
.e-multi-select-wrapper .e-chips.e-mob-chip
|
|
2296
|
-
.e-bigger .e-multi-select-wrapper .e-chips {
|
|
2057
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip {
|
|
2297
2058
|
height: 30px;
|
|
2298
2059
|
}
|
|
2299
2060
|
|
|
@@ -2426,25 +2187,321 @@ ejs-multiselect {
|
|
|
2426
2187
|
left: 7px;
|
|
2427
2188
|
}
|
|
2428
2189
|
|
|
2429
|
-
.e-
|
|
2430
|
-
|
|
2190
|
+
.e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
|
|
2191
|
+
-webkit-text-fill-color: #6f6c6c;
|
|
2192
|
+
color: #6f6c6c;
|
|
2193
|
+
}
|
|
2194
|
+
|
|
2195
|
+
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
|
|
2196
|
+
.e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
2197
|
+
margin-top: -3.15em;
|
|
2198
|
+
}
|
|
2199
|
+
|
|
2200
|
+
.e-bigger .e-multi-select-wrapper {
|
|
2201
|
+
min-height: 38px;
|
|
2202
|
+
}
|
|
2203
|
+
|
|
2204
|
+
.e-bigger .e-multi-select-wrapper .e-chips {
|
|
2205
|
+
margin: 4px 2px 2px 0;
|
|
2206
|
+
}
|
|
2207
|
+
|
|
2208
|
+
.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2209
|
+
padding: 4px 8px 6px 0;
|
|
2210
|
+
}
|
|
2211
|
+
|
|
2212
|
+
.e-bigger .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2213
|
+
padding: 6px 0 6px 8px;
|
|
2214
|
+
}
|
|
2215
|
+
|
|
2216
|
+
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
2217
|
+
margin-top: -3.5em;
|
|
2218
|
+
}
|
|
2219
|
+
|
|
2220
|
+
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
2221
|
+
.e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
2222
|
+
margin-top: -3.5em;
|
|
2223
|
+
margin-top: -3.2em;
|
|
2224
|
+
}
|
|
2225
|
+
|
|
2226
|
+
.e-bigger .e-multi-select-wrapper input[type=text],
|
|
2227
|
+
.e-multi-select-wrapper.e-mob-wrapper input[type=text] {
|
|
2228
|
+
height: 28px;
|
|
2229
|
+
min-height: 28px;
|
|
2230
|
+
}
|
|
2231
|
+
|
|
2232
|
+
.e-bigger .e-multi-select-wrapper input[type=text] {
|
|
2233
|
+
height: 38px;
|
|
2234
|
+
min-height: 38px;
|
|
2235
|
+
}
|
|
2236
|
+
|
|
2237
|
+
.e-bigger .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
2238
|
+
.e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
2239
|
+
width: calc(100% - 48px);
|
|
2240
|
+
}
|
|
2241
|
+
|
|
2242
|
+
.e-bigger.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
2243
|
+
.e-bigger.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
2244
|
+
.e-bigger .e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
2245
|
+
.e-small .e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
2246
|
+
width: calc(100% - 44px);
|
|
2247
|
+
}
|
|
2248
|
+
|
|
2249
|
+
.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
2250
|
+
line-height: 36px;
|
|
2251
|
+
padding-left: 10px;
|
|
2252
|
+
}
|
|
2253
|
+
|
|
2254
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper {
|
|
2255
|
+
padding-right: 5px;
|
|
2256
|
+
}
|
|
2257
|
+
|
|
2258
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper,
|
|
2259
|
+
.e-bigger.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
|
|
2260
|
+
bottom: 1px;
|
|
2261
|
+
margin-right: 10px;
|
|
2262
|
+
}
|
|
2263
|
+
|
|
2264
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper,
|
|
2265
|
+
.e-bigger.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
|
|
2266
|
+
bottom: 1px;
|
|
2267
|
+
margin-right: 10px;
|
|
2268
|
+
}
|
|
2269
|
+
|
|
2270
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-dropdownbase.e-rtl.e-dd-group .e-list-group-item {
|
|
2271
|
+
padding-right: 16px;
|
|
2272
|
+
}
|
|
2273
|
+
|
|
2274
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
2275
|
+
padding-left: 16px;
|
|
2276
|
+
}
|
|
2277
|
+
|
|
2278
|
+
.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 {
|
|
2279
|
+
padding-left: 20px;
|
|
2280
|
+
}
|
|
2281
|
+
|
|
2282
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2283
|
+
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2284
|
+
font-size: 14px;
|
|
2285
|
+
line-height: 46px;
|
|
2286
|
+
text-indent: 17px;
|
|
2287
|
+
}
|
|
2288
|
+
|
|
2289
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper,
|
|
2290
|
+
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
|
|
2291
|
+
bottom: 1px;
|
|
2292
|
+
margin-right: 10px;
|
|
2293
|
+
}
|
|
2294
|
+
|
|
2295
|
+
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-filter,
|
|
2296
|
+
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus {
|
|
2297
|
+
padding: 4px 0;
|
|
2298
|
+
}
|
|
2299
|
+
|
|
2300
|
+
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon {
|
|
2301
|
+
padding-left: 8px;
|
|
2302
|
+
}
|
|
2303
|
+
|
|
2304
|
+
.e-bigger .e-checkbox .e-multi-select-wrapper .e-delim-values {
|
|
2305
|
+
line-height: 36px;
|
|
2306
|
+
}
|
|
2307
|
+
|
|
2308
|
+
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2309
|
+
.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2310
|
+
line-height: 40px;
|
|
2311
|
+
}
|
|
2312
|
+
|
|
2313
|
+
.e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
2314
|
+
.e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
2315
|
+
margin-top: -2.85em;
|
|
2316
|
+
}
|
|
2317
|
+
|
|
2318
|
+
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
2319
|
+
height: 26px;
|
|
2320
|
+
width: auto;
|
|
2321
|
+
}
|
|
2322
|
+
|
|
2323
|
+
.e-bigger.e-small .e-multi-select-wrapper {
|
|
2324
|
+
min-height: 26px;
|
|
2325
|
+
}
|
|
2326
|
+
|
|
2327
|
+
.e-bigger.e-small .e-multi-select-wrapper input[type=text] {
|
|
2328
|
+
height: 34px;
|
|
2329
|
+
min-height: 34px;
|
|
2330
|
+
}
|
|
2331
|
+
|
|
2332
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
2333
|
+
font-size: 14px;
|
|
2334
|
+
line-height: 34px;
|
|
2335
|
+
}
|
|
2336
|
+
|
|
2337
|
+
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2338
|
+
.e-bigger.e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
2339
|
+
margin-top: -3.2em;
|
|
2340
|
+
right: 0;
|
|
2341
|
+
}
|
|
2342
|
+
|
|
2343
|
+
.e-bigger .e-content-placeholder.e-multiselect.e-placeholder-multiselect,
|
|
2344
|
+
.e-bigger.e-content-placeholder.e-multiselect.e-placeholder-multiselect {
|
|
2345
|
+
background-size: 300px 40px;
|
|
2346
|
+
min-height: 40px;
|
|
2347
|
+
}
|
|
2348
|
+
|
|
2349
|
+
.e-small.e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper,
|
|
2350
|
+
.e-small .e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
|
|
2351
|
+
padding: 3px 12px 0 4px;
|
|
2352
|
+
}
|
|
2353
|
+
|
|
2354
|
+
.e-bigger.e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2355
|
+
.e-bigger.e-small .e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2356
|
+
.e-bigger .e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2357
|
+
.e-small .e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper {
|
|
2358
|
+
padding: 0;
|
|
2359
|
+
}
|
|
2360
|
+
|
|
2361
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper,
|
|
2362
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper,
|
|
2363
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper,
|
|
2364
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper {
|
|
2365
|
+
padding: 11px 12px 0;
|
|
2366
|
+
}
|
|
2367
|
+
|
|
2368
|
+
.e-bigger.e-filled.e-float-input .e-multi-select-wrapper,
|
|
2369
|
+
.e-bigger .e-filled.e-float-input .e-multi-select-wrapper {
|
|
2370
|
+
padding: 19px 12px 0 16px;
|
|
2371
|
+
}
|
|
2372
|
+
|
|
2373
|
+
.e-bigger:not(.e-small).e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
|
|
2374
|
+
padding-top: 3px;
|
|
2375
|
+
}
|
|
2376
|
+
|
|
2377
|
+
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text],
|
|
2378
|
+
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text] {
|
|
2379
|
+
padding: 5px 0;
|
|
2380
|
+
}
|
|
2381
|
+
|
|
2382
|
+
.e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2383
|
+
.e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2384
|
+
.e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2385
|
+
.e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2386
|
+
height: 28px;
|
|
2387
|
+
}
|
|
2388
|
+
|
|
2389
|
+
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2390
|
+
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
2391
|
+
height: 24px;
|
|
2392
|
+
}
|
|
2393
|
+
|
|
2394
|
+
.e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2395
|
+
.e-bigger .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2396
|
+
height: 32px;
|
|
2397
|
+
}
|
|
2398
|
+
|
|
2399
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2400
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2401
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2402
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
2403
|
+
height: 18px;
|
|
2404
|
+
}
|
|
2405
|
+
|
|
2406
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2407
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2408
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2409
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2410
|
+
.e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2411
|
+
.e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2412
|
+
.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2413
|
+
.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2414
|
+
margin: 8px 8px 0 0;
|
|
2415
|
+
padding: 0 8px;
|
|
2416
|
+
}
|
|
2417
|
+
|
|
2418
|
+
.e-rtl.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2419
|
+
.e-rtl.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2420
|
+
.e-rtl.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2421
|
+
.e-rtl.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2422
|
+
.e-rtl.e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2423
|
+
.e-rtl.e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2424
|
+
.e-rtl.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2425
|
+
.e-rtl.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2426
|
+
margin: 8px 0 0 8px;
|
|
2427
|
+
padding: 0 8px;
|
|
2428
|
+
}
|
|
2429
|
+
|
|
2430
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2431
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2432
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2433
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
2434
|
+
padding-left: 8px;
|
|
2435
|
+
}
|
|
2436
|
+
|
|
2437
|
+
.e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2438
|
+
.e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2439
|
+
.e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2440
|
+
.e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2441
|
+
font-size: 13px;
|
|
2442
|
+
padding: 0 8px 0 0;
|
|
2443
|
+
}
|
|
2444
|
+
|
|
2445
|
+
.e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2446
|
+
.e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2447
|
+
.e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2448
|
+
.e-small .e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2449
|
+
font-size: 12px;
|
|
2450
|
+
padding: 0 4px 0 0;
|
|
2451
|
+
}
|
|
2452
|
+
|
|
2453
|
+
.e-rtl.e-bigger.e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2454
|
+
.e-rtl.e-bigger.e-small .e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2455
|
+
.e-rtl.e-bigger .e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2456
|
+
.e-rtl.e-small .e-bigger.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2457
|
+
padding: 0 0 0 4px;
|
|
2458
|
+
}
|
|
2459
|
+
|
|
2460
|
+
.e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2461
|
+
.e-bigger .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2462
|
+
font-size: 13px;
|
|
2463
|
+
}
|
|
2464
|
+
|
|
2465
|
+
.e-rtl.e-bigger.e-filled .e-multi-select-wrapper .e-chips,
|
|
2466
|
+
.e-rtl.e-bigger .e-filled .e-multi-select-wrapper .e-chips,
|
|
2467
|
+
.e-rtl.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2468
|
+
.e-rtl.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2469
|
+
.e-bigger.e-filled .e-multi-select-wrapper .e-chips,
|
|
2470
|
+
.e-bigger .e-filled .e-multi-select-wrapper .e-chips {
|
|
2471
|
+
padding: 0 12px;
|
|
2472
|
+
}
|
|
2473
|
+
|
|
2474
|
+
.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2475
|
+
.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
2476
|
+
padding-right: 8px;
|
|
2477
|
+
}
|
|
2478
|
+
|
|
2479
|
+
.e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
2480
|
+
font-size: 10px;
|
|
2431
2481
|
}
|
|
2432
2482
|
|
|
2433
2483
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips {
|
|
2434
2484
|
height: 26px;
|
|
2435
2485
|
}
|
|
2436
2486
|
|
|
2437
|
-
.e-bigger.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2438
|
-
font-size: 12px;
|
|
2487
|
+
.e-bigger.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2488
|
+
font-size: 12px;
|
|
2489
|
+
}
|
|
2490
|
+
|
|
2491
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
2492
|
+
left: -35px;
|
|
2493
|
+
}
|
|
2494
|
+
|
|
2495
|
+
.e-bigger .e-multi-select-wrapper .e-chips {
|
|
2496
|
+
height: 30px;
|
|
2439
2497
|
}
|
|
2440
2498
|
|
|
2441
|
-
.e-
|
|
2442
|
-
|
|
2499
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-chips {
|
|
2500
|
+
padding: 0;
|
|
2443
2501
|
}
|
|
2444
2502
|
|
|
2445
|
-
.e-
|
|
2446
|
-
|
|
2447
|
-
color: #6f6c6c;
|
|
2503
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2504
|
+
padding: 0 8px;
|
|
2448
2505
|
}
|
|
2449
2506
|
|
|
2450
2507
|
.e-listbox-tool .e-moveup::before {
|
|
@@ -2493,8 +2550,10 @@ ejs-multiselect {
|
|
|
2493
2550
|
-webkit-box-sizing: border-box;
|
|
2494
2551
|
box-sizing: border-box;
|
|
2495
2552
|
}
|
|
2496
|
-
.e-listbox-wrapper:focus,
|
|
2553
|
+
.e-listbox-wrapper .e-list-wrap:focus-visible, .e-listbox-wrapper:focus,
|
|
2554
|
+
.e-listbox-container .e-list-wrap:focus-visible,
|
|
2497
2555
|
.e-listbox-container:focus,
|
|
2556
|
+
.e-listboxtool-wrapper .e-list-wrap:focus-visible,
|
|
2498
2557
|
.e-listboxtool-wrapper:focus {
|
|
2499
2558
|
outline: none;
|
|
2500
2559
|
}
|
|
@@ -2898,93 +2957,6 @@ ejs-listbox {
|
|
|
2898
2957
|
margin-left: 15px;
|
|
2899
2958
|
}
|
|
2900
2959
|
|
|
2901
|
-
.e-bigger .e-listbox-wrapper .e-list-item,
|
|
2902
|
-
.e-listbox-wrapper.e-bigger .e-list-item,
|
|
2903
|
-
.e-bigger .e-listbox-container .e-list-item,
|
|
2904
|
-
.e-listbox-container.e-bigger .e-list-item {
|
|
2905
|
-
border-bottom: 0 solid transparent;
|
|
2906
|
-
border-left: 0 solid transparent;
|
|
2907
|
-
border-right: 0 solid transparent;
|
|
2908
|
-
border-top: 0 solid transparent;
|
|
2909
|
-
}
|
|
2910
|
-
.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
2911
|
-
.e-bigger .e-listbox-wrapper .e-selectall-parent,
|
|
2912
|
-
.e-bigger .e-listbox-wrapper .e-list-group-item,
|
|
2913
|
-
.e-bigger .e-listbox-wrapper .e-list-header,
|
|
2914
|
-
.e-listbox-wrapper.e-bigger:not(.e-list-template) .e-list-item,
|
|
2915
|
-
.e-listbox-wrapper.e-bigger .e-selectall-parent,
|
|
2916
|
-
.e-listbox-wrapper.e-bigger .e-list-group-item,
|
|
2917
|
-
.e-listbox-wrapper.e-bigger .e-list-header,
|
|
2918
|
-
.e-bigger .e-listbox-container:not(.e-list-template) .e-list-item,
|
|
2919
|
-
.e-bigger .e-listbox-container .e-selectall-parent,
|
|
2920
|
-
.e-bigger .e-listbox-container .e-list-group-item,
|
|
2921
|
-
.e-bigger .e-listbox-container .e-list-header,
|
|
2922
|
-
.e-listbox-container.e-bigger:not(.e-list-template) .e-list-item,
|
|
2923
|
-
.e-listbox-container.e-bigger .e-selectall-parent,
|
|
2924
|
-
.e-listbox-container.e-bigger .e-list-group-item,
|
|
2925
|
-
.e-listbox-container.e-bigger .e-list-header {
|
|
2926
|
-
padding: 12px 16px;
|
|
2927
|
-
}
|
|
2928
|
-
.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
2929
|
-
.e-bigger .e-listbox-wrapper .e-selectall-parent,
|
|
2930
|
-
.e-listbox-wrapper.e-bigger:not(.e-list-template) .e-list-item,
|
|
2931
|
-
.e-listbox-wrapper.e-bigger .e-selectall-parent,
|
|
2932
|
-
.e-bigger .e-listbox-container:not(.e-list-template) .e-list-item,
|
|
2933
|
-
.e-bigger .e-listbox-container .e-selectall-parent,
|
|
2934
|
-
.e-listbox-container.e-bigger:not(.e-list-template) .e-list-item,
|
|
2935
|
-
.e-listbox-container.e-bigger .e-selectall-parent {
|
|
2936
|
-
height: 45px;
|
|
2937
|
-
line-height: 1.6;
|
|
2938
|
-
position: relative;
|
|
2939
|
-
}
|
|
2940
|
-
.e-bigger .e-listbox-wrapper .e-list-parent,
|
|
2941
|
-
.e-listbox-wrapper.e-bigger .e-list-parent,
|
|
2942
|
-
.e-bigger .e-listbox-container .e-list-parent,
|
|
2943
|
-
.e-listbox-container.e-bigger .e-list-parent {
|
|
2944
|
-
min-height: 45px;
|
|
2945
|
-
}
|
|
2946
|
-
.e-bigger .e-listbox-wrapper .e-text-content,
|
|
2947
|
-
.e-listbox-wrapper.e-bigger .e-text-content,
|
|
2948
|
-
.e-bigger .e-listbox-container .e-text-content,
|
|
2949
|
-
.e-listbox-container.e-bigger .e-text-content {
|
|
2950
|
-
font-size: 15px;
|
|
2951
|
-
}
|
|
2952
|
-
.e-bigger .e-listbox-wrapper .e-list-group-item,
|
|
2953
|
-
.e-listbox-wrapper.e-bigger .e-list-group-item,
|
|
2954
|
-
.e-bigger .e-listbox-container .e-list-group-item,
|
|
2955
|
-
.e-listbox-container.e-bigger .e-list-group-item {
|
|
2956
|
-
height: 45px;
|
|
2957
|
-
line-height: 45px;
|
|
2958
|
-
}
|
|
2959
|
-
.e-bigger .e-listbox-wrapper .e-list-header,
|
|
2960
|
-
.e-listbox-wrapper.e-bigger .e-list-header,
|
|
2961
|
-
.e-bigger .e-listbox-container .e-list-header,
|
|
2962
|
-
.e-listbox-container.e-bigger .e-list-header {
|
|
2963
|
-
-webkit-box-align: center;
|
|
2964
|
-
-ms-flex-align: center;
|
|
2965
|
-
align-items: center;
|
|
2966
|
-
display: -webkit-box;
|
|
2967
|
-
display: -ms-flexbox;
|
|
2968
|
-
display: flex;
|
|
2969
|
-
font-weight: 600;
|
|
2970
|
-
height: 45px;
|
|
2971
|
-
}
|
|
2972
|
-
.e-bigger .e-listbox-wrapper .e-list-header .e-text.header,
|
|
2973
|
-
.e-bigger .e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header,
|
|
2974
|
-
.e-listbox-wrapper.e-bigger .e-list-header .e-text.header,
|
|
2975
|
-
.e-listbox-wrapper.e-bigger .e-list-header .e-headertemplate-text.nested-header,
|
|
2976
|
-
.e-bigger .e-listbox-container .e-list-header .e-text.header,
|
|
2977
|
-
.e-bigger .e-listbox-container .e-list-header .e-headertemplate-text.nested-header,
|
|
2978
|
-
.e-listbox-container.e-bigger .e-list-header .e-text.header,
|
|
2979
|
-
.e-listbox-container.e-bigger .e-list-header .e-headertemplate-text.nested-header {
|
|
2980
|
-
display: none;
|
|
2981
|
-
}
|
|
2982
|
-
.e-bigger .e-listbox-wrapper .e-list-header .e-text,
|
|
2983
|
-
.e-listbox-wrapper.e-bigger .e-list-header .e-text,
|
|
2984
|
-
.e-bigger .e-listbox-container .e-list-header .e-text,
|
|
2985
|
-
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
2986
|
-
font-size: 15px;
|
|
2987
|
-
}
|
|
2988
2960
|
.e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
2989
2961
|
.e-listbox-wrapper .e-list-nrt,
|
|
2990
2962
|
.e-listbox-wrapper .e-selectall-parent,
|
|
@@ -3000,34 +2972,11 @@ ejs-listbox {
|
|
|
3000
2972
|
position: relative;
|
|
3001
2973
|
}
|
|
3002
2974
|
|
|
3003
|
-
.e-listbox-wrapper:not(.e-list-template) .e-list-parent li {
|
|
3004
|
-
overflow: hidden;
|
|
3005
|
-
white-space: nowrap;
|
|
3006
|
-
text-overflow: ellipsis;
|
|
3007
|
-
}
|
|
3008
|
-
|
|
3009
2975
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3010
2976
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
3011
2977
|
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3012
2978
|
}
|
|
3013
2979
|
|
|
3014
|
-
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3015
|
-
height: calc(100% - 59px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3016
|
-
}
|
|
3017
|
-
|
|
3018
|
-
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3019
|
-
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3020
|
-
}
|
|
3021
|
-
|
|
3022
|
-
.e-bigger .e-listbox-container.e-filter-list .e-list-parent,
|
|
3023
|
-
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent,
|
|
3024
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent,
|
|
3025
|
-
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3026
|
-
height: 100%;
|
|
3027
|
-
}
|
|
3028
|
-
|
|
3029
|
-
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3030
|
-
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3031
2980
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3032
2981
|
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3033
2982
|
}
|
|
@@ -3036,24 +2985,10 @@ ejs-listbox {
|
|
|
3036
2985
|
height: calc(100% - 51px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3037
2986
|
}
|
|
3038
2987
|
|
|
3039
|
-
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
3040
|
-
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3041
|
-
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3042
|
-
}
|
|
3043
|
-
|
|
3044
|
-
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3045
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3046
|
-
height: calc(100% - 55px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3047
|
-
}
|
|
3048
|
-
|
|
3049
2988
|
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3050
2989
|
height: calc(100% - 87px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3051
2990
|
}
|
|
3052
2991
|
|
|
3053
|
-
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3054
|
-
height: calc(100% - 104px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3055
|
-
}
|
|
3056
|
-
|
|
3057
2992
|
.e-listbox-wrapper,
|
|
3058
2993
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
3059
2994
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -3355,4 +3290,125 @@ ejs-listbox {
|
|
|
3355
3290
|
|
|
3356
3291
|
.e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3357
3292
|
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3293
|
+
}
|
|
3294
|
+
|
|
3295
|
+
.e-bigger .e-listbox-wrapper .e-list-item,
|
|
3296
|
+
.e-listbox-wrapper.e-bigger .e-list-item,
|
|
3297
|
+
.e-bigger .e-listbox-container .e-list-item,
|
|
3298
|
+
.e-listbox-container.e-bigger .e-list-item {
|
|
3299
|
+
border-bottom: 0 solid transparent;
|
|
3300
|
+
border-left: 0 solid transparent;
|
|
3301
|
+
border-right: 0 solid transparent;
|
|
3302
|
+
border-top: 0 solid transparent;
|
|
3303
|
+
}
|
|
3304
|
+
.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
3305
|
+
.e-bigger .e-listbox-wrapper .e-selectall-parent,
|
|
3306
|
+
.e-bigger .e-listbox-wrapper .e-list-group-item,
|
|
3307
|
+
.e-bigger .e-listbox-wrapper .e-list-header,
|
|
3308
|
+
.e-listbox-wrapper.e-bigger:not(.e-list-template) .e-list-item,
|
|
3309
|
+
.e-listbox-wrapper.e-bigger .e-selectall-parent,
|
|
3310
|
+
.e-listbox-wrapper.e-bigger .e-list-group-item,
|
|
3311
|
+
.e-listbox-wrapper.e-bigger .e-list-header,
|
|
3312
|
+
.e-bigger .e-listbox-container:not(.e-list-template) .e-list-item,
|
|
3313
|
+
.e-bigger .e-listbox-container .e-selectall-parent,
|
|
3314
|
+
.e-bigger .e-listbox-container .e-list-group-item,
|
|
3315
|
+
.e-bigger .e-listbox-container .e-list-header,
|
|
3316
|
+
.e-listbox-container.e-bigger:not(.e-list-template) .e-list-item,
|
|
3317
|
+
.e-listbox-container.e-bigger .e-selectall-parent,
|
|
3318
|
+
.e-listbox-container.e-bigger .e-list-group-item,
|
|
3319
|
+
.e-listbox-container.e-bigger .e-list-header {
|
|
3320
|
+
padding: 12px 16px;
|
|
3321
|
+
}
|
|
3322
|
+
.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
3323
|
+
.e-bigger .e-listbox-wrapper .e-selectall-parent,
|
|
3324
|
+
.e-listbox-wrapper.e-bigger:not(.e-list-template) .e-list-item,
|
|
3325
|
+
.e-listbox-wrapper.e-bigger .e-selectall-parent,
|
|
3326
|
+
.e-bigger .e-listbox-container:not(.e-list-template) .e-list-item,
|
|
3327
|
+
.e-bigger .e-listbox-container .e-selectall-parent,
|
|
3328
|
+
.e-listbox-container.e-bigger:not(.e-list-template) .e-list-item,
|
|
3329
|
+
.e-listbox-container.e-bigger .e-selectall-parent {
|
|
3330
|
+
height: 45px;
|
|
3331
|
+
line-height: 1.6;
|
|
3332
|
+
position: relative;
|
|
3333
|
+
}
|
|
3334
|
+
.e-bigger .e-listbox-wrapper .e-list-parent,
|
|
3335
|
+
.e-listbox-wrapper.e-bigger .e-list-parent,
|
|
3336
|
+
.e-bigger .e-listbox-container .e-list-parent,
|
|
3337
|
+
.e-listbox-container.e-bigger .e-list-parent {
|
|
3338
|
+
min-height: 45px;
|
|
3339
|
+
}
|
|
3340
|
+
.e-bigger .e-listbox-wrapper .e-text-content,
|
|
3341
|
+
.e-listbox-wrapper.e-bigger .e-text-content,
|
|
3342
|
+
.e-bigger .e-listbox-container .e-text-content,
|
|
3343
|
+
.e-listbox-container.e-bigger .e-text-content {
|
|
3344
|
+
font-size: 15px;
|
|
3345
|
+
}
|
|
3346
|
+
.e-bigger .e-listbox-wrapper .e-list-group-item,
|
|
3347
|
+
.e-listbox-wrapper.e-bigger .e-list-group-item,
|
|
3348
|
+
.e-bigger .e-listbox-container .e-list-group-item,
|
|
3349
|
+
.e-listbox-container.e-bigger .e-list-group-item {
|
|
3350
|
+
height: 45px;
|
|
3351
|
+
line-height: 45px;
|
|
3352
|
+
}
|
|
3353
|
+
.e-bigger .e-listbox-wrapper .e-list-header,
|
|
3354
|
+
.e-listbox-wrapper.e-bigger .e-list-header,
|
|
3355
|
+
.e-bigger .e-listbox-container .e-list-header,
|
|
3356
|
+
.e-listbox-container.e-bigger .e-list-header {
|
|
3357
|
+
-webkit-box-align: center;
|
|
3358
|
+
-ms-flex-align: center;
|
|
3359
|
+
align-items: center;
|
|
3360
|
+
display: -webkit-box;
|
|
3361
|
+
display: -ms-flexbox;
|
|
3362
|
+
display: flex;
|
|
3363
|
+
font-weight: 600;
|
|
3364
|
+
height: 45px;
|
|
3365
|
+
}
|
|
3366
|
+
.e-bigger .e-listbox-wrapper .e-list-header .e-text.header,
|
|
3367
|
+
.e-bigger .e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header,
|
|
3368
|
+
.e-listbox-wrapper.e-bigger .e-list-header .e-text.header,
|
|
3369
|
+
.e-listbox-wrapper.e-bigger .e-list-header .e-headertemplate-text.nested-header,
|
|
3370
|
+
.e-bigger .e-listbox-container .e-list-header .e-text.header,
|
|
3371
|
+
.e-bigger .e-listbox-container .e-list-header .e-headertemplate-text.nested-header,
|
|
3372
|
+
.e-listbox-container.e-bigger .e-list-header .e-text.header,
|
|
3373
|
+
.e-listbox-container.e-bigger .e-list-header .e-headertemplate-text.nested-header {
|
|
3374
|
+
display: none;
|
|
3375
|
+
}
|
|
3376
|
+
.e-bigger .e-listbox-wrapper .e-list-header .e-text,
|
|
3377
|
+
.e-listbox-wrapper.e-bigger .e-list-header .e-text,
|
|
3378
|
+
.e-bigger .e-listbox-container .e-list-header .e-text,
|
|
3379
|
+
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
3380
|
+
font-size: 15px;
|
|
3381
|
+
}
|
|
3382
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3383
|
+
height: calc(100% - 59px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3384
|
+
}
|
|
3385
|
+
|
|
3386
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3387
|
+
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3388
|
+
}
|
|
3389
|
+
|
|
3390
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-parent,
|
|
3391
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent,
|
|
3392
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent,
|
|
3393
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3394
|
+
height: 100%;
|
|
3395
|
+
}
|
|
3396
|
+
|
|
3397
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3398
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3399
|
+
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3400
|
+
}
|
|
3401
|
+
|
|
3402
|
+
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
3403
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3404
|
+
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3405
|
+
}
|
|
3406
|
+
|
|
3407
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3408
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3409
|
+
height: calc(100% - 55px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3410
|
+
}
|
|
3411
|
+
|
|
3412
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3413
|
+
height: calc(100% - 104px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3358
3414
|
}
|