@syncfusion/ej2-dropdowns 32.1.24 → 32.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.json +263 -0
- package/aceconfig.js +17 -0
- package/dist/ej2-dropdowns.min.js +2 -2
- package/dist/ej2-dropdowns.umd.min.js +2 -2
- package/dist/ej2-dropdowns.umd.min.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es2015.js +14 -6
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +14 -6
- package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
- package/dist/global/ej2-dropdowns.min.js +2 -2
- package/dist/global/ej2-dropdowns.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +8 -8
- package/src/drop-down-list/drop-down-list.js +1 -1
- package/src/multi-select/multi-select.js +13 -5
- package/styles/bds-lite.css +898 -898
- package/styles/bds.css +1302 -1302
- package/styles/bootstrap-dark-lite.css +870 -870
- package/styles/bootstrap-dark.css +1275 -1275
- package/styles/bootstrap-lite.css +867 -867
- package/styles/bootstrap.css +1278 -1278
- package/styles/bootstrap4-lite.css +1408 -1408
- package/styles/bootstrap4.css +1721 -1721
- package/styles/bootstrap5-dark-lite.css +1769 -1769
- package/styles/bootstrap5-dark.css +1710 -1710
- package/styles/bootstrap5-lite.css +1396 -1396
- package/styles/bootstrap5.3-lite.css +1138 -1138
- package/styles/bootstrap5.3.css +1592 -1592
- package/styles/bootstrap5.css +1711 -1711
- package/styles/drop-down-base/_all.bds.scss +1 -1
- package/styles/drop-down-base/_all.bootstrap-dark.scss +1 -1
- package/styles/drop-down-base/_all.bootstrap.scss +1 -1
- package/styles/drop-down-base/_all.bootstrap4.scss +1 -1
- package/styles/drop-down-base/_all.bootstrap5-dark.scss +1 -1
- package/styles/drop-down-base/_all.bootstrap5.3.scss +1 -1
- package/styles/drop-down-base/_all.bootstrap5.scss +1 -1
- package/styles/drop-down-base/_all.fabric-dark.scss +1 -1
- package/styles/drop-down-base/_all.fabric.scss +1 -1
- package/styles/drop-down-base/_all.fluent-dark.scss +1 -1
- package/styles/drop-down-base/_all.fluent.scss +1 -1
- package/styles/drop-down-base/_all.fluent2.scss +1 -1
- package/styles/drop-down-base/_all.highcontrast-light.scss +1 -1
- package/styles/drop-down-base/_all.highcontrast.scss +1 -1
- package/styles/drop-down-base/_all.material-dark.scss +1 -1
- package/styles/drop-down-base/_all.material.scss +1 -1
- package/styles/drop-down-base/_all.material3-dark.scss +1 -1
- package/styles/drop-down-base/_all.material3.scss +1 -1
- package/styles/drop-down-base/_all.tailwind-dark.scss +1 -1
- package/styles/drop-down-base/_all.tailwind.scss +1 -1
- package/styles/drop-down-base/_all.tailwind3.scss +1 -1
- package/styles/drop-down-base/bds.css +164 -164
- package/styles/drop-down-base/bootstrap-dark.css +130 -130
- package/styles/drop-down-base/bootstrap.css +130 -130
- package/styles/drop-down-base/bootstrap4.css +136 -136
- package/styles/drop-down-base/bootstrap5-dark.css +143 -143
- package/styles/drop-down-base/bootstrap5.3.css +219 -219
- package/styles/drop-down-base/bootstrap5.css +143 -143
- package/styles/drop-down-base/fabric-dark.css +130 -130
- package/styles/drop-down-base/fabric.css +130 -130
- package/styles/drop-down-base/fluent-dark.css +148 -148
- package/styles/drop-down-base/fluent.css +148 -148
- package/styles/drop-down-base/fluent2.css +215 -215
- package/styles/drop-down-base/highcontrast-light.css +146 -146
- package/styles/drop-down-base/highcontrast.css +146 -146
- package/styles/drop-down-base/material-dark.css +130 -130
- package/styles/drop-down-base/material.css +130 -130
- package/styles/drop-down-base/material3-dark.css +212 -212
- package/styles/drop-down-base/material3.css +214 -214
- package/styles/drop-down-base/tailwind-dark.css +155 -155
- package/styles/drop-down-base/tailwind.css +155 -155
- package/styles/drop-down-base/tailwind3.css +215 -215
- package/styles/drop-down-list/_all.bds.scss +1 -1
- package/styles/drop-down-list/_all.bootstrap-dark.scss +1 -1
- package/styles/drop-down-list/_all.bootstrap.scss +1 -1
- package/styles/drop-down-list/_all.bootstrap4.scss +1 -1
- package/styles/drop-down-list/_all.bootstrap5-dark.scss +1 -1
- package/styles/drop-down-list/_all.bootstrap5.3.scss +1 -1
- package/styles/drop-down-list/_all.bootstrap5.scss +1 -1
- package/styles/drop-down-list/_all.fabric-dark.scss +1 -1
- package/styles/drop-down-list/_all.fabric.scss +1 -1
- package/styles/drop-down-list/_all.fluent-dark.scss +1 -1
- package/styles/drop-down-list/_all.fluent.scss +1 -1
- package/styles/drop-down-list/_all.fluent2.scss +1 -1
- package/styles/drop-down-list/_all.highcontrast-light.scss +1 -1
- package/styles/drop-down-list/_all.highcontrast.scss +1 -1
- package/styles/drop-down-list/_all.material-dark.scss +1 -1
- package/styles/drop-down-list/_all.material.scss +1 -1
- package/styles/drop-down-list/_all.material3-dark.scss +1 -1
- package/styles/drop-down-list/_all.material3.scss +1 -1
- package/styles/drop-down-list/_all.tailwind-dark.scss +1 -1
- package/styles/drop-down-list/_all.tailwind.scss +1 -1
- package/styles/drop-down-list/_all.tailwind3.scss +1 -1
- package/styles/drop-down-list/bds.css +87 -87
- package/styles/drop-down-list/bootstrap-dark.css +74 -74
- package/styles/drop-down-list/bootstrap.css +74 -74
- package/styles/drop-down-list/bootstrap4.css +111 -111
- package/styles/drop-down-list/bootstrap5-dark.css +113 -113
- package/styles/drop-down-list/bootstrap5.3.css +197 -197
- package/styles/drop-down-list/bootstrap5.css +113 -113
- package/styles/drop-down-list/fabric-dark.css +48 -48
- package/styles/drop-down-list/fabric.css +48 -48
- package/styles/drop-down-list/fluent-dark.css +105 -105
- package/styles/drop-down-list/fluent.css +105 -105
- package/styles/drop-down-list/fluent2.css +204 -204
- package/styles/drop-down-list/highcontrast-light.css +63 -63
- package/styles/drop-down-list/highcontrast.css +64 -64
- package/styles/drop-down-list/material-dark.css +96 -96
- package/styles/drop-down-list/material.css +100 -100
- package/styles/drop-down-list/material3-dark.css +235 -235
- package/styles/drop-down-list/material3.css +235 -235
- package/styles/drop-down-list/tailwind-dark.css +83 -83
- package/styles/drop-down-list/tailwind.css +83 -83
- package/styles/drop-down-list/tailwind3.css +186 -186
- package/styles/drop-down-tree/_all.bds.scss +1 -1
- package/styles/drop-down-tree/_all.bootstrap-dark.scss +1 -1
- package/styles/drop-down-tree/_all.bootstrap.scss +1 -1
- package/styles/drop-down-tree/_all.bootstrap4.scss +1 -1
- package/styles/drop-down-tree/_all.bootstrap5-dark.scss +1 -1
- package/styles/drop-down-tree/_all.bootstrap5.3.scss +1 -1
- package/styles/drop-down-tree/_all.bootstrap5.scss +1 -1
- package/styles/drop-down-tree/_all.fabric-dark.scss +1 -1
- package/styles/drop-down-tree/_all.fabric.scss +1 -1
- package/styles/drop-down-tree/_all.fluent-dark.scss +1 -1
- package/styles/drop-down-tree/_all.fluent.scss +1 -1
- package/styles/drop-down-tree/_all.fluent2.scss +1 -1
- package/styles/drop-down-tree/_all.highcontrast-light.scss +1 -1
- package/styles/drop-down-tree/_all.highcontrast.scss +1 -1
- package/styles/drop-down-tree/_all.material-dark.scss +1 -1
- package/styles/drop-down-tree/_all.material.scss +1 -1
- package/styles/drop-down-tree/_all.material3-dark.scss +1 -1
- package/styles/drop-down-tree/_all.material3.scss +1 -1
- package/styles/drop-down-tree/_all.tailwind-dark.scss +1 -1
- package/styles/drop-down-tree/_all.tailwind.scss +1 -1
- package/styles/drop-down-tree/_all.tailwind3.scss +1 -1
- package/styles/drop-down-tree/bds.css +56 -56
- package/styles/drop-down-tree/bootstrap-dark.css +33 -33
- package/styles/drop-down-tree/bootstrap.css +33 -33
- package/styles/drop-down-tree/bootstrap4.css +39 -39
- package/styles/drop-down-tree/bootstrap5-dark.css +40 -40
- package/styles/drop-down-tree/bootstrap5.3.css +124 -124
- package/styles/drop-down-tree/bootstrap5.css +40 -40
- package/styles/drop-down-tree/fabric-dark.css +33 -33
- package/styles/drop-down-tree/fabric.css +33 -33
- package/styles/drop-down-tree/fluent-dark.css +33 -33
- package/styles/drop-down-tree/fluent.css +33 -33
- package/styles/drop-down-tree/fluent2.css +122 -122
- package/styles/drop-down-tree/highcontrast-light.css +33 -33
- package/styles/drop-down-tree/highcontrast.css +42 -42
- package/styles/drop-down-tree/material-dark.css +33 -33
- package/styles/drop-down-tree/material.css +33 -33
- package/styles/drop-down-tree/material3-dark.css +115 -115
- package/styles/drop-down-tree/material3.css +117 -117
- package/styles/drop-down-tree/tailwind-dark.css +52 -52
- package/styles/drop-down-tree/tailwind.css +52 -52
- package/styles/drop-down-tree/tailwind3.css +107 -107
- package/styles/fabric-dark-lite.css +877 -877
- package/styles/fabric-dark.css +1274 -1274
- package/styles/fabric-lite.css +877 -877
- package/styles/fabric.css +1147 -1147
- package/styles/fluent-dark-lite.css +1765 -1765
- package/styles/fluent-dark.css +1718 -1718
- package/styles/fluent-lite.css +1765 -1765
- package/styles/fluent.css +1718 -1718
- package/styles/fluent2-lite.css +2081 -2081
- package/styles/fluent2.css +1703 -1703
- package/styles/highcontrast-light-lite.css +1412 -1412
- package/styles/highcontrast-light.css +1760 -1760
- package/styles/highcontrast-lite.css +1751 -1751
- package/styles/highcontrast.css +1768 -1768
- package/styles/list-box/_all.bds.scss +1 -1
- package/styles/list-box/_all.bootstrap-dark.scss +1 -1
- package/styles/list-box/_all.bootstrap.scss +1 -1
- package/styles/list-box/_all.bootstrap4.scss +1 -1
- package/styles/list-box/_all.bootstrap5-dark.scss +1 -1
- package/styles/list-box/_all.bootstrap5.3.scss +1 -1
- package/styles/list-box/_all.bootstrap5.scss +1 -1
- package/styles/list-box/_all.fabric-dark.scss +1 -1
- package/styles/list-box/_all.fabric.scss +1 -1
- package/styles/list-box/_all.fluent-dark.scss +1 -1
- package/styles/list-box/_all.fluent.scss +1 -1
- package/styles/list-box/_all.fluent2.scss +1 -1
- package/styles/list-box/_all.highcontrast-light.scss +1 -1
- package/styles/list-box/_all.highcontrast.scss +1 -1
- package/styles/list-box/_all.material-dark.scss +1 -1
- package/styles/list-box/_all.material.scss +1 -1
- package/styles/list-box/_all.material3-dark.scss +1 -1
- package/styles/list-box/_all.material3.scss +1 -1
- package/styles/list-box/_all.tailwind-dark.scss +1 -1
- package/styles/list-box/_all.tailwind.scss +1 -1
- package/styles/list-box/_all.tailwind3.scss +1 -1
- package/styles/list-box/bds.css +654 -654
- package/styles/list-box/bootstrap-dark.css +644 -644
- package/styles/list-box/bootstrap.css +649 -649
- package/styles/list-box/bootstrap4.css +649 -649
- package/styles/list-box/bootstrap5-dark.css +649 -649
- package/styles/list-box/bootstrap5.3.css +659 -659
- package/styles/list-box/bootstrap5.css +649 -649
- package/styles/list-box/fabric-dark.css +644 -644
- package/styles/list-box/fabric.css +649 -649
- package/styles/list-box/fluent-dark.css +649 -649
- package/styles/list-box/fluent.css +649 -649
- package/styles/list-box/fluent2.css +692 -692
- package/styles/list-box/highcontrast-light.css +644 -644
- package/styles/list-box/highcontrast.css +649 -649
- package/styles/list-box/material-dark.css +643 -643
- package/styles/list-box/material.css +648 -648
- package/styles/list-box/material3-dark.css +659 -659
- package/styles/list-box/material3.css +659 -659
- package/styles/list-box/tailwind-dark.css +640 -640
- package/styles/list-box/tailwind.css +640 -640
- package/styles/list-box/tailwind3.css +698 -698
- package/styles/material-dark-lite.css +1566 -1566
- package/styles/material-dark.css +2278 -2278
- package/styles/material-lite.css +1659 -1659
- package/styles/material.css +1921 -1921
- package/styles/material3-dark-lite.css +2644 -2644
- package/styles/material3-dark.css +2687 -2687
- package/styles/material3-lite.css +2663 -2663
- package/styles/material3.css +2684 -2684
- package/styles/multi-select/_all.bds.scss +1 -1
- package/styles/multi-select/_all.bootstrap-dark.scss +1 -1
- package/styles/multi-select/_all.bootstrap.scss +1 -1
- package/styles/multi-select/_all.bootstrap4.scss +1 -1
- package/styles/multi-select/_all.bootstrap5-dark.scss +1 -1
- package/styles/multi-select/_all.bootstrap5.3.scss +1 -1
- package/styles/multi-select/_all.bootstrap5.scss +1 -1
- package/styles/multi-select/_all.fabric-dark.scss +1 -1
- package/styles/multi-select/_all.fabric.scss +1 -1
- package/styles/multi-select/_all.fluent-dark.scss +1 -1
- package/styles/multi-select/_all.fluent.scss +1 -1
- package/styles/multi-select/_all.fluent2.scss +1 -1
- package/styles/multi-select/_all.highcontrast-light.scss +1 -1
- package/styles/multi-select/_all.highcontrast.scss +1 -1
- package/styles/multi-select/_all.material-dark.scss +1 -1
- package/styles/multi-select/_all.material.scss +1 -1
- package/styles/multi-select/_all.material3-dark.scss +1 -1
- package/styles/multi-select/_all.material3.scss +1 -1
- package/styles/multi-select/_all.tailwind-dark.scss +1 -1
- package/styles/multi-select/_all.tailwind.scss +1 -1
- package/styles/multi-select/_all.tailwind3.scss +1 -1
- package/styles/multi-select/bds.css +221 -221
- package/styles/multi-select/bootstrap-dark.css +231 -231
- package/styles/multi-select/bootstrap.css +224 -224
- package/styles/multi-select/bootstrap4.css +676 -676
- package/styles/multi-select/bootstrap5-dark.css +235 -235
- package/styles/multi-select/bootstrap5.3.css +336 -336
- package/styles/multi-select/bootstrap5.css +235 -235
- package/styles/multi-select/fabric-dark.css +225 -225
- package/styles/multi-select/fabric.css +220 -220
- package/styles/multi-select/fluent-dark.css +677 -677
- package/styles/multi-select/fluent.css +677 -677
- package/styles/multi-select/fluent2.css +959 -959
- package/styles/multi-select/highcontrast-light.css +789 -789
- package/styles/multi-select/highcontrast.css +793 -793
- package/styles/multi-select/material-dark.css +918 -918
- package/styles/multi-select/material.css +920 -920
- package/styles/multi-select/material3-dark.css +1330 -1330
- package/styles/multi-select/material3.css +1334 -1334
- package/styles/multi-select/tailwind-dark.css +217 -217
- package/styles/multi-select/tailwind.css +217 -217
- package/styles/multi-select/tailwind3.css +326 -326
- package/styles/tailwind-dark-lite.css +861 -861
- package/styles/tailwind-dark.css +1263 -1263
- package/styles/tailwind-lite.css +862 -862
- package/styles/tailwind.css +1263 -1263
- package/styles/tailwind3-lite.css +1114 -1114
- package/styles/tailwind3.css +2339 -2339
- package/tslint.json +111 -0
package/styles/bootstrap4.css
CHANGED
|
@@ -26,6 +26,142 @@
|
|
|
26
26
|
stroke-width: 1px;
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
+
.e-dropdownbase {
|
|
30
|
+
display: block;
|
|
31
|
+
height: 100%;
|
|
32
|
+
min-height: 36px;
|
|
33
|
+
position: relative;
|
|
34
|
+
width: 100%;
|
|
35
|
+
}
|
|
36
|
+
.e-dropdownbase .e-list-parent {
|
|
37
|
+
margin: 0;
|
|
38
|
+
padding: 0;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.e-dropdownbase .e-list-group-item, .e-dropdownbase .e-fixed-head {
|
|
42
|
+
cursor: default;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.e-dropdownbase .e-list-item {
|
|
46
|
+
cursor: pointer;
|
|
47
|
+
overflow: hidden;
|
|
48
|
+
position: relative;
|
|
49
|
+
text-overflow: ellipsis;
|
|
50
|
+
vertical-align: middle;
|
|
51
|
+
white-space: nowrap;
|
|
52
|
+
width: 100%;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.e-dropdownbase .e-list-item .e-list-icon {
|
|
56
|
+
font-size: 16px;
|
|
57
|
+
vertical-align: middle;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.e-dropdownbase .e-fixed-head {
|
|
61
|
+
position: absolute;
|
|
62
|
+
top: 0;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.e-dropdownbase.e-content {
|
|
66
|
+
overflow: auto;
|
|
67
|
+
position: relative;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.e-popup.e-ddl .e-dropdownbase.e-nodata,
|
|
71
|
+
.e-popup.e-mention .e-dropdownbase.e-nodata {
|
|
72
|
+
color: #212529;
|
|
73
|
+
cursor: default;
|
|
74
|
+
font-family: inherit;
|
|
75
|
+
font-size: 14px;
|
|
76
|
+
padding: 14px 16px;
|
|
77
|
+
text-align: center;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.e-mention.e-popup {
|
|
81
|
+
background: #fff;
|
|
82
|
+
border: 0;
|
|
83
|
+
-webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
|
|
84
|
+
box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
|
|
85
|
+
margin-top: 2px;
|
|
86
|
+
position: absolute;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.e-mention.e-popup .e-dropdownbase {
|
|
90
|
+
min-height: 26px;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.e-mention .e-dropdownbase .e-list-item .e-highlight {
|
|
94
|
+
display: inline;
|
|
95
|
+
font-weight: bold;
|
|
96
|
+
vertical-align: baseline;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.e-mention .e-mention-chip,
|
|
100
|
+
.e-mention .e-mention-chip:hover {
|
|
101
|
+
background: #e9ecef;
|
|
102
|
+
border-radius: 2px;
|
|
103
|
+
border: none;
|
|
104
|
+
color: #007bff;
|
|
105
|
+
cursor: default;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.e-mention.e-editable-element {
|
|
109
|
+
border: 2px solid rgba(0, 0, 0, 0.15);
|
|
110
|
+
height: auto;
|
|
111
|
+
min-height: 120px;
|
|
112
|
+
width: 100%;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.e-form-mirror-div {
|
|
116
|
+
white-space: pre-wrap;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.e-rtl .e-dropdownbase.e-dd-group .e-list-item {
|
|
120
|
+
padding-right: 30px;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.e-dropdownbase.e-dd-group .e-list-item {
|
|
124
|
+
padding-left: 30px;
|
|
125
|
+
text-indent: 0;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.e-small .e-dropdownbase.e-dd-group .e-list-item {
|
|
129
|
+
padding-left: 30px;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
133
|
+
text-indent: 0;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
137
|
+
cursor: pointer;
|
|
138
|
+
font-weight: normal;
|
|
139
|
+
overflow: hidden;
|
|
140
|
+
position: relative;
|
|
141
|
+
text-overflow: ellipsis;
|
|
142
|
+
vertical-align: middle;
|
|
143
|
+
white-space: nowrap;
|
|
144
|
+
width: 100%;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.e-rtl.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-item {
|
|
148
|
+
padding-right: 30px;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.e-dropdownbase .e-list-item .e-list-icon {
|
|
152
|
+
padding: 0 8px 0 0;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
156
|
+
padding: 0 8px 0 0;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.e-input-group.e-ddl .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle,
|
|
160
|
+
.e-ddl.e-popup .e-filter-parent .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle,
|
|
161
|
+
.e-ddl.e-popup .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle {
|
|
162
|
+
stroke-width: 1px;
|
|
163
|
+
}
|
|
164
|
+
|
|
29
165
|
.e-rtl .e-dropdownbase .e-list-item {
|
|
30
166
|
padding-left: 24px;
|
|
31
167
|
padding-right: 0;
|
|
@@ -215,219 +351,83 @@
|
|
|
215
351
|
stroke-width: 1px;
|
|
216
352
|
}
|
|
217
353
|
|
|
218
|
-
.e-dropdownbase
|
|
219
|
-
|
|
220
|
-
height:
|
|
221
|
-
min-height: 36px;
|
|
222
|
-
position: relative;
|
|
223
|
-
width: 100%;
|
|
354
|
+
.e-bigger .e-dropdownbase,
|
|
355
|
+
.e-dropdownbase.e-bigger {
|
|
356
|
+
min-height: 45px;
|
|
224
357
|
}
|
|
225
|
-
.e-dropdownbase .e-list-
|
|
226
|
-
|
|
227
|
-
|
|
358
|
+
.e-bigger .e-dropdownbase .e-list-item,
|
|
359
|
+
.e-dropdownbase.e-bigger .e-list-item {
|
|
360
|
+
line-height: 48px;
|
|
361
|
+
text-indent: 20px;
|
|
228
362
|
}
|
|
229
363
|
|
|
230
|
-
.e-dropdownbase .e-list-group-item, .e-dropdownbase .e-fixed-head
|
|
231
|
-
|
|
364
|
+
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head,
|
|
365
|
+
.e-dropdownbase.e-bigger .e-list-group-item,
|
|
366
|
+
.e-dropdownbase.e-bigger .e-fixed-head {
|
|
367
|
+
line-height: 48px;
|
|
368
|
+
text-indent: 20px;
|
|
232
369
|
}
|
|
233
370
|
|
|
234
|
-
.e-dropdownbase .e-list-item
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
position: relative;
|
|
238
|
-
text-overflow: ellipsis;
|
|
239
|
-
vertical-align: middle;
|
|
240
|
-
white-space: nowrap;
|
|
241
|
-
width: 100%;
|
|
371
|
+
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
372
|
+
.e-dropdownbase.e-bigger .e-list-item .e-list-icon {
|
|
373
|
+
font-size: 20px;
|
|
242
374
|
}
|
|
243
375
|
|
|
244
|
-
.e-
|
|
245
|
-
|
|
246
|
-
vertical-align: middle;
|
|
376
|
+
.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
377
|
+
padding-left: 30px;
|
|
247
378
|
}
|
|
248
379
|
|
|
249
|
-
.e-dropdownbase .e-
|
|
250
|
-
|
|
251
|
-
top: 0;
|
|
380
|
+
.e-small.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
381
|
+
padding-left: 30px;
|
|
252
382
|
}
|
|
253
383
|
|
|
254
|
-
.e-dropdownbase.e-
|
|
255
|
-
|
|
256
|
-
|
|
384
|
+
.e-small.e-bigger.e-rtl .e-dropdownbase .e-list-item,
|
|
385
|
+
.e-small.e-bigger .e-rtl .e-dropdownbase .e-list-item,
|
|
386
|
+
.e-rtl .e-small.e-bigger .e-dropdownbase .e-list-item,
|
|
387
|
+
.e-small .e-rtl.e-bigger .e-dropdownbase .e-list-item,
|
|
388
|
+
.e-bigger .e-rtl.e-small .e-dropdownbase .e-list-item {
|
|
389
|
+
padding-left: 24px;
|
|
390
|
+
padding-right: 0;
|
|
257
391
|
}
|
|
258
|
-
|
|
259
|
-
.e-popup.e-ddl .e-dropdownbase.e-nodata,
|
|
260
|
-
.e-popup.e-mention .e-dropdownbase.e-nodata {
|
|
261
|
-
color: #212529;
|
|
262
|
-
cursor: default;
|
|
263
|
-
font-family: inherit;
|
|
392
|
+
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head {
|
|
264
393
|
font-size: 14px;
|
|
265
|
-
padding:
|
|
266
|
-
text-align: center;
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
.e-mention.e-popup {
|
|
270
|
-
background: #fff;
|
|
271
|
-
border: 0;
|
|
272
|
-
-webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
|
|
273
|
-
box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
|
|
274
|
-
margin-top: 2px;
|
|
275
|
-
position: absolute;
|
|
394
|
+
padding-left: 20px;
|
|
276
395
|
}
|
|
277
396
|
|
|
278
|
-
.e-
|
|
279
|
-
|
|
397
|
+
.e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
398
|
+
.e-dropdownbase.e-bigger.e-small .e-list-group-item,
|
|
399
|
+
.e-dropdownbase.e-bigger.e-small .e-fixed-head {
|
|
400
|
+
font-size: 14px;
|
|
280
401
|
}
|
|
281
402
|
|
|
282
|
-
.e-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
403
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item,
|
|
404
|
+
.e-dropdownbase.e-small.e-bigger .e-list-item {
|
|
405
|
+
color: #212529;
|
|
406
|
+
line-height: 34px;
|
|
407
|
+
min-height: 34px;
|
|
408
|
+
text-indent: 16px;
|
|
286
409
|
}
|
|
287
410
|
|
|
288
|
-
.e-
|
|
289
|
-
.e-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
cursor: default;
|
|
411
|
+
.e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
412
|
+
.e-dropdownbase.e-small.e-bigger .e-list-group-item,
|
|
413
|
+
.e-dropdownbase.e-small.e-bigger .e-fixed-head {
|
|
414
|
+
line-height: 34px;
|
|
415
|
+
min-height: 34px;
|
|
416
|
+
padding-left: 20px;
|
|
295
417
|
}
|
|
296
418
|
|
|
297
|
-
.e-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
min-height: 120px;
|
|
301
|
-
width: 100%;
|
|
419
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon,
|
|
420
|
+
.e-dropdownbase.e-small.e-bigger .e-list-item .e-list-icon {
|
|
421
|
+
font-size: 18px;
|
|
302
422
|
}
|
|
303
423
|
|
|
304
|
-
.e-
|
|
305
|
-
|
|
424
|
+
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
425
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
426
|
+
padding: 0 12px 0 0;
|
|
306
427
|
}
|
|
307
428
|
|
|
308
|
-
.e-
|
|
309
|
-
|
|
310
|
-
}
|
|
311
|
-
|
|
312
|
-
.e-dropdownbase.e-dd-group .e-list-item {
|
|
313
|
-
padding-left: 30px;
|
|
314
|
-
text-indent: 0;
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
.e-small .e-dropdownbase.e-dd-group .e-list-item {
|
|
318
|
-
padding-left: 30px;
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
322
|
-
text-indent: 0;
|
|
323
|
-
}
|
|
324
|
-
|
|
325
|
-
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
326
|
-
cursor: pointer;
|
|
327
|
-
font-weight: normal;
|
|
328
|
-
overflow: hidden;
|
|
329
|
-
position: relative;
|
|
330
|
-
text-overflow: ellipsis;
|
|
331
|
-
vertical-align: middle;
|
|
332
|
-
white-space: nowrap;
|
|
333
|
-
width: 100%;
|
|
334
|
-
}
|
|
335
|
-
|
|
336
|
-
.e-rtl.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-item {
|
|
337
|
-
padding-right: 30px;
|
|
338
|
-
}
|
|
339
|
-
|
|
340
|
-
.e-dropdownbase .e-list-item .e-list-icon {
|
|
341
|
-
padding: 0 8px 0 0;
|
|
342
|
-
}
|
|
343
|
-
|
|
344
|
-
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
345
|
-
padding: 0 8px 0 0;
|
|
346
|
-
}
|
|
347
|
-
|
|
348
|
-
.e-input-group.e-ddl .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle,
|
|
349
|
-
.e-ddl.e-popup .e-filter-parent .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle,
|
|
350
|
-
.e-ddl.e-popup .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle {
|
|
351
|
-
stroke-width: 1px;
|
|
352
|
-
}
|
|
353
|
-
|
|
354
|
-
.e-bigger .e-dropdownbase,
|
|
355
|
-
.e-dropdownbase.e-bigger {
|
|
356
|
-
min-height: 45px;
|
|
357
|
-
}
|
|
358
|
-
.e-bigger .e-dropdownbase .e-list-item,
|
|
359
|
-
.e-dropdownbase.e-bigger .e-list-item {
|
|
360
|
-
line-height: 48px;
|
|
361
|
-
text-indent: 20px;
|
|
362
|
-
}
|
|
363
|
-
|
|
364
|
-
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head,
|
|
365
|
-
.e-dropdownbase.e-bigger .e-list-group-item,
|
|
366
|
-
.e-dropdownbase.e-bigger .e-fixed-head {
|
|
367
|
-
line-height: 48px;
|
|
368
|
-
text-indent: 20px;
|
|
369
|
-
}
|
|
370
|
-
|
|
371
|
-
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
372
|
-
.e-dropdownbase.e-bigger .e-list-item .e-list-icon {
|
|
373
|
-
font-size: 20px;
|
|
374
|
-
}
|
|
375
|
-
|
|
376
|
-
.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
377
|
-
padding-left: 30px;
|
|
378
|
-
}
|
|
379
|
-
|
|
380
|
-
.e-small.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
381
|
-
padding-left: 30px;
|
|
382
|
-
}
|
|
383
|
-
|
|
384
|
-
.e-small.e-bigger.e-rtl .e-dropdownbase .e-list-item,
|
|
385
|
-
.e-small.e-bigger .e-rtl .e-dropdownbase .e-list-item,
|
|
386
|
-
.e-rtl .e-small.e-bigger .e-dropdownbase .e-list-item,
|
|
387
|
-
.e-small .e-rtl.e-bigger .e-dropdownbase .e-list-item,
|
|
388
|
-
.e-bigger .e-rtl.e-small .e-dropdownbase .e-list-item {
|
|
389
|
-
padding-left: 24px;
|
|
390
|
-
padding-right: 0;
|
|
391
|
-
}
|
|
392
|
-
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head {
|
|
393
|
-
font-size: 14px;
|
|
394
|
-
padding-left: 20px;
|
|
395
|
-
}
|
|
396
|
-
|
|
397
|
-
.e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
398
|
-
.e-dropdownbase.e-bigger.e-small .e-list-group-item,
|
|
399
|
-
.e-dropdownbase.e-bigger.e-small .e-fixed-head {
|
|
400
|
-
font-size: 14px;
|
|
401
|
-
}
|
|
402
|
-
|
|
403
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item,
|
|
404
|
-
.e-dropdownbase.e-small.e-bigger .e-list-item {
|
|
405
|
-
color: #212529;
|
|
406
|
-
line-height: 34px;
|
|
407
|
-
min-height: 34px;
|
|
408
|
-
text-indent: 16px;
|
|
409
|
-
}
|
|
410
|
-
|
|
411
|
-
.e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
412
|
-
.e-dropdownbase.e-small.e-bigger .e-list-group-item,
|
|
413
|
-
.e-dropdownbase.e-small.e-bigger .e-fixed-head {
|
|
414
|
-
line-height: 34px;
|
|
415
|
-
min-height: 34px;
|
|
416
|
-
padding-left: 20px;
|
|
417
|
-
}
|
|
418
|
-
|
|
419
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon,
|
|
420
|
-
.e-dropdownbase.e-small.e-bigger .e-list-item .e-list-icon {
|
|
421
|
-
font-size: 18px;
|
|
422
|
-
}
|
|
423
|
-
|
|
424
|
-
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
425
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
426
|
-
padding: 0 12px 0 0;
|
|
427
|
-
}
|
|
428
|
-
|
|
429
|
-
.e-bigger .e-dropdownbase .e-list-item .e-list-icon {
|
|
430
|
-
font-size: 16px;
|
|
429
|
+
.e-bigger .e-dropdownbase .e-list-item .e-list-icon {
|
|
430
|
+
font-size: 16px;
|
|
431
431
|
}
|
|
432
432
|
|
|
433
433
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -680,117 +680,6 @@
|
|
|
680
680
|
font-size: 10px;
|
|
681
681
|
}
|
|
682
682
|
|
|
683
|
-
.e-popup {
|
|
684
|
-
border-color: rgba(0, 0, 0, 0.15);
|
|
685
|
-
}
|
|
686
|
-
|
|
687
|
-
.e-float-input.e-input-group.e-ddl.e-control.e-icon-anim > .e-float-text,
|
|
688
|
-
.e-float-input.e-input-focus.e-input-group.e-ddl.e-control.e-keyboard > .e-float-text {
|
|
689
|
-
color: #fff;
|
|
690
|
-
}
|
|
691
|
-
|
|
692
|
-
.e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
|
|
693
|
-
border-color: transparent;
|
|
694
|
-
background: none;
|
|
695
|
-
}
|
|
696
|
-
|
|
697
|
-
.e-popup.e-ddl {
|
|
698
|
-
border-radius: 4px;
|
|
699
|
-
-webkit-box-shadow: none;
|
|
700
|
-
box-shadow: none;
|
|
701
|
-
margin-top: 3px;
|
|
702
|
-
}
|
|
703
|
-
|
|
704
|
-
.e-popup.e-ddl .e-input-group {
|
|
705
|
-
width: auto;
|
|
706
|
-
}
|
|
707
|
-
|
|
708
|
-
.e-popup.e-ddl .e-input-group input {
|
|
709
|
-
line-height: 15px;
|
|
710
|
-
}
|
|
711
|
-
|
|
712
|
-
.e-popup.e-ddl .e-dropdownbase {
|
|
713
|
-
min-height: 26px;
|
|
714
|
-
}
|
|
715
|
-
|
|
716
|
-
.e-popup.e-ddl .e-filter-parent .e-input-group {
|
|
717
|
-
display: -webkit-box;
|
|
718
|
-
display: -ms-flexbox;
|
|
719
|
-
display: flex;
|
|
720
|
-
width: auto;
|
|
721
|
-
}
|
|
722
|
-
|
|
723
|
-
.e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
|
|
724
|
-
border: 0;
|
|
725
|
-
}
|
|
726
|
-
|
|
727
|
-
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
|
|
728
|
-
.e-float-input.e-control-wrapper.e-ddl input[readonly] {
|
|
729
|
-
background: transparent;
|
|
730
|
-
}
|
|
731
|
-
|
|
732
|
-
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
733
|
-
.e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
|
|
734
|
-
background: #e9ecef;
|
|
735
|
-
}
|
|
736
|
-
|
|
737
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
738
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
739
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
|
|
740
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
|
|
741
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
|
|
742
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
|
|
743
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
744
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
|
|
745
|
-
background: transparent;
|
|
746
|
-
color: #495057;
|
|
747
|
-
}
|
|
748
|
-
|
|
749
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
750
|
-
.e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
|
|
751
|
-
.e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
|
|
752
|
-
.e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
|
|
753
|
-
border: 0;
|
|
754
|
-
}
|
|
755
|
-
|
|
756
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
|
|
757
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
|
|
758
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
759
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
|
|
760
|
-
-webkit-box-shadow: none;
|
|
761
|
-
box-shadow: none;
|
|
762
|
-
}
|
|
763
|
-
|
|
764
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon {
|
|
765
|
-
background: transparent;
|
|
766
|
-
display: -webkit-box;
|
|
767
|
-
display: -ms-flexbox;
|
|
768
|
-
display: flex;
|
|
769
|
-
position: relative;
|
|
770
|
-
}
|
|
771
|
-
|
|
772
|
-
.e-ddl.e-popup .e-filter-parent .e-input-group,
|
|
773
|
-
.e-ddl.e-popup .e-filter-parent {
|
|
774
|
-
background: rgba(0, 0, 0, 0.03);
|
|
775
|
-
}
|
|
776
|
-
|
|
777
|
-
.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
778
|
-
font-size: 12px;
|
|
779
|
-
}
|
|
780
|
-
|
|
781
|
-
.e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
782
|
-
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
783
|
-
.e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
784
|
-
.e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
|
|
785
|
-
background: transparent;
|
|
786
|
-
color: #495057;
|
|
787
|
-
}
|
|
788
|
-
|
|
789
|
-
.e-small .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
790
|
-
.e-small.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
791
|
-
font-size: 10px;
|
|
792
|
-
}
|
|
793
|
-
|
|
794
683
|
.e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
|
|
795
684
|
width: 100%;
|
|
796
685
|
border: 0 solid;
|
|
@@ -1120,21 +1009,132 @@ ejs-dropdownlist {
|
|
|
1120
1009
|
font-size: 10px;
|
|
1121
1010
|
}
|
|
1122
1011
|
|
|
1123
|
-
.e-
|
|
1124
|
-
|
|
1012
|
+
.e-popup {
|
|
1013
|
+
border-color: rgba(0, 0, 0, 0.15);
|
|
1125
1014
|
}
|
|
1126
1015
|
|
|
1127
|
-
.e-
|
|
1128
|
-
|
|
1016
|
+
.e-float-input.e-input-group.e-ddl.e-control.e-icon-anim > .e-float-text,
|
|
1017
|
+
.e-float-input.e-input-focus.e-input-group.e-ddl.e-control.e-keyboard > .e-float-text {
|
|
1018
|
+
color: #fff;
|
|
1129
1019
|
}
|
|
1130
|
-
|
|
1131
|
-
|
|
1020
|
+
|
|
1021
|
+
.e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
|
|
1022
|
+
border-color: transparent;
|
|
1023
|
+
background: none;
|
|
1132
1024
|
}
|
|
1133
|
-
|
|
1134
|
-
|
|
1025
|
+
|
|
1026
|
+
.e-popup.e-ddl {
|
|
1027
|
+
border-radius: 4px;
|
|
1028
|
+
-webkit-box-shadow: none;
|
|
1029
|
+
box-shadow: none;
|
|
1030
|
+
margin-top: 3px;
|
|
1135
1031
|
}
|
|
1136
|
-
|
|
1137
|
-
|
|
1032
|
+
|
|
1033
|
+
.e-popup.e-ddl .e-input-group {
|
|
1034
|
+
width: auto;
|
|
1035
|
+
}
|
|
1036
|
+
|
|
1037
|
+
.e-popup.e-ddl .e-input-group input {
|
|
1038
|
+
line-height: 15px;
|
|
1039
|
+
}
|
|
1040
|
+
|
|
1041
|
+
.e-popup.e-ddl .e-dropdownbase {
|
|
1042
|
+
min-height: 26px;
|
|
1043
|
+
}
|
|
1044
|
+
|
|
1045
|
+
.e-popup.e-ddl .e-filter-parent .e-input-group {
|
|
1046
|
+
display: -webkit-box;
|
|
1047
|
+
display: -ms-flexbox;
|
|
1048
|
+
display: flex;
|
|
1049
|
+
width: auto;
|
|
1050
|
+
}
|
|
1051
|
+
|
|
1052
|
+
.e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
|
|
1053
|
+
border: 0;
|
|
1054
|
+
}
|
|
1055
|
+
|
|
1056
|
+
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
|
|
1057
|
+
.e-float-input.e-control-wrapper.e-ddl input[readonly] {
|
|
1058
|
+
background: transparent;
|
|
1059
|
+
}
|
|
1060
|
+
|
|
1061
|
+
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
1062
|
+
.e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
|
|
1063
|
+
background: #e9ecef;
|
|
1064
|
+
}
|
|
1065
|
+
|
|
1066
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
1067
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
1068
|
+
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
|
|
1069
|
+
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
|
|
1070
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
|
|
1071
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
|
|
1072
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
1073
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
|
|
1074
|
+
background: transparent;
|
|
1075
|
+
color: #495057;
|
|
1076
|
+
}
|
|
1077
|
+
|
|
1078
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
1079
|
+
.e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
|
|
1080
|
+
.e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
|
|
1081
|
+
.e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
|
|
1082
|
+
border: 0;
|
|
1083
|
+
}
|
|
1084
|
+
|
|
1085
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
|
|
1086
|
+
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
|
|
1087
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
1088
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
|
|
1089
|
+
-webkit-box-shadow: none;
|
|
1090
|
+
box-shadow: none;
|
|
1091
|
+
}
|
|
1092
|
+
|
|
1093
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon {
|
|
1094
|
+
background: transparent;
|
|
1095
|
+
display: -webkit-box;
|
|
1096
|
+
display: -ms-flexbox;
|
|
1097
|
+
display: flex;
|
|
1098
|
+
position: relative;
|
|
1099
|
+
}
|
|
1100
|
+
|
|
1101
|
+
.e-ddl.e-popup .e-filter-parent .e-input-group,
|
|
1102
|
+
.e-ddl.e-popup .e-filter-parent {
|
|
1103
|
+
background: rgba(0, 0, 0, 0.03);
|
|
1104
|
+
}
|
|
1105
|
+
|
|
1106
|
+
.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
1107
|
+
font-size: 12px;
|
|
1108
|
+
}
|
|
1109
|
+
|
|
1110
|
+
.e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
1111
|
+
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
1112
|
+
.e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
1113
|
+
.e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
|
|
1114
|
+
background: transparent;
|
|
1115
|
+
color: #495057;
|
|
1116
|
+
}
|
|
1117
|
+
|
|
1118
|
+
.e-small .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
1119
|
+
.e-small.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
1120
|
+
font-size: 10px;
|
|
1121
|
+
}
|
|
1122
|
+
|
|
1123
|
+
.e-bigger .e-input-group.e-ddl .e-input-filter, .e-bigger .e-input-group.e-ddl .e-input-filter:focus {
|
|
1124
|
+
margin-left: -20px;
|
|
1125
|
+
}
|
|
1126
|
+
|
|
1127
|
+
.e-bigger .e-ddl.e-popup .e-list-item {
|
|
1128
|
+
font-size: 16px;
|
|
1129
|
+
}
|
|
1130
|
+
.e-bigger .e-ddl.e-popup .e-list-group-item {
|
|
1131
|
+
font-size: 16px;
|
|
1132
|
+
}
|
|
1133
|
+
.e-bigger.e-ddl.e-popup .e-list-item {
|
|
1134
|
+
font-size: 16px;
|
|
1135
|
+
}
|
|
1136
|
+
.e-bigger.e-ddl.e-popup .e-list-group-item {
|
|
1137
|
+
font-size: 16px;
|
|
1138
1138
|
}
|
|
1139
1139
|
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
1140
1140
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
@@ -1245,45 +1245,6 @@ ejs-dropdownlist {
|
|
|
1245
1245
|
content: "\e745";
|
|
1246
1246
|
}
|
|
1247
1247
|
|
|
1248
|
-
/* stylelint-disable */
|
|
1249
|
-
.e-ddt .e-chips {
|
|
1250
|
-
background-color: #6c757d;
|
|
1251
|
-
}
|
|
1252
|
-
.e-ddt .e-chips .e-chips-close::before {
|
|
1253
|
-
color: #fff;
|
|
1254
|
-
}
|
|
1255
|
-
.e-ddt .e-chips > .e-chipcontent {
|
|
1256
|
-
color: #fff;
|
|
1257
|
-
}
|
|
1258
|
-
.e-ddt .e-overflow {
|
|
1259
|
-
color: #6c757d;
|
|
1260
|
-
}
|
|
1261
|
-
.e-ddt .e-overflow .e-remain {
|
|
1262
|
-
color: #6c757d;
|
|
1263
|
-
}
|
|
1264
|
-
.e-ddt.e-input-group.e-control-wrapper .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper .e-clear-icon {
|
|
1265
|
-
background-color: #fff;
|
|
1266
|
-
}
|
|
1267
|
-
.e-ddt.e-input-group.e-control-wrapper .e-input[readonly], .e-ddt.e-float-input.e-control-wrapper input[readonly] {
|
|
1268
|
-
background: #fff;
|
|
1269
|
-
}
|
|
1270
|
-
.e-ddt.e-popup {
|
|
1271
|
-
background: #fff;
|
|
1272
|
-
border-color: rgba(0, 0, 0, 0.15);
|
|
1273
|
-
}
|
|
1274
|
-
.e-ddt.e-popup .e-popup-content.e-no-data {
|
|
1275
|
-
color: #212529;
|
|
1276
|
-
}
|
|
1277
|
-
.e-ddt.e-popup .e-selectall-parent {
|
|
1278
|
-
border-bottom-color: rgba(0, 0, 0, 0.15);
|
|
1279
|
-
}
|
|
1280
|
-
.e-ddt.e-popup .e-selectall-parent:focus {
|
|
1281
|
-
background: rgb(242.05, 243.9, 245.75);
|
|
1282
|
-
}
|
|
1283
|
-
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
1284
|
-
color: #212529;
|
|
1285
|
-
}
|
|
1286
|
-
|
|
1287
1248
|
/* stylelint-disable */
|
|
1288
1249
|
.e-ddt {
|
|
1289
1250
|
cursor: pointer;
|
|
@@ -1598,6 +1559,45 @@ ejs-dropdownlist {
|
|
|
1598
1559
|
display: none;
|
|
1599
1560
|
}
|
|
1600
1561
|
|
|
1562
|
+
/* stylelint-disable */
|
|
1563
|
+
.e-ddt .e-chips {
|
|
1564
|
+
background-color: #6c757d;
|
|
1565
|
+
}
|
|
1566
|
+
.e-ddt .e-chips .e-chips-close::before {
|
|
1567
|
+
color: #fff;
|
|
1568
|
+
}
|
|
1569
|
+
.e-ddt .e-chips > .e-chipcontent {
|
|
1570
|
+
color: #fff;
|
|
1571
|
+
}
|
|
1572
|
+
.e-ddt .e-overflow {
|
|
1573
|
+
color: #6c757d;
|
|
1574
|
+
}
|
|
1575
|
+
.e-ddt .e-overflow .e-remain {
|
|
1576
|
+
color: #6c757d;
|
|
1577
|
+
}
|
|
1578
|
+
.e-ddt.e-input-group.e-control-wrapper .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper .e-clear-icon {
|
|
1579
|
+
background-color: #fff;
|
|
1580
|
+
}
|
|
1581
|
+
.e-ddt.e-input-group.e-control-wrapper .e-input[readonly], .e-ddt.e-float-input.e-control-wrapper input[readonly] {
|
|
1582
|
+
background: #fff;
|
|
1583
|
+
}
|
|
1584
|
+
.e-ddt.e-popup {
|
|
1585
|
+
background: #fff;
|
|
1586
|
+
border-color: rgba(0, 0, 0, 0.15);
|
|
1587
|
+
}
|
|
1588
|
+
.e-ddt.e-popup .e-popup-content.e-no-data {
|
|
1589
|
+
color: #212529;
|
|
1590
|
+
}
|
|
1591
|
+
.e-ddt.e-popup .e-selectall-parent {
|
|
1592
|
+
border-bottom-color: rgba(0, 0, 0, 0.15);
|
|
1593
|
+
}
|
|
1594
|
+
.e-ddt.e-popup .e-selectall-parent:focus {
|
|
1595
|
+
background: rgb(242.05, 243.9, 245.75);
|
|
1596
|
+
}
|
|
1597
|
+
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
1598
|
+
color: #212529;
|
|
1599
|
+
}
|
|
1600
|
+
|
|
1601
1601
|
/* stylelint-disable */
|
|
1602
1602
|
.e-bigger .e-ddt .e-chips,
|
|
1603
1603
|
.e-ddt.e-bigger .e-chips {
|
|
@@ -1797,6 +1797,20 @@ ejs-dropdownlist {
|
|
|
1797
1797
|
content: "\e7cf";
|
|
1798
1798
|
}
|
|
1799
1799
|
|
|
1800
|
+
.e-dropdownbase .e-list-item .e-list-icon {
|
|
1801
|
+
padding: 0 8px 0 0;
|
|
1802
|
+
}
|
|
1803
|
+
|
|
1804
|
+
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
1805
|
+
padding: 0 8px 0 0;
|
|
1806
|
+
}
|
|
1807
|
+
|
|
1808
|
+
.e-input-group.e-ddl .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle,
|
|
1809
|
+
.e-ddl.e-popup .e-filter-parent .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle,
|
|
1810
|
+
.e-ddl.e-popup .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle {
|
|
1811
|
+
stroke-width: 1px;
|
|
1812
|
+
}
|
|
1813
|
+
|
|
1800
1814
|
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
|
|
1801
1815
|
line-height: 30px;
|
|
1802
1816
|
top: 0;
|
|
@@ -1844,1053 +1858,1039 @@ ejs-dropdownlist {
|
|
|
1844
1858
|
top: 7px;
|
|
1845
1859
|
}
|
|
1846
1860
|
|
|
1847
|
-
.e-multi-select-wrapper
|
|
1848
|
-
|
|
1861
|
+
.e-multi-select-wrapper {
|
|
1862
|
+
-webkit-box-sizing: border-box;
|
|
1863
|
+
box-sizing: border-box;
|
|
1864
|
+
cursor: text;
|
|
1865
|
+
line-height: normal;
|
|
1866
|
+
min-height: 29px;
|
|
1867
|
+
padding: 0 32px 0 2px;
|
|
1868
|
+
position: relative;
|
|
1869
|
+
-webkit-user-select: none;
|
|
1870
|
+
-moz-user-select: none;
|
|
1871
|
+
-ms-user-select: none;
|
|
1872
|
+
user-select: none;
|
|
1873
|
+
width: 100%;
|
|
1849
1874
|
}
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1875
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher, .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
1876
|
+
height: 27px;
|
|
1877
|
+
vertical-align: middle;
|
|
1853
1878
|
}
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1879
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase, .e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
|
|
1880
|
+
height: 100%;
|
|
1881
|
+
min-height: 100%;
|
|
1857
1882
|
}
|
|
1858
|
-
|
|
1859
|
-
|
|
1883
|
+
.e-multi-select-wrapper .e-delim-view {
|
|
1884
|
+
white-space: nowrap;
|
|
1885
|
+
}
|
|
1886
|
+
.e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-overflow, .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-total {
|
|
1860
1887
|
-webkit-box-sizing: border-box;
|
|
1861
1888
|
box-sizing: border-box;
|
|
1889
|
+
display: inline-block;
|
|
1890
|
+
overflow: hidden;
|
|
1891
|
+
text-overflow: ellipsis;
|
|
1862
1892
|
}
|
|
1863
|
-
|
|
1864
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1865
|
-
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1866
|
-
-webkit-text-fill-color: #fff;
|
|
1893
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
|
|
1867
1894
|
color: #fff;
|
|
1868
|
-
font-
|
|
1869
|
-
|
|
1895
|
+
font-size: 8px;
|
|
1896
|
+
left: 17px;
|
|
1897
|
+
top: 8px;
|
|
1870
1898
|
}
|
|
1871
|
-
|
|
1872
|
-
|
|
1899
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
|
|
1900
|
+
background-color: #6c757d;
|
|
1873
1901
|
color: #fff;
|
|
1902
|
+
padding: 13px 0 13px 0;
|
|
1874
1903
|
}
|
|
1875
|
-
|
|
1876
|
-
.e-multi-select-wrapper .e-
|
|
1877
|
-
|
|
1904
|
+
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box),
|
|
1905
|
+
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
|
|
1906
|
+
width: 0;
|
|
1878
1907
|
}
|
|
1879
|
-
|
|
1880
|
-
.e-multi-select-wrapper .e-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
height: 24px;
|
|
1908
|
+
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type=text],
|
|
1909
|
+
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type=text] {
|
|
1910
|
+
height: 1px;
|
|
1911
|
+
min-height: 1px;
|
|
1884
1912
|
}
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
|
|
1913
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip > .e-chipcontent {
|
|
1914
|
+
max-width: 100%;
|
|
1888
1915
|
}
|
|
1889
1916
|
|
|
1890
|
-
.e-
|
|
1891
|
-
|
|
1917
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher,
|
|
1918
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher {
|
|
1919
|
+
display: -webkit-box;
|
|
1920
|
+
display: -ms-flexbox;
|
|
1921
|
+
display: flex;
|
|
1922
|
+
float: left;
|
|
1923
|
+
width: auto;
|
|
1892
1924
|
}
|
|
1893
|
-
|
|
1894
|
-
.e-multi-select-wrapper
|
|
1895
|
-
-webkit-
|
|
1896
|
-
|
|
1897
|
-
|
|
1925
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
|
|
1926
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
1927
|
+
display: -webkit-inline-box;
|
|
1928
|
+
display: -ms-inline-flexbox;
|
|
1929
|
+
display: inline-flex;
|
|
1930
|
+
float: none;
|
|
1898
1931
|
}
|
|
1899
|
-
|
|
1900
|
-
.e-multi-select-wrapper .e-
|
|
1901
|
-
|
|
1902
|
-
border-radius: 4px;
|
|
1903
|
-
color: #fff;
|
|
1904
|
-
height: 46px;
|
|
1905
|
-
line-height: 46px;
|
|
1932
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box),
|
|
1933
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
|
|
1934
|
+
width: 0;
|
|
1906
1935
|
}
|
|
1907
|
-
|
|
1908
|
-
.e-multi-select-wrapper .e-
|
|
1909
|
-
|
|
1936
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values.e-delim-hide,
|
|
1937
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
|
|
1938
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-chips-collection.e-delim-hide,
|
|
1939
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values.e-delim-hide,
|
|
1940
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
|
|
1941
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-chips-collection.e-delim-hide {
|
|
1942
|
+
display: none;
|
|
1910
1943
|
}
|
|
1911
|
-
|
|
1912
|
-
.e-
|
|
1913
|
-
|
|
1944
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon,
|
|
1945
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-down-icon {
|
|
1946
|
+
padding: 0 48px 0 0;
|
|
1914
1947
|
}
|
|
1915
|
-
|
|
1916
|
-
.e-
|
|
1917
|
-
-webkit-box-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1948
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values,
|
|
1949
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values {
|
|
1950
|
+
-webkit-box-align: center;
|
|
1951
|
+
-ms-flex-align: center;
|
|
1952
|
+
align-items: center;
|
|
1953
|
+
display: inline;
|
|
1954
|
+
max-width: 100%;
|
|
1955
|
+
word-break: break-word;
|
|
1922
1956
|
}
|
|
1923
|
-
|
|
1924
|
-
.e-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1957
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
1958
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
1959
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon,
|
|
1960
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1961
|
+
-webkit-box-align: center;
|
|
1962
|
+
-ms-flex-align: center;
|
|
1963
|
+
align-items: center;
|
|
1964
|
+
cursor: pointer;
|
|
1965
|
+
display: none;
|
|
1966
|
+
-webkit-box-orient: horizontal;
|
|
1967
|
+
-webkit-box-direction: normal;
|
|
1968
|
+
-ms-flex-direction: row;
|
|
1969
|
+
flex-direction: row;
|
|
1970
|
+
margin-top: -2.9em;
|
|
1971
|
+
outline: 0;
|
|
1972
|
+
padding: 0;
|
|
1973
|
+
position: absolute;
|
|
1974
|
+
right: 0;
|
|
1975
|
+
top: 100%;
|
|
1929
1976
|
}
|
|
1930
|
-
|
|
1931
|
-
.e-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1977
|
+
.e-multiselect.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
1978
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
1979
|
+
.e-multiselect.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
1980
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1981
|
+
display: -webkit-box;
|
|
1982
|
+
display: -ms-flexbox;
|
|
1983
|
+
display: flex;
|
|
1935
1984
|
}
|
|
1936
|
-
|
|
1937
|
-
.e-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1985
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
1986
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1987
|
+
margin-right: 0;
|
|
1988
|
+
margin-top: -2.05em;
|
|
1989
|
+
right: 0;
|
|
1941
1990
|
}
|
|
1942
|
-
|
|
1943
|
-
.e-
|
|
1944
|
-
|
|
1991
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter,
|
|
1992
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter {
|
|
1993
|
+
top: -1px;
|
|
1945
1994
|
}
|
|
1946
|
-
|
|
1947
|
-
.e-
|
|
1948
|
-
|
|
1995
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
1996
|
+
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon {
|
|
1997
|
+
font-size: 10px;
|
|
1998
|
+
height: 29px;
|
|
1999
|
+
width: 29px;
|
|
1949
2000
|
}
|
|
1950
2001
|
|
|
1951
|
-
.e-
|
|
1952
|
-
|
|
2002
|
+
.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-multi-searcher,
|
|
2003
|
+
.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-multi-searcher {
|
|
2004
|
+
float: right;
|
|
2005
|
+
}
|
|
2006
|
+
.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
|
|
2007
|
+
.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
2008
|
+
float: none;
|
|
2009
|
+
}
|
|
2010
|
+
.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-clear-icon,
|
|
2011
|
+
.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-ddl-icon,
|
|
2012
|
+
.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-clear-icon,
|
|
2013
|
+
.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-ddl-icon {
|
|
2014
|
+
left: 0;
|
|
2015
|
+
right: auto;
|
|
2016
|
+
}
|
|
2017
|
+
.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon,
|
|
2018
|
+
.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper.e-down-icon {
|
|
2019
|
+
padding: 0 0 0 48px;
|
|
1953
2020
|
}
|
|
1954
2021
|
|
|
1955
|
-
.e-popup.e-multi-select-list-wrapper
|
|
1956
|
-
|
|
2022
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item.e-disabled,
|
|
2023
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disabled {
|
|
2024
|
+
opacity: 0.7;
|
|
2025
|
+
pointer-events: none;
|
|
1957
2026
|
}
|
|
1958
2027
|
|
|
1959
|
-
.e-
|
|
1960
|
-
|
|
1961
|
-
|
|
2028
|
+
.e-multiselect.e-input-group,
|
|
2029
|
+
.e-multiselect.e-float-input {
|
|
2030
|
+
word-wrap: initial;
|
|
1962
2031
|
}
|
|
1963
2032
|
|
|
1964
|
-
.e-
|
|
1965
|
-
|
|
2033
|
+
.e-multiselect.e-input-group .e-searcher .e-label-top,
|
|
2034
|
+
.e-multiselect.e-input-group .e-multi-searcher .e-label-top {
|
|
2035
|
+
top: 15px;
|
|
1966
2036
|
}
|
|
1967
2037
|
|
|
1968
|
-
.e-
|
|
1969
|
-
|
|
2038
|
+
.e-multi-select-wrapper.e-close-icon-hide {
|
|
2039
|
+
padding-right: 0;
|
|
1970
2040
|
}
|
|
1971
2041
|
|
|
1972
|
-
.e-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
1976
|
-
color: #fff;
|
|
1977
|
-
border: 1px solid #6c757d;
|
|
2042
|
+
.e-multi-select-wrapper .e-chips-collection {
|
|
2043
|
+
cursor: default;
|
|
2044
|
+
display: block;
|
|
1978
2045
|
}
|
|
1979
2046
|
|
|
1980
|
-
.e-
|
|
1981
|
-
|
|
1982
|
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
1983
|
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
1984
|
-
color: #fff;
|
|
1985
|
-
border: 1px solid #6c757d;
|
|
2047
|
+
.e-multiselect.e-input-group.e-control-wrapper:not(.e-control-container) .e-multi-select-wrapper.e-down-icon .e-chips-collection {
|
|
2048
|
+
margin-right: 30px;
|
|
1986
2049
|
}
|
|
1987
2050
|
|
|
1988
|
-
.e-
|
|
1989
|
-
border:
|
|
2051
|
+
.e-multi-select-wrapper .e-multi-hidden {
|
|
2052
|
+
border: 0;
|
|
2053
|
+
height: 0;
|
|
2054
|
+
position: absolute;
|
|
2055
|
+
visibility: hidden;
|
|
2056
|
+
width: 0;
|
|
1990
2057
|
}
|
|
1991
2058
|
|
|
1992
|
-
.e-
|
|
1993
|
-
|
|
2059
|
+
.e-multi-select-wrapper .e-chips {
|
|
2060
|
+
-webkit-box-align: center;
|
|
2061
|
+
-ms-flex-align: center;
|
|
2062
|
+
align-items: center;
|
|
2063
|
+
display: -webkit-inline-box;
|
|
2064
|
+
display: -ms-inline-flexbox;
|
|
2065
|
+
display: inline-flex;
|
|
2066
|
+
float: left;
|
|
2067
|
+
margin: 2px 4px 2px 0;
|
|
2068
|
+
max-width: 100%;
|
|
2069
|
+
overflow: hidden;
|
|
2070
|
+
padding: 0;
|
|
2071
|
+
text-overflow: ellipsis;
|
|
2072
|
+
white-space: nowrap;
|
|
1994
2073
|
}
|
|
1995
2074
|
|
|
1996
|
-
.e-multi-select-wrapper
|
|
1997
|
-
|
|
2075
|
+
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2076
|
+
max-width: 100%;
|
|
2077
|
+
overflow: hidden;
|
|
2078
|
+
padding: 6px 8px 6px 8px;
|
|
2079
|
+
text-indent: 0;
|
|
2080
|
+
text-overflow: ellipsis;
|
|
2081
|
+
white-space: nowrap;
|
|
1998
2082
|
}
|
|
1999
2083
|
|
|
2000
|
-
.e-multi-select-wrapper
|
|
2001
|
-
|
|
2084
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher {
|
|
2085
|
+
display: inline-block;
|
|
2086
|
+
float: none;
|
|
2002
2087
|
}
|
|
2003
2088
|
|
|
2004
|
-
.e-multi-select-wrapper
|
|
2005
|
-
|
|
2089
|
+
.e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent {
|
|
2090
|
+
padding: 7px 12px 7px 12px;
|
|
2006
2091
|
}
|
|
2007
2092
|
|
|
2008
|
-
.e-multi-select-wrapper
|
|
2009
|
-
|
|
2093
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent {
|
|
2094
|
+
padding: 7px 12px 7px 12px;
|
|
2010
2095
|
}
|
|
2011
2096
|
|
|
2012
|
-
.e-
|
|
2013
|
-
|
|
2097
|
+
.e-multi-select-wrapper .e-chips-close {
|
|
2098
|
+
-ms-flex-item-align: center;
|
|
2099
|
+
align-self: center;
|
|
2100
|
+
display: -webkit-box;
|
|
2101
|
+
display: -ms-flexbox;
|
|
2102
|
+
display: flex;
|
|
2103
|
+
float: right;
|
|
2104
|
+
font-family: "e-icons";
|
|
2105
|
+
height: 24px;
|
|
2106
|
+
margin: 10px 10px 10px 0;
|
|
2107
|
+
width: auto;
|
|
2014
2108
|
}
|
|
2015
2109
|
|
|
2016
|
-
.e-multi-select-
|
|
2017
|
-
|
|
2110
|
+
.e-rtl .e-multi-select-wrapper .e-chips-close {
|
|
2111
|
+
margin: 8px 0 8px 20px;
|
|
2018
2112
|
}
|
|
2019
2113
|
|
|
2020
|
-
.e-
|
|
2021
|
-
|
|
2022
|
-
border-color: #fff;
|
|
2023
|
-
color: #007bff;
|
|
2024
|
-
}
|
|
2025
|
-
|
|
2026
|
-
.e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus .e-checkbox-wrapper .e-frame.e-check {
|
|
2027
|
-
background-color: #fff;
|
|
2028
|
-
border-color: #fff;
|
|
2029
|
-
color: #007bff;
|
|
2114
|
+
.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
|
|
2115
|
+
margin: 1px 0 0;
|
|
2030
2116
|
}
|
|
2031
2117
|
|
|
2032
|
-
.e-multi-select-wrapper .e-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2118
|
+
.e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
2119
|
+
cursor: default;
|
|
2120
|
+
font-size: 10px;
|
|
2121
|
+
height: 29px;
|
|
2122
|
+
margin-top: -2.9em;
|
|
2123
|
+
position: absolute;
|
|
2124
|
+
right: 0;
|
|
2125
|
+
width: auto;
|
|
2126
|
+
top: 100%;
|
|
2037
2127
|
}
|
|
2038
2128
|
|
|
2039
|
-
.e-
|
|
2040
|
-
|
|
2129
|
+
.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
2130
|
+
.e-small.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
2131
|
+
.e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
2132
|
+
right: 24px;
|
|
2041
2133
|
}
|
|
2042
2134
|
|
|
2043
|
-
.e-
|
|
2044
|
-
|
|
2135
|
+
.e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
2136
|
+
left: 24px;
|
|
2137
|
+
right: auto;
|
|
2045
2138
|
}
|
|
2046
2139
|
|
|
2047
|
-
.e-
|
|
2048
|
-
|
|
2140
|
+
.e-multi-select-wrapper input[type=text] {
|
|
2141
|
+
background: none;
|
|
2142
|
+
border: 0;
|
|
2143
|
+
font-family: inherit;
|
|
2144
|
+
font-size: 14px;
|
|
2145
|
+
font-weight: normal;
|
|
2146
|
+
height: 29px;
|
|
2147
|
+
min-height: 29px;
|
|
2148
|
+
outline: none;
|
|
2149
|
+
padding: 0 0 0 8px;
|
|
2150
|
+
text-indent: 0;
|
|
2049
2151
|
}
|
|
2050
2152
|
|
|
2051
|
-
.e-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2153
|
+
.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
|
|
2154
|
+
background: none;
|
|
2155
|
+
border: 0;
|
|
2156
|
+
color: inherit;
|
|
2157
|
+
font-family: inherit;
|
|
2158
|
+
font-size: 14px;
|
|
2159
|
+
font-weight: normal;
|
|
2160
|
+
height: 29px;
|
|
2161
|
+
min-height: 29px;
|
|
2162
|
+
outline: none;
|
|
2163
|
+
padding: 0;
|
|
2164
|
+
text-indent: 6px;
|
|
2055
2165
|
}
|
|
2056
2166
|
|
|
2057
|
-
.e-
|
|
2058
|
-
|
|
2167
|
+
.e-rtl.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
|
|
2168
|
+
padding: 5px;
|
|
2059
2169
|
}
|
|
2060
2170
|
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2171
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2172
|
+
.e-multi-select-wrapper input[type=text]::-ms-clear {
|
|
2173
|
+
display: none;
|
|
2064
2174
|
}
|
|
2065
2175
|
|
|
2066
|
-
.e-
|
|
2067
|
-
|
|
2176
|
+
.e-multi-select-wrapper .e-searcher {
|
|
2177
|
+
display: block;
|
|
2178
|
+
float: left;
|
|
2179
|
+
width: auto;
|
|
2068
2180
|
}
|
|
2069
2181
|
|
|
2070
|
-
.e-
|
|
2071
|
-
|
|
2182
|
+
.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
2183
|
+
width: calc(100% - 34px);
|
|
2072
2184
|
}
|
|
2073
2185
|
|
|
2074
|
-
.e-
|
|
2075
|
-
.e-
|
|
2076
|
-
|
|
2077
|
-
stroke-width: 1px;
|
|
2186
|
+
.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
2187
|
+
.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
2188
|
+
width: calc(100% - 34px);
|
|
2078
2189
|
}
|
|
2079
2190
|
|
|
2080
|
-
.e-multi-select-wrapper .e-
|
|
2081
|
-
|
|
2082
|
-
|
|
2191
|
+
.e-multi-select-wrapper .e-delim-values {
|
|
2192
|
+
font-family: inherit;
|
|
2193
|
+
font-size: 14px;
|
|
2194
|
+
line-height: 29px;
|
|
2195
|
+
max-width: 100%;
|
|
2196
|
+
padding-left: 6px;
|
|
2197
|
+
padding-right: 6px;
|
|
2198
|
+
vertical-align: middle;
|
|
2083
2199
|
}
|
|
2084
2200
|
|
|
2085
|
-
.e-
|
|
2086
|
-
|
|
2087
|
-
|
|
2201
|
+
.e-multi-select-list-wrapper .e-hide-listitem,
|
|
2202
|
+
.e-multi-select-list-wrapper .e-hide-group-header {
|
|
2203
|
+
display: none;
|
|
2088
2204
|
}
|
|
2089
2205
|
|
|
2090
|
-
.e-
|
|
2091
|
-
|
|
2206
|
+
.e-multi-select-wrapper .e-delim-values .e-remain {
|
|
2207
|
+
color: #6c757d;
|
|
2208
|
+
cursor: pointer;
|
|
2209
|
+
display: inline-block;
|
|
2210
|
+
font-size: 14px;
|
|
2211
|
+
padding-left: 8px;
|
|
2092
2212
|
}
|
|
2093
2213
|
|
|
2094
|
-
.e-
|
|
2095
|
-
.e-
|
|
2096
|
-
|
|
2214
|
+
.e-multiselect.e-disabled .e-multi-select-wrapper,
|
|
2215
|
+
.e-multiselect.e-disabled .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
2216
|
+
cursor: not-allowed;
|
|
2097
2217
|
}
|
|
2098
2218
|
|
|
2099
|
-
.e-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2219
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
|
|
2220
|
+
height: 46px;
|
|
2221
|
+
left: 0;
|
|
2222
|
+
margin: 0 0 0 0;
|
|
2223
|
+
margin-left: auto;
|
|
2224
|
+
position: relative;
|
|
2225
|
+
top: 0;
|
|
2226
|
+
width: 46px;
|
|
2103
2227
|
}
|
|
2104
2228
|
|
|
2105
|
-
.e-
|
|
2229
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
|
|
2230
|
+
-ms-flex-item-align: center;
|
|
2231
|
+
align-self: center;
|
|
2106
2232
|
-webkit-box-shadow: none;
|
|
2107
2233
|
box-shadow: none;
|
|
2234
|
+
display: -webkit-inline-box;
|
|
2235
|
+
display: -ms-inline-flexbox;
|
|
2236
|
+
display: inline-flex;
|
|
2237
|
+
padding: 0 0 0 20px;
|
|
2238
|
+
width: 92%;
|
|
2108
2239
|
}
|
|
2109
2240
|
|
|
2110
|
-
.e-
|
|
2111
|
-
|
|
2112
|
-
}
|
|
2113
|
-
|
|
2114
|
-
.e-small .e-multi-select-wrapper .e-chips {
|
|
2115
|
-
margin: 1px 4px 1px 0;
|
|
2241
|
+
.e-multi-select-wrapper .e-ddl-disable-icon::before {
|
|
2242
|
+
content: "";
|
|
2116
2243
|
}
|
|
2117
2244
|
|
|
2118
|
-
.e-multiselect.e-
|
|
2119
|
-
|
|
2120
|
-
background: transparent;
|
|
2245
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper.e-delimiter .e-searcher {
|
|
2246
|
+
float: none;
|
|
2121
2247
|
}
|
|
2122
2248
|
|
|
2123
|
-
.e-
|
|
2124
|
-
|
|
2249
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper.e-close-icon-hide {
|
|
2250
|
+
padding-left: 0;
|
|
2125
2251
|
}
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
-webkit-box-sizing: border-box;
|
|
2129
|
-
box-sizing: border-box;
|
|
2130
|
-
cursor: text;
|
|
2131
|
-
line-height: normal;
|
|
2132
|
-
min-height: 29px;
|
|
2133
|
-
padding: 0 32px 0 2px;
|
|
2134
|
-
position: relative;
|
|
2135
|
-
-webkit-user-select: none;
|
|
2136
|
-
-moz-user-select: none;
|
|
2137
|
-
-ms-user-select: none;
|
|
2138
|
-
user-select: none;
|
|
2139
|
-
width: 100%;
|
|
2252
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper {
|
|
2253
|
+
padding: 0 2px 0 32px;
|
|
2140
2254
|
}
|
|
2141
|
-
.e-multi-select-wrapper
|
|
2142
|
-
|
|
2143
|
-
vertical-align: middle;
|
|
2255
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
|
|
2256
|
+
left: -10px;
|
|
2144
2257
|
}
|
|
2145
|
-
.e-
|
|
2146
|
-
|
|
2147
|
-
|
|
2258
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
|
|
2259
|
+
margin: 0;
|
|
2260
|
+
margin-right: auto;
|
|
2148
2261
|
}
|
|
2149
|
-
.e-multi-select-wrapper .e-
|
|
2150
|
-
|
|
2262
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-searcher {
|
|
2263
|
+
float: right;
|
|
2151
2264
|
}
|
|
2152
|
-
.e-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
overflow: hidden;
|
|
2157
|
-
text-overflow: ellipsis;
|
|
2265
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips {
|
|
2266
|
+
float: right;
|
|
2267
|
+
margin: 2px 0 2px 4px;
|
|
2268
|
+
padding: 0 8px 0 0;
|
|
2158
2269
|
}
|
|
2159
|
-
.e-multi-select-wrapper .e-chips
|
|
2160
|
-
|
|
2161
|
-
font-size: 8px;
|
|
2162
|
-
left: 17px;
|
|
2163
|
-
top: 8px;
|
|
2270
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chipcontent {
|
|
2271
|
+
padding: 6px 10px 6px 10px;
|
|
2164
2272
|
}
|
|
2165
|
-
.e-multi-select-wrapper .e-chips.e-
|
|
2166
|
-
|
|
2167
|
-
color: #fff;
|
|
2168
|
-
padding: 13px 0 13px 0;
|
|
2273
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close {
|
|
2274
|
+
float: left;
|
|
2169
2275
|
}
|
|
2170
|
-
.e-multi-select-wrapper .e-
|
|
2171
|
-
|
|
2172
|
-
width: 0;
|
|
2276
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
2277
|
+
left: -10px;
|
|
2173
2278
|
}
|
|
2174
|
-
.e-multi-select-wrapper .e-
|
|
2175
|
-
|
|
2176
|
-
height: 1px;
|
|
2177
|
-
min-height: 1px;
|
|
2279
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip {
|
|
2280
|
+
padding: 0 4px 0 8px;
|
|
2178
2281
|
}
|
|
2179
|
-
.e-multi-select-wrapper .e-chips.e-mob-chip
|
|
2180
|
-
|
|
2282
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip .e-chipcontent {
|
|
2283
|
+
padding: 8px 4px;
|
|
2181
2284
|
}
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher {
|
|
2185
|
-
display: -webkit-box;
|
|
2186
|
-
display: -ms-flexbox;
|
|
2187
|
-
display: flex;
|
|
2188
|
-
float: left;
|
|
2189
|
-
width: auto;
|
|
2285
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
|
|
2286
|
+
padding: 0 8px 0 4px;
|
|
2190
2287
|
}
|
|
2191
|
-
.e-multiselect.e-
|
|
2192
|
-
|
|
2193
|
-
display: -webkit-inline-box;
|
|
2194
|
-
display: -ms-inline-flexbox;
|
|
2195
|
-
display: inline-flex;
|
|
2196
|
-
float: none;
|
|
2288
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
|
|
2289
|
+
padding: 12px 4px;
|
|
2197
2290
|
}
|
|
2198
|
-
.e-multiselect.e-
|
|
2199
|
-
|
|
2200
|
-
|
|
2291
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
2292
|
+
left: 24px;
|
|
2293
|
+
position: absolute;
|
|
2294
|
+
right: auto;
|
|
2201
2295
|
}
|
|
2202
|
-
.e-multiselect.e-
|
|
2203
|
-
|
|
2204
|
-
.e-multiselect.e-control-container .e-multi-select-wrapper .e-chips-collection.e-delim-hide,
|
|
2205
|
-
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values.e-delim-hide,
|
|
2206
|
-
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
|
|
2207
|
-
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-chips-collection.e-delim-hide {
|
|
2208
|
-
display: none;
|
|
2209
|
-
}
|
|
2210
|
-
.e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon,
|
|
2211
|
-
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-down-icon {
|
|
2212
|
-
padding: 0 48px 0 0;
|
|
2296
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-close-hooker::before {
|
|
2297
|
+
left: -15px;
|
|
2213
2298
|
}
|
|
2214
|
-
.e-multiselect.e-
|
|
2215
|
-
|
|
2216
|
-
-webkit-box-align: center;
|
|
2217
|
-
-ms-flex-align: center;
|
|
2218
|
-
align-items: center;
|
|
2219
|
-
display: inline;
|
|
2220
|
-
max-width: 100%;
|
|
2221
|
-
word-break: break-word;
|
|
2299
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-delim-values .e-remain {
|
|
2300
|
+
padding-right: 8px;
|
|
2222
2301
|
}
|
|
2223
|
-
|
|
2224
|
-
.e-multiselect.e-
|
|
2225
|
-
|
|
2226
|
-
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
2227
|
-
-webkit-box-align: center;
|
|
2228
|
-
-ms-flex-align: center;
|
|
2229
|
-
align-items: center;
|
|
2230
|
-
cursor: pointer;
|
|
2231
|
-
display: none;
|
|
2232
|
-
-webkit-box-orient: horizontal;
|
|
2233
|
-
-webkit-box-direction: normal;
|
|
2234
|
-
-ms-flex-direction: row;
|
|
2235
|
-
flex-direction: row;
|
|
2236
|
-
margin-top: -2.9em;
|
|
2237
|
-
outline: 0;
|
|
2238
|
-
padding: 0;
|
|
2239
|
-
position: absolute;
|
|
2240
|
-
right: 0;
|
|
2241
|
-
top: 100%;
|
|
2302
|
+
|
|
2303
|
+
.e-multiselect.e-rtl .e-down-icon .e-chips-close.e-close-hooker {
|
|
2304
|
+
left: 38px;
|
|
2242
2305
|
}
|
|
2243
|
-
|
|
2244
|
-
.e-multiselect.e-
|
|
2245
|
-
|
|
2246
|
-
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
2247
|
-
display: -webkit-box;
|
|
2248
|
-
display: -ms-flexbox;
|
|
2249
|
-
display: flex;
|
|
2306
|
+
|
|
2307
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
|
|
2308
|
+
left: -15px;
|
|
2250
2309
|
}
|
|
2251
|
-
|
|
2252
|
-
.e-
|
|
2253
|
-
|
|
2254
|
-
margin-
|
|
2255
|
-
|
|
2310
|
+
|
|
2311
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
|
|
2312
|
+
bottom: 1px;
|
|
2313
|
+
margin-right: 8px;
|
|
2314
|
+
position: relative;
|
|
2315
|
+
text-indent: 0;
|
|
2316
|
+
vertical-align: middle;
|
|
2256
2317
|
}
|
|
2257
|
-
|
|
2258
|
-
.e-
|
|
2259
|
-
|
|
2318
|
+
|
|
2319
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group:not(.e-rtl) .e-list-item .e-checkbox-wrapper {
|
|
2320
|
+
padding-left: 14px;
|
|
2260
2321
|
}
|
|
2261
|
-
|
|
2262
|
-
.e-
|
|
2263
|
-
|
|
2264
|
-
height: 29px;
|
|
2265
|
-
width: 29px;
|
|
2322
|
+
|
|
2323
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper {
|
|
2324
|
+
padding-right: 29px;
|
|
2266
2325
|
}
|
|
2267
2326
|
|
|
2268
|
-
.e-
|
|
2269
|
-
|
|
2270
|
-
|
|
2327
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
|
|
2328
|
+
bottom: 1px;
|
|
2329
|
+
margin-right: 8px;
|
|
2330
|
+
position: relative;
|
|
2331
|
+
text-indent: 0;
|
|
2332
|
+
vertical-align: middle;
|
|
2271
2333
|
}
|
|
2272
|
-
|
|
2273
|
-
.e-
|
|
2274
|
-
|
|
2334
|
+
|
|
2335
|
+
.e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item .e-checkbox-wrapper {
|
|
2336
|
+
margin-left: 12px;
|
|
2337
|
+
margin-right: 0;
|
|
2275
2338
|
}
|
|
2276
|
-
|
|
2277
|
-
.e-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
left: 0;
|
|
2281
|
-
right: auto;
|
|
2339
|
+
|
|
2340
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-group-item .e-checkbox-wrapper {
|
|
2341
|
+
margin-left: 12px;
|
|
2342
|
+
margin-right: 0;
|
|
2282
2343
|
}
|
|
2283
|
-
|
|
2284
|
-
.e-
|
|
2285
|
-
padding: 0
|
|
2344
|
+
|
|
2345
|
+
.e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item {
|
|
2346
|
+
padding-right: 0;
|
|
2286
2347
|
}
|
|
2287
2348
|
|
|
2288
|
-
.e-popup.e-multi-select-list-wrapper .e-
|
|
2289
|
-
|
|
2290
|
-
opacity: 0.7;
|
|
2291
|
-
pointer-events: none;
|
|
2349
|
+
.e-popup.e-multi-select-list-wrapper.e-rtl .e-dropdownbase.e-rtl.e-dd-group .e-list-item {
|
|
2350
|
+
padding-right: 15px;
|
|
2292
2351
|
}
|
|
2293
2352
|
|
|
2294
|
-
.e-
|
|
2295
|
-
|
|
2296
|
-
|
|
2353
|
+
.e-multi-select-list-wrapper .e-selectall-parent {
|
|
2354
|
+
cursor: pointer;
|
|
2355
|
+
display: block;
|
|
2356
|
+
line-height: 26px;
|
|
2357
|
+
overflow: hidden;
|
|
2358
|
+
text-overflow: ellipsis;
|
|
2359
|
+
padding-right: 24px;
|
|
2360
|
+
position: relative;
|
|
2361
|
+
text-indent: 21px;
|
|
2362
|
+
white-space: nowrap;
|
|
2363
|
+
width: 100%;
|
|
2297
2364
|
}
|
|
2298
2365
|
|
|
2299
|
-
.e-
|
|
2300
|
-
.e-
|
|
2301
|
-
|
|
2366
|
+
.e-rtl .e-multi-select-list-wrapper .e-selectall-parent,
|
|
2367
|
+
.e-multi-select-list-wrapper.e-rtl .e-selectall-parent {
|
|
2368
|
+
padding-left: 24px;
|
|
2369
|
+
padding-right: 15px;
|
|
2302
2370
|
}
|
|
2303
2371
|
|
|
2304
|
-
.e-multi-select-wrapper.e-
|
|
2305
|
-
|
|
2372
|
+
.e-multi-select-list-wrapper .e-selectall-parent .e-all-text {
|
|
2373
|
+
color: #212529;
|
|
2374
|
+
font-family: inherit;
|
|
2375
|
+
font-size: 14px;
|
|
2306
2376
|
}
|
|
2307
2377
|
|
|
2308
|
-
.e-multi-select-wrapper .e-
|
|
2309
|
-
|
|
2310
|
-
|
|
2378
|
+
.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
|
|
2379
|
+
bottom: 1px;
|
|
2380
|
+
margin-right: 8px;
|
|
2381
|
+
position: relative;
|
|
2382
|
+
text-indent: 0;
|
|
2383
|
+
vertical-align: middle;
|
|
2311
2384
|
}
|
|
2312
2385
|
|
|
2313
|
-
.e-
|
|
2314
|
-
margin-
|
|
2386
|
+
.e-multi-select-list-wrapper.e-rtl .e-selectall-parent .e-checkbox-wrapper {
|
|
2387
|
+
margin-left: 12px;
|
|
2388
|
+
margin-right: 0;
|
|
2315
2389
|
}
|
|
2316
2390
|
|
|
2317
|
-
.e-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
position: absolute;
|
|
2321
|
-
visibility: hidden;
|
|
2322
|
-
width: 0;
|
|
2391
|
+
.e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
2392
|
+
float: right;
|
|
2393
|
+
margin-top: 0;
|
|
2323
2394
|
}
|
|
2324
2395
|
|
|
2325
|
-
.e-
|
|
2326
|
-
-webkit-box-align: center;
|
|
2327
|
-
-ms-flex-align: center;
|
|
2328
|
-
align-items: center;
|
|
2329
|
-
display: -webkit-inline-box;
|
|
2330
|
-
display: -ms-inline-flexbox;
|
|
2331
|
-
display: inline-flex;
|
|
2396
|
+
.e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
|
|
2332
2397
|
float: left;
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
|
-
|
|
2398
|
+
}
|
|
2399
|
+
|
|
2400
|
+
.e-multiselect.e-checkbox .e-multi-select-wrapper,
|
|
2401
|
+
.e-multiselect .e-multi-select-wrapper.e-down-icon {
|
|
2336
2402
|
padding: 0;
|
|
2337
|
-
text-overflow: ellipsis;
|
|
2338
|
-
white-space: nowrap;
|
|
2339
2403
|
}
|
|
2340
2404
|
|
|
2341
|
-
.e-multi-select-wrapper .e-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
padding: 6px 8px 6px 8px;
|
|
2345
|
-
text-indent: 0;
|
|
2346
|
-
text-overflow: ellipsis;
|
|
2347
|
-
white-space: nowrap;
|
|
2405
|
+
.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-filter,
|
|
2406
|
+
.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus .e-input-filter {
|
|
2407
|
+
padding: 8px;
|
|
2348
2408
|
}
|
|
2349
2409
|
|
|
2350
|
-
.e-multi-select-wrapper.e-
|
|
2351
|
-
|
|
2352
|
-
float: none;
|
|
2410
|
+
.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon {
|
|
2411
|
+
padding-left: 8px;
|
|
2353
2412
|
}
|
|
2354
2413
|
|
|
2355
|
-
.e-multi-select-wrapper .e-
|
|
2356
|
-
padding:
|
|
2414
|
+
.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-back-icon {
|
|
2415
|
+
padding: 0;
|
|
2357
2416
|
}
|
|
2358
2417
|
|
|
2359
|
-
.e-
|
|
2360
|
-
|
|
2418
|
+
.e-checkbox .e-multi-select-wrapper .e-delim-values .e-remain {
|
|
2419
|
+
line-height: 20px;
|
|
2420
|
+
padding-left: 10px;
|
|
2361
2421
|
}
|
|
2362
2422
|
|
|
2363
|
-
.e-multi-select-wrapper .e-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
display: -webkit-box;
|
|
2367
|
-
display: -ms-flexbox;
|
|
2368
|
-
display: flex;
|
|
2369
|
-
float: right;
|
|
2370
|
-
font-family: "e-icons";
|
|
2371
|
-
height: 24px;
|
|
2372
|
-
margin: 10px 10px 10px 0;
|
|
2373
|
-
width: auto;
|
|
2423
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item.e-disable .e-checkbox-wrapper .e-frame,
|
|
2424
|
+
.e-popup.e-multi-select-list-wrapper .e-list-group-item.e-disable .e-checkbox-wrapper .e-frame {
|
|
2425
|
+
opacity: 0.3;
|
|
2374
2426
|
}
|
|
2375
2427
|
|
|
2376
|
-
.e-
|
|
2377
|
-
|
|
2428
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item.e-disable,
|
|
2429
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disable {
|
|
2430
|
+
opacity: 0.7;
|
|
2378
2431
|
}
|
|
2379
2432
|
|
|
2380
|
-
.e-multi-select-wrapper
|
|
2381
|
-
|
|
2433
|
+
.e-multi-select-wrapper input[readonly=true] {
|
|
2434
|
+
pointer-events: none;
|
|
2382
2435
|
}
|
|
2383
2436
|
|
|
2384
|
-
.e-multi-select-wrapper .e-
|
|
2385
|
-
|
|
2386
|
-
font-size: 10px;
|
|
2387
|
-
height: 29px;
|
|
2388
|
-
margin-top: -2.9em;
|
|
2389
|
-
position: absolute;
|
|
2390
|
-
right: 0;
|
|
2391
|
-
width: auto;
|
|
2392
|
-
top: 100%;
|
|
2437
|
+
.e-multiselect.e-checkbox .e-multi-select-wrapper .e-searcher {
|
|
2438
|
+
pointer-events: none;
|
|
2393
2439
|
}
|
|
2394
2440
|
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
.e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
2398
|
-
right: 24px;
|
|
2441
|
+
ejs-multiselect {
|
|
2442
|
+
display: block;
|
|
2399
2443
|
}
|
|
2400
2444
|
|
|
2401
|
-
.e-
|
|
2402
|
-
|
|
2403
|
-
|
|
2445
|
+
.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2446
|
+
.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2447
|
+
line-height: 22px;
|
|
2404
2448
|
}
|
|
2405
2449
|
|
|
2406
|
-
.e-multi-select-wrapper
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
font-family: inherit;
|
|
2410
|
-
font-size: 14px;
|
|
2411
|
-
font-weight: normal;
|
|
2412
|
-
height: 29px;
|
|
2413
|
-
min-height: 29px;
|
|
2414
|
-
outline: none;
|
|
2415
|
-
padding: 0 0 0 8px;
|
|
2416
|
-
text-indent: 0;
|
|
2450
|
+
.e-small .e-multi-select-wrapper .e-chips-close {
|
|
2451
|
+
height: 18px;
|
|
2452
|
+
width: auto;
|
|
2417
2453
|
}
|
|
2418
2454
|
|
|
2419
|
-
.e-
|
|
2420
|
-
|
|
2421
|
-
border: 0;
|
|
2422
|
-
color: inherit;
|
|
2423
|
-
font-family: inherit;
|
|
2424
|
-
font-size: 14px;
|
|
2425
|
-
font-weight: normal;
|
|
2426
|
-
height: 29px;
|
|
2427
|
-
min-height: 29px;
|
|
2428
|
-
outline: none;
|
|
2429
|
-
padding: 0;
|
|
2430
|
-
text-indent: 6px;
|
|
2455
|
+
.e-small .e-multi-select-wrapper {
|
|
2456
|
+
min-height: 22px;
|
|
2431
2457
|
}
|
|
2432
2458
|
|
|
2433
|
-
.e-
|
|
2434
|
-
|
|
2459
|
+
.e-small .e-multi-select-wrapper input[type=text] {
|
|
2460
|
+
height: 22px;
|
|
2461
|
+
min-height: 22px;
|
|
2435
2462
|
}
|
|
2436
2463
|
|
|
2437
|
-
|
|
2438
|
-
|
|
2439
|
-
|
|
2464
|
+
.e-small .e-multi-select-wrapper .e-delim-values {
|
|
2465
|
+
font-size: 12px;
|
|
2466
|
+
line-height: 22px;
|
|
2440
2467
|
}
|
|
2441
2468
|
|
|
2442
|
-
.e-multi-select-wrapper .e-
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
width: auto;
|
|
2469
|
+
.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2470
|
+
.e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
2471
|
+
margin-top: -2.4em;
|
|
2446
2472
|
}
|
|
2447
2473
|
|
|
2448
|
-
.e-multiselect .e-multi-select-wrapper.e-
|
|
2449
|
-
|
|
2474
|
+
.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
2475
|
+
.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
2476
|
+
margin-top: -1.85em;
|
|
2450
2477
|
}
|
|
2451
2478
|
|
|
2452
|
-
.e-small .e-
|
|
2453
|
-
|
|
2454
|
-
width: calc(100% - 34px);
|
|
2479
|
+
.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2480
|
+
padding: 0 8px 0 8px;
|
|
2455
2481
|
}
|
|
2456
2482
|
|
|
2457
|
-
.e-
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
line-height: 29px;
|
|
2461
|
-
max-width: 100%;
|
|
2462
|
-
padding-left: 6px;
|
|
2463
|
-
padding-right: 6px;
|
|
2464
|
-
vertical-align: middle;
|
|
2483
|
+
.e-content-placeholder.e-multiselect.e-placeholder-multiselect {
|
|
2484
|
+
background-size: 300px 33px;
|
|
2485
|
+
min-height: 33px;
|
|
2465
2486
|
}
|
|
2466
2487
|
|
|
2467
|
-
.e-multi-select-
|
|
2468
|
-
|
|
2469
|
-
display: none;
|
|
2488
|
+
.e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
|
|
2489
|
+
color: inherit;
|
|
2470
2490
|
}
|
|
2471
2491
|
|
|
2472
|
-
.e-multi-select-wrapper .e-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
padding-left: 8px;
|
|
2492
|
+
.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2493
|
+
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
2494
|
+
-webkit-box-align: normal;
|
|
2495
|
+
-ms-flex-align: normal;
|
|
2496
|
+
align-items: normal;
|
|
2478
2497
|
}
|
|
2479
2498
|
|
|
2480
|
-
.e-multiselect.e-
|
|
2481
|
-
|
|
2482
|
-
cursor: not-allowed;
|
|
2499
|
+
.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
|
|
2500
|
+
padding: 0 12px 0 8px;
|
|
2483
2501
|
}
|
|
2484
2502
|
|
|
2485
|
-
.e-
|
|
2486
|
-
|
|
2487
|
-
left: 0;
|
|
2488
|
-
margin: 0 0 0 0;
|
|
2489
|
-
margin-left: auto;
|
|
2490
|
-
position: relative;
|
|
2491
|
-
top: 0;
|
|
2492
|
-
width: 46px;
|
|
2503
|
+
.e-multiselect.e-filled.e-input-group.e-control-wrapper {
|
|
2504
|
+
padding: 0;
|
|
2493
2505
|
}
|
|
2494
2506
|
|
|
2495
|
-
.e-
|
|
2496
|
-
|
|
2497
|
-
align-self: center;
|
|
2498
|
-
-webkit-box-shadow: none;
|
|
2499
|
-
box-shadow: none;
|
|
2500
|
-
display: -webkit-inline-box;
|
|
2501
|
-
display: -ms-inline-flexbox;
|
|
2502
|
-
display: inline-flex;
|
|
2503
|
-
padding: 0 0 0 20px;
|
|
2504
|
-
width: 92%;
|
|
2507
|
+
.e-filled.e-float-input .e-multi-select-wrapper {
|
|
2508
|
+
padding: 11px 12px 0;
|
|
2505
2509
|
}
|
|
2506
2510
|
|
|
2507
|
-
.e-
|
|
2508
|
-
|
|
2511
|
+
.e-small.e-filled.e-float-input .e-multi-select-wrapper,
|
|
2512
|
+
.e-small .e-filled.e-float-input .e-multi-select-wrapper {
|
|
2513
|
+
padding: 12px 12px 0 8px;
|
|
2509
2514
|
}
|
|
2510
2515
|
|
|
2511
|
-
.e-
|
|
2512
|
-
|
|
2516
|
+
.e-rtl.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2517
|
+
.e-rtl.e-multiselect.e-filled.e-float-input.e-control-wrapper {
|
|
2518
|
+
padding: 0;
|
|
2513
2519
|
}
|
|
2514
2520
|
|
|
2515
|
-
.e-
|
|
2516
|
-
|
|
2517
|
-
}
|
|
2518
|
-
.e-multiselect.e-rtl .e-multi-select-wrapper {
|
|
2519
|
-
padding: 0 2px 0 32px;
|
|
2520
|
-
}
|
|
2521
|
-
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
|
|
2522
|
-
left: -10px;
|
|
2523
|
-
}
|
|
2524
|
-
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
|
|
2525
|
-
margin: 0;
|
|
2526
|
-
margin-right: auto;
|
|
2527
|
-
}
|
|
2528
|
-
.e-multiselect.e-rtl .e-multi-select-wrapper .e-searcher {
|
|
2529
|
-
float: right;
|
|
2530
|
-
}
|
|
2531
|
-
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips {
|
|
2532
|
-
float: right;
|
|
2533
|
-
margin: 2px 0 2px 4px;
|
|
2534
|
-
padding: 0 8px 0 0;
|
|
2535
|
-
}
|
|
2536
|
-
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chipcontent {
|
|
2537
|
-
padding: 6px 10px 6px 10px;
|
|
2538
|
-
}
|
|
2539
|
-
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close {
|
|
2540
|
-
float: left;
|
|
2541
|
-
}
|
|
2542
|
-
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
2543
|
-
left: -10px;
|
|
2544
|
-
}
|
|
2545
|
-
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip {
|
|
2546
|
-
padding: 0 4px 0 8px;
|
|
2547
|
-
}
|
|
2548
|
-
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip .e-chipcontent {
|
|
2549
|
-
padding: 8px 4px;
|
|
2521
|
+
.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2522
|
+
height: 28px;
|
|
2550
2523
|
}
|
|
2551
|
-
|
|
2552
|
-
|
|
2524
|
+
|
|
2525
|
+
.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2526
|
+
.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2527
|
+
.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip,
|
|
2528
|
+
.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2529
|
+
.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2530
|
+
height: 24px;
|
|
2553
2531
|
}
|
|
2554
|
-
|
|
2555
|
-
|
|
2532
|
+
|
|
2533
|
+
.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
2534
|
+
height: 18px;
|
|
2556
2535
|
}
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2536
|
+
|
|
2537
|
+
.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2538
|
+
.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2539
|
+
margin: 8px 8px 0 0;
|
|
2540
|
+
padding: 0 8px;
|
|
2561
2541
|
}
|
|
2562
|
-
|
|
2563
|
-
|
|
2542
|
+
|
|
2543
|
+
.e-rtl.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2544
|
+
.e-rtl.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2545
|
+
margin: 8px 0 0 8px;
|
|
2546
|
+
padding: 0 8px;
|
|
2564
2547
|
}
|
|
2565
|
-
|
|
2548
|
+
|
|
2549
|
+
.e-small .e-filled .e-multi-select-wrapper .e-chips,
|
|
2550
|
+
.e-small.e-filled .e-multi-select-wrapper .e-chips {
|
|
2551
|
+
height: 16px 16px;
|
|
2552
|
+
margin: 4px 4px 0 0;
|
|
2566
2553
|
padding-right: 8px;
|
|
2567
2554
|
}
|
|
2568
2555
|
|
|
2569
|
-
.e
|
|
2570
|
-
|
|
2556
|
+
.e.rtl.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2557
|
+
.e-rtl.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
2558
|
+
margin: 4px 0 0 4px;
|
|
2571
2559
|
}
|
|
2572
2560
|
|
|
2573
|
-
.e-multiselect.e-
|
|
2574
|
-
|
|
2561
|
+
.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2562
|
+
font-size: 13px;
|
|
2563
|
+
padding: 0 8px 0 0;
|
|
2575
2564
|
}
|
|
2576
2565
|
|
|
2577
|
-
.e-
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
position: relative;
|
|
2581
|
-
text-indent: 0;
|
|
2582
|
-
vertical-align: middle;
|
|
2566
|
+
.e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2567
|
+
.e-small .e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2568
|
+
font-size: 12px;
|
|
2583
2569
|
}
|
|
2584
2570
|
|
|
2585
|
-
.e-
|
|
2586
|
-
|
|
2571
|
+
.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2572
|
+
font-size: 12px;
|
|
2573
|
+
padding: 0 4px 0 0;
|
|
2587
2574
|
}
|
|
2588
2575
|
|
|
2589
|
-
.e-
|
|
2590
|
-
padding
|
|
2576
|
+
.e-rtl.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2577
|
+
padding: 0 0 0 4px;
|
|
2591
2578
|
}
|
|
2592
2579
|
|
|
2593
|
-
.e-
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
position: relative;
|
|
2597
|
-
text-indent: 0;
|
|
2598
|
-
vertical-align: middle;
|
|
2580
|
+
.e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2581
|
+
.e-small .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2582
|
+
font-size: 10px;
|
|
2599
2583
|
}
|
|
2600
2584
|
|
|
2601
|
-
.e-
|
|
2602
|
-
|
|
2603
|
-
|
|
2585
|
+
.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips > .e-chipcontent {
|
|
2586
|
+
font-size: 13px;
|
|
2587
|
+
padding-right: 4px;
|
|
2604
2588
|
}
|
|
2605
2589
|
|
|
2606
|
-
.e-
|
|
2607
|
-
|
|
2608
|
-
|
|
2590
|
+
.e-filled.e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2591
|
+
.e-multiselect.e-control-container .e-filled.e-multi-select-wrapper .e-clear-icon {
|
|
2592
|
+
height: 38px;
|
|
2593
|
+
margin-top: -38px;
|
|
2594
|
+
right: 12px;
|
|
2595
|
+
top: 100%;
|
|
2596
|
+
width: 16px;
|
|
2609
2597
|
}
|
|
2610
2598
|
|
|
2611
|
-
.e-
|
|
2612
|
-
|
|
2599
|
+
.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2600
|
+
.e-outline.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2601
|
+
.e-filled.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,
|
|
2602
|
+
.e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
2603
|
+
.e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon {
|
|
2604
|
+
display: none;
|
|
2613
2605
|
}
|
|
2614
2606
|
|
|
2615
|
-
.e-
|
|
2616
|
-
|
|
2607
|
+
.e-multiselect.e-input-group.e-control-wrapper .e-input-group-icon {
|
|
2608
|
+
margin-right: 0;
|
|
2617
2609
|
}
|
|
2618
2610
|
|
|
2619
|
-
.e-
|
|
2611
|
+
.e-multiselect.e-control-container.e-input-group.e-disabled .e-input-group-icon.e-ddl-icon.e-icons,
|
|
2612
|
+
.e-multiselect.e-control-container.e-input-group.e-disabled .e-clear-icon {
|
|
2613
|
+
cursor: not-allowed;
|
|
2614
|
+
}
|
|
2615
|
+
|
|
2616
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
|
|
2617
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon .e-multi-searcher .e-dropdownbase.e-control.e-multiselect.e-lib {
|
|
2620
2618
|
cursor: pointer;
|
|
2621
|
-
display: block;
|
|
2622
|
-
line-height: 26px;
|
|
2623
|
-
overflow: hidden;
|
|
2624
|
-
text-overflow: ellipsis;
|
|
2625
|
-
padding-right: 24px;
|
|
2626
|
-
position: relative;
|
|
2627
|
-
text-indent: 21px;
|
|
2628
|
-
white-space: nowrap;
|
|
2629
|
-
width: 100%;
|
|
2630
2619
|
}
|
|
2631
2620
|
|
|
2632
|
-
.e-
|
|
2633
|
-
|
|
2634
|
-
|
|
2635
|
-
|
|
2621
|
+
.e-popup.e-multi-select-list-wrapper.e-resize .e-resizer-right {
|
|
2622
|
+
bottom: 0;
|
|
2623
|
+
right: 0;
|
|
2624
|
+
cursor: nwse-resize;
|
|
2625
|
+
height: 15px;
|
|
2626
|
+
position: absolute;
|
|
2627
|
+
width: 15px;
|
|
2636
2628
|
}
|
|
2637
2629
|
|
|
2638
|
-
.e-multi-select-
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
font-size: 14px;
|
|
2630
|
+
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
|
|
2631
|
+
line-height: 30px;
|
|
2632
|
+
top: 0;
|
|
2642
2633
|
}
|
|
2643
2634
|
|
|
2644
|
-
.e-
|
|
2645
|
-
|
|
2646
|
-
|
|
2647
|
-
position: relative;
|
|
2648
|
-
text-indent: 0;
|
|
2649
|
-
vertical-align: middle;
|
|
2635
|
+
.e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
2636
|
+
border-radius: 0 4px 4px 0;
|
|
2637
|
+
border-right-width: 0;
|
|
2650
2638
|
}
|
|
2651
2639
|
|
|
2652
|
-
.e-
|
|
2653
|
-
|
|
2654
|
-
margin-right: 0;
|
|
2640
|
+
.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
|
|
2641
|
+
font-size: 12px;
|
|
2655
2642
|
}
|
|
2656
2643
|
|
|
2657
|
-
.e-multiselect .e-input-group-icon.e-ddl-icon
|
|
2658
|
-
|
|
2659
|
-
|
|
2644
|
+
.e-small .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
|
|
2645
|
+
.e-small.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
|
|
2646
|
+
font-size: 10px;
|
|
2660
2647
|
}
|
|
2661
2648
|
|
|
2662
2649
|
.e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
|
|
2663
|
-
|
|
2650
|
+
border-left-width: 0;
|
|
2651
|
+
border-radius: 4px 0 0 4px;
|
|
2652
|
+
border-right-width: 1px;
|
|
2664
2653
|
}
|
|
2665
2654
|
|
|
2666
|
-
.e-
|
|
2667
|
-
|
|
2668
|
-
|
|
2655
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus.e-hover {
|
|
2656
|
+
-webkit-box-shadow: none;
|
|
2657
|
+
box-shadow: none;
|
|
2669
2658
|
}
|
|
2670
2659
|
|
|
2671
|
-
.e-
|
|
2672
|
-
|
|
2673
|
-
padding: 8px;
|
|
2660
|
+
.e-input-group.e-multiselect .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle {
|
|
2661
|
+
stroke-width: 1px;
|
|
2674
2662
|
}
|
|
2675
2663
|
|
|
2676
|
-
.e-
|
|
2677
|
-
|
|
2664
|
+
.e-small .e-multi-select-wrapper .e-chips {
|
|
2665
|
+
margin: 1px 4px 1px 0;
|
|
2678
2666
|
}
|
|
2679
2667
|
|
|
2680
|
-
.e-
|
|
2681
|
-
|
|
2668
|
+
.e-multiselect.e-float-input input[readonly],
|
|
2669
|
+
.e-multiselect.e-float-input.e-control-wrapper input[readonly] {
|
|
2670
|
+
background: transparent;
|
|
2682
2671
|
}
|
|
2683
2672
|
|
|
2684
|
-
.e-
|
|
2685
|
-
|
|
2686
|
-
padding-left: 10px;
|
|
2673
|
+
.e-small .e-multi-select-wrapper .e-close-hooker::before {
|
|
2674
|
+
top: 7px;
|
|
2687
2675
|
}
|
|
2688
2676
|
|
|
2689
|
-
.e-
|
|
2690
|
-
|
|
2691
|
-
opacity: 0.3;
|
|
2677
|
+
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
2678
|
+
color: #fff;
|
|
2692
2679
|
}
|
|
2693
2680
|
|
|
2694
|
-
.e-
|
|
2695
|
-
|
|
2696
|
-
opacity: 0.7;
|
|
2681
|
+
.e-multi-select-wrapper .e-chips.e-chip-selected {
|
|
2682
|
+
background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
|
|
2697
2683
|
}
|
|
2698
2684
|
|
|
2699
|
-
.e-multi-select-wrapper
|
|
2700
|
-
|
|
2685
|
+
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
|
|
2686
|
+
background-color: #6c757d;
|
|
2701
2687
|
}
|
|
2702
2688
|
|
|
2703
|
-
.e-multiselect
|
|
2704
|
-
|
|
2689
|
+
.e-multiselect {
|
|
2690
|
+
-webkit-box-sizing: border-box;
|
|
2691
|
+
box-sizing: border-box;
|
|
2705
2692
|
}
|
|
2706
2693
|
|
|
2707
|
-
|
|
2708
|
-
|
|
2694
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2695
|
+
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2696
|
+
-webkit-text-fill-color: #fff;
|
|
2697
|
+
color: #fff;
|
|
2698
|
+
font-family: inherit;
|
|
2699
|
+
font-size: 14px;
|
|
2709
2700
|
}
|
|
2710
2701
|
|
|
2711
|
-
.e-
|
|
2712
|
-
|
|
2713
|
-
line-height: 22px;
|
|
2702
|
+
.e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent {
|
|
2703
|
+
color: #fff;
|
|
2714
2704
|
}
|
|
2715
2705
|
|
|
2716
|
-
.e-
|
|
2717
|
-
|
|
2718
|
-
width: auto;
|
|
2706
|
+
.e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover {
|
|
2707
|
+
color: #fff;
|
|
2719
2708
|
}
|
|
2720
2709
|
|
|
2721
|
-
.e-
|
|
2722
|
-
|
|
2710
|
+
.e-multi-select-wrapper .e-chips {
|
|
2711
|
+
background-color: #6c757d;
|
|
2712
|
+
border-radius: 4px;
|
|
2713
|
+
height: 24px;
|
|
2723
2714
|
}
|
|
2724
2715
|
|
|
2725
|
-
.e-
|
|
2726
|
-
|
|
2727
|
-
min-height: 22px;
|
|
2716
|
+
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips:hover {
|
|
2717
|
+
background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
|
|
2728
2718
|
}
|
|
2729
2719
|
|
|
2730
|
-
.e-
|
|
2731
|
-
|
|
2732
|
-
line-height: 22px;
|
|
2720
|
+
.e-multi-select-wrapper .e-chips > .e-chipcontent:hover {
|
|
2721
|
+
color: #fff;
|
|
2733
2722
|
}
|
|
2734
2723
|
|
|
2735
|
-
.e-
|
|
2736
|
-
|
|
2737
|
-
|
|
2724
|
+
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
2725
|
+
-webkit-text-fill-color: #fff;
|
|
2726
|
+
color: #fff;
|
|
2727
|
+
font-size: 8px;
|
|
2738
2728
|
}
|
|
2739
2729
|
|
|
2740
|
-
.e-
|
|
2741
|
-
|
|
2742
|
-
|
|
2730
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
|
|
2731
|
+
background-color: #6c757d;
|
|
2732
|
+
border-radius: 4px;
|
|
2733
|
+
color: #fff;
|
|
2734
|
+
height: 46px;
|
|
2735
|
+
line-height: 46px;
|
|
2743
2736
|
}
|
|
2744
2737
|
|
|
2745
|
-
.e-
|
|
2746
|
-
|
|
2738
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
|
|
2739
|
+
color: #fff;
|
|
2747
2740
|
}
|
|
2748
2741
|
|
|
2749
|
-
.e-
|
|
2750
|
-
|
|
2751
|
-
min-height: 33px;
|
|
2742
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip {
|
|
2743
|
+
height: 28px;
|
|
2752
2744
|
}
|
|
2753
2745
|
|
|
2754
|
-
.e-
|
|
2755
|
-
|
|
2746
|
+
.e-popup.e-multi-select-list-wrapper {
|
|
2747
|
+
-webkit-box-shadow: none;
|
|
2748
|
+
box-shadow: none;
|
|
2749
|
+
-webkit-box-sizing: content-box;
|
|
2750
|
+
box-sizing: content-box;
|
|
2751
|
+
overflow: initial;
|
|
2756
2752
|
}
|
|
2757
2753
|
|
|
2758
|
-
.e-
|
|
2759
|
-
|
|
2760
|
-
-
|
|
2761
|
-
|
|
2762
|
-
|
|
2754
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active {
|
|
2755
|
+
border-bottom: 1px solid transparent;
|
|
2756
|
+
border-left: 1px solid #007bff;
|
|
2757
|
+
border-right: 1px solid #007bff;
|
|
2758
|
+
border-top: 1px solid transparent;
|
|
2763
2759
|
}
|
|
2764
2760
|
|
|
2765
|
-
.e-
|
|
2766
|
-
|
|
2761
|
+
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active {
|
|
2762
|
+
background-color: transparent;
|
|
2763
|
+
border-color: transparent;
|
|
2764
|
+
color: #212529;
|
|
2767
2765
|
}
|
|
2768
2766
|
|
|
2769
|
-
.e-multiselect.e-
|
|
2770
|
-
|
|
2767
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active {
|
|
2768
|
+
background-color: transparent;
|
|
2769
|
+
border-color: transparent;
|
|
2770
|
+
color: #212529;
|
|
2771
2771
|
}
|
|
2772
2772
|
|
|
2773
|
-
.e-
|
|
2774
|
-
|
|
2773
|
+
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-item-focus {
|
|
2774
|
+
color: #212529;
|
|
2775
2775
|
}
|
|
2776
2776
|
|
|
2777
|
-
.e-
|
|
2778
|
-
|
|
2779
|
-
padding: 12px 12px 0 8px;
|
|
2777
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-item-focus {
|
|
2778
|
+
color: #212529;
|
|
2780
2779
|
}
|
|
2781
2780
|
|
|
2782
|
-
.e-
|
|
2783
|
-
|
|
2784
|
-
padding: 0;
|
|
2781
|
+
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-hover {
|
|
2782
|
+
background-color: rgb(242.05, 243.9, 245.75);
|
|
2785
2783
|
}
|
|
2786
2784
|
|
|
2787
|
-
.e-
|
|
2788
|
-
|
|
2785
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-hover {
|
|
2786
|
+
background-color: rgb(242.05, 243.9, 245.75);
|
|
2789
2787
|
}
|
|
2790
2788
|
|
|
2791
|
-
.e-
|
|
2792
|
-
|
|
2793
|
-
|
|
2794
|
-
.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2795
|
-
.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2796
|
-
height: 24px;
|
|
2789
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active:first-child {
|
|
2790
|
+
border-bottom: 1px solid transparent;
|
|
2791
|
+
border-top: 1px solid transparent;
|
|
2797
2792
|
}
|
|
2798
2793
|
|
|
2799
|
-
.e-
|
|
2800
|
-
|
|
2794
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active:last-child {
|
|
2795
|
+
border-bottom: 1px solid transparent;
|
|
2801
2796
|
}
|
|
2802
2797
|
|
|
2803
|
-
.e-
|
|
2804
|
-
|
|
2805
|
-
margin: 8px 8px 0 0;
|
|
2806
|
-
padding: 0 8px;
|
|
2798
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus + li.e-active {
|
|
2799
|
+
border-top: 1px solid transparent;
|
|
2807
2800
|
}
|
|
2808
2801
|
|
|
2809
|
-
.e-
|
|
2810
|
-
|
|
2811
|
-
|
|
2812
|
-
|
|
2802
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus {
|
|
2803
|
+
background-color: #007bff;
|
|
2804
|
+
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
2805
|
+
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
2806
|
+
color: #fff;
|
|
2807
|
+
border: 1px solid #6c757d;
|
|
2813
2808
|
}
|
|
2814
2809
|
|
|
2815
|
-
.e-
|
|
2816
|
-
|
|
2817
|
-
|
|
2818
|
-
|
|
2819
|
-
|
|
2810
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus {
|
|
2811
|
+
background-color: #007bff;
|
|
2812
|
+
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
2813
|
+
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
2814
|
+
color: #fff;
|
|
2815
|
+
border: 1px solid #6c757d;
|
|
2820
2816
|
}
|
|
2821
2817
|
|
|
2822
|
-
.e
|
|
2823
|
-
|
|
2824
|
-
|
|
2825
|
-
}
|
|
2818
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item {
|
|
2819
|
+
border: 1px solid transparent;
|
|
2820
|
+
}
|
|
2826
2821
|
|
|
2827
|
-
.e-
|
|
2828
|
-
|
|
2829
|
-
padding: 0 8px 0 0;
|
|
2822
|
+
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item {
|
|
2823
|
+
border: 1px solid transparent;
|
|
2830
2824
|
}
|
|
2831
2825
|
|
|
2832
|
-
.e-
|
|
2833
|
-
|
|
2834
|
-
font-size: 12px;
|
|
2826
|
+
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2827
|
+
color: #6c757d;
|
|
2835
2828
|
}
|
|
2836
2829
|
|
|
2837
|
-
.e-
|
|
2838
|
-
|
|
2839
|
-
padding: 0 4px 0 0;
|
|
2830
|
+
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2831
|
+
color: #6c757d;
|
|
2840
2832
|
}
|
|
2841
2833
|
|
|
2842
|
-
.e-
|
|
2843
|
-
|
|
2834
|
+
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2835
|
+
color: #6c757d;
|
|
2844
2836
|
}
|
|
2845
2837
|
|
|
2846
|
-
.e-
|
|
2847
|
-
|
|
2848
|
-
font-size: 10px;
|
|
2838
|
+
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2839
|
+
color: #6c757d;
|
|
2849
2840
|
}
|
|
2850
2841
|
|
|
2851
|
-
.e-
|
|
2852
|
-
|
|
2853
|
-
padding-right: 4px;
|
|
2842
|
+
.e-ul.e-reorder {
|
|
2843
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
|
|
2854
2844
|
}
|
|
2855
2845
|
|
|
2856
|
-
.e-
|
|
2857
|
-
|
|
2858
|
-
height: 38px;
|
|
2859
|
-
margin-top: -38px;
|
|
2860
|
-
right: 12px;
|
|
2861
|
-
top: 100%;
|
|
2862
|
-
width: 16px;
|
|
2846
|
+
.e-multi-select-list-wrapper .e-selectall-parent {
|
|
2847
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
|
|
2863
2848
|
}
|
|
2864
2849
|
|
|
2865
|
-
.e-
|
|
2866
|
-
|
|
2867
|
-
|
|
2868
|
-
|
|
2869
|
-
.e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon {
|
|
2870
|
-
display: none;
|
|
2850
|
+
.e-ddl.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus .e-checkbox-wrapper .e-frame.e-check {
|
|
2851
|
+
background-color: #fff;
|
|
2852
|
+
border-color: #fff;
|
|
2853
|
+
color: #007bff;
|
|
2871
2854
|
}
|
|
2872
2855
|
|
|
2873
|
-
.e-multiselect.e-
|
|
2874
|
-
|
|
2856
|
+
.e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus .e-checkbox-wrapper .e-frame.e-check {
|
|
2857
|
+
background-color: #fff;
|
|
2858
|
+
border-color: #fff;
|
|
2859
|
+
color: #007bff;
|
|
2875
2860
|
}
|
|
2876
2861
|
|
|
2877
|
-
.e-
|
|
2878
|
-
|
|
2879
|
-
|
|
2862
|
+
.e-multi-select-wrapper .e-delim-values {
|
|
2863
|
+
-webkit-text-fill-color: #fff;
|
|
2864
|
+
color: #fff;
|
|
2865
|
+
-webkit-text-fill-color: #212529;
|
|
2866
|
+
color: #212529;
|
|
2880
2867
|
}
|
|
2881
2868
|
|
|
2882
|
-
.e-
|
|
2883
|
-
|
|
2884
|
-
cursor: pointer;
|
|
2869
|
+
.e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
2870
|
+
color: #495057;
|
|
2885
2871
|
}
|
|
2886
2872
|
|
|
2887
|
-
.e-
|
|
2888
|
-
|
|
2889
|
-
|
|
2890
|
-
|
|
2891
|
-
|
|
2892
|
-
|
|
2893
|
-
|
|
2873
|
+
.e-small .e-multi-select-wrapper .e-chips {
|
|
2874
|
+
height: 20px;
|
|
2875
|
+
}
|
|
2876
|
+
|
|
2877
|
+
.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2878
|
+
font-size: 12px;
|
|
2879
|
+
}
|
|
2880
|
+
|
|
2881
|
+
.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
2882
|
+
left: 0;
|
|
2883
|
+
top: 5px;
|
|
2884
|
+
font-size: 8px;
|
|
2885
|
+
}
|
|
2886
|
+
|
|
2887
|
+
.e-small .e-multi-select-wrapper .e-close-hooker::before {
|
|
2888
|
+
left: 4px;
|
|
2889
|
+
}
|
|
2890
|
+
|
|
2891
|
+
.e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
|
|
2892
|
+
-webkit-text-fill-color: #6c757d;
|
|
2893
|
+
color: #6c757d;
|
|
2894
2894
|
}
|
|
2895
2895
|
|
|
2896
2896
|
.e-dropdownbase .e-list-item .e-list-icon {
|
|
@@ -3379,782 +3379,782 @@ ejs-multiselect {
|
|
|
3379
3379
|
content: "\e7ba";
|
|
3380
3380
|
}
|
|
3381
3381
|
|
|
3382
|
-
|
|
3383
|
-
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
3384
|
-
height: calc(100% - 43px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3385
|
-
}
|
|
3386
|
-
|
|
3387
|
-
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3388
|
-
height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3389
|
-
}
|
|
3390
|
-
|
|
3391
|
-
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3392
|
-
height: calc(100% - 51px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3393
|
-
}
|
|
3394
|
-
|
|
3395
|
-
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3396
|
-
height: calc(100% - 90.5px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3397
|
-
}
|
|
3398
|
-
|
|
3399
|
-
.e-listbox-wrapper,
|
|
3400
|
-
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
3401
|
-
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
3402
|
-
border: 1px solid #dee2e6;
|
|
3403
|
-
}
|
|
3404
|
-
|
|
3382
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
3405
3383
|
.e-listbox-wrapper,
|
|
3406
3384
|
.e-listbox-container,
|
|
3407
3385
|
.e-listboxtool-wrapper {
|
|
3408
|
-
|
|
3409
|
-
|
|
3386
|
+
-webkit-overflow-scrolling: touch;
|
|
3387
|
+
-webkit-box-sizing: border-box;
|
|
3388
|
+
box-sizing: border-box;
|
|
3389
|
+
cursor: pointer;
|
|
3390
|
+
display: block;
|
|
3391
|
+
position: relative;
|
|
3392
|
+
-webkit-user-select: none;
|
|
3393
|
+
-moz-user-select: none;
|
|
3394
|
+
-ms-user-select: none;
|
|
3395
|
+
user-select: none;
|
|
3396
|
+
width: 100%;
|
|
3410
3397
|
}
|
|
3411
|
-
.e-listbox-wrapper
|
|
3412
|
-
.e-listbox-container
|
|
3413
|
-
.e-listboxtool-wrapper
|
|
3414
|
-
|
|
3415
|
-
|
|
3416
|
-
color: #212529;
|
|
3417
|
-
font-size: 16px;
|
|
3398
|
+
.e-listbox-wrapper *,
|
|
3399
|
+
.e-listbox-container *,
|
|
3400
|
+
.e-listboxtool-wrapper * {
|
|
3401
|
+
-webkit-box-sizing: border-box;
|
|
3402
|
+
box-sizing: border-box;
|
|
3418
3403
|
}
|
|
3419
|
-
|
|
3420
|
-
.e-listbox-
|
|
3421
|
-
.e-
|
|
3422
|
-
|
|
3423
|
-
height: calc(100% - 51px);
|
|
3404
|
+
.e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
3405
|
+
.e-listbox-container.e-listboxtool-container .e-list-wrap,
|
|
3406
|
+
.e-listboxtool-wrapper.e-listboxtool-container .e-list-wrap {
|
|
3407
|
+
width: 86% !important; /* stylelint-disable-line declaration-no-important */
|
|
3424
3408
|
}
|
|
3425
|
-
|
|
3426
|
-
.e-listbox-
|
|
3427
|
-
.e-listbox-container
|
|
3428
|
-
.e-listboxtool-wrapper.e-
|
|
3429
|
-
|
|
3409
|
+
.e-listbox-wrapper .e-list-wrap:focus-visible, .e-listbox-wrapper:focus,
|
|
3410
|
+
.e-listbox-container .e-list-wrap:focus-visible,
|
|
3411
|
+
.e-listbox-container:focus,
|
|
3412
|
+
.e-listboxtool-wrapper .e-list-wrap:focus-visible,
|
|
3413
|
+
.e-listboxtool-wrapper:focus {
|
|
3414
|
+
outline: none;
|
|
3430
3415
|
}
|
|
3431
|
-
|
|
3432
|
-
.e-listbox-
|
|
3433
|
-
.e-
|
|
3434
|
-
|
|
3435
|
-
|
|
3416
|
+
.e-listbox-wrapper.e-disabled,
|
|
3417
|
+
.e-listbox-container.e-disabled,
|
|
3418
|
+
.e-listboxtool-wrapper.e-disabled {
|
|
3419
|
+
cursor: default;
|
|
3420
|
+
pointer-events: none;
|
|
3421
|
+
}
|
|
3422
|
+
.e-listbox-wrapper:not(.e-list-template) .e-list-nrt,
|
|
3423
|
+
.e-listbox-container:not(.e-list-template) .e-list-nrt,
|
|
3424
|
+
.e-listboxtool-wrapper:not(.e-list-template) .e-list-nrt {
|
|
3425
|
+
text-align: center;
|
|
3426
|
+
}
|
|
3427
|
+
.e-listbox-wrapper .e-list-parent,
|
|
3428
|
+
.e-listbox-container .e-list-parent,
|
|
3429
|
+
.e-listboxtool-wrapper .e-list-parent {
|
|
3430
|
+
height: 100%;
|
|
3431
|
+
min-height: 40px;
|
|
3436
3432
|
}
|
|
3437
|
-
|
|
3438
3433
|
.e-listbox-wrapper .e-list-item,
|
|
3439
3434
|
.e-listbox-container .e-list-item,
|
|
3440
3435
|
.e-listboxtool-wrapper .e-list-item {
|
|
3441
|
-
|
|
3442
|
-
|
|
3443
|
-
border-left: 0 solid rgba(0, 0, 0, 0.13);
|
|
3444
|
-
border-right: 0 solid rgba(0, 0, 0, 0.13);
|
|
3445
|
-
border-top: 0 solid transparent;
|
|
3446
|
-
color: #212529;
|
|
3436
|
+
border-bottom: 1px solid;
|
|
3437
|
+
outline: none;
|
|
3447
3438
|
}
|
|
3448
|
-
|
|
3449
|
-
.e-listbox-
|
|
3450
|
-
.e-
|
|
3451
|
-
|
|
3452
|
-
.e-listboxtool-wrapper .e-list-item:hover:not(.e-selected):not(.e-disabled),
|
|
3453
|
-
.e-listboxtool-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled) {
|
|
3454
|
-
background-color: rgb(233.125, 236.25, 239.375);
|
|
3455
|
-
border-color: transparent;
|
|
3456
|
-
color: #212529;
|
|
3439
|
+
.e-listbox-wrapper .e-list-item.e-disabled,
|
|
3440
|
+
.e-listbox-container .e-list-item.e-disabled,
|
|
3441
|
+
.e-listboxtool-wrapper .e-list-item.e-disabled {
|
|
3442
|
+
pointer-events: none;
|
|
3457
3443
|
}
|
|
3458
|
-
|
|
3459
|
-
.e-listbox-
|
|
3460
|
-
.e-
|
|
3461
|
-
|
|
3462
|
-
background-color: #fff;
|
|
3463
|
-
color: #212529;
|
|
3444
|
+
.e-listbox-wrapper .e-disable,
|
|
3445
|
+
.e-listbox-container .e-disable,
|
|
3446
|
+
.e-listboxtool-wrapper .e-disable {
|
|
3447
|
+
opacity: 0.7;
|
|
3464
3448
|
}
|
|
3465
|
-
|
|
3466
|
-
.e-listbox-
|
|
3467
|
-
.e-
|
|
3468
|
-
|
|
3469
|
-
|
|
3470
|
-
.e-listboxtool-wrapper .e-list-item.e-focused,
|
|
3471
|
-
.e-listboxtool-wrapper .e-list-item.e-focused.e-selected.e-checklist,
|
|
3472
|
-
.e-listboxtool-wrapper .e-list-item.e-selected {
|
|
3473
|
-
background-color: #007bff;
|
|
3474
|
-
color: #fff;
|
|
3449
|
+
.e-listbox-wrapper .e-list-parent,
|
|
3450
|
+
.e-listbox-container .e-list-parent,
|
|
3451
|
+
.e-listboxtool-wrapper .e-list-parent {
|
|
3452
|
+
margin: 0;
|
|
3453
|
+
padding: 0;
|
|
3475
3454
|
}
|
|
3476
|
-
|
|
3477
|
-
.e-listbox-
|
|
3478
|
-
.e-listbox-container .e-list-
|
|
3479
|
-
.e-
|
|
3480
|
-
.e-listboxtool-wrapper .e-list-
|
|
3481
|
-
|
|
3482
|
-
background-color: #fff;
|
|
3483
|
-
border-color: #fff;
|
|
3484
|
-
color: #000;
|
|
3455
|
+
.e-listbox-wrapper .e-list-header .e-text.header, .e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header,
|
|
3456
|
+
.e-listbox-container .e-list-header .e-text.header,
|
|
3457
|
+
.e-listbox-container .e-list-header .e-headertemplate-text.nested-header,
|
|
3458
|
+
.e-listboxtool-wrapper .e-list-header .e-text.header,
|
|
3459
|
+
.e-listboxtool-wrapper .e-list-header .e-headertemplate-text.nested-header {
|
|
3460
|
+
display: none;
|
|
3485
3461
|
}
|
|
3486
|
-
|
|
3487
|
-
.e-listbox-
|
|
3488
|
-
.e-
|
|
3489
|
-
|
|
3490
|
-
background-color: #fff;
|
|
3491
|
-
border-color: rgba(0, 0, 0, 0.13);
|
|
3492
|
-
color: #6c757d;
|
|
3493
|
-
font-size: 14px;
|
|
3494
|
-
}
|
|
3495
|
-
|
|
3496
|
-
.e-listbox-wrapper .e-selectall-parent,
|
|
3497
|
-
.e-listbox-container .e-selectall-parent,
|
|
3498
|
-
.e-listboxtool-wrapper .e-selectall-parent {
|
|
3499
|
-
background-color: #fff;
|
|
3500
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
|
|
3501
|
-
color: #212529;
|
|
3502
|
-
}
|
|
3503
|
-
|
|
3504
|
-
.e-listbox-wrapper .e-sortableclone.e-ripple .e-ripple-element,
|
|
3505
|
-
.e-listbox-container .e-sortableclone.e-ripple .e-ripple-element,
|
|
3506
|
-
.e-listboxtool-wrapper .e-sortableclone.e-ripple .e-ripple-element {
|
|
3507
|
-
background-color: transparent;
|
|
3508
|
-
}
|
|
3509
|
-
|
|
3510
|
-
.e-listbox-wrapper.e-list-template .e-list-wrapper,
|
|
3511
|
-
.e-listbox-container.e-list-template .e-list-wrapper,
|
|
3512
|
-
.e-listboxtool-wrapper.e-list-template .e-list-wrapper {
|
|
3513
|
-
height: inherit;
|
|
3514
|
-
position: relative;
|
|
3462
|
+
.e-listbox-wrapper .e-icon-back,
|
|
3463
|
+
.e-listbox-container .e-icon-back,
|
|
3464
|
+
.e-listboxtool-wrapper .e-icon-back {
|
|
3465
|
+
margin-top: 0;
|
|
3515
3466
|
}
|
|
3516
|
-
.e-listbox-wrapper
|
|
3517
|
-
.e-listbox-container
|
|
3518
|
-
.e-listboxtool-wrapper
|
|
3519
|
-
|
|
3467
|
+
.e-listbox-wrapper .e-list-header,
|
|
3468
|
+
.e-listbox-container .e-list-header,
|
|
3469
|
+
.e-listboxtool-wrapper .e-list-header {
|
|
3470
|
+
-webkit-box-align: center;
|
|
3471
|
+
-ms-flex-align: center;
|
|
3472
|
+
align-items: center;
|
|
3473
|
+
border-bottom: 1px solid;
|
|
3474
|
+
display: -webkit-box;
|
|
3475
|
+
display: -ms-flexbox;
|
|
3476
|
+
display: flex;
|
|
3477
|
+
font-weight: bold;
|
|
3478
|
+
height: 40px;
|
|
3479
|
+
padding: 0 16px;
|
|
3520
3480
|
}
|
|
3521
|
-
.e-listbox-wrapper.e-
|
|
3522
|
-
.e-listbox-container.e-
|
|
3523
|
-
.e-listboxtool-wrapper.e-
|
|
3524
|
-
|
|
3481
|
+
.e-listbox-wrapper .e-has-header > .e-view,
|
|
3482
|
+
.e-listbox-container .e-has-header > .e-view,
|
|
3483
|
+
.e-listboxtool-wrapper .e-has-header > .e-view {
|
|
3484
|
+
top: 45px;
|
|
3525
3485
|
}
|
|
3526
|
-
.e-listbox-wrapper
|
|
3527
|
-
.e-listbox-container
|
|
3528
|
-
.e-listboxtool-wrapper
|
|
3529
|
-
|
|
3530
|
-
|
|
3531
|
-
font-size: 18px;
|
|
3532
|
-
font-weight: 500;
|
|
3533
|
-
margin: 0;
|
|
3534
|
-
overflow: hidden;
|
|
3535
|
-
padding: 0.038em 0;
|
|
3536
|
-
text-overflow: ellipsis;
|
|
3537
|
-
white-space: nowrap;
|
|
3486
|
+
.e-listbox-wrapper .e-but-back,
|
|
3487
|
+
.e-listbox-container .e-but-back,
|
|
3488
|
+
.e-listboxtool-wrapper .e-but-back {
|
|
3489
|
+
cursor: pointer;
|
|
3490
|
+
padding-right: 10px;
|
|
3538
3491
|
}
|
|
3539
|
-
.e-listbox-wrapper
|
|
3540
|
-
.e-listbox-container
|
|
3541
|
-
.e-listboxtool-wrapper
|
|
3542
|
-
|
|
3543
|
-
|
|
3544
|
-
font-size: 14px;
|
|
3545
|
-
margin: 0;
|
|
3546
|
-
padding: 0.038em 0;
|
|
3547
|
-
word-wrap: break-word;
|
|
3492
|
+
.e-listbox-wrapper .e-list-group-item:first-child,
|
|
3493
|
+
.e-listbox-container .e-list-group-item:first-child,
|
|
3494
|
+
.e-listboxtool-wrapper .e-list-group-item:first-child {
|
|
3495
|
+
border: 0;
|
|
3496
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.13);
|
|
3548
3497
|
}
|
|
3549
|
-
.e-listbox-wrapper
|
|
3550
|
-
.e-listbox-container
|
|
3551
|
-
.e-listboxtool-wrapper
|
|
3552
|
-
|
|
3553
|
-
|
|
3554
|
-
|
|
3498
|
+
.e-listbox-wrapper .e-list-group-item,
|
|
3499
|
+
.e-listbox-container .e-list-group-item,
|
|
3500
|
+
.e-listboxtool-wrapper .e-list-group-item {
|
|
3501
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.13);
|
|
3502
|
+
border-top: 0 solid;
|
|
3503
|
+
font-weight: 600;
|
|
3504
|
+
height: 40px;
|
|
3505
|
+
line-height: 1.5;
|
|
3506
|
+
padding: 10px 16px 10px 16px;
|
|
3555
3507
|
}
|
|
3556
|
-
.e-listbox-wrapper
|
|
3557
|
-
.e-listbox-container
|
|
3558
|
-
.e-listboxtool-wrapper
|
|
3559
|
-
|
|
3560
|
-
|
|
3508
|
+
.e-listbox-wrapper .e-icon-collapsible,
|
|
3509
|
+
.e-listbox-container .e-icon-collapsible,
|
|
3510
|
+
.e-listboxtool-wrapper .e-icon-collapsible {
|
|
3511
|
+
cursor: pointer;
|
|
3512
|
+
font-size: 12px;
|
|
3561
3513
|
position: absolute;
|
|
3562
|
-
|
|
3563
|
-
|
|
3514
|
+
right: 0%;
|
|
3515
|
+
top: 50%;
|
|
3516
|
+
-webkit-transform: translateY(-50%);
|
|
3517
|
+
transform: translateY(-50%);
|
|
3564
3518
|
}
|
|
3565
|
-
.e-listbox-wrapper
|
|
3566
|
-
.e-listbox-container
|
|
3567
|
-
.e-listboxtool-wrapper
|
|
3568
|
-
|
|
3569
|
-
|
|
3519
|
+
.e-listbox-wrapper .e-text-content,
|
|
3520
|
+
.e-listbox-container .e-text-content,
|
|
3521
|
+
.e-listboxtool-wrapper .e-text-content {
|
|
3522
|
+
height: 100%;
|
|
3523
|
+
position: relative;
|
|
3524
|
+
vertical-align: middle;
|
|
3570
3525
|
}
|
|
3571
|
-
.e-listbox-wrapper.e-
|
|
3572
|
-
.e-listbox-container.e-
|
|
3573
|
-
.e-listboxtool-wrapper
|
|
3574
|
-
|
|
3575
|
-
|
|
3526
|
+
.e-listbox-wrapper .e-text-content *,
|
|
3527
|
+
.e-listbox-container .e-text-content *,
|
|
3528
|
+
.e-listboxtool-wrapper .e-text-content * {
|
|
3529
|
+
display: inline-block;
|
|
3530
|
+
vertical-align: middle;
|
|
3576
3531
|
}
|
|
3577
|
-
.e-listbox-wrapper
|
|
3578
|
-
.e-listbox-container
|
|
3579
|
-
.e-listboxtool-wrapper
|
|
3580
|
-
|
|
3581
|
-
left: 1.0667em;
|
|
3582
|
-
position: absolute;
|
|
3583
|
-
width: 2.8571em;
|
|
3584
|
-
right: 1.0667em;
|
|
3532
|
+
.e-listbox-wrapper .e-text-content.e-checkbox .e-list-text,
|
|
3533
|
+
.e-listbox-container .e-text-content.e-checkbox .e-list-text,
|
|
3534
|
+
.e-listboxtool-wrapper .e-text-content.e-checkbox .e-list-text {
|
|
3535
|
+
width: calc(100% - 40px);
|
|
3585
3536
|
}
|
|
3586
|
-
.e-listbox-wrapper
|
|
3587
|
-
.e-listbox-container.e-
|
|
3588
|
-
.e-
|
|
3589
|
-
|
|
3590
|
-
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
3591
|
-
top: 0.7142em;
|
|
3537
|
+
.e-listbox-wrapper .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text,
|
|
3538
|
+
.e-listbox-container .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text,
|
|
3539
|
+
.e-listboxtool-wrapper .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text {
|
|
3540
|
+
width: calc(100% - 90px);
|
|
3592
3541
|
}
|
|
3593
|
-
.e-listbox-wrapper.e-
|
|
3594
|
-
.e-listbox-container.e-
|
|
3595
|
-
.e-listboxtool-wrapper.e-
|
|
3596
|
-
|
|
3597
|
-
height: 1.333em;
|
|
3598
|
-
line-height: 1.433em;
|
|
3599
|
-
padding: 0;
|
|
3600
|
-
position: absolute;
|
|
3601
|
-
right: 1em;
|
|
3602
|
-
top: 50%;
|
|
3603
|
-
-webkit-transform: translateY(-50%);
|
|
3604
|
-
transform: translateY(-50%);
|
|
3605
|
-
width: 2em;
|
|
3542
|
+
.e-listbox-wrapper .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text,
|
|
3543
|
+
.e-listbox-container .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text,
|
|
3544
|
+
.e-listboxtool-wrapper .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text {
|
|
3545
|
+
width: calc(100% - 80px);
|
|
3606
3546
|
}
|
|
3607
|
-
.e-listbox-wrapper.e-list-
|
|
3608
|
-
.e-listbox-container.e-list-
|
|
3609
|
-
.e-listboxtool-wrapper.e-list-
|
|
3610
|
-
|
|
3611
|
-
padding-right: 3.9285em;
|
|
3547
|
+
.e-listbox-wrapper .e-list-item.e-checklist.e-has-child .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text,
|
|
3548
|
+
.e-listbox-container .e-list-item.e-checklist.e-has-child .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text,
|
|
3549
|
+
.e-listboxtool-wrapper .e-list-item.e-checklist.e-has-child .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text {
|
|
3550
|
+
width: calc(100% - 92px);
|
|
3612
3551
|
}
|
|
3613
|
-
.e-listbox-wrapper.e-
|
|
3614
|
-
.e-listbox-container.e-
|
|
3615
|
-
.e-listboxtool-wrapper.e-
|
|
3616
|
-
|
|
3617
|
-
padding-right: 3.9285em;
|
|
3552
|
+
.e-listbox-wrapper .e-checkbox .e-checkbox-left,
|
|
3553
|
+
.e-listbox-container .e-checkbox .e-checkbox-left,
|
|
3554
|
+
.e-listboxtool-wrapper .e-checkbox .e-checkbox-left {
|
|
3555
|
+
margin: 0 10px 0 0;
|
|
3618
3556
|
}
|
|
3619
|
-
.e-listbox-wrapper
|
|
3620
|
-
.e-listbox-container
|
|
3621
|
-
.e-listboxtool-wrapper
|
|
3622
|
-
|
|
3623
|
-
|
|
3557
|
+
.e-listbox-wrapper .e-checkbox .e-checkbox-right,
|
|
3558
|
+
.e-listbox-container .e-checkbox .e-checkbox-right,
|
|
3559
|
+
.e-listboxtool-wrapper .e-checkbox .e-checkbox-right {
|
|
3560
|
+
margin: 0 0 0 10px;
|
|
3561
|
+
}
|
|
3562
|
+
.e-listbox-wrapper .e-list-text,
|
|
3563
|
+
.e-listbox-container .e-list-text,
|
|
3564
|
+
.e-listboxtool-wrapper .e-list-text {
|
|
3565
|
+
cursor: pointer;
|
|
3566
|
+
display: inline-block;
|
|
3624
3567
|
overflow: hidden;
|
|
3625
|
-
padding: 0.83em 0;
|
|
3626
3568
|
text-overflow: ellipsis;
|
|
3569
|
+
vertical-align: top;
|
|
3627
3570
|
white-space: nowrap;
|
|
3571
|
+
width: 100%;
|
|
3628
3572
|
}
|
|
3629
|
-
.e-listbox-wrapper.e-list-
|
|
3630
|
-
.e-listbox-container
|
|
3631
|
-
.e-listbox-container
|
|
3632
|
-
.e-
|
|
3633
|
-
.e-listboxtool-wrapper
|
|
3634
|
-
|
|
3573
|
+
.e-listbox-wrapper .e-list-icon + .e-list-text, .e-listbox-wrapper .e-icon-wrapper .e-list-text, .e-listbox-wrapper .e-icon-wrapper.e-text-content.e-checkbox .e-list-text,
|
|
3574
|
+
.e-listbox-container .e-list-icon + .e-list-text,
|
|
3575
|
+
.e-listbox-container .e-icon-wrapper .e-list-text,
|
|
3576
|
+
.e-listbox-container .e-icon-wrapper.e-text-content.e-checkbox .e-list-text,
|
|
3577
|
+
.e-listboxtool-wrapper .e-list-icon + .e-list-text,
|
|
3578
|
+
.e-listboxtool-wrapper .e-icon-wrapper .e-list-text,
|
|
3579
|
+
.e-listboxtool-wrapper .e-icon-wrapper.e-text-content.e-checkbox .e-list-text {
|
|
3580
|
+
width: calc(100% - 60px);
|
|
3635
3581
|
}
|
|
3636
|
-
.e-listbox-wrapper
|
|
3637
|
-
.e-listbox-container
|
|
3638
|
-
.e-
|
|
3639
|
-
|
|
3640
|
-
|
|
3641
|
-
|
|
3582
|
+
.e-listbox-wrapper .e-list-icon,
|
|
3583
|
+
.e-listbox-container .e-list-icon,
|
|
3584
|
+
.e-listboxtool-wrapper .e-list-icon {
|
|
3585
|
+
height: 30px;
|
|
3586
|
+
margin-right: 10px;
|
|
3587
|
+
width: 30px;
|
|
3642
3588
|
}
|
|
3643
|
-
.e-listbox-wrapper
|
|
3644
|
-
.e-listbox-container
|
|
3645
|
-
.e-listboxtool-wrapper
|
|
3646
|
-
|
|
3647
|
-
|
|
3589
|
+
.e-listbox-wrapper .e-content,
|
|
3590
|
+
.e-listbox-container .e-content,
|
|
3591
|
+
.e-listboxtool-wrapper .e-content {
|
|
3592
|
+
overflow: hidden;
|
|
3593
|
+
position: relative;
|
|
3648
3594
|
}
|
|
3649
|
-
.e-listbox-wrapper.e-
|
|
3650
|
-
.e-listbox-container.e-
|
|
3651
|
-
.e-listboxtool-wrapper.e-
|
|
3652
|
-
|
|
3653
|
-
|
|
3595
|
+
.e-listbox-wrapper .e-list-header .e-text,
|
|
3596
|
+
.e-listbox-container .e-list-header .e-text,
|
|
3597
|
+
.e-listboxtool-wrapper .e-list-header .e-text {
|
|
3598
|
+
cursor: pointer;
|
|
3599
|
+
text-indent: 0;
|
|
3654
3600
|
}
|
|
3655
|
-
.e-listbox-wrapper.e-
|
|
3656
|
-
.e-listbox-container.e-
|
|
3657
|
-
.e-listboxtool-wrapper.e-
|
|
3658
|
-
|
|
3659
|
-
|
|
3601
|
+
.e-listbox-wrapper .e-text .e-headertext,
|
|
3602
|
+
.e-listbox-container .e-text .e-headertext,
|
|
3603
|
+
.e-listboxtool-wrapper .e-text .e-headertext {
|
|
3604
|
+
display: inline-block;
|
|
3605
|
+
line-height: 1.2;
|
|
3660
3606
|
}
|
|
3661
|
-
.e-listbox-wrapper.e-rtl
|
|
3662
|
-
.e-listbox-container.e-rtl
|
|
3663
|
-
.e-listboxtool-wrapper.e-rtl
|
|
3664
|
-
|
|
3665
|
-
right: inherit;
|
|
3607
|
+
.e-listbox-wrapper.e-rtl,
|
|
3608
|
+
.e-listbox-container.e-rtl,
|
|
3609
|
+
.e-listboxtool-wrapper.e-rtl {
|
|
3610
|
+
direction: rtl;
|
|
3666
3611
|
}
|
|
3667
|
-
.e-listbox-wrapper.e-rtl
|
|
3668
|
-
.e-listbox-container.e-rtl
|
|
3669
|
-
.e-listboxtool-wrapper.e-rtl
|
|
3670
|
-
left:
|
|
3671
|
-
right:
|
|
3612
|
+
.e-listbox-wrapper.e-rtl .e-list-icon,
|
|
3613
|
+
.e-listbox-container.e-rtl .e-list-icon,
|
|
3614
|
+
.e-listboxtool-wrapper.e-rtl .e-list-icon {
|
|
3615
|
+
margin-left: 16px;
|
|
3616
|
+
margin-right: 0;
|
|
3672
3617
|
}
|
|
3673
|
-
.e-listbox-wrapper.e-rtl
|
|
3674
|
-
.e-listbox-container.e-rtl
|
|
3675
|
-
.e-listboxtool-wrapper.e-rtl
|
|
3676
|
-
|
|
3677
|
-
|
|
3618
|
+
.e-listbox-wrapper.e-rtl .e-icon-collapsible,
|
|
3619
|
+
.e-listbox-container.e-rtl .e-icon-collapsible,
|
|
3620
|
+
.e-listboxtool-wrapper.e-rtl .e-icon-collapsible {
|
|
3621
|
+
left: 0%;
|
|
3622
|
+
right: initial;
|
|
3623
|
+
top: 50%;
|
|
3624
|
+
-webkit-transform: translateY(-50%) rotate(180deg);
|
|
3625
|
+
transform: translateY(-50%) rotate(180deg);
|
|
3678
3626
|
}
|
|
3679
|
-
.e-listbox-wrapper.e-rtl.e-list-
|
|
3680
|
-
.e-listbox-container.e-rtl.e-list-
|
|
3681
|
-
.e-listboxtool-wrapper.e-rtl.e-list-
|
|
3682
|
-
|
|
3683
|
-
padding-right: 1.0714em;
|
|
3627
|
+
.e-listbox-wrapper.e-rtl .e-list-header .e-text,
|
|
3628
|
+
.e-listbox-container.e-rtl .e-list-header .e-text,
|
|
3629
|
+
.e-listboxtool-wrapper.e-rtl .e-list-header .e-text {
|
|
3630
|
+
cursor: pointer;
|
|
3684
3631
|
}
|
|
3685
|
-
|
|
3686
|
-
.e-listbox-container.e-
|
|
3687
|
-
|
|
3632
|
+
.e-listbox-wrapper.e-rtl .e-but-back,
|
|
3633
|
+
.e-listbox-container.e-rtl .e-but-back,
|
|
3634
|
+
.e-listboxtool-wrapper.e-rtl .e-but-back {
|
|
3635
|
+
-webkit-transform: rotate(180deg);
|
|
3636
|
+
transform: rotate(180deg);
|
|
3688
3637
|
}
|
|
3689
|
-
|
|
3690
|
-
.e-listbox-container.e-
|
|
3691
|
-
|
|
3638
|
+
.e-listbox-wrapper.e-rtl .e-icon-back,
|
|
3639
|
+
.e-listbox-container.e-rtl .e-icon-back,
|
|
3640
|
+
.e-listboxtool-wrapper.e-rtl .e-icon-back {
|
|
3641
|
+
margin-top: 0;
|
|
3692
3642
|
}
|
|
3693
|
-
|
|
3694
|
-
.e-listbox-
|
|
3695
|
-
|
|
3643
|
+
.e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-left,
|
|
3644
|
+
.e-listbox-wrapper.e-rtl .e-checkbox-wrapper,
|
|
3645
|
+
.e-listbox-container.e-rtl .e-checkbox .e-checkbox-left,
|
|
3646
|
+
.e-listbox-container.e-rtl .e-checkbox-wrapper,
|
|
3647
|
+
.e-listboxtool-wrapper.e-rtl .e-checkbox .e-checkbox-left,
|
|
3648
|
+
.e-listboxtool-wrapper.e-rtl .e-checkbox-wrapper {
|
|
3649
|
+
margin: 0 0 0 10px;
|
|
3696
3650
|
}
|
|
3697
|
-
|
|
3698
|
-
.e-listbox-container .e-
|
|
3699
|
-
|
|
3651
|
+
.e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-right,
|
|
3652
|
+
.e-listbox-container.e-rtl .e-checkbox .e-checkbox-right,
|
|
3653
|
+
.e-listboxtool-wrapper.e-rtl .e-checkbox .e-checkbox-right {
|
|
3654
|
+
margin: 0 10px 0 0;
|
|
3700
3655
|
}
|
|
3701
|
-
|
|
3702
|
-
|
|
3703
|
-
.e-
|
|
3704
|
-
|
|
3705
|
-
|
|
3706
|
-
-
|
|
3707
|
-
-webkit-box-sizing: border-box;
|
|
3708
|
-
box-sizing: border-box;
|
|
3709
|
-
cursor: pointer;
|
|
3710
|
-
display: block;
|
|
3711
|
-
position: relative;
|
|
3712
|
-
-webkit-user-select: none;
|
|
3713
|
-
-moz-user-select: none;
|
|
3714
|
-
-ms-user-select: none;
|
|
3715
|
-
user-select: none;
|
|
3716
|
-
width: 100%;
|
|
3656
|
+
.e-listbox-wrapper .e-checkbox-wrapper,
|
|
3657
|
+
.e-listbox-container .e-checkbox-wrapper,
|
|
3658
|
+
.e-listboxtool-wrapper .e-checkbox-wrapper {
|
|
3659
|
+
margin: 0 10px 0 0;
|
|
3660
|
+
text-indent: 0;
|
|
3661
|
+
vertical-align: middle;
|
|
3717
3662
|
}
|
|
3718
|
-
.e-listbox-wrapper
|
|
3719
|
-
.e-listbox-container
|
|
3720
|
-
.e-listboxtool-wrapper
|
|
3721
|
-
|
|
3722
|
-
|
|
3663
|
+
.e-listbox-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
3664
|
+
.e-listbox-container.e-checkbox-right .e-checkbox-wrapper,
|
|
3665
|
+
.e-listboxtool-wrapper.e-checkbox-right .e-checkbox-wrapper {
|
|
3666
|
+
position: absolute;
|
|
3667
|
+
right: 0;
|
|
3668
|
+
top: 30%;
|
|
3723
3669
|
}
|
|
3724
|
-
.e-listbox-wrapper
|
|
3725
|
-
.e-listbox-container
|
|
3726
|
-
.e-listboxtool-wrapper
|
|
3727
|
-
|
|
3670
|
+
.e-listbox-wrapper .e-input-group,
|
|
3671
|
+
.e-listbox-container .e-input-group,
|
|
3672
|
+
.e-listboxtool-wrapper .e-input-group {
|
|
3673
|
+
padding: 4px 8px;
|
|
3728
3674
|
}
|
|
3729
|
-
.e-listbox-wrapper .e-
|
|
3730
|
-
.e-listbox-container .e-
|
|
3731
|
-
.e-
|
|
3732
|
-
|
|
3733
|
-
.e-listboxtool-wrapper:focus {
|
|
3734
|
-
outline: none;
|
|
3675
|
+
.e-listbox-wrapper .e-input-focus,
|
|
3676
|
+
.e-listbox-container .e-input-focus,
|
|
3677
|
+
.e-listboxtool-wrapper .e-input-focus {
|
|
3678
|
+
padding: 4px 4px 4px 8px;
|
|
3735
3679
|
}
|
|
3736
|
-
.e-listbox-wrapper.e-
|
|
3737
|
-
.e-listbox-container.e-
|
|
3738
|
-
.e-listboxtool-wrapper.e-
|
|
3739
|
-
|
|
3740
|
-
|
|
3680
|
+
.e-listbox-wrapper .e-hidden-select,
|
|
3681
|
+
.e-listbox-container .e-hidden-select,
|
|
3682
|
+
.e-listboxtool-wrapper .e-hidden-select {
|
|
3683
|
+
height: 1px;
|
|
3684
|
+
opacity: 0;
|
|
3685
|
+
position: absolute;
|
|
3686
|
+
width: 100%;
|
|
3741
3687
|
}
|
|
3742
|
-
.e-listbox-wrapper
|
|
3743
|
-
.e-listbox-container
|
|
3744
|
-
.e-listboxtool-wrapper
|
|
3745
|
-
|
|
3688
|
+
.e-listbox-wrapper .e-placeholder,
|
|
3689
|
+
.e-listbox-container .e-placeholder,
|
|
3690
|
+
.e-listboxtool-wrapper .e-placeholder {
|
|
3691
|
+
background-color: #007bff;
|
|
3692
|
+
display: block;
|
|
3693
|
+
height: 1px;
|
|
3746
3694
|
}
|
|
3747
|
-
|
|
3748
|
-
|
|
3749
|
-
|
|
3750
|
-
height: 100%;
|
|
3751
|
-
min-height: 40px;
|
|
3695
|
+
|
|
3696
|
+
ejs-listbox {
|
|
3697
|
+
display: block;
|
|
3752
3698
|
}
|
|
3753
|
-
|
|
3754
|
-
.e-listbox-
|
|
3755
|
-
.e-
|
|
3756
|
-
|
|
3757
|
-
outline: none;
|
|
3699
|
+
|
|
3700
|
+
.e-listbox-wrapper:not(.e-listbox-container),
|
|
3701
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3702
|
+
overflow: auto;
|
|
3758
3703
|
}
|
|
3759
|
-
|
|
3760
|
-
.e-listbox-
|
|
3761
|
-
.e-
|
|
3762
|
-
|
|
3704
|
+
|
|
3705
|
+
.e-listbox-wrapper.e-sortableclone,
|
|
3706
|
+
.e-listbox-container.e-sortableclone,
|
|
3707
|
+
.e-listboxtool-wrapper.e-sortableclone {
|
|
3708
|
+
border-width: 0;
|
|
3709
|
+
overflow: visible;
|
|
3763
3710
|
}
|
|
3764
|
-
.e-listbox-wrapper .e-
|
|
3765
|
-
.e-listbox-container .e-
|
|
3766
|
-
.e-listboxtool-wrapper .e-
|
|
3767
|
-
|
|
3711
|
+
.e-listbox-wrapper.e-sortableclone .e-list-item,
|
|
3712
|
+
.e-listbox-container.e-sortableclone .e-list-item,
|
|
3713
|
+
.e-listboxtool-wrapper.e-sortableclone .e-list-item {
|
|
3714
|
+
list-style-type: none;
|
|
3715
|
+
height: 38px !important; /* stylelint-disable-line declaration-no-important */
|
|
3768
3716
|
}
|
|
3769
|
-
.e-listbox-wrapper .e-
|
|
3770
|
-
.e-listbox-container .e-
|
|
3771
|
-
.e-listboxtool-wrapper .e-
|
|
3772
|
-
|
|
3773
|
-
padding: 0;
|
|
3717
|
+
.e-listbox-wrapper.e-sortableclone .e-ripple,
|
|
3718
|
+
.e-listbox-container.e-sortableclone .e-ripple,
|
|
3719
|
+
.e-listboxtool-wrapper.e-sortableclone .e-ripple {
|
|
3720
|
+
overflow: visible;
|
|
3774
3721
|
}
|
|
3775
|
-
.e-listbox-wrapper
|
|
3776
|
-
.e-listbox-container .e-
|
|
3777
|
-
.e-
|
|
3778
|
-
.e-listboxtool-wrapper .e-list-header .e-text.header,
|
|
3779
|
-
.e-listboxtool-wrapper .e-list-header .e-headertemplate-text.nested-header {
|
|
3722
|
+
.e-listbox-wrapper.e-sortableclone .e-ripple .e-ripple-element,
|
|
3723
|
+
.e-listbox-container.e-sortableclone .e-ripple .e-ripple-element,
|
|
3724
|
+
.e-listboxtool-wrapper.e-sortableclone .e-ripple .e-ripple-element {
|
|
3780
3725
|
display: none;
|
|
3781
3726
|
}
|
|
3782
|
-
.e-listbox-wrapper .e-
|
|
3783
|
-
.e-listbox-container .e-
|
|
3784
|
-
.e-listboxtool-wrapper .e-
|
|
3785
|
-
margin-top: 0;
|
|
3786
|
-
}
|
|
3787
|
-
.e-listbox-wrapper .e-list-header,
|
|
3788
|
-
.e-listbox-container .e-list-header,
|
|
3789
|
-
.e-listboxtool-wrapper .e-list-header {
|
|
3727
|
+
.e-listbox-wrapper.e-sortableclone .e-list-badge,
|
|
3728
|
+
.e-listbox-container.e-sortableclone .e-list-badge,
|
|
3729
|
+
.e-listboxtool-wrapper.e-sortableclone .e-list-badge {
|
|
3790
3730
|
-webkit-box-align: center;
|
|
3791
3731
|
-ms-flex-align: center;
|
|
3792
3732
|
align-items: center;
|
|
3793
|
-
|
|
3733
|
+
background-color: #007bff;
|
|
3734
|
+
border: 1px solid #fff;
|
|
3735
|
+
border-radius: 50%;
|
|
3736
|
+
color: #fff;
|
|
3794
3737
|
display: -webkit-box;
|
|
3795
3738
|
display: -ms-flexbox;
|
|
3796
3739
|
display: flex;
|
|
3797
|
-
font-
|
|
3798
|
-
height:
|
|
3799
|
-
|
|
3740
|
+
font-size: 12px;
|
|
3741
|
+
height: 22px;
|
|
3742
|
+
-webkit-box-pack: center;
|
|
3743
|
+
-ms-flex-pack: center;
|
|
3744
|
+
justify-content: center;
|
|
3745
|
+
position: absolute;
|
|
3746
|
+
right: -10px;
|
|
3747
|
+
top: -10px;
|
|
3748
|
+
width: 22px;
|
|
3800
3749
|
}
|
|
3801
|
-
|
|
3802
|
-
.e-
|
|
3803
|
-
|
|
3804
|
-
top: 45px;
|
|
3750
|
+
|
|
3751
|
+
.e-listboxtool-wrapper.e-sortableclone {
|
|
3752
|
+
display: block;
|
|
3805
3753
|
}
|
|
3806
|
-
|
|
3807
|
-
.e-
|
|
3808
|
-
.e-listboxtool-
|
|
3754
|
+
|
|
3755
|
+
.e-listboxtool-wrapper,
|
|
3756
|
+
.e-listboxtool-container {
|
|
3809
3757
|
cursor: pointer;
|
|
3810
|
-
|
|
3758
|
+
display: -webkit-box;
|
|
3759
|
+
display: -ms-flexbox;
|
|
3760
|
+
display: flex;
|
|
3811
3761
|
}
|
|
3812
|
-
.e-
|
|
3813
|
-
.e-
|
|
3814
|
-
|
|
3815
|
-
|
|
3816
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.13);
|
|
3762
|
+
.e-listboxtool-wrapper *,
|
|
3763
|
+
.e-listboxtool-container * {
|
|
3764
|
+
-webkit-box-sizing: border-box;
|
|
3765
|
+
box-sizing: border-box;
|
|
3817
3766
|
}
|
|
3818
|
-
.e-
|
|
3819
|
-
.e-
|
|
3820
|
-
|
|
3821
|
-
|
|
3822
|
-
border-top: 0 solid;
|
|
3823
|
-
font-weight: 600;
|
|
3824
|
-
height: 40px;
|
|
3825
|
-
line-height: 1.5;
|
|
3826
|
-
padding: 10px 16px 10px 16px;
|
|
3767
|
+
.e-listboxtool-wrapper.e-disabled,
|
|
3768
|
+
.e-listboxtool-container.e-disabled {
|
|
3769
|
+
cursor: default;
|
|
3770
|
+
pointer-events: none;
|
|
3827
3771
|
}
|
|
3828
|
-
.e-
|
|
3829
|
-
.e-
|
|
3830
|
-
.e-listboxtool-
|
|
3831
|
-
|
|
3832
|
-
|
|
3833
|
-
|
|
3834
|
-
|
|
3835
|
-
top: 50%;
|
|
3836
|
-
-webkit-transform: translateY(-50%);
|
|
3837
|
-
transform: translateY(-50%);
|
|
3772
|
+
.e-listboxtool-wrapper .e-listbox-wrapper,
|
|
3773
|
+
.e-listboxtool-wrapper .e-list-wrap,
|
|
3774
|
+
.e-listboxtool-container .e-listbox-wrapper,
|
|
3775
|
+
.e-listboxtool-container .e-list-wrap {
|
|
3776
|
+
-webkit-box-flex: 1;
|
|
3777
|
+
-ms-flex: 1;
|
|
3778
|
+
flex: 1;
|
|
3838
3779
|
}
|
|
3839
|
-
.e-
|
|
3840
|
-
.e-
|
|
3841
|
-
|
|
3842
|
-
height: 100%;
|
|
3843
|
-
position: relative;
|
|
3844
|
-
vertical-align: middle;
|
|
3780
|
+
.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
3781
|
+
.e-listboxtool-container.e-right .e-listbox-tool {
|
|
3782
|
+
margin-left: 15px;
|
|
3845
3783
|
}
|
|
3846
|
-
.e-
|
|
3847
|
-
.e-
|
|
3848
|
-
|
|
3849
|
-
display: inline-block;
|
|
3850
|
-
vertical-align: middle;
|
|
3784
|
+
.e-listboxtool-wrapper.e-left .e-listbox-tool,
|
|
3785
|
+
.e-listboxtool-container.e-left .e-listbox-tool {
|
|
3786
|
+
margin-right: 15px;
|
|
3851
3787
|
}
|
|
3852
|
-
.e-
|
|
3853
|
-
.e-
|
|
3854
|
-
|
|
3855
|
-
|
|
3788
|
+
.e-listboxtool-wrapper .e-listbox-tool,
|
|
3789
|
+
.e-listboxtool-container .e-listbox-tool {
|
|
3790
|
+
border: 1px solid #dee2e6;
|
|
3791
|
+
overflow: auto;
|
|
3792
|
+
padding: 8px;
|
|
3856
3793
|
}
|
|
3857
|
-
.e-
|
|
3858
|
-
.e-
|
|
3859
|
-
|
|
3860
|
-
|
|
3794
|
+
.e-listboxtool-wrapper .e-listbox-tool .e-btn,
|
|
3795
|
+
.e-listboxtool-container .e-listbox-tool .e-btn {
|
|
3796
|
+
display: list-item;
|
|
3797
|
+
list-style-type: none;
|
|
3798
|
+
margin-bottom: 10px;
|
|
3861
3799
|
}
|
|
3862
|
-
.e-
|
|
3863
|
-
.e-
|
|
3864
|
-
|
|
3865
|
-
|
|
3800
|
+
.e-listboxtool-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
3801
|
+
.e-listboxtool-container.e-checkbox-right .e-checkbox-wrapper {
|
|
3802
|
+
position: absolute;
|
|
3803
|
+
right: 0;
|
|
3804
|
+
top: 30%;
|
|
3866
3805
|
}
|
|
3867
|
-
|
|
3868
|
-
.e-
|
|
3869
|
-
.e-
|
|
3870
|
-
|
|
3806
|
+
|
|
3807
|
+
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
3808
|
+
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
3809
|
+
margin-right: 15px;
|
|
3810
|
+
}
|
|
3811
|
+
.e-rtl.e-listboxtool-wrapper.e-left .e-listbox-tool,
|
|
3812
|
+
.e-rtl.e-listboxtool-container.e-left .e-listbox-tool {
|
|
3813
|
+
margin-left: 15px;
|
|
3814
|
+
}
|
|
3815
|
+
|
|
3816
|
+
.e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
3817
|
+
.e-listbox-wrapper .e-list-nrt,
|
|
3818
|
+
.e-listbox-wrapper .e-selectall-parent,
|
|
3819
|
+
.e-listbox-container:not(.e-list-template) .e-list-item,
|
|
3820
|
+
.e-listbox-container .e-list-nrt,
|
|
3821
|
+
.e-listbox-container .e-selectall-parent,
|
|
3822
|
+
.e-listboxtool-wrapper .e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
3823
|
+
.e-listboxtool-wrapper .e-listbox-wrapper .e-list-nrt,
|
|
3824
|
+
.e-listboxtool-wrapper .e-listbox-wrapper .e-selectall-parent {
|
|
3825
|
+
height: 40px;
|
|
3826
|
+
line-height: 1.5;
|
|
3827
|
+
padding: 10px 16px 10px 16px;
|
|
3828
|
+
position: relative;
|
|
3829
|
+
}
|
|
3830
|
+
.e-listbox-wrapper .e-list-icon,
|
|
3831
|
+
.e-listbox-container .e-list-icon,
|
|
3832
|
+
.e-listboxtool-wrapper .e-listbox-wrapper .e-list-icon {
|
|
3833
|
+
display: inline;
|
|
3834
|
+
vertical-align: middle;
|
|
3835
|
+
width: auto;
|
|
3836
|
+
height: auto;
|
|
3837
|
+
padding-bottom: 1px;
|
|
3871
3838
|
}
|
|
3872
|
-
|
|
3873
|
-
.e-listbox-
|
|
3874
|
-
.e-
|
|
3875
|
-
|
|
3839
|
+
|
|
3840
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3841
|
+
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
3842
|
+
height: calc(100% - 43px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3876
3843
|
}
|
|
3877
|
-
|
|
3878
|
-
.e-listbox-container .e-
|
|
3879
|
-
|
|
3880
|
-
margin: 0 0 0 10px;
|
|
3844
|
+
|
|
3845
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3846
|
+
height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3881
3847
|
}
|
|
3882
|
-
|
|
3883
|
-
.e-listbox-container .e-list-
|
|
3884
|
-
|
|
3885
|
-
cursor: pointer;
|
|
3886
|
-
display: inline-block;
|
|
3887
|
-
overflow: hidden;
|
|
3888
|
-
text-overflow: ellipsis;
|
|
3889
|
-
vertical-align: top;
|
|
3890
|
-
white-space: nowrap;
|
|
3891
|
-
width: 100%;
|
|
3848
|
+
|
|
3849
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3850
|
+
height: calc(100% - 51px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3892
3851
|
}
|
|
3893
|
-
|
|
3894
|
-
.e-listbox-container .e-
|
|
3895
|
-
|
|
3896
|
-
.e-listbox-container .e-icon-wrapper.e-text-content.e-checkbox .e-list-text,
|
|
3897
|
-
.e-listboxtool-wrapper .e-list-icon + .e-list-text,
|
|
3898
|
-
.e-listboxtool-wrapper .e-icon-wrapper .e-list-text,
|
|
3899
|
-
.e-listboxtool-wrapper .e-icon-wrapper.e-text-content.e-checkbox .e-list-text {
|
|
3900
|
-
width: calc(100% - 60px);
|
|
3852
|
+
|
|
3853
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3854
|
+
height: calc(100% - 90.5px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3901
3855
|
}
|
|
3902
|
-
|
|
3903
|
-
.e-listbox-
|
|
3904
|
-
.e-listboxtool-
|
|
3905
|
-
|
|
3906
|
-
|
|
3907
|
-
width: 30px;
|
|
3856
|
+
|
|
3857
|
+
.e-listbox-wrapper,
|
|
3858
|
+
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
3859
|
+
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
3860
|
+
border: 1px solid #dee2e6;
|
|
3908
3861
|
}
|
|
3909
|
-
|
|
3910
|
-
.e-listbox-
|
|
3911
|
-
.e-
|
|
3912
|
-
|
|
3913
|
-
|
|
3862
|
+
|
|
3863
|
+
.e-listbox-wrapper,
|
|
3864
|
+
.e-listbox-container,
|
|
3865
|
+
.e-listboxtool-wrapper {
|
|
3866
|
+
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
3867
|
+
font-size: 14px;
|
|
3914
3868
|
}
|
|
3915
|
-
.e-listbox-wrapper .e-list-header
|
|
3916
|
-
.e-listbox-container .e-list-header
|
|
3917
|
-
.e-listboxtool-wrapper .e-list-header
|
|
3918
|
-
|
|
3919
|
-
|
|
3869
|
+
.e-listbox-wrapper .e-list-header,
|
|
3870
|
+
.e-listbox-container .e-list-header,
|
|
3871
|
+
.e-listboxtool-wrapper .e-list-header {
|
|
3872
|
+
background-color: #fff;
|
|
3873
|
+
border-color: rgba(0, 0, 0, 0.13);
|
|
3874
|
+
color: #212529;
|
|
3875
|
+
font-size: 16px;
|
|
3920
3876
|
}
|
|
3921
|
-
|
|
3922
|
-
.e-listbox-
|
|
3923
|
-
.e-
|
|
3924
|
-
|
|
3925
|
-
|
|
3877
|
+
|
|
3878
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3879
|
+
.e-listbox-container.e-filter-list .e-list-parent,
|
|
3880
|
+
.e-listboxtool-wrapper.e-filter-list .e-list-parent {
|
|
3881
|
+
height: calc(100% - 51px);
|
|
3926
3882
|
}
|
|
3927
|
-
|
|
3928
|
-
.e-listbox-
|
|
3929
|
-
.e-
|
|
3930
|
-
|
|
3883
|
+
|
|
3884
|
+
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3885
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3886
|
+
.e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3887
|
+
height: calc(100% - 41px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3931
3888
|
}
|
|
3932
|
-
|
|
3933
|
-
.e-listbox-
|
|
3934
|
-
.e-
|
|
3935
|
-
|
|
3936
|
-
|
|
3889
|
+
|
|
3890
|
+
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
3891
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent,
|
|
3892
|
+
.e-listboxtool-wrapper .e-selectall-parent + .e-list-parent {
|
|
3893
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3937
3894
|
}
|
|
3938
|
-
|
|
3939
|
-
.e-listbox-
|
|
3940
|
-
.e-
|
|
3941
|
-
|
|
3942
|
-
|
|
3943
|
-
|
|
3944
|
-
-
|
|
3945
|
-
|
|
3895
|
+
|
|
3896
|
+
.e-listbox-wrapper .e-list-item,
|
|
3897
|
+
.e-listbox-container .e-list-item,
|
|
3898
|
+
.e-listboxtool-wrapper .e-list-item {
|
|
3899
|
+
background-color: #fff;
|
|
3900
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.13);
|
|
3901
|
+
border-left: 0 solid rgba(0, 0, 0, 0.13);
|
|
3902
|
+
border-right: 0 solid rgba(0, 0, 0, 0.13);
|
|
3903
|
+
border-top: 0 solid transparent;
|
|
3904
|
+
color: #212529;
|
|
3946
3905
|
}
|
|
3947
|
-
|
|
3948
|
-
.e-listbox-
|
|
3949
|
-
.e-
|
|
3950
|
-
|
|
3906
|
+
|
|
3907
|
+
.e-listbox-wrapper .e-list-item:hover:not(.e-selected):not(.e-disabled), .e-listbox-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled),
|
|
3908
|
+
.e-listbox-container .e-list-item:hover:not(.e-selected):not(.e-disabled),
|
|
3909
|
+
.e-listbox-container .e-list-item:hover.e-selected.e-checklist:not(.e-disabled),
|
|
3910
|
+
.e-listboxtool-wrapper .e-list-item:hover:not(.e-selected):not(.e-disabled),
|
|
3911
|
+
.e-listboxtool-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled) {
|
|
3912
|
+
background-color: rgb(233.125, 236.25, 239.375);
|
|
3913
|
+
border-color: transparent;
|
|
3914
|
+
color: #212529;
|
|
3951
3915
|
}
|
|
3952
|
-
|
|
3953
|
-
.e-listbox-
|
|
3954
|
-
.e-
|
|
3955
|
-
|
|
3956
|
-
|
|
3916
|
+
|
|
3917
|
+
.e-listbox-wrapper .e-list-item.e-selected.e-checklist,
|
|
3918
|
+
.e-listbox-container .e-list-item.e-selected.e-checklist,
|
|
3919
|
+
.e-listboxtool-wrapper .e-list-item.e-selected.e-checklist {
|
|
3920
|
+
background-color: #fff;
|
|
3921
|
+
color: #212529;
|
|
3957
3922
|
}
|
|
3958
|
-
|
|
3959
|
-
.e-listbox-
|
|
3960
|
-
.e-
|
|
3961
|
-
|
|
3923
|
+
|
|
3924
|
+
.e-listbox-wrapper .e-list-item.e-focused, .e-listbox-wrapper .e-list-item.e-focused.e-selected.e-checklist, .e-listbox-wrapper .e-list-item.e-selected,
|
|
3925
|
+
.e-listbox-container .e-list-item.e-focused,
|
|
3926
|
+
.e-listbox-container .e-list-item.e-focused.e-selected.e-checklist,
|
|
3927
|
+
.e-listbox-container .e-list-item.e-selected,
|
|
3928
|
+
.e-listboxtool-wrapper .e-list-item.e-focused,
|
|
3929
|
+
.e-listboxtool-wrapper .e-list-item.e-focused.e-selected.e-checklist,
|
|
3930
|
+
.e-listboxtool-wrapper .e-list-item.e-selected {
|
|
3931
|
+
background-color: #007bff;
|
|
3932
|
+
color: #fff;
|
|
3962
3933
|
}
|
|
3963
|
-
|
|
3964
|
-
.e-listbox-wrapper.e-
|
|
3965
|
-
.e-listbox-container.e-
|
|
3966
|
-
.e-listbox-container.e-
|
|
3967
|
-
.e-listboxtool-wrapper.e-
|
|
3968
|
-
.e-listboxtool-wrapper.e-
|
|
3969
|
-
|
|
3934
|
+
|
|
3935
|
+
.e-listbox-wrapper .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check, .e-listbox-wrapper .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check,
|
|
3936
|
+
.e-listbox-container .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
|
|
3937
|
+
.e-listbox-container .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check,
|
|
3938
|
+
.e-listboxtool-wrapper .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
|
|
3939
|
+
.e-listboxtool-wrapper .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check {
|
|
3940
|
+
background-color: #fff;
|
|
3941
|
+
border-color: #fff;
|
|
3942
|
+
color: #000;
|
|
3970
3943
|
}
|
|
3971
|
-
|
|
3972
|
-
.e-listbox-
|
|
3973
|
-
.e-
|
|
3974
|
-
|
|
3944
|
+
|
|
3945
|
+
.e-listbox-wrapper .e-list-group-item,
|
|
3946
|
+
.e-listbox-container .e-list-group-item,
|
|
3947
|
+
.e-listboxtool-wrapper .e-list-group-item {
|
|
3948
|
+
background-color: #fff;
|
|
3949
|
+
border-color: rgba(0, 0, 0, 0.13);
|
|
3950
|
+
color: #6c757d;
|
|
3951
|
+
font-size: 14px;
|
|
3975
3952
|
}
|
|
3976
|
-
|
|
3977
|
-
.e-listbox-
|
|
3978
|
-
.e-
|
|
3979
|
-
|
|
3980
|
-
|
|
3981
|
-
|
|
3953
|
+
|
|
3954
|
+
.e-listbox-wrapper .e-selectall-parent,
|
|
3955
|
+
.e-listbox-container .e-selectall-parent,
|
|
3956
|
+
.e-listboxtool-wrapper .e-selectall-parent {
|
|
3957
|
+
background-color: #fff;
|
|
3958
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
|
|
3959
|
+
color: #212529;
|
|
3982
3960
|
}
|
|
3983
|
-
|
|
3984
|
-
.e-listbox-
|
|
3985
|
-
.e-
|
|
3986
|
-
|
|
3987
|
-
|
|
3988
|
-
top: 30%;
|
|
3961
|
+
|
|
3962
|
+
.e-listbox-wrapper .e-sortableclone.e-ripple .e-ripple-element,
|
|
3963
|
+
.e-listbox-container .e-sortableclone.e-ripple .e-ripple-element,
|
|
3964
|
+
.e-listboxtool-wrapper .e-sortableclone.e-ripple .e-ripple-element {
|
|
3965
|
+
background-color: transparent;
|
|
3989
3966
|
}
|
|
3990
|
-
|
|
3991
|
-
.e-listbox-
|
|
3992
|
-
.e-
|
|
3993
|
-
|
|
3967
|
+
|
|
3968
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper,
|
|
3969
|
+
.e-listbox-container.e-list-template .e-list-wrapper,
|
|
3970
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper {
|
|
3971
|
+
height: inherit;
|
|
3972
|
+
position: relative;
|
|
3994
3973
|
}
|
|
3995
|
-
.e-listbox-wrapper .e-
|
|
3996
|
-
.e-listbox-container .e-
|
|
3997
|
-
.e-listboxtool-wrapper .e-
|
|
3998
|
-
padding:
|
|
3974
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line),
|
|
3975
|
+
.e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line),
|
|
3976
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) {
|
|
3977
|
+
padding: 0.7142em 1.0714em;
|
|
3999
3978
|
}
|
|
4000
|
-
.e-listbox-wrapper .e-
|
|
4001
|
-
.e-listbox-container .e-
|
|
4002
|
-
.e-listboxtool-wrapper .e-
|
|
4003
|
-
|
|
4004
|
-
opacity: 0;
|
|
4005
|
-
position: absolute;
|
|
4006
|
-
width: 100%;
|
|
3979
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line,
|
|
3980
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line,
|
|
3981
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line {
|
|
3982
|
+
padding: 0.7142em 1.0714em;
|
|
4007
3983
|
}
|
|
4008
|
-
.e-listbox-wrapper .e-
|
|
4009
|
-
.e-listbox-container .e-
|
|
4010
|
-
.e-listboxtool-wrapper .e-
|
|
4011
|
-
|
|
3984
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header,
|
|
3985
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header,
|
|
3986
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header {
|
|
3987
|
+
color: #212529;
|
|
4012
3988
|
display: block;
|
|
4013
|
-
|
|
3989
|
+
font-size: 18px;
|
|
3990
|
+
font-weight: 500;
|
|
3991
|
+
margin: 0;
|
|
3992
|
+
overflow: hidden;
|
|
3993
|
+
padding: 0.038em 0;
|
|
3994
|
+
text-overflow: ellipsis;
|
|
3995
|
+
white-space: nowrap;
|
|
4014
3996
|
}
|
|
4015
|
-
|
|
4016
|
-
|
|
3997
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content,
|
|
3998
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content,
|
|
3999
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content {
|
|
4000
|
+
color: #212529;
|
|
4017
4001
|
display: block;
|
|
4002
|
+
font-size: 14px;
|
|
4003
|
+
margin: 0;
|
|
4004
|
+
padding: 0.038em 0;
|
|
4005
|
+
word-wrap: break-word;
|
|
4018
4006
|
}
|
|
4019
|
-
|
|
4020
|
-
.e-listbox-wrapper:not(.e-
|
|
4021
|
-
.e-
|
|
4022
|
-
overflow:
|
|
4007
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow),
|
|
4008
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow),
|
|
4009
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow) {
|
|
4010
|
+
overflow: hidden;
|
|
4011
|
+
text-overflow: ellipsis;
|
|
4012
|
+
white-space: nowrap;
|
|
4023
4013
|
}
|
|
4024
|
-
|
|
4025
|
-
.e-listbox-wrapper.e-
|
|
4026
|
-
.e-
|
|
4027
|
-
.
|
|
4028
|
-
|
|
4029
|
-
|
|
4014
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
4015
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
4016
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
|
|
4017
|
+
height: 2.8571em;
|
|
4018
|
+
left: 1.0667em;
|
|
4019
|
+
position: absolute;
|
|
4020
|
+
width: 2.8571em;
|
|
4021
|
+
left: 1.0667em;
|
|
4030
4022
|
}
|
|
4031
|
-
.e-listbox-wrapper.e-
|
|
4032
|
-
.e-listbox-container.e-
|
|
4033
|
-
.e-listboxtool-wrapper.e-
|
|
4034
|
-
|
|
4035
|
-
|
|
4023
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
4024
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
4025
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
|
|
4026
|
+
padding-left: 4.6428em;
|
|
4027
|
+
padding-right: 1.0714em;
|
|
4036
4028
|
}
|
|
4037
|
-
.e-listbox-wrapper.e-
|
|
4038
|
-
.e-listbox-container.e-
|
|
4039
|
-
.e-listboxtool-wrapper.e-
|
|
4040
|
-
|
|
4029
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
4030
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
4031
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
|
|
4032
|
+
padding-left: 1.0714em;
|
|
4033
|
+
padding-right: 4.6428em;
|
|
4041
4034
|
}
|
|
4042
|
-
.e-listbox-wrapper.e-
|
|
4043
|
-
.e-listbox-container.e-
|
|
4044
|
-
.e-listboxtool-wrapper.e-
|
|
4045
|
-
|
|
4035
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
4036
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
4037
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
4038
|
+
height: 2.8571em;
|
|
4039
|
+
left: 1.0667em;
|
|
4040
|
+
position: absolute;
|
|
4041
|
+
width: 2.8571em;
|
|
4042
|
+
right: 1.0667em;
|
|
4046
4043
|
}
|
|
4047
|
-
.e-listbox-wrapper.e-
|
|
4048
|
-
.e-listbox-container.e-
|
|
4049
|
-
.e-
|
|
4050
|
-
|
|
4051
|
-
|
|
4052
|
-
|
|
4053
|
-
|
|
4054
|
-
|
|
4055
|
-
|
|
4056
|
-
|
|
4057
|
-
|
|
4058
|
-
|
|
4059
|
-
|
|
4060
|
-
|
|
4061
|
-
height: 22px;
|
|
4062
|
-
-webkit-box-pack: center;
|
|
4063
|
-
-ms-flex-pack: center;
|
|
4064
|
-
justify-content: center;
|
|
4044
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar, .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
4045
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
|
|
4046
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
4047
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
|
|
4048
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
4049
|
+
top: 0.7142em;
|
|
4050
|
+
}
|
|
4051
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
4052
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
4053
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge {
|
|
4054
|
+
font-size: 15px;
|
|
4055
|
+
height: 1.333em;
|
|
4056
|
+
line-height: 1.433em;
|
|
4057
|
+
padding: 0;
|
|
4065
4058
|
position: absolute;
|
|
4066
|
-
right:
|
|
4067
|
-
top:
|
|
4068
|
-
|
|
4059
|
+
right: 1em;
|
|
4060
|
+
top: 50%;
|
|
4061
|
+
-webkit-transform: translateY(-50%);
|
|
4062
|
+
transform: translateY(-50%);
|
|
4063
|
+
width: 2em;
|
|
4069
4064
|
}
|
|
4070
|
-
|
|
4071
|
-
.e-
|
|
4065
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
4066
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
4067
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
|
|
4068
|
+
padding-left: 4.6428em;
|
|
4069
|
+
padding-right: 3.9285em;
|
|
4070
|
+
}
|
|
4071
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
4072
|
+
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
4073
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
|
|
4074
|
+
padding-left: 1.0714em;
|
|
4075
|
+
padding-right: 3.9285em;
|
|
4076
|
+
}
|
|
4077
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content,
|
|
4078
|
+
.e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content,
|
|
4079
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content {
|
|
4072
4080
|
display: block;
|
|
4081
|
+
margin: 0;
|
|
4082
|
+
overflow: hidden;
|
|
4083
|
+
padding: 0.83em 0;
|
|
4084
|
+
text-overflow: ellipsis;
|
|
4085
|
+
white-space: nowrap;
|
|
4073
4086
|
}
|
|
4074
|
-
|
|
4075
|
-
.e-
|
|
4076
|
-
.e-
|
|
4077
|
-
|
|
4078
|
-
|
|
4079
|
-
|
|
4080
|
-
display: flex;
|
|
4087
|
+
.e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-item-header, .e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content,
|
|
4088
|
+
.e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,
|
|
4089
|
+
.e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-content,
|
|
4090
|
+
.e-listboxtool-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,
|
|
4091
|
+
.e-listboxtool-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content {
|
|
4092
|
+
color: #212529;
|
|
4081
4093
|
}
|
|
4082
|
-
.e-
|
|
4083
|
-
.e-
|
|
4084
|
-
|
|
4085
|
-
|
|
4094
|
+
.e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header, .e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-content,
|
|
4095
|
+
.e-listbox-container.e-list-template .e-list-item.e-selected .e-list-item-header,
|
|
4096
|
+
.e-listbox-container.e-list-template .e-list-item.e-selected .e-list-content,
|
|
4097
|
+
.e-listboxtool-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header,
|
|
4098
|
+
.e-listboxtool-wrapper.e-list-template .e-list-item.e-selected .e-list-content {
|
|
4099
|
+
color: #fff;
|
|
4086
4100
|
}
|
|
4087
|
-
.e-
|
|
4088
|
-
.e-
|
|
4089
|
-
|
|
4090
|
-
|
|
4101
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
4102
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
4103
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
|
|
4104
|
+
left: inherit;
|
|
4105
|
+
right: 1.0667em;
|
|
4091
4106
|
}
|
|
4092
|
-
.e-
|
|
4093
|
-
.e-
|
|
4094
|
-
.e-listboxtool-
|
|
4095
|
-
|
|
4096
|
-
-
|
|
4097
|
-
-ms-flex: 1;
|
|
4098
|
-
flex: 1;
|
|
4107
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
4108
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
4109
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
|
|
4110
|
+
padding-left: 1.0714em;
|
|
4111
|
+
padding-right: 4.6428em;
|
|
4099
4112
|
}
|
|
4100
|
-
.e-
|
|
4101
|
-
.e-
|
|
4102
|
-
|
|
4113
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
4114
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
4115
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
|
|
4116
|
+
padding-left: 4.6428em;
|
|
4117
|
+
padding-right: 1.0714em;
|
|
4103
4118
|
}
|
|
4104
|
-
.e-
|
|
4105
|
-
.e-
|
|
4106
|
-
|
|
4119
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
4120
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
4121
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
4122
|
+
left: 1.0667em;
|
|
4123
|
+
right: inherit;
|
|
4107
4124
|
}
|
|
4108
|
-
.e-
|
|
4109
|
-
.e-
|
|
4110
|
-
|
|
4111
|
-
|
|
4112
|
-
|
|
4125
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
4126
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
4127
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge {
|
|
4128
|
+
left: 1em;
|
|
4129
|
+
right: inherit;
|
|
4113
4130
|
}
|
|
4114
|
-
.e-
|
|
4115
|
-
.e-
|
|
4116
|
-
|
|
4117
|
-
|
|
4118
|
-
|
|
4131
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
4132
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
4133
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
|
|
4134
|
+
padding-left: 3.9285em;
|
|
4135
|
+
padding-right: 4.6428em;
|
|
4119
4136
|
}
|
|
4120
|
-
.e-
|
|
4121
|
-
.e-
|
|
4122
|
-
|
|
4123
|
-
|
|
4124
|
-
|
|
4137
|
+
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
4138
|
+
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
4139
|
+
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
|
|
4140
|
+
padding-left: 3.9285em;
|
|
4141
|
+
padding-right: 1.0714em;
|
|
4125
4142
|
}
|
|
4126
4143
|
|
|
4127
|
-
.e-
|
|
4128
|
-
|
|
4129
|
-
margin-right: 15px;
|
|
4144
|
+
.e-listbox-container.e-filter-list .e-list-parent, .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent, .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
4145
|
+
height: 100%;
|
|
4130
4146
|
}
|
|
4131
|
-
|
|
4132
|
-
.e-
|
|
4133
|
-
|
|
4147
|
+
|
|
4148
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
4149
|
+
height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
|
|
4134
4150
|
}
|
|
4135
4151
|
|
|
4136
|
-
.e-listbox-
|
|
4137
|
-
|
|
4138
|
-
.e-listbox-wrapper .e-selectall-parent,
|
|
4139
|
-
.e-listbox-container:not(.e-list-template) .e-list-item,
|
|
4140
|
-
.e-listbox-container .e-list-nrt,
|
|
4141
|
-
.e-listbox-container .e-selectall-parent,
|
|
4142
|
-
.e-listboxtool-wrapper .e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
4143
|
-
.e-listboxtool-wrapper .e-listbox-wrapper .e-list-nrt,
|
|
4144
|
-
.e-listboxtool-wrapper .e-listbox-wrapper .e-selectall-parent {
|
|
4145
|
-
height: 40px;
|
|
4146
|
-
line-height: 1.5;
|
|
4147
|
-
padding: 10px 16px 10px 16px;
|
|
4148
|
-
position: relative;
|
|
4152
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
|
|
4153
|
+
height: calc(100% - 41px) !important; /* stylelint-disable-line declaration-no-important */
|
|
4149
4154
|
}
|
|
4150
|
-
|
|
4151
|
-
.e-listbox-container .e-list-
|
|
4152
|
-
|
|
4153
|
-
display: inline;
|
|
4154
|
-
vertical-align: middle;
|
|
4155
|
-
width: auto;
|
|
4156
|
-
height: auto;
|
|
4157
|
-
padding-bottom: 1px;
|
|
4155
|
+
|
|
4156
|
+
.e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
4157
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
4158
4158
|
}
|
|
4159
4159
|
|
|
4160
4160
|
.e-bigger .e-listbox-wrapper,
|