@syncfusion/ej2-dropdowns 19.4.56 → 20.1.51
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/CHANGELOG.md +4 -20
- 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 +32 -6
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +31 -5
- 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 +11 -11
- package/src/common/incremental-search.d.ts +1 -0
- package/src/common/incremental-search.js +4 -0
- package/src/drop-down-base/drop-down-base.js +1 -0
- package/src/drop-down-tree/drop-down-tree.js +4 -0
- package/src/list-box/list-box.js +20 -3
- package/src/multi-select/multi-select.js +1 -1
- package/styles/auto-complete/_fluent-dark-definition.scss +1 -0
- package/styles/auto-complete/bootstrap5-dark.css +7 -0
- package/styles/auto-complete/bootstrap5.css +7 -0
- package/styles/auto-complete/fluent-dark.css +132 -0
- package/styles/auto-complete/fluent-dark.scss +4 -0
- package/styles/auto-complete/fluent.css +132 -0
- package/styles/auto-complete/fluent.scss +4 -0
- package/styles/auto-complete/tailwind-dark.css +1 -57
- package/styles/auto-complete/tailwind.css +1 -57
- package/styles/bootstrap-dark.css +56 -30
- package/styles/bootstrap.css +56 -30
- package/styles/bootstrap4.css +56 -30
- package/styles/bootstrap5-dark.css +116 -40
- package/styles/bootstrap5.css +116 -40
- package/styles/combo-box/_fluent-dark-definition.scss +1 -0
- package/styles/combo-box/bootstrap5-dark.css +7 -0
- package/styles/combo-box/bootstrap5.css +7 -0
- package/styles/combo-box/fluent-dark.css +132 -0
- package/styles/combo-box/fluent-dark.scss +4 -0
- package/styles/combo-box/fluent.css +132 -0
- package/styles/combo-box/fluent.scss +4 -0
- package/styles/combo-box/tailwind-dark.css +1 -57
- package/styles/combo-box/tailwind.css +1 -57
- package/styles/drop-down-base/_bootstrap-dark-definition.scss +2 -0
- package/styles/drop-down-base/_bootstrap-definition.scss +2 -0
- package/styles/drop-down-base/_bootstrap4-definition.scss +2 -0
- package/styles/drop-down-base/_bootstrap5-definition.scss +2 -0
- package/styles/drop-down-base/_fabric-dark-definition.scss +2 -0
- package/styles/drop-down-base/_fabric-definition.scss +2 -0
- package/styles/drop-down-base/_fluent-dark-definition.scss +1 -0
- package/styles/drop-down-base/_fluent-definition.scss +12 -7
- package/styles/drop-down-base/_highcontrast-definition.scss +2 -0
- package/styles/drop-down-base/_highcontrast-light-definition.scss +2 -0
- package/styles/drop-down-base/_layout.scss +40 -4
- package/styles/drop-down-base/_material-dark-definition.scss +2 -0
- package/styles/drop-down-base/_material-definition.scss +2 -0
- package/styles/drop-down-base/_tailwind-definition.scss +17 -8
- package/styles/drop-down-base/_theme.scss +82 -3
- package/styles/drop-down-base/bootstrap-dark.css +7 -2
- package/styles/drop-down-base/bootstrap.css +7 -2
- package/styles/drop-down-base/bootstrap4.css +7 -2
- package/styles/drop-down-base/bootstrap5-dark.css +12 -3
- package/styles/drop-down-base/bootstrap5.css +12 -3
- package/styles/drop-down-base/fabric-dark.css +7 -2
- package/styles/drop-down-base/fabric.css +7 -2
- package/styles/drop-down-base/fluent-dark.css +397 -0
- package/styles/drop-down-base/fluent-dark.scss +3 -0
- package/styles/drop-down-base/fluent.css +397 -0
- package/styles/drop-down-base/fluent.scss +3 -0
- package/styles/drop-down-base/highcontrast-light.css +7 -2
- package/styles/drop-down-base/highcontrast.css +7 -2
- package/styles/drop-down-base/material-dark.css +7 -2
- package/styles/drop-down-base/material.css +7 -2
- package/styles/drop-down-base/tailwind-dark.css +103 -14
- package/styles/drop-down-base/tailwind.css +103 -14
- package/styles/drop-down-list/_bootstrap-dark-definition.scss +1 -1
- package/styles/drop-down-list/_bootstrap-definition.scss +1 -1
- package/styles/drop-down-list/_bootstrap4-definition.scss +1 -1
- package/styles/drop-down-list/_bootstrap5-definition.scss +10 -2
- package/styles/drop-down-list/_fabric-dark-definition.scss +1 -1
- package/styles/drop-down-list/_fabric-definition.scss +1 -1
- package/styles/drop-down-list/_fluent-dark-definition.scss +1 -0
- package/styles/drop-down-list/_fluent-definition.scss +10 -19
- package/styles/drop-down-list/_highcontrast-definition.scss +1 -1
- package/styles/drop-down-list/_highcontrast-light-definition.scss +1 -1
- package/styles/drop-down-list/_layout.scss +52 -15
- package/styles/drop-down-list/_material-dark-definition.scss +1 -1
- package/styles/drop-down-list/_material-definition.scss +1 -1
- package/styles/drop-down-list/_tailwind-definition.scss +6 -61
- package/styles/drop-down-list/bootstrap-dark.css +28 -6
- package/styles/drop-down-list/bootstrap.css +28 -6
- package/styles/drop-down-list/bootstrap4.css +28 -6
- package/styles/drop-down-list/bootstrap5-dark.css +35 -6
- package/styles/drop-down-list/bootstrap5.css +35 -6
- package/styles/drop-down-list/fabric-dark.css +28 -6
- package/styles/drop-down-list/fabric.css +28 -6
- package/styles/drop-down-list/fluent-dark.css +447 -0
- package/styles/drop-down-list/fluent-dark.scss +8 -0
- package/styles/drop-down-list/fluent.css +447 -0
- package/styles/drop-down-list/fluent.scss +8 -0
- package/styles/drop-down-list/highcontrast-light.css +28 -6
- package/styles/drop-down-list/highcontrast.css +28 -6
- package/styles/drop-down-list/icons/_fluent-dark.scss +1 -0
- package/styles/drop-down-list/icons/_fluent.scss +1 -1
- package/styles/drop-down-list/icons/_tailwind.scss +3 -4
- package/styles/drop-down-list/material-dark.css +28 -6
- package/styles/drop-down-list/material.css +28 -6
- package/styles/drop-down-list/tailwind-dark.css +20 -95
- package/styles/drop-down-list/tailwind.css +20 -95
- package/styles/drop-down-tree/_bootstrap5-definition.scss +1 -1
- package/styles/drop-down-tree/_fluent-dark-definition.scss +1 -0
- package/styles/drop-down-tree/_fluent-definition.scss +25 -30
- package/styles/drop-down-tree/_layout.scss +94 -27
- package/styles/drop-down-tree/_tailwind-definition.scss +2 -1
- package/styles/drop-down-tree/_theme.scss +9 -4
- package/styles/drop-down-tree/bootstrap5-dark.css +6 -2
- package/styles/drop-down-tree/bootstrap5.css +6 -2
- package/styles/drop-down-tree/fluent-dark.css +599 -0
- package/styles/drop-down-tree/fluent-dark.scss +9 -0
- package/styles/drop-down-tree/fluent.css +599 -0
- package/styles/drop-down-tree/fluent.scss +9 -0
- package/styles/drop-down-tree/icons/_fluent-dark.scss +1 -0
- package/styles/drop-down-tree/icons/_fluent.scss +1 -1
- package/styles/drop-down-tree/icons/_tailwind-dark.scss +2 -2
- package/styles/drop-down-tree/icons/_tailwind.scss +2 -2
- package/styles/drop-down-tree/tailwind-dark.css +15 -6
- package/styles/drop-down-tree/tailwind.css +15 -6
- package/styles/fabric-dark.css +56 -30
- package/styles/fabric.css +56 -30
- package/styles/fluent-dark.css +3602 -0
- package/styles/fluent-dark.scss +7 -0
- package/styles/fluent.css +3602 -0
- package/styles/fluent.scss +7 -0
- package/styles/highcontrast-light.css +58 -31
- package/styles/highcontrast.css +58 -31
- package/styles/list-box/_bootstrap-dark-definition.scss +98 -102
- package/styles/list-box/_bootstrap-definition.scss +94 -98
- package/styles/list-box/_bootstrap4-definition.scss +98 -102
- package/styles/list-box/_bootstrap5-definition.scss +94 -99
- package/styles/list-box/_fabric-dark-definition.scss +98 -102
- package/styles/list-box/_fabric-definition.scss +94 -98
- package/styles/list-box/_fluent-dark-definition.scss +1 -0
- package/styles/list-box/_fluent-definition.scss +95 -100
- package/styles/list-box/_highcontrast-definition.scss +94 -98
- package/styles/list-box/_highcontrast-light-definition.scss +98 -102
- package/styles/list-box/_layout.scss +37 -37
- package/styles/list-box/_material-dark-definition.scss +98 -102
- package/styles/list-box/_material-definition.scss +94 -98
- package/styles/list-box/_tailwind-definition.scss +95 -99
- package/styles/list-box/_theme.scss +77 -85
- package/styles/list-box/bootstrap-dark.css +2 -12
- package/styles/list-box/bootstrap.css +2 -12
- package/styles/list-box/bootstrap4.css +2 -12
- package/styles/list-box/bootstrap5-dark.css +5 -15
- package/styles/list-box/bootstrap5.css +5 -15
- package/styles/list-box/fabric-dark.css +2 -12
- package/styles/list-box/fabric.css +2 -12
- package/styles/list-box/fluent-dark.css +895 -0
- package/styles/list-box/fluent-dark.scss +5 -0
- package/styles/list-box/fluent.css +895 -0
- package/styles/list-box/fluent.scss +5 -0
- package/styles/list-box/highcontrast-light.css +2 -12
- package/styles/list-box/highcontrast.css +2 -12
- package/styles/list-box/icons/_fluent-dark.scss +1 -0
- package/styles/list-box/icons/_tailwind-dark.scss +7 -7
- package/styles/list-box/icons/_tailwind.scss +7 -7
- package/styles/list-box/material-dark.css +4 -14
- package/styles/list-box/material.css +4 -14
- package/styles/list-box/tailwind-dark.css +17 -24
- package/styles/list-box/tailwind.css +17 -24
- package/styles/material-dark.css +58 -32
- package/styles/material.css +58 -32
- package/styles/multi-select/_bootstrap5-definition.scss +8 -4
- package/styles/multi-select/_fluent-dark-definition.scss +1 -0
- package/styles/multi-select/_fluent-definition.scss +30 -16
- package/styles/multi-select/_layout.scss +276 -25
- package/styles/multi-select/_tailwind-definition.scss +61 -43
- package/styles/multi-select/_theme.scss +79 -15
- package/styles/multi-select/bootstrap-dark.css +19 -10
- package/styles/multi-select/bootstrap.css +19 -10
- package/styles/multi-select/bootstrap4.css +19 -10
- package/styles/multi-select/bootstrap5-dark.css +58 -14
- package/styles/multi-select/bootstrap5.css +58 -14
- package/styles/multi-select/fabric-dark.css +19 -10
- package/styles/multi-select/fabric.css +19 -10
- package/styles/multi-select/fluent-dark.css +1416 -0
- package/styles/multi-select/fluent-dark.scss +9 -0
- package/styles/multi-select/fluent.css +1416 -0
- package/styles/multi-select/fluent.scss +9 -0
- package/styles/multi-select/highcontrast-light.css +21 -11
- package/styles/multi-select/highcontrast.css +21 -11
- package/styles/multi-select/icons/_fluent-dark.scss +1 -0
- package/styles/multi-select/icons/_fluent.scss +32 -3
- package/styles/multi-select/icons/_tailwind.scss +3 -3
- package/styles/multi-select/material-dark.css +19 -10
- package/styles/multi-select/material.css +19 -10
- package/styles/multi-select/tailwind-dark.css +166 -126
- package/styles/multi-select/tailwind.css +166 -126
- package/styles/tailwind-dark.css +297 -253
- package/styles/tailwind.css +297 -253
package/styles/tailwind-dark.css
CHANGED
|
@@ -41,13 +41,16 @@
|
|
|
41
41
|
padding: 0 8px 0 0;
|
|
42
42
|
}
|
|
43
43
|
|
|
44
|
-
.e-bigger .e-dropdownbase .e-list-item .e-list-icon
|
|
45
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
44
|
+
.e-bigger .e-dropdownbase .e-list-item .e-list-icon {
|
|
46
45
|
padding: 0 12px 0 0;
|
|
47
46
|
}
|
|
48
47
|
|
|
48
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
49
|
+
padding: 0 8px 0 0;
|
|
50
|
+
}
|
|
51
|
+
|
|
49
52
|
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
50
|
-
padding: 0
|
|
53
|
+
padding: 0 4px 0 0;
|
|
51
54
|
}
|
|
52
55
|
|
|
53
56
|
.e-bigger .e-dropdownbase,
|
|
@@ -56,13 +59,16 @@
|
|
|
56
59
|
}
|
|
57
60
|
|
|
58
61
|
.e-bigger .e-dropdownbase .e-list-item,
|
|
62
|
+
.e-dropdownbase.e-bigger .e-list-item {
|
|
63
|
+
line-height: 36px;
|
|
64
|
+
text-indent: 16px;
|
|
65
|
+
}
|
|
66
|
+
|
|
59
67
|
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
60
68
|
.e-bigger .e-dropdownbase .e-fixed-head,
|
|
61
|
-
.e-dropdownbase.e-bigger .e-list-item,
|
|
62
69
|
.e-dropdownbase.e-bigger .e-list-group-item,
|
|
63
70
|
.e-dropdownbase.e-bigger .e-fixed-head {
|
|
64
71
|
line-height: 36px;
|
|
65
|
-
text-indent: 12px;
|
|
66
72
|
}
|
|
67
73
|
|
|
68
74
|
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
@@ -126,6 +132,21 @@
|
|
|
126
132
|
text-align: center;
|
|
127
133
|
}
|
|
128
134
|
|
|
135
|
+
.e-bigger.e-ddl .e-dropdownbase.e-nodata,
|
|
136
|
+
.e-bigger .e-ddl .e-dropdownbase.e-nodata {
|
|
137
|
+
font-size: 16px;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.e-small.e-ddl .e-dropdownbase.e-nodata,
|
|
141
|
+
.e-small .e-ddl .e-dropdownbase.e-nodata {
|
|
142
|
+
font-size: 12px;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.e-bigger.e-small.e-ddl .e-dropdownbase.e-nodata,
|
|
146
|
+
.e-bigger.e-small .e-ddl .e-dropdownbase.e-nodata {
|
|
147
|
+
font-size: 14px;
|
|
148
|
+
}
|
|
149
|
+
|
|
129
150
|
.e-rtl .e-dropdownbase.e-dd-group .e-list-item {
|
|
130
151
|
padding-right: 12px;
|
|
131
152
|
}
|
|
@@ -137,14 +158,17 @@
|
|
|
137
158
|
|
|
138
159
|
.e-small .e-dropdownbase.e-dd-group .e-list-item {
|
|
139
160
|
padding-left: 8px;
|
|
161
|
+
text-indent: 0;
|
|
140
162
|
}
|
|
141
163
|
|
|
142
164
|
.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
143
165
|
padding-left: 16px;
|
|
166
|
+
text-indent: 0;
|
|
144
167
|
}
|
|
145
168
|
|
|
146
169
|
.e-small.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
147
170
|
padding-left: 14px;
|
|
171
|
+
text-indent: 0;
|
|
148
172
|
}
|
|
149
173
|
|
|
150
174
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
@@ -160,6 +184,7 @@
|
|
|
160
184
|
vertical-align: middle;
|
|
161
185
|
white-space: nowrap;
|
|
162
186
|
width: 100%;
|
|
187
|
+
font-weight: 500;
|
|
163
188
|
}
|
|
164
189
|
|
|
165
190
|
.e-rtl.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-item {
|
|
@@ -171,6 +196,15 @@
|
|
|
171
196
|
padding-right: 0;
|
|
172
197
|
}
|
|
173
198
|
|
|
199
|
+
.e-rtl .e-dropdownbase.e-dd-group .e-list-item {
|
|
200
|
+
padding-right: 12px;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
.e-rtl .e-dropdownbase .e-list-group-item,
|
|
204
|
+
.e-rtl .e-dropdownbase .e-fixed-head {
|
|
205
|
+
padding-right: 12px;
|
|
206
|
+
}
|
|
207
|
+
|
|
174
208
|
.e-small.e-rtl .e-dropdownbase .e-list-item,
|
|
175
209
|
.e-small .e-rtl .e-dropdownbase .e-list-item,
|
|
176
210
|
.e-rtl .e-small .e-dropdownbase .e-list-item {
|
|
@@ -178,6 +212,36 @@
|
|
|
178
212
|
padding-right: 0;
|
|
179
213
|
}
|
|
180
214
|
|
|
215
|
+
.e-small.e-rtl .e-dropdownbase.e-dd-group .e-list-item,
|
|
216
|
+
.e-small .e-rtl .e-dropdownbase.e-dd-group .e-list-item,
|
|
217
|
+
.e-rtl .e-small .e-dropdownbase.e-dd-group .e-list-item {
|
|
218
|
+
padding-right: 8px;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
.e-small.e-rtl .e-dropdownbase .e-list-group-item,
|
|
222
|
+
.e-small.e-rtl .e-dropdownbase .e-fixed-head,
|
|
223
|
+
.e-small .e-rtl .e-dropdownbase .e-list-group-item,
|
|
224
|
+
.e-small .e-rtl .e-dropdownbase .e-fixed-head,
|
|
225
|
+
.e-rtl .e-small .e-dropdownbase .e-list-group-item,
|
|
226
|
+
.e-rtl .e-small .e-dropdownbase .e-fixed-head {
|
|
227
|
+
padding-right: 8px;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
.e-bigger.e-rtl .e-dropdownbase .e-list-group-item,
|
|
231
|
+
.e-bigger.e-rtl .e-dropdownbase .e-fixed-head,
|
|
232
|
+
.e-bigger .e-rtl .e-dropdownbase .e-list-group-item,
|
|
233
|
+
.e-bigger .e-rtl .e-dropdownbase .e-fixed-head,
|
|
234
|
+
.e-rtl .e-bigger .e-dropdownbase .e-list-group-item,
|
|
235
|
+
.e-rtl .e-bigger .e-dropdownbase .e-fixed-head {
|
|
236
|
+
padding-right: 16px;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
.e-bigger.e-rtl .e-dropdownbase.e-dd-group .e-list-item,
|
|
240
|
+
.e-bigger .e-rtl .e-dropdownbase.e-dd-group .e-list-item,
|
|
241
|
+
.e-rtl .e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
242
|
+
padding-right: 16px;
|
|
243
|
+
}
|
|
244
|
+
|
|
181
245
|
.e-small.e-bigger.e-rtl .e-dropdownbase .e-list-item,
|
|
182
246
|
.e-small.e-bigger .e-rtl .e-dropdownbase .e-list-item,
|
|
183
247
|
.e-rtl .e-small.e-bigger .e-dropdownbase .e-list-item,
|
|
@@ -187,11 +251,33 @@
|
|
|
187
251
|
padding-right: 0;
|
|
188
252
|
}
|
|
189
253
|
|
|
254
|
+
.e-small.e-bigger.e-rtl .e-dropdownbase.e-dd-group .e-list-item,
|
|
255
|
+
.e-small.e-bigger .e-rtl .e-dropdownbase.e-dd-group .e-list-item,
|
|
256
|
+
.e-rtl .e-small.e-bigger .e-dropdownbase.e-dd-group .e-list-item,
|
|
257
|
+
.e-small .e-rtl.e-bigger .e-dropdownbase.e-dd-group .e-list-item,
|
|
258
|
+
.e-bigger .e-rtl.e-small .e-dropdownbase.e-dd-group .e-list-item {
|
|
259
|
+
padding-right: 14px;
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
.e-small.e-bigger.e-rtl .e-dropdownbase .e-list-group-item,
|
|
263
|
+
.e-small.e-bigger.e-rtl .e-dropdownbase .e-fixed-head,
|
|
264
|
+
.e-small.e-bigger .e-rtl .e-dropdownbase .e-list-group-item,
|
|
265
|
+
.e-small.e-bigger .e-rtl .e-dropdownbase .e-fixed-head,
|
|
266
|
+
.e-rtl .e-small.e-bigger .e-dropdownbase .e-list-group-item,
|
|
267
|
+
.e-rtl .e-small.e-bigger .e-dropdownbase .e-fixed-head,
|
|
268
|
+
.e-small .e-rtl.e-bigger .e-dropdownbase .e-list-group-item,
|
|
269
|
+
.e-small .e-rtl.e-bigger .e-dropdownbase .e-fixed-head,
|
|
270
|
+
.e-bigger .e-rtl.e-small .e-dropdownbase .e-list-group-item,
|
|
271
|
+
.e-bigger .e-rtl.e-small .e-dropdownbase .e-fixed-head {
|
|
272
|
+
padding-right: 14px;
|
|
273
|
+
}
|
|
274
|
+
|
|
190
275
|
.e-dropdownbase {
|
|
191
276
|
border-color: #4b5563;
|
|
192
277
|
}
|
|
193
278
|
|
|
194
279
|
.e-dropdownbase .e-list-item {
|
|
280
|
+
-webkit-tap-highlight-color: transparent;
|
|
195
281
|
background-color: #374151;
|
|
196
282
|
border-bottom: 0;
|
|
197
283
|
border-color: #4b5563;
|
|
@@ -241,7 +327,7 @@
|
|
|
241
327
|
|
|
242
328
|
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
243
329
|
.e-bigger .e-dropdownbase .e-fixed-head {
|
|
244
|
-
font-size:
|
|
330
|
+
font-size: 14px;
|
|
245
331
|
padding-left: 16px;
|
|
246
332
|
}
|
|
247
333
|
|
|
@@ -307,7 +393,7 @@
|
|
|
307
393
|
color: #fff;
|
|
308
394
|
line-height: 24px;
|
|
309
395
|
min-height: 24px;
|
|
310
|
-
text-indent:
|
|
396
|
+
text-indent: 8px;
|
|
311
397
|
}
|
|
312
398
|
|
|
313
399
|
.e-small .e-dropdownbase .e-list-group-item,
|
|
@@ -328,17 +414,17 @@
|
|
|
328
414
|
.e-bigger.e-small .e-dropdownbase .e-list-item,
|
|
329
415
|
.e-dropdownbase.e-small.e-bigger .e-list-item {
|
|
330
416
|
color: #fff;
|
|
331
|
-
line-height:
|
|
332
|
-
min-height:
|
|
333
|
-
text-indent:
|
|
417
|
+
line-height: 32px;
|
|
418
|
+
min-height: 32px;
|
|
419
|
+
text-indent: 14px;
|
|
334
420
|
}
|
|
335
421
|
|
|
336
422
|
.e-bigger.e-small .e-dropdownbase .e-list-group-item,
|
|
337
423
|
.e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
338
424
|
.e-dropdownbase.e-small.e-bigger .e-list-group-item,
|
|
339
425
|
.e-dropdownbase.e-small.e-bigger .e-fixed-head {
|
|
340
|
-
line-height:
|
|
341
|
-
min-height:
|
|
426
|
+
line-height: 32px;
|
|
427
|
+
min-height: 32px;
|
|
342
428
|
padding-left: 14px;
|
|
343
429
|
}
|
|
344
430
|
|
|
@@ -360,9 +446,8 @@
|
|
|
360
446
|
border-color: #4b5563;
|
|
361
447
|
color: #fff;
|
|
362
448
|
font-family: "Inter";
|
|
363
|
-
font-size: 14px;
|
|
364
|
-
padding-right: 16px;
|
|
365
449
|
text-indent: 12px;
|
|
450
|
+
color: #9ca3af;
|
|
366
451
|
}
|
|
367
452
|
|
|
368
453
|
.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-item-focus {
|
|
@@ -382,6 +467,10 @@
|
|
|
382
467
|
color: #fff;
|
|
383
468
|
}
|
|
384
469
|
|
|
470
|
+
.e-dropdownbase .e-list-item .e-list-icon {
|
|
471
|
+
color: #d1d5db;
|
|
472
|
+
}
|
|
473
|
+
|
|
385
474
|
@keyframes material-spinner-rotate {
|
|
386
475
|
0% {
|
|
387
476
|
transform: rotate(0);
|
|
@@ -454,6 +543,7 @@
|
|
|
454
543
|
|
|
455
544
|
.e-popup.e-ddl .e-dropdownbase {
|
|
456
545
|
min-height: 26px;
|
|
546
|
+
padding: 4px 0;
|
|
457
547
|
}
|
|
458
548
|
|
|
459
549
|
.e-bigger .e-popup.e-ddl-device-filter .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
@@ -478,24 +568,6 @@
|
|
|
478
568
|
background-color: #374151;
|
|
479
569
|
}
|
|
480
570
|
|
|
481
|
-
.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
|
|
482
|
-
margin: 0;
|
|
483
|
-
min-height: 12px;
|
|
484
|
-
min-width: 12px;
|
|
485
|
-
padding: 6px;
|
|
486
|
-
}
|
|
487
|
-
|
|
488
|
-
.e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
|
|
489
|
-
.e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
|
|
490
|
-
min-height: 16px;
|
|
491
|
-
min-width: 16px;
|
|
492
|
-
}
|
|
493
|
-
|
|
494
|
-
.e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter,
|
|
495
|
-
.e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter {
|
|
496
|
-
padding: 8px 16px 8px 0;
|
|
497
|
-
}
|
|
498
|
-
|
|
499
571
|
.e-input-group.e-ddl,
|
|
500
572
|
.e-input-group.e-ddl .e-input,
|
|
501
573
|
.e-input-group.e-ddl .e-ddl-icon {
|
|
@@ -507,59 +579,20 @@
|
|
|
507
579
|
border-bottom-width: 0;
|
|
508
580
|
}
|
|
509
581
|
|
|
510
|
-
.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
|
|
511
|
-
.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
|
|
512
|
-
.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
|
|
513
|
-
.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus.e-small .e-clear-icon,
|
|
514
|
-
.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon,
|
|
515
|
-
.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
|
|
516
|
-
margin: 0;
|
|
517
|
-
}
|
|
518
|
-
|
|
519
|
-
.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
|
|
520
|
-
.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
|
|
521
|
-
.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
|
|
522
|
-
.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
|
|
523
|
-
.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
|
|
524
|
-
.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small.e-input-focus .e-input-filter {
|
|
525
|
-
padding: 5px 5px 5px 12px;
|
|
526
|
-
}
|
|
527
|
-
|
|
528
|
-
.e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
|
|
529
|
-
.e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
|
|
530
|
-
.e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
|
|
531
|
-
.e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
|
|
532
|
-
.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
|
|
533
|
-
.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
|
|
534
|
-
.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger.e-small .e-clear-icon {
|
|
535
|
-
min-height: 18px;
|
|
536
|
-
min-width: 18px;
|
|
537
|
-
}
|
|
538
|
-
|
|
539
|
-
.e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
|
|
540
|
-
.e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
|
|
541
|
-
.e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
|
|
542
|
-
.e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
|
|
543
|
-
.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
|
|
544
|
-
.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
|
|
545
|
-
.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger.e-small .e-input-filter {
|
|
546
|
-
padding: 8px 16px;
|
|
547
|
-
}
|
|
548
|
-
|
|
549
582
|
.e-ddl.e-popup.e-outline .e-filter-parent {
|
|
550
583
|
padding: 4px 8px;
|
|
551
584
|
}
|
|
552
585
|
|
|
553
586
|
.e-ddl .e-search-icon::before {
|
|
554
|
-
content: '\
|
|
587
|
+
content: '\e754';
|
|
555
588
|
}
|
|
556
589
|
|
|
557
590
|
.e-ddl .e-back-icon::before {
|
|
558
|
-
content: '\
|
|
591
|
+
content: '\e773';
|
|
559
592
|
}
|
|
560
593
|
|
|
561
594
|
.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
|
|
562
|
-
content: '\
|
|
595
|
+
content: '\e729';
|
|
563
596
|
font-family: 'e-icons';
|
|
564
597
|
}
|
|
565
598
|
|
|
@@ -568,24 +601,14 @@
|
|
|
568
601
|
margin-left: -20px;
|
|
569
602
|
}
|
|
570
603
|
|
|
571
|
-
.e-bigger .e-ddl.e-popup .e-list-item
|
|
572
|
-
.e-bigger .e-ddl.e-popup .e-list-group-item {
|
|
604
|
+
.e-bigger .e-ddl.e-popup .e-list-item {
|
|
573
605
|
font-size: 16px;
|
|
574
606
|
}
|
|
575
607
|
|
|
576
|
-
.e-bigger
|
|
577
|
-
padding: 4px 0;
|
|
578
|
-
}
|
|
579
|
-
|
|
580
|
-
.e-bigger.e-ddl.e-popup .e-list-item,
|
|
581
|
-
.e-bigger.e-ddl.e-popup .e-list-group-item {
|
|
608
|
+
.e-bigger.e-ddl.e-popup .e-list-item {
|
|
582
609
|
font-size: 16px;
|
|
583
610
|
}
|
|
584
611
|
|
|
585
|
-
.e-bigger.e-ddl.e-popup .e-input-group {
|
|
586
|
-
padding: 4px 0;
|
|
587
|
-
}
|
|
588
|
-
|
|
589
612
|
.e-popup-full-page {
|
|
590
613
|
bottom: 0;
|
|
591
614
|
left: 0;
|
|
@@ -596,6 +619,10 @@
|
|
|
596
619
|
top: 0;
|
|
597
620
|
}
|
|
598
621
|
|
|
622
|
+
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
623
|
+
margin: 0;
|
|
624
|
+
}
|
|
625
|
+
|
|
599
626
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
600
627
|
position: relative;
|
|
601
628
|
}
|
|
@@ -649,14 +676,6 @@
|
|
|
649
676
|
padding: 0 8px;
|
|
650
677
|
}
|
|
651
678
|
|
|
652
|
-
.e-ddl.e-popup.e-rtl .e-filter-parent .e-input-group.e-control-wrapper .e-input-filter,
|
|
653
|
-
.e-ddl.e-popup .e-filter-parent .e-input-filter,
|
|
654
|
-
.e-ddl.e-popup .e-filter-parent .e-input-filter:focus,
|
|
655
|
-
.e-ddl.e-popup .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
|
|
656
|
-
.e-ddl.e-popup .e-filter-parent .e-input-group.e-control-wrapper.e-input-focus .e-input-filter {
|
|
657
|
-
padding: 8px 16px 8px;
|
|
658
|
-
}
|
|
659
|
-
|
|
660
679
|
.e-ddl.e-popup .e-input-group {
|
|
661
680
|
margin-bottom: 0;
|
|
662
681
|
}
|
|
@@ -748,30 +767,22 @@ ejs-dropdownlist {
|
|
|
748
767
|
}
|
|
749
768
|
|
|
750
769
|
.e-small .e-ddl.e-popup .e-list-item,
|
|
751
|
-
.e-
|
|
752
|
-
.e-input-group.e-ddl.e-small .e-list-item,
|
|
753
|
-
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
770
|
+
.e-input-group.e-ddl.e-small .e-list-item {
|
|
754
771
|
font-size: 12px;
|
|
755
772
|
}
|
|
756
773
|
|
|
757
774
|
.e-small.e-ddl.e-popup .e-list-item,
|
|
758
|
-
.e-
|
|
759
|
-
.e-input-group.e-ddl.e-small .e-list-item,
|
|
760
|
-
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
775
|
+
.e-input-group.e-ddl.e-small .e-list-item {
|
|
761
776
|
font-size: 12px;
|
|
762
777
|
}
|
|
763
778
|
|
|
764
779
|
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
765
|
-
.e-bigger.e-
|
|
766
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-item,
|
|
767
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
780
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
768
781
|
font-size: 14px;
|
|
769
782
|
}
|
|
770
783
|
|
|
771
784
|
.e-bigger.e-small.e-ddl.e-popup .e-list-item,
|
|
772
|
-
.e-bigger.e-
|
|
773
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-item,
|
|
774
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
785
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
775
786
|
font-size: 14px;
|
|
776
787
|
}
|
|
777
788
|
|
|
@@ -821,11 +832,11 @@ ejs-dropdownlist {
|
|
|
821
832
|
|
|
822
833
|
/*! TreeView's tailwind theme wise override definitions and variables */
|
|
823
834
|
.e-ddt .e-ddt-icon::before {
|
|
824
|
-
content: '\
|
|
835
|
+
content: '\e734';
|
|
825
836
|
}
|
|
826
837
|
|
|
827
838
|
.e-ddt .e-chips-close::before {
|
|
828
|
-
content: '\
|
|
839
|
+
content: '\e7e7';
|
|
829
840
|
}
|
|
830
841
|
|
|
831
842
|
.e-ddt {
|
|
@@ -913,7 +924,7 @@ ejs-dropdownlist {
|
|
|
913
924
|
float: left;
|
|
914
925
|
height: 22px;
|
|
915
926
|
margin: 3px 4px;
|
|
916
|
-
max-width: calc(100% -
|
|
927
|
+
max-width: calc(100% - 6px);
|
|
917
928
|
overflow: hidden;
|
|
918
929
|
padding: 0 8px 0 8px;
|
|
919
930
|
text-overflow: ellipsis;
|
|
@@ -1094,6 +1105,7 @@ ejs-dropdownlist {
|
|
|
1094
1105
|
|
|
1095
1106
|
.e-ddt.e-popup .e-treeview > .e-ul {
|
|
1096
1107
|
overflow: hidden;
|
|
1108
|
+
padding: 4px 0 4px 12px;
|
|
1097
1109
|
}
|
|
1098
1110
|
|
|
1099
1111
|
.e-ddt.e-popup .e-ddt-footer,
|
|
@@ -1288,6 +1300,11 @@ ejs-dropdownlist {
|
|
|
1288
1300
|
padding: 8px;
|
|
1289
1301
|
}
|
|
1290
1302
|
|
|
1303
|
+
.e-bigger .e-ddt.e-popup .e-treeview > .e-ul,
|
|
1304
|
+
.e-ddt.e-bigger.e-popup .e-treeview > .e-ul {
|
|
1305
|
+
padding: 8px 0 8px 16px;
|
|
1306
|
+
}
|
|
1307
|
+
|
|
1291
1308
|
.e-bigger .e-ddt.e-rtl .e-chips > .e-chipcontent,
|
|
1292
1309
|
.e-ddt.e-bigger.e-rtl .e-chips > .e-chipcontent {
|
|
1293
1310
|
padding: 0 0 0 8px;
|
|
@@ -1405,7 +1422,7 @@ ejs-dropdownlist {
|
|
|
1405
1422
|
.e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
|
|
1406
1423
|
border-left-width: 0;
|
|
1407
1424
|
border-radius: 4px 0 0 4px;
|
|
1408
|
-
border-right-width:
|
|
1425
|
+
border-right-width: 0;
|
|
1409
1426
|
}
|
|
1410
1427
|
|
|
1411
1428
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
@@ -1414,8 +1431,8 @@ ejs-dropdownlist {
|
|
|
1414
1431
|
}
|
|
1415
1432
|
|
|
1416
1433
|
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
1417
|
-
height:
|
|
1418
|
-
width:
|
|
1434
|
+
height: 28px;
|
|
1435
|
+
width: 28px;
|
|
1419
1436
|
}
|
|
1420
1437
|
|
|
1421
1438
|
.e-multi-select-wrapper .e-searcher input[type='text'] {
|
|
@@ -1424,12 +1441,12 @@ ejs-dropdownlist {
|
|
|
1424
1441
|
}
|
|
1425
1442
|
|
|
1426
1443
|
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
1427
|
-
content: '\
|
|
1444
|
+
content: '\e729';
|
|
1428
1445
|
font-family: 'e-icons';
|
|
1429
1446
|
}
|
|
1430
1447
|
|
|
1431
1448
|
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1432
|
-
content: '\
|
|
1449
|
+
content: '\e7e7';
|
|
1433
1450
|
cursor: pointer;
|
|
1434
1451
|
left: 0;
|
|
1435
1452
|
position: relative;
|
|
@@ -1437,7 +1454,7 @@ ejs-dropdownlist {
|
|
|
1437
1454
|
}
|
|
1438
1455
|
|
|
1439
1456
|
.e-multi-select-wrapper .e-close-hooker::before {
|
|
1440
|
-
content: '\
|
|
1457
|
+
content: '\e7e7';
|
|
1441
1458
|
cursor: pointer;
|
|
1442
1459
|
left: 6px;
|
|
1443
1460
|
position: relative;
|
|
@@ -1461,12 +1478,14 @@ ejs-dropdownlist {
|
|
|
1461
1478
|
width: 100%;
|
|
1462
1479
|
}
|
|
1463
1480
|
|
|
1464
|
-
.e-multi-select-wrapper.e-delimiter .e-searcher
|
|
1481
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher,
|
|
1482
|
+
.e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
1465
1483
|
height: 27px;
|
|
1466
1484
|
vertical-align: middle;
|
|
1467
1485
|
}
|
|
1468
1486
|
|
|
1469
|
-
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase
|
|
1487
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase,
|
|
1488
|
+
.e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
|
|
1470
1489
|
height: 100%;
|
|
1471
1490
|
min-height: 100%;
|
|
1472
1491
|
}
|
|
@@ -1480,6 +1499,7 @@ ejs-dropdownlist {
|
|
|
1480
1499
|
display: inline-block;
|
|
1481
1500
|
overflow: hidden;
|
|
1482
1501
|
text-overflow: ellipsis;
|
|
1502
|
+
padding: 0;
|
|
1483
1503
|
}
|
|
1484
1504
|
|
|
1485
1505
|
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
|
|
@@ -1593,9 +1613,9 @@ ejs-dropdownlist {
|
|
|
1593
1613
|
|
|
1594
1614
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
1595
1615
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon {
|
|
1596
|
-
font-size:
|
|
1597
|
-
height:
|
|
1598
|
-
width:
|
|
1616
|
+
font-size: 18px;
|
|
1617
|
+
height: 28px;
|
|
1618
|
+
width: 28px;
|
|
1599
1619
|
}
|
|
1600
1620
|
|
|
1601
1621
|
.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-multi-searcher,
|
|
@@ -1672,7 +1692,7 @@ ejs-dropdownlist {
|
|
|
1672
1692
|
}
|
|
1673
1693
|
|
|
1674
1694
|
.e-bigger .e-multi-select-wrapper .e-chips {
|
|
1675
|
-
margin:
|
|
1695
|
+
margin: 3px;
|
|
1676
1696
|
}
|
|
1677
1697
|
|
|
1678
1698
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
@@ -1694,6 +1714,10 @@ ejs-dropdownlist {
|
|
|
1694
1714
|
padding: 8px 4px 8px 0;
|
|
1695
1715
|
}
|
|
1696
1716
|
|
|
1717
|
+
.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1718
|
+
font-size: 16px;
|
|
1719
|
+
}
|
|
1720
|
+
|
|
1697
1721
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent,
|
|
1698
1722
|
.e-bigger .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1699
1723
|
padding: 8px 0 8px 4px;
|
|
@@ -1717,31 +1741,43 @@ ejs-dropdownlist {
|
|
|
1717
1741
|
|
|
1718
1742
|
.e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
1719
1743
|
cursor: default;
|
|
1720
|
-
font-size:
|
|
1721
|
-
height:
|
|
1722
|
-
margin-top: -
|
|
1744
|
+
font-size: 18px;
|
|
1745
|
+
height: 28px;
|
|
1746
|
+
margin-top: -1.65em;
|
|
1723
1747
|
position: absolute;
|
|
1724
1748
|
right: 5px;
|
|
1725
1749
|
top: 100%;
|
|
1726
|
-
width:
|
|
1750
|
+
width: 28px;
|
|
1727
1751
|
}
|
|
1728
1752
|
|
|
1729
1753
|
.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
1754
|
+
.e-small.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
1730
1755
|
.e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
1731
|
-
right:
|
|
1756
|
+
right: 32px;
|
|
1732
1757
|
}
|
|
1733
1758
|
|
|
1734
1759
|
.e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
1735
|
-
left:
|
|
1760
|
+
left: 32px;
|
|
1736
1761
|
right: auto;
|
|
1737
1762
|
}
|
|
1738
1763
|
|
|
1739
1764
|
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
1740
|
-
margin-top: -
|
|
1765
|
+
margin-top: -1.62em;
|
|
1766
|
+
height: 36px;
|
|
1767
|
+
width: 40px;
|
|
1741
1768
|
}
|
|
1742
1769
|
|
|
1743
1770
|
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
1744
|
-
margin-top: -
|
|
1771
|
+
margin-top: -1.62em;
|
|
1772
|
+
height: 36px;
|
|
1773
|
+
width: 40px;
|
|
1774
|
+
}
|
|
1775
|
+
|
|
1776
|
+
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
1777
|
+
.e-bigger.e-multiselect .e-down-icon .e-chips-close.e-close-hooker.e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
1778
|
+
font-size: 22px;
|
|
1779
|
+
margin-top: -1.65em;
|
|
1780
|
+
margin-top: -1.62em;
|
|
1745
1781
|
}
|
|
1746
1782
|
|
|
1747
1783
|
.e-multi-select-wrapper input[type='text'] {
|
|
@@ -1754,7 +1790,7 @@ ejs-dropdownlist {
|
|
|
1754
1790
|
min-height: 28px;
|
|
1755
1791
|
outline: none;
|
|
1756
1792
|
padding: 0;
|
|
1757
|
-
text-indent:
|
|
1793
|
+
text-indent: 10px;
|
|
1758
1794
|
}
|
|
1759
1795
|
|
|
1760
1796
|
.e-multiselect.e-filled .e-multi-select-wrapper input[type='text'] {
|
|
@@ -1768,7 +1804,7 @@ ejs-dropdownlist {
|
|
|
1768
1804
|
min-height: 28px;
|
|
1769
1805
|
outline: none;
|
|
1770
1806
|
padding: 0;
|
|
1771
|
-
text-indent:
|
|
1807
|
+
text-indent: 10px;
|
|
1772
1808
|
}
|
|
1773
1809
|
|
|
1774
1810
|
.e-rtl.e-multiselect.e-filled .e-multi-select-wrapper input[type='text'] {
|
|
@@ -1783,8 +1819,8 @@ ejs-dropdownlist {
|
|
|
1783
1819
|
|
|
1784
1820
|
.e-bigger .e-multi-select-wrapper input[type='text'] {
|
|
1785
1821
|
font-size: 16px;
|
|
1786
|
-
height:
|
|
1787
|
-
min-height:
|
|
1822
|
+
height: 36px;
|
|
1823
|
+
min-height: 36px;
|
|
1788
1824
|
}
|
|
1789
1825
|
|
|
1790
1826
|
.e-multi-select-wrapper input[type='text']::-ms-clear {
|
|
@@ -1823,14 +1859,27 @@ ejs-dropdownlist {
|
|
|
1823
1859
|
font-size: 14px;
|
|
1824
1860
|
line-height: 28px;
|
|
1825
1861
|
max-width: 100%;
|
|
1826
|
-
padding-left:
|
|
1862
|
+
padding-left: 10px;
|
|
1827
1863
|
padding-right: 6px;
|
|
1828
1864
|
vertical-align: middle;
|
|
1829
1865
|
}
|
|
1830
1866
|
|
|
1831
1867
|
.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
1832
|
-
|
|
1833
|
-
|
|
1868
|
+
font-size: 16px;
|
|
1869
|
+
line-height: 36px;
|
|
1870
|
+
padding-left: 10px;
|
|
1871
|
+
}
|
|
1872
|
+
|
|
1873
|
+
.e-bigger .e-multi-select-wrapper .e-delim-values .e-remain {
|
|
1874
|
+
font-size: 16px;
|
|
1875
|
+
}
|
|
1876
|
+
|
|
1877
|
+
.e-small .e-multi-select-wrapper .e-delim-values .e-remain {
|
|
1878
|
+
font-size: 12px;
|
|
1879
|
+
}
|
|
1880
|
+
|
|
1881
|
+
.e-bigger.e-small .e-multi-select-wrapper .e-delim-values .e-remain {
|
|
1882
|
+
font-size: 14px;
|
|
1834
1883
|
}
|
|
1835
1884
|
|
|
1836
1885
|
.e-multi-select-list-wrapper .e-hide-listitem,
|
|
@@ -1902,7 +1951,7 @@ ejs-dropdownlist {
|
|
|
1902
1951
|
|
|
1903
1952
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips {
|
|
1904
1953
|
float: right;
|
|
1905
|
-
margin:
|
|
1954
|
+
margin: 3px;
|
|
1906
1955
|
padding: 0 8px 0 4px;
|
|
1907
1956
|
}
|
|
1908
1957
|
|
|
@@ -1935,9 +1984,10 @@ ejs-dropdownlist {
|
|
|
1935
1984
|
}
|
|
1936
1985
|
|
|
1937
1986
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
1938
|
-
left:
|
|
1987
|
+
left: 32px;
|
|
1939
1988
|
position: absolute;
|
|
1940
1989
|
right: auto;
|
|
1990
|
+
left: 0;
|
|
1941
1991
|
}
|
|
1942
1992
|
|
|
1943
1993
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-close-hooker::before {
|
|
@@ -1948,8 +1998,8 @@ ejs-dropdownlist {
|
|
|
1948
1998
|
padding-right: 16px;
|
|
1949
1999
|
}
|
|
1950
2000
|
|
|
1951
|
-
.e-multiselect.e-rtl .e-down-icon .e-chips-close.e-
|
|
1952
|
-
left:
|
|
2001
|
+
.e-multiselect.e-rtl .e-down-icon .e-chips-close.e-close-hooker {
|
|
2002
|
+
left: 32px;
|
|
1953
2003
|
}
|
|
1954
2004
|
|
|
1955
2005
|
.e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
|
|
@@ -1958,38 +2008,28 @@ ejs-dropdownlist {
|
|
|
1958
2008
|
|
|
1959
2009
|
.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
|
|
1960
2010
|
bottom: 1px;
|
|
1961
|
-
margin-right:
|
|
2011
|
+
margin-right: 8px;
|
|
1962
2012
|
position: relative;
|
|
1963
2013
|
text-indent: 0;
|
|
1964
2014
|
vertical-align: middle;
|
|
1965
2015
|
}
|
|
1966
2016
|
|
|
1967
|
-
.e-popup.e-multi-select-list-wrapper.e-multiselect-group:not(.e-rtl) .e-list-item .e-checkbox-wrapper {
|
|
1968
|
-
padding-left: 14px;
|
|
1969
|
-
}
|
|
1970
|
-
|
|
1971
|
-
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper {
|
|
1972
|
-
padding-right: 25px;
|
|
1973
|
-
}
|
|
1974
|
-
|
|
1975
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper {
|
|
1976
|
-
padding-right: 25px;
|
|
1977
|
-
}
|
|
1978
|
-
|
|
1979
2017
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
|
|
1980
2018
|
bottom: 1px;
|
|
1981
|
-
margin-right:
|
|
2019
|
+
margin-right: 8px;
|
|
1982
2020
|
position: relative;
|
|
1983
2021
|
text-indent: 0;
|
|
1984
2022
|
vertical-align: middle;
|
|
1985
2023
|
}
|
|
1986
2024
|
|
|
1987
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper
|
|
2025
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper,
|
|
2026
|
+
.e-bigger.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
|
|
1988
2027
|
bottom: 1px;
|
|
1989
2028
|
margin-right: 12px;
|
|
1990
2029
|
}
|
|
1991
2030
|
|
|
1992
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-
|
|
2031
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper,
|
|
2032
|
+
.e-bigger.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
|
|
1993
2033
|
bottom: 1px;
|
|
1994
2034
|
margin-right: 12px;
|
|
1995
2035
|
}
|
|
@@ -2004,30 +2044,14 @@ ejs-dropdownlist {
|
|
|
2004
2044
|
margin-right: 0;
|
|
2005
2045
|
}
|
|
2006
2046
|
|
|
2007
|
-
.e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item {
|
|
2008
|
-
padding-right: 0;
|
|
2009
|
-
}
|
|
2010
|
-
|
|
2011
|
-
.e-popup.e-multi-select-list-wrapper.e-rtl .e-dropdownbase.e-rtl.e-dd-group .e-list-item {
|
|
2012
|
-
padding-right: 0;
|
|
2013
|
-
}
|
|
2014
|
-
|
|
2015
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
2016
|
-
padding-left: 16px;
|
|
2017
|
-
}
|
|
2018
|
-
|
|
2019
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group:not(.e-rtl) .e-dropdownbase.e-dd-group .e-list-item .e-checkbox-wrapper {
|
|
2020
|
-
padding-left: 14px;
|
|
2021
|
-
}
|
|
2022
|
-
|
|
2023
2047
|
.e-multi-select-list-wrapper .e-selectall-parent {
|
|
2024
2048
|
cursor: pointer;
|
|
2025
2049
|
display: block;
|
|
2026
|
-
line-height:
|
|
2050
|
+
line-height: 30px;
|
|
2027
2051
|
overflow: hidden;
|
|
2028
2052
|
padding-right: 16px;
|
|
2029
2053
|
position: relative;
|
|
2030
|
-
text-indent:
|
|
2054
|
+
text-indent: 12px;
|
|
2031
2055
|
white-space: nowrap;
|
|
2032
2056
|
width: 100%;
|
|
2033
2057
|
}
|
|
@@ -2044,20 +2068,37 @@ ejs-dropdownlist {
|
|
|
2044
2068
|
font-size: 14px;
|
|
2045
2069
|
}
|
|
2046
2070
|
|
|
2071
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent .e-all-text,
|
|
2072
|
+
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-all-text {
|
|
2073
|
+
font-size: 16px;
|
|
2074
|
+
}
|
|
2075
|
+
|
|
2076
|
+
.e-small.e-multi-select-list-wrapper .e-selectall-parent .e-all-text,
|
|
2077
|
+
.e-small .e-multi-select-list-wrapper .e-selectall-parent .e-all-text {
|
|
2078
|
+
font-size: 12px;
|
|
2079
|
+
}
|
|
2080
|
+
|
|
2081
|
+
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent .e-all-text,
|
|
2082
|
+
.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent .e-all-text {
|
|
2083
|
+
font-size: 14px;
|
|
2084
|
+
}
|
|
2085
|
+
|
|
2086
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2047
2087
|
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2048
2088
|
font-size: 14px;
|
|
2049
|
-
line-height:
|
|
2050
|
-
text-indent:
|
|
2089
|
+
line-height: 36px;
|
|
2090
|
+
text-indent: 16px;
|
|
2051
2091
|
}
|
|
2052
2092
|
|
|
2053
2093
|
.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
|
|
2054
2094
|
bottom: 1px;
|
|
2055
|
-
margin-right:
|
|
2095
|
+
margin-right: 8px;
|
|
2056
2096
|
position: relative;
|
|
2057
2097
|
text-indent: 0;
|
|
2058
2098
|
vertical-align: middle;
|
|
2059
2099
|
}
|
|
2060
2100
|
|
|
2101
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper,
|
|
2061
2102
|
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
|
|
2062
2103
|
bottom: 1px;
|
|
2063
2104
|
margin-right: 12px;
|
|
@@ -2082,16 +2123,6 @@ ejs-dropdownlist {
|
|
|
2082
2123
|
padding: 0;
|
|
2083
2124
|
}
|
|
2084
2125
|
|
|
2085
|
-
.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-filter,
|
|
2086
|
-
.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus .e-input-filter {
|
|
2087
|
-
padding: 8px;
|
|
2088
|
-
}
|
|
2089
|
-
|
|
2090
|
-
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrappe .e-filter-parent .e-input-filter,
|
|
2091
|
-
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus {
|
|
2092
|
-
padding: 4px 0;
|
|
2093
|
-
}
|
|
2094
|
-
|
|
2095
2126
|
.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon,
|
|
2096
2127
|
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon {
|
|
2097
2128
|
padding-left: 8px;
|
|
@@ -2102,7 +2133,7 @@ ejs-dropdownlist {
|
|
|
2102
2133
|
}
|
|
2103
2134
|
|
|
2104
2135
|
.e-bigger .e-checkbox .e-multi-select-wrapper .e-delim-values {
|
|
2105
|
-
line-height:
|
|
2136
|
+
line-height: 36px;
|
|
2106
2137
|
}
|
|
2107
2138
|
|
|
2108
2139
|
.e-checkbox .e-multi-select-wrapper .e-delim-values .e-remain {
|
|
@@ -2132,8 +2163,20 @@ ejs-multiselect {
|
|
|
2132
2163
|
display: block;
|
|
2133
2164
|
}
|
|
2134
2165
|
|
|
2166
|
+
.e-bigger .e-multi-select-wrapper .e-chips-close {
|
|
2167
|
+
height: 20px;
|
|
2168
|
+
width: 20px;
|
|
2169
|
+
}
|
|
2170
|
+
|
|
2171
|
+
.e-bigger .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
2172
|
+
font-size: 20px;
|
|
2173
|
+
}
|
|
2174
|
+
|
|
2175
|
+
.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2135
2176
|
.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2136
|
-
line-height:
|
|
2177
|
+
line-height: 24px;
|
|
2178
|
+
font-size: 12px;
|
|
2179
|
+
text-indent: 8px;
|
|
2137
2180
|
}
|
|
2138
2181
|
|
|
2139
2182
|
.e-small .e-multi-select-wrapper .e-chips-close {
|
|
@@ -2145,29 +2188,50 @@ ejs-multiselect {
|
|
|
2145
2188
|
min-height: 24px;
|
|
2146
2189
|
}
|
|
2147
2190
|
|
|
2191
|
+
.e-small .e-multi-select-wrapper.e-delimiter .e-searcher,
|
|
2192
|
+
.e-small .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
2193
|
+
height: 24px;
|
|
2194
|
+
}
|
|
2195
|
+
|
|
2196
|
+
.e-bigger.e-small .e-multi-select-wrapper.e-delimiter .e-searcher,
|
|
2197
|
+
.e-bigger.e-small .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
2198
|
+
height: 32px;
|
|
2199
|
+
}
|
|
2200
|
+
|
|
2201
|
+
.e-bigger .e-multi-select-wrapper.e-delimiter .e-searcher,
|
|
2202
|
+
.e-bigger .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
2203
|
+
height: 36px;
|
|
2204
|
+
}
|
|
2205
|
+
|
|
2148
2206
|
.e-small .e-multi-select-wrapper input[type='text'] {
|
|
2149
2207
|
font-size: 12px;
|
|
2150
|
-
height:
|
|
2151
|
-
min-height:
|
|
2208
|
+
height: 24px;
|
|
2209
|
+
min-height: 24px;
|
|
2152
2210
|
}
|
|
2153
2211
|
|
|
2154
2212
|
.e-small .e-multi-select-wrapper .e-delim-values {
|
|
2155
2213
|
font-size: 12px;
|
|
2156
|
-
line-height:
|
|
2214
|
+
line-height: 24px;
|
|
2157
2215
|
}
|
|
2158
2216
|
|
|
2159
2217
|
.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2160
2218
|
.e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
2161
|
-
margin-top: -
|
|
2219
|
+
margin-top: -1.65em;
|
|
2220
|
+
font-size: 16px;
|
|
2221
|
+
height: 24px;
|
|
2222
|
+
width: 28px;
|
|
2162
2223
|
}
|
|
2163
2224
|
|
|
2225
|
+
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2164
2226
|
.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2165
|
-
line-height:
|
|
2227
|
+
line-height: 32px;
|
|
2228
|
+
font-size: 14px;
|
|
2229
|
+
text-indent: 14px;
|
|
2166
2230
|
}
|
|
2167
2231
|
|
|
2168
2232
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
2169
|
-
height:
|
|
2170
|
-
width:
|
|
2233
|
+
height: 18px;
|
|
2234
|
+
width: 18px;
|
|
2171
2235
|
}
|
|
2172
2236
|
|
|
2173
2237
|
.e-bigger.e-small .e-multi-select-wrapper {
|
|
@@ -2175,19 +2239,22 @@ ejs-multiselect {
|
|
|
2175
2239
|
}
|
|
2176
2240
|
|
|
2177
2241
|
.e-bigger.e-small .e-multi-select-wrapper input[type='text'] {
|
|
2242
|
+
font-size: 14px;
|
|
2178
2243
|
height: 32px;
|
|
2179
2244
|
min-height: 32px;
|
|
2180
2245
|
}
|
|
2181
2246
|
|
|
2182
2247
|
.e-small.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
2183
|
-
font-size:
|
|
2184
|
-
line-height:
|
|
2248
|
+
font-size: 14px;
|
|
2249
|
+
line-height: 32px;
|
|
2185
2250
|
}
|
|
2186
2251
|
|
|
2187
2252
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2188
2253
|
.e-bigger.e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
2189
|
-
margin-top: -
|
|
2190
|
-
|
|
2254
|
+
margin-top: -1.64em;
|
|
2255
|
+
font-size: 20px;
|
|
2256
|
+
height: 32px;
|
|
2257
|
+
width: 32px;
|
|
2191
2258
|
}
|
|
2192
2259
|
|
|
2193
2260
|
.e-content-placeholder.e-multiselect.e-placeholder-multiselect {
|
|
@@ -2429,8 +2496,8 @@ ejs-multiselect {
|
|
|
2429
2496
|
background-color: #9ca3af;
|
|
2430
2497
|
}
|
|
2431
2498
|
|
|
2432
|
-
.e-multi-select-wrapper .e-chips.e-chip-selected:hover {
|
|
2433
|
-
background-color: #
|
|
2499
|
+
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
|
|
2500
|
+
background-color: #9ca3af;
|
|
2434
2501
|
}
|
|
2435
2502
|
|
|
2436
2503
|
.e-multiselect {
|
|
@@ -2458,7 +2525,7 @@ ejs-multiselect {
|
|
|
2458
2525
|
height: 22px;
|
|
2459
2526
|
}
|
|
2460
2527
|
|
|
2461
|
-
.e-multi-select-wrapper .e-chips:hover {
|
|
2528
|
+
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips:hover {
|
|
2462
2529
|
background-color: #6b7280;
|
|
2463
2530
|
}
|
|
2464
2531
|
|
|
@@ -2486,7 +2553,7 @@ ejs-multiselect {
|
|
|
2486
2553
|
|
|
2487
2554
|
.e-multi-select-wrapper .e-chips.e-mob-chip,
|
|
2488
2555
|
.e-bigger .e-multi-select-wrapper .e-chips {
|
|
2489
|
-
height:
|
|
2556
|
+
height: 30px;
|
|
2490
2557
|
}
|
|
2491
2558
|
|
|
2492
2559
|
.e-popup.e-multi-select-list-wrapper {
|
|
@@ -2495,19 +2562,17 @@ ejs-multiselect {
|
|
|
2495
2562
|
overflow: initial;
|
|
2496
2563
|
}
|
|
2497
2564
|
|
|
2498
|
-
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active {
|
|
2499
|
-
border-bottom: 1px solid transparent;
|
|
2500
|
-
border-left: 1px solid #6b7280;
|
|
2501
|
-
border-right: 1px solid #6b7280;
|
|
2502
|
-
border-top: 1px solid #4b5563;
|
|
2503
|
-
}
|
|
2504
|
-
|
|
2505
2565
|
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active {
|
|
2506
2566
|
background-color: transparent;
|
|
2507
2567
|
border-color: transparent;
|
|
2508
2568
|
color: #fff;
|
|
2509
2569
|
}
|
|
2510
2570
|
|
|
2571
|
+
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-dropdownbase .e-list-item.e-active,
|
|
2572
|
+
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-dropdownbase .e-list-item.e-active.e-hover {
|
|
2573
|
+
font-weight: normal;
|
|
2574
|
+
}
|
|
2575
|
+
|
|
2511
2576
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active {
|
|
2512
2577
|
background-color: transparent;
|
|
2513
2578
|
border-color: transparent;
|
|
@@ -2530,29 +2595,14 @@ ejs-multiselect {
|
|
|
2530
2595
|
background-color: #4b5563;
|
|
2531
2596
|
}
|
|
2532
2597
|
|
|
2533
|
-
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active:first-child {
|
|
2534
|
-
border-bottom: 1px solid transparent;
|
|
2535
|
-
border-top: 1px solid transparent;
|
|
2536
|
-
}
|
|
2537
|
-
|
|
2538
|
-
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active:last-child {
|
|
2539
|
-
border-bottom: 1px solid transparent;
|
|
2540
|
-
}
|
|
2541
|
-
|
|
2542
|
-
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus + li.e-active {
|
|
2543
|
-
border-top: 1px solid transparent;
|
|
2544
|
-
}
|
|
2545
|
-
|
|
2546
2598
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus {
|
|
2547
2599
|
background-color: #6b7280;
|
|
2548
|
-
border: 1px solid transparent;
|
|
2549
2600
|
box-shadow: none;
|
|
2550
2601
|
color: #fff;
|
|
2551
2602
|
}
|
|
2552
2603
|
|
|
2553
2604
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus {
|
|
2554
2605
|
background-color: #6b7280;
|
|
2555
|
-
border: 1px solid transparent;
|
|
2556
2606
|
box-shadow: none;
|
|
2557
2607
|
color: #fff;
|
|
2558
2608
|
}
|
|
@@ -2595,11 +2645,15 @@ ejs-multiselect {
|
|
|
2595
2645
|
}
|
|
2596
2646
|
|
|
2597
2647
|
.e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
2598
|
-
color: #
|
|
2648
|
+
color: #d1d5db;
|
|
2649
|
+
}
|
|
2650
|
+
|
|
2651
|
+
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips-close.e-close-hooker:hover {
|
|
2652
|
+
color: #f3f4f6;
|
|
2599
2653
|
}
|
|
2600
2654
|
|
|
2601
2655
|
.e-small .e-multi-select-wrapper .e-chips {
|
|
2602
|
-
height:
|
|
2656
|
+
height: 18px;
|
|
2603
2657
|
}
|
|
2604
2658
|
|
|
2605
2659
|
.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
@@ -2611,19 +2665,19 @@ ejs-multiselect {
|
|
|
2611
2665
|
}
|
|
2612
2666
|
|
|
2613
2667
|
.e-small .e-multi-select-wrapper .e-close-hooker::before {
|
|
2614
|
-
left:
|
|
2668
|
+
left: 6px;
|
|
2615
2669
|
}
|
|
2616
2670
|
|
|
2617
2671
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips {
|
|
2618
|
-
height:
|
|
2672
|
+
height: 26px;
|
|
2619
2673
|
}
|
|
2620
2674
|
|
|
2621
2675
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2622
|
-
font-size:
|
|
2676
|
+
font-size: 14px;
|
|
2623
2677
|
}
|
|
2624
2678
|
|
|
2625
2679
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
2626
|
-
font-size:
|
|
2680
|
+
font-size: 18px;
|
|
2627
2681
|
}
|
|
2628
2682
|
|
|
2629
2683
|
.e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
|
|
@@ -2632,27 +2686,27 @@ ejs-multiselect {
|
|
|
2632
2686
|
}
|
|
2633
2687
|
|
|
2634
2688
|
.e-listbox-tool .e-moveup::before {
|
|
2635
|
-
content: '\
|
|
2689
|
+
content: '\e776';
|
|
2636
2690
|
}
|
|
2637
2691
|
|
|
2638
2692
|
.e-listbox-tool .e-movedown::before {
|
|
2639
|
-
content: '\
|
|
2693
|
+
content: '\e729';
|
|
2640
2694
|
}
|
|
2641
2695
|
|
|
2642
2696
|
.e-listbox-tool .e-moveto::before {
|
|
2643
|
-
content: '\
|
|
2697
|
+
content: '\e748';
|
|
2644
2698
|
}
|
|
2645
2699
|
|
|
2646
2700
|
.e-listbox-tool .e-movefrom::before {
|
|
2647
|
-
content: '\
|
|
2701
|
+
content: '\e765';
|
|
2648
2702
|
}
|
|
2649
2703
|
|
|
2650
2704
|
.e-listbox-tool .e-moveallto::before {
|
|
2651
|
-
content: '\
|
|
2705
|
+
content: '\e7a9';
|
|
2652
2706
|
}
|
|
2653
2707
|
|
|
2654
2708
|
.e-listbox-tool .e-moveallfrom::before {
|
|
2655
|
-
content: '\
|
|
2709
|
+
content: '\e744';
|
|
2656
2710
|
}
|
|
2657
2711
|
|
|
2658
2712
|
.e-listbox-wrapper,
|
|
@@ -2697,7 +2751,7 @@ ejs-multiselect {
|
|
|
2697
2751
|
.e-listbox-container .e-selectall-parent {
|
|
2698
2752
|
height: 38px;
|
|
2699
2753
|
line-height: 1;
|
|
2700
|
-
padding: 12px
|
|
2754
|
+
padding: 12px 12px;
|
|
2701
2755
|
position: relative;
|
|
2702
2756
|
}
|
|
2703
2757
|
|
|
@@ -2784,8 +2838,8 @@ ejs-multiselect {
|
|
|
2784
2838
|
border-top: 1px solid;
|
|
2785
2839
|
font-weight: 600;
|
|
2786
2840
|
height: 30px;
|
|
2787
|
-
line-height:
|
|
2788
|
-
padding:
|
|
2841
|
+
line-height: 7px;
|
|
2842
|
+
padding: 12px 12px;
|
|
2789
2843
|
}
|
|
2790
2844
|
|
|
2791
2845
|
.e-listbox-wrapper .e-icon-collapsible,
|
|
@@ -2992,7 +3046,7 @@ ejs-listbox {
|
|
|
2992
3046
|
overflow: inherit;
|
|
2993
3047
|
}
|
|
2994
3048
|
|
|
2995
|
-
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
3049
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2996
3050
|
overflow: auto;
|
|
2997
3051
|
}
|
|
2998
3052
|
|
|
@@ -3156,7 +3210,7 @@ ejs-listbox {
|
|
|
3156
3210
|
.e-bigger .e-listbox-container .e-list-group-item,
|
|
3157
3211
|
.e-listbox-container.e-bigger .e-list-group-item {
|
|
3158
3212
|
height: 38px;
|
|
3159
|
-
line-height:
|
|
3213
|
+
line-height: 15px;
|
|
3160
3214
|
}
|
|
3161
3215
|
|
|
3162
3216
|
.e-bigger .e-listbox-wrapper .e-list-header,
|
|
@@ -3244,16 +3298,6 @@ ejs-listbox {
|
|
|
3244
3298
|
height: calc(100% - 47px);
|
|
3245
3299
|
}
|
|
3246
3300
|
|
|
3247
|
-
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
3248
|
-
.e-listbox-container.e-select-all .e-list-parent {
|
|
3249
|
-
height: calc(100% - 38px);
|
|
3250
|
-
}
|
|
3251
|
-
|
|
3252
|
-
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
3253
|
-
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
3254
|
-
height: calc(100% - 76px);
|
|
3255
|
-
}
|
|
3256
|
-
|
|
3257
3301
|
.e-listbox-wrapper .e-icons,
|
|
3258
3302
|
.e-listbox-container .e-icons {
|
|
3259
3303
|
color: #d1d5db;
|