@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
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
transform: scale(4);
|
|
6
6
|
}
|
|
7
7
|
}
|
|
8
|
-
|
|
9
8
|
@keyframes slideTopUp {
|
|
10
9
|
from {
|
|
11
10
|
transform: translate3d(0, 0, 0) scale(1);
|
|
@@ -14,7 +13,6 @@
|
|
|
14
13
|
transform: translate3d(0, 0, 0) scale(1);
|
|
15
14
|
}
|
|
16
15
|
}
|
|
17
|
-
|
|
18
16
|
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
19
17
|
transform: rotate(0deg);
|
|
20
18
|
transition: transform 300ms ease;
|
|
@@ -154,7 +152,6 @@
|
|
|
154
152
|
transform: rotate(360deg);
|
|
155
153
|
}
|
|
156
154
|
}
|
|
157
|
-
|
|
158
155
|
@keyframes fabric-spinner-rotate {
|
|
159
156
|
0% {
|
|
160
157
|
transform: rotate(0deg);
|
|
@@ -163,38 +160,31 @@
|
|
|
163
160
|
transform: rotate(360deg);
|
|
164
161
|
}
|
|
165
162
|
}
|
|
166
|
-
|
|
167
163
|
/*!component icons*/
|
|
168
164
|
.e-icon-check::before {
|
|
169
|
-
content:
|
|
165
|
+
content: "\e7ff";
|
|
170
166
|
}
|
|
171
167
|
|
|
172
168
|
.e-excelfilter .e-icon-filter::before {
|
|
173
|
-
content:
|
|
169
|
+
content: "\e7ee";
|
|
174
170
|
}
|
|
175
|
-
|
|
176
171
|
.e-excelfilter .e-excl-filter-icon::before {
|
|
177
|
-
content:
|
|
172
|
+
content: "\e251";
|
|
178
173
|
}
|
|
179
|
-
|
|
180
174
|
.e-excelfilter .e-excl-filter-icon.e-filtered::before {
|
|
181
|
-
content:
|
|
175
|
+
content: "\e248";
|
|
182
176
|
}
|
|
183
|
-
|
|
184
177
|
.e-excelfilter .e-search-icon::before {
|
|
185
|
-
content:
|
|
178
|
+
content: "\e993";
|
|
186
179
|
}
|
|
187
|
-
|
|
188
180
|
.e-excelfilter .e-chkcancel-icon::before {
|
|
189
|
-
content:
|
|
181
|
+
content: "\e7a7";
|
|
190
182
|
}
|
|
191
|
-
|
|
192
183
|
.e-excelfilter .e-sortascending::before {
|
|
193
|
-
content:
|
|
184
|
+
content: "\e734";
|
|
194
185
|
}
|
|
195
|
-
|
|
196
186
|
.e-excelfilter .e-sortdescending::before {
|
|
197
|
-
content:
|
|
187
|
+
content: "\e733";
|
|
198
188
|
}
|
|
199
189
|
|
|
200
190
|
/*! Excel-Filter layout */
|
|
@@ -202,29 +192,23 @@
|
|
|
202
192
|
overflow: visible;
|
|
203
193
|
padding: 0;
|
|
204
194
|
}
|
|
205
|
-
|
|
206
195
|
.sf-grid .e-excelfilter .e-searchcontainer {
|
|
207
196
|
padding: 18px;
|
|
208
197
|
padding-top: 4px;
|
|
209
198
|
}
|
|
210
|
-
|
|
211
199
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
212
200
|
height: 26px;
|
|
213
201
|
line-height: 26px;
|
|
214
202
|
}
|
|
215
|
-
|
|
216
203
|
.sf-grid .e-excelfilter .e-searchbox {
|
|
217
204
|
padding-left: 0;
|
|
218
205
|
}
|
|
219
|
-
|
|
220
206
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-separator {
|
|
221
207
|
height: auto;
|
|
222
208
|
}
|
|
223
|
-
|
|
224
209
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul {
|
|
225
210
|
position: absolute;
|
|
226
211
|
}
|
|
227
|
-
|
|
228
212
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu {
|
|
229
213
|
display: inline-block;
|
|
230
214
|
position: relative;
|
|
@@ -238,59 +222,47 @@
|
|
|
238
222
|
.e-xlflmenu {
|
|
239
223
|
min-height: 295px;
|
|
240
224
|
}
|
|
241
|
-
|
|
242
225
|
.e-xlflmenu .e-xlfl-dlgfields {
|
|
243
226
|
font-size: 17px;
|
|
244
227
|
}
|
|
245
|
-
|
|
246
228
|
.e-xlflmenu .e-xlfl-fieldset {
|
|
247
229
|
font-size: 14px;
|
|
248
230
|
padding-top: 15px;
|
|
249
231
|
}
|
|
250
|
-
|
|
251
232
|
.e-xlflmenu .e-xlfl-optr,
|
|
252
233
|
.e-xlflmenu .e-xlfl-value {
|
|
253
234
|
padding-top: 12px;
|
|
254
235
|
}
|
|
255
|
-
|
|
256
236
|
.e-xlflmenu .e-xlfl-radio,
|
|
257
237
|
.e-xlflmenu .e-xlfl-mtcase {
|
|
258
238
|
padding-top: 12px;
|
|
259
239
|
}
|
|
260
|
-
|
|
261
240
|
.e-xlflmenu .e-xlfl-optr:first-child {
|
|
262
241
|
padding-right: 12px;
|
|
263
242
|
}
|
|
264
|
-
|
|
265
243
|
.e-xlflmenu .e-xlfl-table {
|
|
266
244
|
border-spacing: 0;
|
|
267
245
|
table-layout: fixed;
|
|
268
246
|
width: 100%;
|
|
269
247
|
}
|
|
270
|
-
|
|
271
248
|
.e-xlflmenu .e-radio + label .e-label {
|
|
272
249
|
margin-top: 0;
|
|
273
250
|
padding-left: 23px;
|
|
274
251
|
padding-right: 13px;
|
|
275
252
|
}
|
|
276
|
-
|
|
277
253
|
.e-xlflmenu .e-checkbox-wrapper .e-frame + .e-label {
|
|
278
254
|
margin-bottom: 1px;
|
|
279
255
|
margin-left: 6px;
|
|
280
256
|
}
|
|
281
|
-
|
|
282
257
|
.e-xlflmenu .e-checkbox-wrapper .e-frame {
|
|
283
258
|
margin-bottom: 1px;
|
|
284
259
|
}
|
|
285
|
-
|
|
286
260
|
.e-xlflmenu .e-dlg-content {
|
|
287
261
|
padding-bottom: 6px;
|
|
288
262
|
}
|
|
289
|
-
|
|
290
263
|
.e-xlflmenu .e-xlfl-radiodiv {
|
|
291
264
|
width: 117px;
|
|
292
265
|
}
|
|
293
|
-
|
|
294
266
|
.e-xlflmenu .e-xlfl-matchcasediv {
|
|
295
267
|
margin-left: 0;
|
|
296
268
|
margin-right: 13px;
|
|
@@ -309,12 +281,10 @@
|
|
|
309
281
|
padding-left: 12px;
|
|
310
282
|
padding-right: 0;
|
|
311
283
|
}
|
|
312
|
-
|
|
313
284
|
.e-xlflmenu.e-rtl .e-radio + label .e-label {
|
|
314
285
|
padding-left: 0;
|
|
315
286
|
padding-right: 25px;
|
|
316
287
|
}
|
|
317
|
-
|
|
318
288
|
.e-xlflmenu.e-rtl .e-xlfl-radio-or {
|
|
319
289
|
margin-left: 0;
|
|
320
290
|
margin-right: 13px;
|
|
@@ -328,52 +298,41 @@
|
|
|
328
298
|
.e-bigger .e-xlflmenu {
|
|
329
299
|
min-height: 396px;
|
|
330
300
|
}
|
|
331
|
-
|
|
332
301
|
.e-bigger .e-xlflmenu .e-xlfl-table {
|
|
333
302
|
border-spacing: 0;
|
|
334
303
|
width: 100%;
|
|
335
304
|
}
|
|
336
|
-
|
|
337
305
|
.e-bigger .e-xlflmenu .e-dlg-content {
|
|
338
306
|
padding-bottom: 8px;
|
|
339
307
|
}
|
|
340
|
-
|
|
341
308
|
.e-bigger .e-xlflmenu .e-radio + label .e-label {
|
|
342
309
|
padding-left: 28px;
|
|
343
310
|
padding-right: 5px;
|
|
344
311
|
}
|
|
345
|
-
|
|
346
312
|
.e-bigger .e-xlflmenu .e-checkbox-wrapper .e-frame + .e-label {
|
|
347
313
|
margin-left: 8px;
|
|
348
314
|
}
|
|
349
|
-
|
|
350
315
|
.e-bigger .e-xlflmenu .e-xlfl-radiodiv {
|
|
351
316
|
width: 137px;
|
|
352
317
|
}
|
|
353
|
-
|
|
354
318
|
.e-bigger .e-xlflmenu .e-xlfl-radio-or,
|
|
355
319
|
.e-bigger .e-xlflmenu .e-xlfl-matchcasediv {
|
|
356
320
|
margin-left: 18px;
|
|
357
321
|
}
|
|
358
|
-
|
|
359
322
|
.e-bigger .e-xlflmenu .e-xlfl-optr:first-child {
|
|
360
323
|
padding-right: 16px;
|
|
361
324
|
}
|
|
362
|
-
|
|
363
325
|
.e-bigger .e-xlflmenu .e-xlfl-dlgfields {
|
|
364
326
|
font-size: 18px;
|
|
365
327
|
}
|
|
366
|
-
|
|
367
328
|
.e-bigger .e-xlflmenu .e-xlfl-fieldset {
|
|
368
329
|
font-size: 15px;
|
|
369
330
|
padding-top: 20px;
|
|
370
331
|
}
|
|
371
|
-
|
|
372
332
|
.e-bigger .e-xlflmenu .e-xlfl-optr,
|
|
373
333
|
.e-bigger .e-xlflmenu .e-xlfl-value {
|
|
374
334
|
padding-top: 16px;
|
|
375
335
|
}
|
|
376
|
-
|
|
377
336
|
.e-bigger .e-xlflmenu .e-xlfl-radio,
|
|
378
337
|
.e-bigger .e-xlflmenu .e-xlfl-mtcase {
|
|
379
338
|
padding-top: 16px;
|
|
@@ -383,13 +342,11 @@
|
|
|
383
342
|
.e-excelfilter.e-bigger .e-xlflmenu {
|
|
384
343
|
min-height: 396px;
|
|
385
344
|
}
|
|
386
|
-
|
|
387
345
|
.e-bigger .e-excelfilter .e-ftrchk,
|
|
388
346
|
.e-excelfilter.e-bigger .e-ftrchk {
|
|
389
347
|
padding-bottom: 13px;
|
|
390
348
|
padding-top: 13px;
|
|
391
349
|
}
|
|
392
|
-
|
|
393
350
|
.e-bigger .e-excelfilter .e-contextmenu-wrapper ul li,
|
|
394
351
|
.e-bigger .e-excelfilter .e-contextmenu-container ul li,
|
|
395
352
|
.e-excelfilter.e-bigger .e-contextmenu-wrapper ul li,
|
|
@@ -397,7 +354,6 @@
|
|
|
397
354
|
height: 48px;
|
|
398
355
|
line-height: 48px;
|
|
399
356
|
}
|
|
400
|
-
|
|
401
357
|
.e-bigger .e-excelfilter .e-contextmenu-wrapper ul li .e-menu-icon,
|
|
402
358
|
.e-bigger .e-excelfilter .e-contextmenu-container ul li .e-menu-icon,
|
|
403
359
|
.e-excelfilter.e-bigger .e-contextmenu-wrapper ul li .e-menu-icon,
|
|
@@ -406,37 +362,31 @@
|
|
|
406
362
|
line-height: 48px;
|
|
407
363
|
margin-right: 15px;
|
|
408
364
|
}
|
|
409
|
-
|
|
410
365
|
.e-bigger .e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret,
|
|
411
366
|
.e-excelfilter.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-caret {
|
|
412
367
|
height: 48px;
|
|
413
368
|
line-height: 48px;
|
|
414
369
|
margin-right: 0;
|
|
415
370
|
}
|
|
416
|
-
|
|
417
371
|
.e-bigger .e-excelfilter.e-rtl .e-contextmenu-wrapper ul .e-menu-item .e-caret,
|
|
418
372
|
.e-excelfilter.e-bigger.e-rtl .e-contextmenu-wrapper ul .e-menu-item .e-caret {
|
|
419
373
|
margin-left: 0;
|
|
420
374
|
}
|
|
421
|
-
|
|
422
375
|
.e-bigger .e-excelfilter.e-dialog .e-dlg-content,
|
|
423
376
|
.e-excelfilter.e-bigger.e-dialog .e-dlg-content {
|
|
424
377
|
padding-left: 11px;
|
|
425
378
|
}
|
|
426
|
-
|
|
427
379
|
.e-bigger .e-excelfilter .e-ftrchk,
|
|
428
380
|
.e-bigger .e-excelfilter .e-searchbox,
|
|
429
381
|
.e-excelfilter.e-bigger .e-ftrchk,
|
|
430
382
|
.e-excelfilter.e-bigger .e-searchbox {
|
|
431
383
|
padding-left: 13px;
|
|
432
384
|
}
|
|
433
|
-
|
|
434
385
|
.e-bigger .e-excelfilter.e-rtl .e-dlg-content,
|
|
435
386
|
.e-excelfilter.e-bigger.e-rtl .e-dlg-content {
|
|
436
387
|
padding-left: 24px;
|
|
437
388
|
padding-right: 11px;
|
|
438
389
|
}
|
|
439
|
-
|
|
440
390
|
.e-bigger .e-excelfilter.e-rtl .e-ftrchk,
|
|
441
391
|
.e-bigger .e-excelfilter.e-rtl .e-searchbox,
|
|
442
392
|
.e-excelfilter.e-bigger.e-rtl .e-ftrchk,
|
|
@@ -451,51 +401,42 @@
|
|
|
451
401
|
min-height: 160px;
|
|
452
402
|
overflow-y: auto;
|
|
453
403
|
}
|
|
454
|
-
|
|
455
404
|
.e-excelfilter .e-checkboxfiltertext {
|
|
456
405
|
width: 150px;
|
|
457
406
|
word-break: normal;
|
|
458
407
|
}
|
|
459
|
-
|
|
460
408
|
.e-excelfilter .e-chk-hidden {
|
|
461
409
|
-moz-appearance: none;
|
|
462
410
|
height: 1px;
|
|
463
411
|
opacity: 0;
|
|
464
412
|
width: 1px;
|
|
465
413
|
}
|
|
466
|
-
|
|
467
414
|
.e-excelfilter .e-contextmenu-wrapper,
|
|
468
415
|
.e-excelfilter .e-contextmenu-wrapper ul {
|
|
469
416
|
display: block;
|
|
470
417
|
}
|
|
471
|
-
|
|
472
418
|
.e-excelfilter .e-contextmenu-wrapper ul {
|
|
473
419
|
padding-bottom: 4px;
|
|
474
420
|
position: static;
|
|
475
421
|
}
|
|
476
|
-
|
|
477
422
|
.e-excelfilter .e-contextmenu-wrapper ul li,
|
|
478
423
|
.e-excelfilter .e-contextmenu-container ul li {
|
|
479
424
|
height: 36px;
|
|
480
425
|
line-height: 36px;
|
|
481
426
|
}
|
|
482
|
-
|
|
483
427
|
.e-excelfilter .e-contextmenu-wrapper ul li .e-menu-icon,
|
|
484
428
|
.e-excelfilter .e-contextmenu-container ul li .e-menu-icon {
|
|
485
429
|
height: 36px;
|
|
486
430
|
line-height: 36px;
|
|
487
431
|
margin-right: 12px;
|
|
488
432
|
}
|
|
489
|
-
|
|
490
433
|
.e-excelfilter.e-rtl .e-contextmenu-wrapper ul li .e-menu-icon {
|
|
491
434
|
margin-right: 0;
|
|
492
435
|
}
|
|
493
|
-
|
|
494
436
|
.e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret {
|
|
495
437
|
height: 36px;
|
|
496
438
|
line-height: 36px;
|
|
497
439
|
}
|
|
498
|
-
|
|
499
440
|
.e-excelfilter .e-contextmenu-wrapper ul,
|
|
500
441
|
.e-excelfilter .e-contextmenu-container ul:not(.e-ul) {
|
|
501
442
|
border: 0;
|
|
@@ -505,71 +446,56 @@
|
|
|
505
446
|
padding-bottom: 4px;
|
|
506
447
|
position: static;
|
|
507
448
|
}
|
|
508
|
-
|
|
509
449
|
.e-excelfilter .e-footer-content {
|
|
510
450
|
border-style: solid;
|
|
511
451
|
border-width: 1px 0 0;
|
|
512
452
|
}
|
|
513
|
-
|
|
514
453
|
.e-excelfilter .e-excel-menu {
|
|
515
454
|
z-index: 1000;
|
|
516
455
|
}
|
|
517
|
-
|
|
518
456
|
.e-excelfilter .e-dlg-content {
|
|
519
457
|
background-color: #fff;
|
|
520
458
|
padding-top: 0;
|
|
521
459
|
}
|
|
522
|
-
|
|
523
460
|
.e-excelfilter .e-contextmenu-wrapper,
|
|
524
461
|
.e-excelfilter .e-contextmenu-wrapper ul {
|
|
525
462
|
display: block;
|
|
526
463
|
}
|
|
527
|
-
|
|
528
464
|
.e-excelfilter .e-contextmenu-wrapper ul {
|
|
529
465
|
padding-bottom: 4px;
|
|
530
466
|
position: static;
|
|
531
467
|
}
|
|
532
|
-
|
|
533
|
-
.e-excelfilter .e-contextmenu-wrapper ul li
|
|
534
|
-
.e-contextmenu-container ul li {
|
|
468
|
+
.e-excelfilter .e-contextmenu-wrapper ul li .e-contextmenu-container ul li {
|
|
535
469
|
height: 36px;
|
|
536
470
|
line-height: 36px;
|
|
537
471
|
}
|
|
538
|
-
|
|
539
472
|
.e-excelfilter .e-contextmenu-wrapper ul li .e-menu-icon,
|
|
540
473
|
.e-excelfilter .e-contextmenu-container ul li .e-menu-icon {
|
|
541
474
|
height: 36px;
|
|
542
475
|
line-height: 36px;
|
|
543
476
|
margin-right: 12px;
|
|
544
477
|
}
|
|
545
|
-
|
|
546
478
|
.e-excelfilter.e-rtl .e-contextmenu-wrapper ul li .e-menu-icon {
|
|
547
479
|
margin-right: 0;
|
|
548
480
|
}
|
|
549
|
-
|
|
550
481
|
.e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret {
|
|
551
482
|
height: 36px;
|
|
552
483
|
line-height: 36px;
|
|
553
484
|
margin-right: 0;
|
|
554
485
|
}
|
|
555
|
-
|
|
556
486
|
.e-excelfilter.e-rtl .e-contextmenu-wrapper ul .e-menu-item .e-caret {
|
|
557
487
|
margin-left: 0;
|
|
558
488
|
}
|
|
559
|
-
|
|
560
489
|
.e-excelfilter .e-footer-content {
|
|
561
490
|
border-style: solid;
|
|
562
491
|
border-width: 1px 0 0;
|
|
563
492
|
}
|
|
564
|
-
|
|
565
493
|
.e-excelfilter .e-excel-menu {
|
|
566
494
|
z-index: 1000;
|
|
567
495
|
}
|
|
568
|
-
|
|
569
496
|
.e-excelfilter .e-dlg-content {
|
|
570
497
|
padding-top: 0;
|
|
571
498
|
}
|
|
572
|
-
|
|
573
499
|
.e-excelfilter .e-xlsel {
|
|
574
500
|
border: 0 solid;
|
|
575
501
|
position: absolute;
|
|
@@ -577,27 +503,22 @@
|
|
|
577
503
|
-ms-user-select: none;
|
|
578
504
|
user-select: none;
|
|
579
505
|
}
|
|
580
|
-
|
|
581
506
|
.e-excelfilter.e-dialog .e-dlg-content {
|
|
582
507
|
padding-left: 9px;
|
|
583
508
|
}
|
|
584
|
-
|
|
585
509
|
.e-excelfilter .e-ftrchk,
|
|
586
510
|
.e-excelfilter .e-searchbox {
|
|
587
511
|
padding-left: 9px;
|
|
588
512
|
}
|
|
589
|
-
|
|
590
513
|
.e-excelfilter.e-rtl .e-dlg-content {
|
|
591
514
|
padding-left: 18px;
|
|
592
515
|
padding-right: 9px;
|
|
593
516
|
}
|
|
594
|
-
|
|
595
517
|
.e-excelfilter.e-rtl .e-ftrchk,
|
|
596
518
|
.e-excelfilter.e-rtl .e-searchbox {
|
|
597
519
|
padding-left: 0;
|
|
598
520
|
padding-right: 9px;
|
|
599
521
|
}
|
|
600
|
-
|
|
601
522
|
.e-excelfilter .e-searchbox {
|
|
602
523
|
display: block;
|
|
603
524
|
}
|
|
@@ -612,11 +533,9 @@
|
|
|
612
533
|
border-color: rgba(0, 0, 0, 0.12);
|
|
613
534
|
opacity: 1;
|
|
614
535
|
}
|
|
615
|
-
|
|
616
536
|
.e-excelfilter .e-filtered::before {
|
|
617
537
|
color: #e3165b;
|
|
618
538
|
}
|
|
619
|
-
|
|
620
539
|
.e-excelfilter .e-dlg-content {
|
|
621
540
|
padding-bottom: 0;
|
|
622
541
|
}
|
|
@@ -629,4 +548,4 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
629
548
|
.e-xlsel {
|
|
630
549
|
background-color: #e3165b;
|
|
631
550
|
border-color: #e3165b;
|
|
632
|
-
}
|
|
551
|
+
}
|