@syncfusion/ej2-angular-grids 20.1.52 → 20.1.55
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 +2 -0
- package/dist/ej2-angular-grids.umd.js +1 -1
- package/dist/ej2-angular-grids.umd.min.js +1 -1
- package/package.json +8 -8
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +282 -1600
- package/styles/bootstrap.css +282 -1600
- package/styles/bootstrap4.css +281 -1598
- package/styles/bootstrap5-dark.css +286 -1618
- package/styles/bootstrap5.css +286 -1618
- package/styles/excel-filter/bootstrap-dark.css +14 -102
- package/styles/excel-filter/bootstrap.css +14 -102
- package/styles/excel-filter/bootstrap4.css +14 -101
- package/styles/excel-filter/bootstrap5-dark.css +15 -103
- package/styles/excel-filter/bootstrap5.css +15 -103
- package/styles/excel-filter/fabric-dark.css +14 -100
- package/styles/excel-filter/fabric.css +14 -100
- package/styles/excel-filter/fluent-dark.css +14 -101
- package/styles/excel-filter/fluent.css +14 -101
- package/styles/excel-filter/highcontrast-light.css +12 -111
- package/styles/excel-filter/highcontrast.css +12 -111
- package/styles/excel-filter/material-dark.css +10 -90
- package/styles/excel-filter/material.css +10 -91
- package/styles/excel-filter/tailwind-dark.css +11 -91
- package/styles/excel-filter/tailwind.css +11 -91
- package/styles/fabric-dark.css +281 -1597
- package/styles/fabric.css +281 -1597
- package/styles/fluent-dark.css +285 -1616
- package/styles/fluent.css +285 -1616
- package/styles/grid/bootstrap-dark.css +229 -1302
- package/styles/grid/bootstrap.css +229 -1302
- package/styles/grid/bootstrap4.css +229 -1301
- package/styles/grid/bootstrap5-dark.css +233 -1311
- package/styles/grid/bootstrap5.css +233 -1311
- package/styles/grid/fabric-dark.css +229 -1300
- package/styles/grid/fabric.css +229 -1300
- package/styles/grid/fluent-dark.css +232 -1317
- package/styles/grid/fluent.css +232 -1317
- package/styles/grid/highcontrast-light.css +227 -1311
- package/styles/grid/highcontrast.css +227 -1311
- package/styles/grid/material-dark.css +225 -1291
- package/styles/grid/material.css +225 -1292
- package/styles/grid/tailwind-dark.css +232 -1318
- package/styles/grid/tailwind.css +232 -1318
- package/styles/highcontrast-light.css +279 -1608
- package/styles/highcontrast.css +279 -1608
- package/styles/material-dark.css +277 -1589
- package/styles/material.css +277 -1591
- package/styles/pager/bootstrap-dark.css +45 -211
- package/styles/pager/bootstrap.css +45 -211
- package/styles/pager/bootstrap4.css +44 -210
- package/styles/pager/bootstrap5-dark.css +44 -218
- package/styles/pager/bootstrap5.css +44 -218
- package/styles/pager/fabric-dark.css +44 -210
- package/styles/pager/fabric.css +44 -210
- package/styles/pager/fluent-dark.css +44 -210
- package/styles/pager/fluent.css +44 -210
- package/styles/pager/highcontrast-light.css +44 -210
- package/styles/pager/highcontrast.css +44 -210
- package/styles/pager/material-dark.css +44 -210
- package/styles/pager/material.css +44 -210
- package/styles/pager/tailwind-dark.css +46 -241
- package/styles/pager/tailwind.css +46 -241
- package/styles/tailwind-dark.css +287 -1648
- package/styles/tailwind.css +287 -1648
|
@@ -101,7 +101,6 @@
|
|
|
101
101
|
transform: rotate(360deg);
|
|
102
102
|
}
|
|
103
103
|
}
|
|
104
|
-
|
|
105
104
|
@keyframes fabric-spinner-rotate {
|
|
106
105
|
0% {
|
|
107
106
|
transform: rotate(0);
|
|
@@ -110,42 +109,34 @@
|
|
|
110
109
|
transform: rotate(360deg);
|
|
111
110
|
}
|
|
112
111
|
}
|
|
113
|
-
|
|
114
112
|
/*! component icons */
|
|
115
113
|
.e-icon-check::before {
|
|
116
|
-
content:
|
|
114
|
+
content: "\e774";
|
|
117
115
|
}
|
|
118
116
|
|
|
119
117
|
.e-excelfilter .e-icon-filter::before {
|
|
120
|
-
content:
|
|
118
|
+
content: "\e7f7";
|
|
121
119
|
}
|
|
122
|
-
|
|
123
120
|
.e-excelfilter .e-excl-filter-icon::before {
|
|
124
|
-
content:
|
|
121
|
+
content: "\e7f7";
|
|
125
122
|
}
|
|
126
|
-
|
|
127
123
|
.e-excelfilter .e-excl-filter-icon.e-filtered::before {
|
|
128
|
-
content:
|
|
124
|
+
content: "\e72c";
|
|
129
125
|
}
|
|
130
|
-
|
|
131
126
|
.e-excelfilter .e-search-icon::before {
|
|
132
|
-
content:
|
|
127
|
+
content: "\e754";
|
|
133
128
|
}
|
|
134
|
-
|
|
135
129
|
.e-excelfilter .e-ccsearch-icon::before {
|
|
136
|
-
content:
|
|
130
|
+
content: "\e754";
|
|
137
131
|
}
|
|
138
|
-
|
|
139
132
|
.e-excelfilter .e-chkcancel-icon::before {
|
|
140
|
-
content:
|
|
133
|
+
content: "\e7e7";
|
|
141
134
|
}
|
|
142
|
-
|
|
143
135
|
.e-excelfilter .e-sortascending::before {
|
|
144
|
-
content:
|
|
136
|
+
content: "\e7a3";
|
|
145
137
|
}
|
|
146
|
-
|
|
147
138
|
.e-excelfilter .e-sortdescending::before {
|
|
148
|
-
content:
|
|
139
|
+
content: "\e7b6";
|
|
149
140
|
}
|
|
150
141
|
|
|
151
142
|
/*! Excel-Filter layout */
|
|
@@ -153,29 +144,23 @@
|
|
|
153
144
|
overflow: visible;
|
|
154
145
|
padding: 0;
|
|
155
146
|
}
|
|
156
|
-
|
|
157
147
|
.sf-grid .e-excelfilter .e-searchcontainer {
|
|
158
148
|
padding: 14px;
|
|
159
149
|
padding-top: 4px;
|
|
160
150
|
}
|
|
161
|
-
|
|
162
151
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
163
152
|
height: 26px;
|
|
164
153
|
line-height: 26px;
|
|
165
154
|
}
|
|
166
|
-
|
|
167
155
|
.sf-grid .e-excelfilter .e-searchbox {
|
|
168
156
|
padding-left: 0;
|
|
169
157
|
}
|
|
170
|
-
|
|
171
158
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-separator {
|
|
172
159
|
height: auto;
|
|
173
160
|
}
|
|
174
|
-
|
|
175
161
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul {
|
|
176
162
|
position: absolute;
|
|
177
163
|
}
|
|
178
|
-
|
|
179
164
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu {
|
|
180
165
|
display: inline-block;
|
|
181
166
|
position: relative;
|
|
@@ -189,59 +174,47 @@
|
|
|
189
174
|
.e-xlflmenu {
|
|
190
175
|
min-height: 318px;
|
|
191
176
|
}
|
|
192
|
-
|
|
193
177
|
.e-xlflmenu .e-xlfl-dlgfields {
|
|
194
178
|
font-size: 15px;
|
|
195
179
|
}
|
|
196
|
-
|
|
197
180
|
.e-xlflmenu .e-xlfl-fieldset {
|
|
198
181
|
font-size: 13px;
|
|
199
182
|
padding-top: 9px;
|
|
200
183
|
}
|
|
201
|
-
|
|
202
184
|
.e-xlflmenu .e-xlfl-optr,
|
|
203
185
|
.e-xlflmenu .e-xlfl-value {
|
|
204
186
|
padding-top: 11.25px;
|
|
205
187
|
}
|
|
206
|
-
|
|
207
188
|
.e-xlflmenu .e-xlfl-radio,
|
|
208
189
|
.e-xlflmenu .e-xlfl-mtcase {
|
|
209
190
|
padding-top: 12px;
|
|
210
191
|
}
|
|
211
|
-
|
|
212
192
|
.e-xlflmenu .e-xlfl-optr:first-child {
|
|
213
193
|
padding-right: 11.25px;
|
|
214
194
|
}
|
|
215
|
-
|
|
216
195
|
.e-xlflmenu .e-xlfl-table {
|
|
217
196
|
border-spacing: 0;
|
|
218
197
|
table-layout: fixed;
|
|
219
198
|
width: 100%;
|
|
220
199
|
}
|
|
221
|
-
|
|
222
200
|
.e-xlflmenu .e-radio + label .e-label {
|
|
223
201
|
margin-top: 0;
|
|
224
202
|
padding-left: 25px;
|
|
225
203
|
padding-right: 9px;
|
|
226
204
|
}
|
|
227
|
-
|
|
228
205
|
.e-xlflmenu .e-checkbox-wrapper .e-frame + .e-label {
|
|
229
206
|
margin-bottom: 1px;
|
|
230
207
|
margin-left: 6px;
|
|
231
208
|
}
|
|
232
|
-
|
|
233
209
|
.e-xlflmenu .e-checkbox-wrapper .e-frame {
|
|
234
210
|
margin-bottom: 1px;
|
|
235
211
|
}
|
|
236
|
-
|
|
237
212
|
.e-xlflmenu .e-dlg-content {
|
|
238
213
|
padding-bottom: 5px;
|
|
239
214
|
}
|
|
240
|
-
|
|
241
215
|
.e-xlflmenu .e-xlfl-radiodiv {
|
|
242
216
|
width: 120px;
|
|
243
217
|
}
|
|
244
|
-
|
|
245
218
|
.e-xlflmenu .e-xlfl-matchcasediv {
|
|
246
219
|
margin-left: 0;
|
|
247
220
|
margin-right: 13px;
|
|
@@ -260,12 +233,10 @@
|
|
|
260
233
|
padding-left: 11.25px;
|
|
261
234
|
padding-right: 0;
|
|
262
235
|
}
|
|
263
|
-
|
|
264
236
|
.e-xlflmenu.e-rtl .e-radio + label .e-label {
|
|
265
237
|
padding-left: 0;
|
|
266
238
|
padding-right: 25px;
|
|
267
239
|
}
|
|
268
|
-
|
|
269
240
|
.e-xlflmenu.e-rtl .e-xlfl-radio-or {
|
|
270
241
|
margin-left: 0;
|
|
271
242
|
margin-right: 13px;
|
|
@@ -279,52 +250,41 @@
|
|
|
279
250
|
.e-bigger .e-xlflmenu {
|
|
280
251
|
min-height: 362px;
|
|
281
252
|
}
|
|
282
|
-
|
|
283
253
|
.e-bigger .e-xlflmenu .e-xlfl-table {
|
|
284
254
|
border-spacing: 0;
|
|
285
255
|
width: 100%;
|
|
286
256
|
}
|
|
287
|
-
|
|
288
257
|
.e-bigger .e-xlflmenu .e-dlg-content {
|
|
289
258
|
padding-bottom: 10px;
|
|
290
259
|
}
|
|
291
|
-
|
|
292
260
|
.e-bigger .e-xlflmenu .e-radio + label .e-label {
|
|
293
261
|
padding-left: 27px;
|
|
294
262
|
padding-right: 6px;
|
|
295
263
|
}
|
|
296
|
-
|
|
297
264
|
.e-bigger .e-xlflmenu .e-checkbox-wrapper .e-frame + .e-label {
|
|
298
265
|
margin-left: 8px;
|
|
299
266
|
}
|
|
300
|
-
|
|
301
267
|
.e-bigger .e-xlflmenu .e-xlfl-radiodiv {
|
|
302
268
|
width: 141px;
|
|
303
269
|
}
|
|
304
|
-
|
|
305
270
|
.e-bigger .e-xlflmenu .e-xlfl-radio-or,
|
|
306
271
|
.e-bigger .e-xlflmenu .e-xlfl-matchcasediv {
|
|
307
272
|
margin-left: 18px;
|
|
308
273
|
}
|
|
309
|
-
|
|
310
274
|
.e-bigger .e-xlflmenu .e-xlfl-optr:first-child {
|
|
311
275
|
padding-right: 15px;
|
|
312
276
|
}
|
|
313
|
-
|
|
314
277
|
.e-bigger .e-xlflmenu .e-xlfl-dlgfields {
|
|
315
278
|
font-size: 16px;
|
|
316
279
|
}
|
|
317
|
-
|
|
318
280
|
.e-bigger .e-xlflmenu .e-xlfl-fieldset {
|
|
319
281
|
font-size: 14px;
|
|
320
282
|
padding-top: 12px;
|
|
321
283
|
}
|
|
322
|
-
|
|
323
284
|
.e-bigger .e-xlflmenu .e-xlfl-optr,
|
|
324
285
|
.e-bigger .e-xlflmenu .e-xlfl-value {
|
|
325
286
|
padding-top: 15px;
|
|
326
287
|
}
|
|
327
|
-
|
|
328
288
|
.e-bigger .e-xlflmenu .e-xlfl-radio,
|
|
329
289
|
.e-bigger .e-xlflmenu .e-xlfl-mtcase {
|
|
330
290
|
padding-top: 5px;
|
|
@@ -334,13 +294,11 @@
|
|
|
334
294
|
.e-excelfilter.e-bigger .e-xlflmenu {
|
|
335
295
|
min-height: 362px;
|
|
336
296
|
}
|
|
337
|
-
|
|
338
297
|
.e-bigger .e-excelfilter .e-ftrchk,
|
|
339
298
|
.e-excelfilter.e-bigger .e-ftrchk {
|
|
340
299
|
padding-bottom: 9px;
|
|
341
300
|
padding-top: 9px;
|
|
342
301
|
}
|
|
343
|
-
|
|
344
302
|
.e-bigger .e-excelfilter .e-contextmenu-wrapper ul li,
|
|
345
303
|
.e-bigger .e-excelfilter .e-contextmenu-container ul li,
|
|
346
304
|
.e-excelfilter.e-bigger .e-contextmenu-wrapper ul li,
|
|
@@ -348,7 +306,6 @@
|
|
|
348
306
|
height: 40px;
|
|
349
307
|
line-height: 40px;
|
|
350
308
|
}
|
|
351
|
-
|
|
352
309
|
.e-bigger .e-excelfilter .e-contextmenu-wrapper ul li .e-menu-icon,
|
|
353
310
|
.e-bigger .e-excelfilter .e-contextmenu-container ul li .e-menu-icon,
|
|
354
311
|
.e-excelfilter.e-bigger .e-contextmenu-wrapper ul li .e-menu-icon,
|
|
@@ -357,37 +314,31 @@
|
|
|
357
314
|
line-height: 40px;
|
|
358
315
|
margin-right: 13px;
|
|
359
316
|
}
|
|
360
|
-
|
|
361
317
|
.e-bigger .e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret,
|
|
362
318
|
.e-excelfilter.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-caret {
|
|
363
319
|
height: 40px;
|
|
364
320
|
line-height: 40px;
|
|
365
321
|
margin-right: 12px;
|
|
366
322
|
}
|
|
367
|
-
|
|
368
323
|
.e-bigger .e-excelfilter.e-rtl .e-contextmenu-wrapper ul .e-menu-item .e-caret,
|
|
369
324
|
.e-excelfilter.e-bigger.e-rtl .e-contextmenu-wrapper ul .e-menu-item .e-caret {
|
|
370
325
|
margin-left: 12px;
|
|
371
326
|
}
|
|
372
|
-
|
|
373
327
|
.e-bigger .e-excelfilter.e-dialog .e-dlg-content,
|
|
374
328
|
.e-excelfilter.e-bigger.e-dialog .e-dlg-content {
|
|
375
329
|
padding-left: 7px;
|
|
376
330
|
}
|
|
377
|
-
|
|
378
331
|
.e-bigger .e-excelfilter .e-ftrchk,
|
|
379
332
|
.e-bigger .e-excelfilter .e-searchbox,
|
|
380
333
|
.e-excelfilter.e-bigger .e-ftrchk,
|
|
381
334
|
.e-excelfilter.e-bigger .e-searchbox {
|
|
382
335
|
padding-left: 9px;
|
|
383
336
|
}
|
|
384
|
-
|
|
385
337
|
.e-bigger .e-excelfilter.e-rtl .e-dlg-content,
|
|
386
338
|
.e-excelfilter.e-bigger.e-rtl .e-dlg-content {
|
|
387
339
|
padding-left: 16px;
|
|
388
340
|
padding-right: 7px;
|
|
389
341
|
}
|
|
390
|
-
|
|
391
342
|
.e-bigger .e-excelfilter.e-rtl .e-ftrchk,
|
|
392
343
|
.e-bigger .e-excelfilter.e-rtl .e-searchbox,
|
|
393
344
|
.e-excelfilter.e-bigger.e-rtl .e-ftrchk,
|
|
@@ -402,51 +353,42 @@
|
|
|
402
353
|
min-height: 160px;
|
|
403
354
|
overflow-y: auto;
|
|
404
355
|
}
|
|
405
|
-
|
|
406
356
|
.e-excelfilter .e-checkboxfiltertext {
|
|
407
357
|
width: 150px;
|
|
408
358
|
word-break: normal;
|
|
409
359
|
}
|
|
410
|
-
|
|
411
360
|
.e-excelfilter .e-chk-hidden {
|
|
412
361
|
-moz-appearance: none;
|
|
413
362
|
height: 1px;
|
|
414
363
|
opacity: 0;
|
|
415
364
|
width: 1px;
|
|
416
365
|
}
|
|
417
|
-
|
|
418
366
|
.e-excelfilter .e-contextmenu-wrapper,
|
|
419
367
|
.e-excelfilter .e-contextmenu-wrapper ul {
|
|
420
368
|
display: block;
|
|
421
369
|
}
|
|
422
|
-
|
|
423
370
|
.e-excelfilter .e-contextmenu-wrapper ul {
|
|
424
371
|
padding-bottom: 4px;
|
|
425
372
|
position: static;
|
|
426
373
|
}
|
|
427
|
-
|
|
428
374
|
.e-excelfilter .e-contextmenu-wrapper ul li,
|
|
429
375
|
.e-excelfilter .e-contextmenu-container ul li {
|
|
430
376
|
height: 36px;
|
|
431
377
|
line-height: 36px;
|
|
432
378
|
}
|
|
433
|
-
|
|
434
379
|
.e-excelfilter .e-contextmenu-wrapper ul li .e-menu-icon,
|
|
435
380
|
.e-excelfilter .e-contextmenu-container ul li .e-menu-icon {
|
|
436
381
|
height: 36px;
|
|
437
382
|
line-height: 36px;
|
|
438
383
|
margin-right: 10px;
|
|
439
384
|
}
|
|
440
|
-
|
|
441
385
|
.e-excelfilter.e-rtl .e-contextmenu-wrapper ul li .e-menu-icon {
|
|
442
386
|
margin-right: 0;
|
|
443
387
|
}
|
|
444
|
-
|
|
445
388
|
.e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret {
|
|
446
389
|
height: 36px;
|
|
447
390
|
line-height: 36px;
|
|
448
391
|
}
|
|
449
|
-
|
|
450
392
|
.e-excelfilter .e-contextmenu-wrapper ul,
|
|
451
393
|
.e-excelfilter .e-contextmenu-container ul:not(.e-ul) {
|
|
452
394
|
border: 0;
|
|
@@ -456,71 +398,56 @@
|
|
|
456
398
|
padding-bottom: 4px;
|
|
457
399
|
position: static;
|
|
458
400
|
}
|
|
459
|
-
|
|
460
401
|
.e-excelfilter .e-footer-content {
|
|
461
402
|
border-style: solid;
|
|
462
403
|
border-width: 1px 0 0;
|
|
463
404
|
}
|
|
464
|
-
|
|
465
405
|
.e-excelfilter .e-excel-menu {
|
|
466
406
|
z-index: 1000;
|
|
467
407
|
}
|
|
468
|
-
|
|
469
408
|
.e-excelfilter .e-dlg-content {
|
|
470
409
|
background-color: #fff;
|
|
471
410
|
padding-top: 0;
|
|
472
411
|
}
|
|
473
|
-
|
|
474
412
|
.e-excelfilter .e-contextmenu-wrapper,
|
|
475
413
|
.e-excelfilter .e-contextmenu-wrapper ul {
|
|
476
414
|
display: block;
|
|
477
415
|
}
|
|
478
|
-
|
|
479
416
|
.e-excelfilter .e-contextmenu-wrapper ul {
|
|
480
417
|
padding-bottom: 4px;
|
|
481
418
|
position: static;
|
|
482
419
|
}
|
|
483
|
-
|
|
484
|
-
.e-excelfilter .e-contextmenu-wrapper ul li
|
|
485
|
-
.e-contextmenu-container ul li {
|
|
420
|
+
.e-excelfilter .e-contextmenu-wrapper ul li .e-contextmenu-container ul li {
|
|
486
421
|
height: 36px;
|
|
487
422
|
line-height: 36px;
|
|
488
423
|
}
|
|
489
|
-
|
|
490
424
|
.e-excelfilter .e-contextmenu-wrapper ul li .e-menu-icon,
|
|
491
425
|
.e-excelfilter .e-contextmenu-container ul li .e-menu-icon {
|
|
492
426
|
height: 36px;
|
|
493
427
|
line-height: 36px;
|
|
494
428
|
margin-right: 10px;
|
|
495
429
|
}
|
|
496
|
-
|
|
497
430
|
.e-excelfilter.e-rtl .e-contextmenu-wrapper ul li .e-menu-icon {
|
|
498
431
|
margin-right: 0;
|
|
499
432
|
}
|
|
500
|
-
|
|
501
433
|
.e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret {
|
|
502
434
|
height: 36px;
|
|
503
435
|
line-height: 36px;
|
|
504
436
|
margin-right: 8px;
|
|
505
437
|
}
|
|
506
|
-
|
|
507
438
|
.e-excelfilter.e-rtl .e-contextmenu-wrapper ul .e-menu-item .e-caret {
|
|
508
439
|
margin-left: 8px;
|
|
509
440
|
}
|
|
510
|
-
|
|
511
441
|
.e-excelfilter .e-footer-content {
|
|
512
442
|
border-style: solid;
|
|
513
443
|
border-width: 1px 0 0;
|
|
514
444
|
}
|
|
515
|
-
|
|
516
445
|
.e-excelfilter .e-excel-menu {
|
|
517
446
|
z-index: 1000;
|
|
518
447
|
}
|
|
519
|
-
|
|
520
448
|
.e-excelfilter .e-dlg-content {
|
|
521
449
|
padding-top: 12px;
|
|
522
450
|
}
|
|
523
|
-
|
|
524
451
|
.e-excelfilter .e-xlsel {
|
|
525
452
|
border: 0 solid;
|
|
526
453
|
position: absolute;
|
|
@@ -528,27 +455,22 @@
|
|
|
528
455
|
-ms-user-select: none;
|
|
529
456
|
user-select: none;
|
|
530
457
|
}
|
|
531
|
-
|
|
532
458
|
.e-excelfilter.e-dialog .e-dlg-content {
|
|
533
459
|
padding-left: 6px;
|
|
534
460
|
}
|
|
535
|
-
|
|
536
461
|
.e-excelfilter .e-ftrchk,
|
|
537
462
|
.e-excelfilter .e-searchbox {
|
|
538
463
|
padding-left: 8px;
|
|
539
464
|
}
|
|
540
|
-
|
|
541
465
|
.e-excelfilter.e-rtl .e-dlg-content {
|
|
542
466
|
padding-left: 14px;
|
|
543
467
|
padding-right: 6px;
|
|
544
468
|
}
|
|
545
|
-
|
|
546
469
|
.e-excelfilter.e-rtl .e-ftrchk,
|
|
547
470
|
.e-excelfilter.e-rtl .e-searchbox {
|
|
548
471
|
padding-left: 0;
|
|
549
472
|
padding-right: 8px;
|
|
550
473
|
}
|
|
551
|
-
|
|
552
474
|
.e-excelfilter .e-searchbox {
|
|
553
475
|
display: block;
|
|
554
476
|
}
|
|
@@ -563,11 +485,9 @@
|
|
|
563
485
|
border-color: rgba(55, 65, 81, 0.12);
|
|
564
486
|
opacity: 1;
|
|
565
487
|
}
|
|
566
|
-
|
|
567
488
|
.e-excelfilter .e-filtered::before {
|
|
568
489
|
color: #4f46e5;
|
|
569
490
|
}
|
|
570
|
-
|
|
571
491
|
.e-excelfilter .e-dlg-content {
|
|
572
492
|
padding-bottom: 0;
|
|
573
493
|
}
|
|
@@ -580,4 +500,4 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
580
500
|
.e-xlsel {
|
|
581
501
|
background-color: #4f46e5;
|
|
582
502
|
border-color: #4f46e5;
|
|
583
|
-
}
|
|
503
|
+
}
|