@syncfusion/ej2-multicolumn-combobox 26.1.35 → 26.1.38

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.
Files changed (58) hide show
  1. package/dist/ej2-multicolumn-combobox.umd.min.js +9 -0
  2. package/dist/global/ej2-multicolumn-combobox.min.js +9 -0
  3. package/dist/global/index.d.ts +9 -0
  4. package/package.json +6 -6
  5. package/styles/bootstrap-dark.css +22 -4
  6. package/styles/bootstrap.css +22 -4
  7. package/styles/bootstrap4.css +22 -4
  8. package/styles/bootstrap5-dark.css +21 -3
  9. package/styles/bootstrap5.css +21 -3
  10. package/styles/fabric-dark.css +22 -4
  11. package/styles/fabric.css +22 -4
  12. package/styles/fluent-dark.css +22 -4
  13. package/styles/fluent.css +22 -4
  14. package/styles/fluent2.css +22 -4
  15. package/styles/highcontrast-light.css +22 -4
  16. package/styles/highcontrast.css +22 -4
  17. package/styles/material-dark.css +22 -4
  18. package/styles/material.css +22 -4
  19. package/styles/material3-dark.css +23 -5
  20. package/styles/material3.css +23 -5
  21. package/styles/multicolumn-combobox/_bds-definition.scss +3 -1
  22. package/styles/multicolumn-combobox/_bootstrap-dark-definition.scss +3 -1
  23. package/styles/multicolumn-combobox/_bootstrap-definition.scss +3 -1
  24. package/styles/multicolumn-combobox/_bootstrap4-definition.scss +3 -1
  25. package/styles/multicolumn-combobox/_bootstrap5-definition.scss +2 -0
  26. package/styles/multicolumn-combobox/_bootstrap5.3-definition.scss +2 -0
  27. package/styles/multicolumn-combobox/_fabric-dark-definition.scss +3 -1
  28. package/styles/multicolumn-combobox/_fabric-definition.scss +3 -1
  29. package/styles/multicolumn-combobox/_fluent-definition.scss +3 -1
  30. package/styles/multicolumn-combobox/_fluent2-definition.scss +3 -1
  31. package/styles/multicolumn-combobox/_fusionnew-definition.scss +3 -1
  32. package/styles/multicolumn-combobox/_highcontrast-definition.scss +3 -1
  33. package/styles/multicolumn-combobox/_highcontrast-light-definition.scss +3 -1
  34. package/styles/multicolumn-combobox/_layout.scss +11 -3
  35. package/styles/multicolumn-combobox/_material-dark-definition.scss +3 -1
  36. package/styles/multicolumn-combobox/_material-definition.scss +3 -1
  37. package/styles/multicolumn-combobox/_material3-definition.scss +4 -2
  38. package/styles/multicolumn-combobox/_tailwind-definition.scss +3 -1
  39. package/styles/multicolumn-combobox/bootstrap-dark.css +22 -4
  40. package/styles/multicolumn-combobox/bootstrap.css +22 -4
  41. package/styles/multicolumn-combobox/bootstrap4.css +22 -4
  42. package/styles/multicolumn-combobox/bootstrap5-dark.css +21 -3
  43. package/styles/multicolumn-combobox/bootstrap5.css +21 -3
  44. package/styles/multicolumn-combobox/fabric-dark.css +22 -4
  45. package/styles/multicolumn-combobox/fabric.css +22 -4
  46. package/styles/multicolumn-combobox/fluent-dark.css +22 -4
  47. package/styles/multicolumn-combobox/fluent.css +22 -4
  48. package/styles/multicolumn-combobox/fluent2.css +22 -4
  49. package/styles/multicolumn-combobox/highcontrast-light.css +22 -4
  50. package/styles/multicolumn-combobox/highcontrast.css +22 -4
  51. package/styles/multicolumn-combobox/material-dark.css +22 -4
  52. package/styles/multicolumn-combobox/material.css +22 -4
  53. package/styles/multicolumn-combobox/material3-dark.css +23 -5
  54. package/styles/multicolumn-combobox/material3.css +23 -5
  55. package/styles/multicolumn-combobox/tailwind-dark.css +22 -4
  56. package/styles/multicolumn-combobox/tailwind.css +22 -4
  57. package/styles/tailwind-dark.css +22 -4
  58. package/styles/tailwind.css +22 -4
@@ -241,10 +241,20 @@
241
241
 
242
242
  .e-multicolumn-list .e-popup-footer {
243
243
  vertical-align: middle;
244
- border-top: 1px solid;
244
+ border-style: solid;
245
+ border-width: 0 1px 0 1px;
245
246
  font-size: 14px;
246
- height: 38px;
247
- padding: 8px 0;
247
+ height: 32px;
248
+ display: -webkit-box;
249
+ display: -ms-flexbox;
250
+ display: flex;
251
+ -webkit-box-align: center;
252
+ -ms-flex-align: center;
253
+ align-items: center;
254
+ }
255
+
256
+ .e-multicolumn-grid.e-grid {
257
+ border-width: 1px;
248
258
  }
249
259
 
250
260
  .e-input-group.e-multicolumn-list input[readonly].e-input {
@@ -320,8 +330,10 @@
320
330
  .e-small .e-popup.e-multicolumn-list .e-popup-footer {
321
331
  font-size: 12px;
322
332
  }
333
+ .e-small.e-popup.e-multicolumn-list .e-popup-footer,
323
334
  .e-small.e-popup .e-multicolumn-grid .e-row,
324
335
  .e-small.e-popup .e-multicolumn-grid .e-emptyrow,
336
+ .e-small .e-popup.e-multicolumn-list .e-popup-footer,
325
337
  .e-small .e-popup .e-multicolumn-grid .e-row,
326
338
  .e-small .e-popup .e-multicolumn-grid .e-emptyrow {
327
339
  height: 26px;
@@ -335,8 +347,10 @@
335
347
  .e-bigger .e-popup.e-multicolumn-list .e-popup-footer {
336
348
  font-size: 16px;
337
349
  }
350
+ .e-bigger.e-popup.e-multicolumn-list .e-popup-footer,
338
351
  .e-bigger.e-popup .e-multicolumn-grid .e-row,
339
352
  .e-bigger.e-popup .e-multicolumn-grid .e-emptyrow,
353
+ .e-bigger .e-popup.e-multicolumn-list .e-popup-footer,
340
354
  .e-bigger .e-popup .e-multicolumn-grid .e-row,
341
355
  .e-bigger .e-popup .e-multicolumn-grid .e-emptyrow {
342
356
  height: 40px;
@@ -359,12 +373,16 @@
359
373
  .e-small .e-bigger.e-popup.e-multicolumn-list .e-popup-footer {
360
374
  font-size: 14px;
361
375
  }
376
+ .e-bigger.e-small.e-popup.e-multicolumn-list .e-popup-footer,
362
377
  .e-bigger.e-small.e-popup .e-multicolumn-grid .e-row,
363
378
  .e-bigger.e-small.e-popup .e-multicolumn-grid .e-emptyrow,
379
+ .e-bigger.e-small .e-popup.e-multicolumn-list .e-popup-footer,
364
380
  .e-bigger.e-small .e-popup .e-multicolumn-grid .e-row,
365
381
  .e-bigger.e-small .e-popup .e-multicolumn-grid .e-emptyrow,
382
+ .e-bigger .e-small.e-popup.e-multicolumn-list .e-popup-footer,
366
383
  .e-bigger .e-small.e-popup .e-multicolumn-grid .e-row,
367
384
  .e-bigger .e-small.e-popup .e-multicolumn-grid .e-emptyrow,
385
+ .e-small .e-bigger.e-popup.e-multicolumn-list .e-popup-footer,
368
386
  .e-small .e-bigger.e-popup .e-multicolumn-grid .e-row,
369
387
  .e-small .e-bigger.e-popup .e-multicolumn-grid .e-emptyrow {
370
388
  height: 36px;
@@ -377,9 +395,9 @@
377
395
  }
378
396
 
379
397
  .e-multicolumn-list .e-popup-footer {
380
- background: transparent;
398
+ background: rgba(var(--color-sf-surface));
381
399
  color: var(--color-sf-on-surface-variant);
382
- border-color: var(--color-sf-outline-variant);
400
+ border-color: rgba(var(--color-sf-outline-variant));
383
401
  }
384
402
 
385
403
  .e-input-group.e-multicolumn-list:focus-visible {
@@ -297,10 +297,20 @@
297
297
 
298
298
  .e-multicolumn-list .e-popup-footer {
299
299
  vertical-align: middle;
300
- border-top: 1px solid;
300
+ border-style: solid;
301
+ border-width: 0 1px 0 1px;
301
302
  font-size: 14px;
302
- height: 38px;
303
- padding: 8px 0;
303
+ height: 32px;
304
+ display: -webkit-box;
305
+ display: -ms-flexbox;
306
+ display: flex;
307
+ -webkit-box-align: center;
308
+ -ms-flex-align: center;
309
+ align-items: center;
310
+ }
311
+
312
+ .e-multicolumn-grid.e-grid {
313
+ border-width: 1px;
304
314
  }
305
315
 
306
316
  .e-input-group.e-multicolumn-list input[readonly].e-input {
@@ -376,8 +386,10 @@
376
386
  .e-small .e-popup.e-multicolumn-list .e-popup-footer {
377
387
  font-size: 12px;
378
388
  }
389
+ .e-small.e-popup.e-multicolumn-list .e-popup-footer,
379
390
  .e-small.e-popup .e-multicolumn-grid .e-row,
380
391
  .e-small.e-popup .e-multicolumn-grid .e-emptyrow,
392
+ .e-small .e-popup.e-multicolumn-list .e-popup-footer,
381
393
  .e-small .e-popup .e-multicolumn-grid .e-row,
382
394
  .e-small .e-popup .e-multicolumn-grid .e-emptyrow {
383
395
  height: 26px;
@@ -391,8 +403,10 @@
391
403
  .e-bigger .e-popup.e-multicolumn-list .e-popup-footer {
392
404
  font-size: 16px;
393
405
  }
406
+ .e-bigger.e-popup.e-multicolumn-list .e-popup-footer,
394
407
  .e-bigger.e-popup .e-multicolumn-grid .e-row,
395
408
  .e-bigger.e-popup .e-multicolumn-grid .e-emptyrow,
409
+ .e-bigger .e-popup.e-multicolumn-list .e-popup-footer,
396
410
  .e-bigger .e-popup .e-multicolumn-grid .e-row,
397
411
  .e-bigger .e-popup .e-multicolumn-grid .e-emptyrow {
398
412
  height: 40px;
@@ -415,12 +429,16 @@
415
429
  .e-small .e-bigger.e-popup.e-multicolumn-list .e-popup-footer {
416
430
  font-size: 14px;
417
431
  }
432
+ .e-bigger.e-small.e-popup.e-multicolumn-list .e-popup-footer,
418
433
  .e-bigger.e-small.e-popup .e-multicolumn-grid .e-row,
419
434
  .e-bigger.e-small.e-popup .e-multicolumn-grid .e-emptyrow,
435
+ .e-bigger.e-small .e-popup.e-multicolumn-list .e-popup-footer,
420
436
  .e-bigger.e-small .e-popup .e-multicolumn-grid .e-row,
421
437
  .e-bigger.e-small .e-popup .e-multicolumn-grid .e-emptyrow,
438
+ .e-bigger .e-small.e-popup.e-multicolumn-list .e-popup-footer,
422
439
  .e-bigger .e-small.e-popup .e-multicolumn-grid .e-row,
423
440
  .e-bigger .e-small.e-popup .e-multicolumn-grid .e-emptyrow,
441
+ .e-small .e-bigger.e-popup.e-multicolumn-list .e-popup-footer,
424
442
  .e-small .e-bigger.e-popup .e-multicolumn-grid .e-row,
425
443
  .e-small .e-bigger.e-popup .e-multicolumn-grid .e-emptyrow {
426
444
  height: 36px;
@@ -433,9 +451,9 @@
433
451
  }
434
452
 
435
453
  .e-multicolumn-list .e-popup-footer {
436
- background: transparent;
454
+ background: rgba(var(--color-sf-surface));
437
455
  color: var(--color-sf-on-surface-variant);
438
- border-color: var(--color-sf-outline-variant);
456
+ border-color: rgba(var(--color-sf-outline-variant));
439
457
  }
440
458
 
441
459
  .e-input-group.e-multicolumn-list:focus-visible {
@@ -1,6 +1,8 @@
1
1
  $header-font-weight: 500 !default;
2
2
  $multicolumn-grid-height: 30px !default;
3
3
  $multicolumn-margin-top-value: 2px !default;
4
+ $footer-border-width: 0 0 0 0 !default;
5
+ $grid-border-width: 0 !default;
4
6
 
5
7
  $multicolumn-grid-small-height: 24px !default;
6
8
  $multicolumn-margin-top-small-value: 2px !default;
@@ -17,7 +19,7 @@ $grid-content-color: $content-text-color !default;
17
19
  $grid-content-hover-bg-color: $content-bg-color-hover !default;
18
20
  $grid-content-active-bg-color: $content-bg-color-selected !default;
19
21
  $grid-content-active-color: $content-text-color-selected !default;
20
- $grid-footer-bg-color: transparent !default;
22
+ $grid-footer-bg-color: $flyout-bg-color !default;
21
23
  $grid-footer-color: $content-text-color-alt2 !default;
22
24
  $grid-group-content-header-color: $content-text-color-alt2 !default;
23
25
  $grid-group-content-header-bg-color: $flyout-bg-color !default;
@@ -1,6 +1,8 @@
1
1
  $header-font-weight: 500 !default;
2
2
  $multicolumn-grid-height: 36px !default;
3
3
  $multicolumn-margin-top-value: unset !default;
4
+ $footer-border-width: 0 1px 0 1px !default;
5
+ $grid-border-width: 1px !default;
4
6
 
5
7
  $multicolumn-grid-small-height: 32px !default;
6
8
  $multicolumn-margin-top-small-value: unset !default;
@@ -17,7 +19,7 @@ $grid-content-color: $grey-light-font !default;
17
19
  $grid-content-hover-bg-color: $grey-44 !default;
18
20
  $grid-content-active-bg-color: $brand-primary !default;
19
21
  $grid-content-active-color: $brand-primary-font !default;
20
- $grid-footer-bg-color: transparent !default;
22
+ $grid-footer-bg-color: $gray-dark !default;
21
23
  $grid-footer-color: $brand-primary !default;
22
24
  $grid-group-content-header-color: $brand-primary !default;
23
25
  $grid-group-content-header-bg-color: $gray-dark !default;
@@ -1,6 +1,8 @@
1
1
  $header-font-weight: 500 !default;
2
2
  $multicolumn-grid-height: 36px !default;
3
3
  $multicolumn-margin-top-value: unset !default;
4
+ $footer-border-width: 1px 0 0 0 !default;
5
+ $grid-border-width: 0 !default;
4
6
 
5
7
  $multicolumn-grid-small-height: 32px !default;
6
8
  $multicolumn-margin-top-small-value: unset !default;
@@ -17,7 +19,7 @@ $grid-content-color: $grey-light-font !default;
17
19
  $grid-content-hover-bg-color: $grey-f5 !default;
18
20
  $grid-content-active-bg-color: $brand-primary !default;
19
21
  $grid-content-active-color: $brand-primary-font !default;
20
- $grid-footer-bg-color: transparent !default;
22
+ $grid-footer-bg-color: $grey-white !default;
21
23
  $grid-footer-color: $gray-light !default;
22
24
  $grid-group-content-header-color: $gray-light !default;
23
25
  $grid-group-content-header-bg-color: $grey-white !default;
@@ -1,6 +1,8 @@
1
1
  $header-font-weight: 400 !default;
2
2
  $multicolumn-grid-height: 26px !default;
3
3
  $multicolumn-margin-top-value: 2px !default;
4
+ $footer-border-width: 1px 0 0 0 !default;
5
+ $grid-border-width: 0 !default;
4
6
 
5
7
  $multicolumn-grid-small-height: 24px !default;
6
8
  $multicolumn-margin-top-small-value: 3px !default;
@@ -17,7 +19,7 @@ $grid-content-color: $gray-900 !default;
17
19
  $grid-content-hover-bg-color: $gray-100 !default;
18
20
  $grid-content-active-bg-color: $primary !default;
19
21
  $grid-content-active-color: $primary-font !default;
20
- $grid-footer-bg-color: transparent !default;
22
+ $grid-footer-bg-color: $white !default;
21
23
  $grid-footer-color: $gray-700 !default;
22
24
  $grid-group-content-header-color: $gray-700 !default;
23
25
  $grid-group-content-header-bg-color: $white !default;
@@ -1,6 +1,8 @@
1
1
  $header-font-weight: 700 !default;
2
2
  $multicolumn-grid-height: 30px !default;
3
3
  $multicolumn-margin-top-value: 3px !default;
4
+ $footer-border-width: 1px !default;
5
+ $grid-border-width: 1px !default;
4
6
 
5
7
  $multicolumn-grid-small-height: 26px !default;
6
8
  $multicolumn-margin-top-small-value: 3px !default;
@@ -1,6 +1,8 @@
1
1
  $header-font-weight: 700 !default;
2
2
  $multicolumn-grid-height: 30px !default;
3
3
  $multicolumn-margin-top-value: 3px !default;
4
+ $footer-border-width: 1px !default;
5
+ $grid-border-width: 1px !default;
4
6
 
5
7
  $multicolumn-grid-small-height: 26px !default;
6
8
  $multicolumn-margin-top-small-value: 3px !default;
@@ -1,6 +1,8 @@
1
1
  $header-font-weight: 600 !default;
2
2
  $multicolumn-grid-height: 36px !default;
3
3
  $multicolumn-margin-top-value: unset !default;
4
+ $footer-border-width: 0 0 0 0 !default;
5
+ $grid-border-width: 0 !default;
4
6
 
5
7
  $multicolumn-grid-small-height: 32px !default;
6
8
  $multicolumn-margin-top-small-value: unset !default;
@@ -17,7 +19,7 @@ $grid-content-color: $neutral-light-font !default;
17
19
  $grid-content-hover-bg-color: $neutral-light !default;
18
20
  $grid-content-active-bg-color: $neutral-quintenary !default;
19
21
  $grid-content-active-color: $neutral-light-font !default;
20
- $grid-footer-bg-color: transparent !default;
22
+ $grid-footer-bg-color: $neutral-lighter-alt !default;
21
23
  $grid-footer-color: $theme-primary !default;
22
24
  $grid-group-content-header-color: $theme-primary !default;
23
25
  $grid-group-content-header-bg-color: $neutral-lighter-alt !default;
@@ -1,6 +1,8 @@
1
1
  $header-font-weight: 600 !default;
2
2
  $multicolumn-grid-height: 36px !default;
3
3
  $multicolumn-margin-top-value: unset !default;
4
+ $footer-border-width: 1px 0 0 0 !default;
5
+ $grid-border-width: 1px !default;
4
6
 
5
7
  $multicolumn-grid-small-height: 32px !default;
6
8
  $multicolumn-margin-top-small-value: unset !default;
@@ -17,7 +19,7 @@ $grid-content-color: $neutral-light-fontalt !default;
17
19
  $grid-content-hover-bg-color: $neutral-lighter !default;
18
20
  $grid-content-active-bg-color: $theme-lighter !default;
19
21
  $grid-content-active-color: $neutral-primary !default;
20
- $grid-footer-bg-color: transparent !default;
22
+ $grid-footer-bg-color: $neutral-white !default;
21
23
  $grid-footer-color: $theme-primary !default;
22
24
  $grid-group-content-header-color: $theme-primary !default;
23
25
  $grid-group-content-header-bg-color: $neutral-white !default;
@@ -1,6 +1,8 @@
1
1
  $header-font-weight: 600 !default;
2
2
  $multicolumn-grid-height: 32px !default;
3
3
  $multicolumn-margin-top-value: 2px !default;
4
+ $footer-border-width: 0 1px 0 1px !default;
5
+ $grid-border-width: 1px !default;
4
6
 
5
7
  $multicolumn-grid-small-height: 26px !default;
6
8
  $multicolumn-margin-top-small-value: 2px !default;
@@ -17,7 +19,7 @@ $grid-content-color: $content-text-color !default;
17
19
  $grid-content-hover-bg-color: $flyout-bg-color-hover !default;
18
20
  $grid-content-active-bg-color: $flyout-bg-color-pressed !default;
19
21
  $grid-content-active-color: $flyout-text-color-selected !default;
20
- $grid-footer-bg-color: $transparent !default;
22
+ $grid-footer-bg-color: $flyout-bg-color !default;
21
23
  $grid-footer-color: $content-text-color-alt3 !default;
22
24
  $grid-group-content-header-color: $content-text-color-alt3 !default;
23
25
  $grid-group-content-header-bg-color: $flyout-bg-color !default;
@@ -1,6 +1,8 @@
1
1
  $header-font-weight: 400 !default;
2
2
  $multicolumn-grid-height: 32px !default;
3
3
  $multicolumn-margin-top-value: unset !default;
4
+ $footer-border-width: 0 1px 0 1px !default;
5
+ $grid-border-width: 1px !default;
4
6
 
5
7
  $multicolumn-grid-small-height: 32px !default;
6
8
  $multicolumn-margin-top-small-value: unset !default;
@@ -17,7 +19,7 @@ $grid-content-color: $content-text-color !default;
17
19
  $grid-content-hover-bg-color: $flyout-bg-color-hover !default;
18
20
  $grid-content-active-bg-color: $flyout-bg-color-selected !default;
19
21
  $grid-content-active-color: $flyout-text-color-selected !default;
20
- $grid-footer-bg-color: $transparent !default;
22
+ $grid-footer-bg-color: $flyout-bg-color !default;
21
23
  $grid-footer-color: $content-text-color-alt2 !default;
22
24
  $grid-group-content-header-color: $content-text-color-alt2 !default;
23
25
  $grid-group-content-header-bg-color: $flyout-bg-color !default;
@@ -1,6 +1,8 @@
1
1
  $header-font-weight: 600 !default;
2
2
  $multicolumn-grid-height: 32px !default;
3
3
  $multicolumn-margin-top-value: 2px !default;
4
+ $footer-border-width: 1px 0 0 0 !default;
5
+ $grid-border-width: 0 !default;
4
6
 
5
7
  $multicolumn-grid-small-height: 26px !default;
6
8
  $multicolumn-margin-top-small-value: 2px !default;
@@ -17,7 +19,7 @@ $grid-content-color: $content-text-color !default;
17
19
  $grid-content-hover-bg-color: $flyout-bg-color-hover !default;
18
20
  $grid-content-active-bg-color: $flyout-bg-color-pressed !default;
19
21
  $grid-content-active-color: $flyout-text-color-selected !default;
20
- $grid-footer-bg-color: $transparent !default;
22
+ $grid-footer-bg-color: $flyout-bg-color !default;
21
23
  $grid-footer-color: $content-text-color-alt3 !default;
22
24
  $grid-group-content-header-color: $content-text-color-alt3 !default;
23
25
  $grid-group-content-header-bg-color: $flyout-bg-color !default;
@@ -1,6 +1,8 @@
1
1
  $header-font-weight: 600 !default;
2
2
  $multicolumn-grid-height: 36px !default;
3
3
  $multicolumn-margin-top-value: unset !default;
4
+ $footer-border-width: 1px !default;
5
+ $grid-border-width: 1px !default;
4
6
 
5
7
  $multicolumn-grid-small-height: 32px !default;
6
8
  $multicolumn-margin-top-small-value: unset !default;
@@ -17,7 +19,7 @@ $grid-content-color: $content-font !default;
17
19
  $grid-content-hover-bg-color: $hover-bg !default;
18
20
  $grid-content-active-bg-color: $selection-bg !default;
19
21
  $grid-content-active-color: $selection-font !default;
20
- $grid-footer-bg-color: transparent !default;
22
+ $grid-footer-bg-color: $bg-base-0 !default;
21
23
  $grid-footer-color: $selection-border !default;
22
24
  $grid-group-content-header-color: $selection-border !default;
23
25
  $grid-group-content-header-bg-color: $bg-base-0 !default;
@@ -1,6 +1,8 @@
1
1
  $header-font-weight: 600 !default;
2
2
  $multicolumn-grid-height: 36px !default;
3
3
  $multicolumn-margin-top-value: unset !default;
4
+ $footer-border-width: 1px !default;
5
+ $grid-border-width: 1px !default;
4
6
 
5
7
  $multicolumn-grid-small-height: 32px !default;
6
8
  $multicolumn-margin-top-small-value: unset !default;
@@ -17,7 +19,7 @@ $grid-content-color: $content-font !default;
17
19
  $grid-content-hover-bg-color: $hover-bg !default;
18
20
  $grid-content-active-bg-color: $selection-bg !default;
19
21
  $grid-content-active-color: $selection-font !default;
20
- $grid-footer-bg-color: transparent !default;
22
+ $grid-footer-bg-color: $bg-base-0 !default;
21
23
  $grid-footer-color: $selection-border !default;
22
24
  $grid-group-content-header-color: $selection-border !default;
23
25
  $grid-group-content-header-bg-color: $bg-base-0 !default;
@@ -21,10 +21,15 @@
21
21
  }
22
22
  .e-multicolumn-list .e-popup-footer {
23
23
  vertical-align: middle;
24
- border-top: 1px solid;
24
+ border-style: solid;
25
+ border-width: $footer-border-width;
25
26
  font-size: 14px;
26
- height: 38px;
27
- padding: 8px 0;
27
+ height: $multicolumn-grid-height;
28
+ display: flex;
29
+ align-items: center;
30
+ }
31
+ .e-multicolumn-grid.e-grid {
32
+ border-width: $grid-border-width;
28
33
  }
29
34
  .e-input-group.e-multicolumn-list {
30
35
  input[readonly].e-input {
@@ -93,6 +98,7 @@
93
98
  &.e-multicolumn-list .e-popup-footer {
94
99
  font-size: 12px;
95
100
  }
101
+ &.e-multicolumn-list .e-popup-footer,
96
102
  .e-multicolumn-grid .e-row,
97
103
  .e-multicolumn-grid .e-emptyrow {
98
104
  height: $multicolumn-grid-small-height;
@@ -105,6 +111,7 @@
105
111
  &.e-multicolumn-list .e-popup-footer {
106
112
  font-size: 16px;
107
113
  }
114
+ &.e-multicolumn-list .e-popup-footer,
108
115
  .e-multicolumn-grid .e-row,
109
116
  .e-multicolumn-grid .e-emptyrow {
110
117
  height: $multicolumn-grid-bigger-height;
@@ -121,6 +128,7 @@
121
128
  &.e-multicolumn-list .e-popup-footer {
122
129
  font-size: 14px;
123
130
  }
131
+ &.e-multicolumn-list .e-popup-footer,
124
132
  .e-multicolumn-grid .e-row,
125
133
  .e-multicolumn-grid .e-emptyrow {
126
134
  height: $multicolumn-grid-bigger-small-height;
@@ -1,6 +1,8 @@
1
1
  $header-font-weight: 500 !default;
2
2
  $multicolumn-grid-height: 36px !default;
3
3
  $multicolumn-margin-top-value: 1px !default;
4
+ $footer-border-width: 0 0 0 0 !default;
5
+ $grid-border-width: 0 !default;
4
6
 
5
7
  $multicolumn-grid-small-height: 36px !default;
6
8
  $multicolumn-margin-top-small-value: 1px !default;
@@ -17,7 +19,7 @@ $grid-content-color: rgba($grey-white, 1) !default;
17
19
  $grid-content-hover-bg-color: $grey-700 !default;
18
20
  $grid-content-active-bg-color: $grey-700 !default;
19
21
  $grid-content-active-color: $accent !default;
20
- $grid-footer-bg-color: transperent !default;
22
+ $grid-footer-bg-color: $grey-800 !default;
21
23
  $grid-footer-color: rgba($grey-white, .6) !default;
22
24
  $grid-group-content-header-color: rgba($grey-white, .6) !default;
23
25
  $grid-group-content-header-bg-color: $grey-800 !default;
@@ -1,6 +1,8 @@
1
1
  $header-font-weight: 500 !default;
2
2
  $multicolumn-grid-height: 36px !default;
3
3
  $multicolumn-margin-top-value: 1px !default;
4
+ $footer-border-width: 0 1px 0 1px !default;
5
+ $grid-border-width: 1px !default;
4
6
 
5
7
  $multicolumn-grid-small-height: 36px !default;
6
8
  $multicolumn-margin-top-small-value: 1px !default;
@@ -17,7 +19,7 @@ $grid-content-color: rgba($grey-black, .87) !default;
17
19
  $grid-content-hover-bg-color: $grey-200 !default;
18
20
  $grid-content-active-bg-color: $grey-200 !default;
19
21
  $grid-content-active-color: $accent !default;
20
- $grid-footer-bg-color: transparent !default;
22
+ $grid-footer-bg-color: $grey-white !default;
21
23
  $grid-footer-color: rgba($grey-black, .54) !default;
22
24
  $grid-group-content-header-color: rgba($grey-black, .54) !default;
23
25
  $grid-group-content-header-bg-color: $grey-white !default;
@@ -1,6 +1,8 @@
1
1
  $header-font-weight: 500 !default;
2
2
  $multicolumn-grid-height: 32px !default;
3
3
  $multicolumn-margin-top-value: 1px !default;
4
+ $footer-border-width: 0 1px 0 1px !default;
5
+ $grid-border-width: 1px !default;
4
6
 
5
7
  $multicolumn-grid-small-height: 26px !default;
6
8
  $multicolumn-margin-top-small-value: 1px !default;
@@ -11,13 +13,13 @@ $multicolumn-margin-top-bigger-value: 1px !default;
11
13
  $multicolumn-grid-bigger-small-height: 36px !default;
12
14
  $multicolumn-margin-top-bigger-small-value: 1px !default;
13
15
 
14
- $footer-border-color: $border-light !default;
16
+ $footer-border-color: rgba($border-light) !default;
15
17
  $popup-text-color: $content-text-color-alt1 !default;
16
18
  $grid-content-color: $content-text-color !default;
17
19
  $grid-content-hover-bg-color: $flyout-bg-color-hover !default;
18
20
  $grid-content-active-bg-color: $flyout-bg-color-selected !default;
19
21
  $grid-content-active-color: $flyout-text-color-selected !default;
20
- $grid-footer-bg-color: $transparent !default;
22
+ $grid-footer-bg-color: rgba($content-bg-color) !default;
21
23
  $grid-footer-color: $content-text-color-alt1 !default;
22
24
  $grid-group-content-header-color: $content-text-color-alt1 !default;
23
25
  $grid-group-content-header-bg-color: rgba($content-bg-color) !default;
@@ -1,6 +1,8 @@
1
1
  $header-font-weight: 500 !default;
2
2
  $multicolumn-grid-height: 30px !default;
3
3
  $multicolumn-margin-top-value: 2px !default;
4
+ $footer-border-width: 0 1px 0 1px !default;
5
+ $grid-border-width: 1px !default;
4
6
 
5
7
  $multicolumn-grid-small-height: 24px !default;
6
8
  $multicolumn-margin-top-small-value: 2px !default;
@@ -17,7 +19,7 @@ $grid-content-color: $content-text-color !default;
17
19
  $grid-content-hover-bg-color: $content-bg-color-hover !default;
18
20
  $grid-content-active-bg-color: $content-bg-color-selected !default;
19
21
  $grid-content-active-color: $content-text-color-selected !default;
20
- $grid-footer-bg-color: transparent !default;
22
+ $grid-footer-bg-color: $flyout-bg-color !default;
21
23
  $grid-footer-color: $content-text-color-alt2 !default;
22
24
  $grid-group-content-header-color: $content-text-color-alt2 !default;
23
25
  $grid-group-content-header-bg-color: $flyout-bg-color !default;
@@ -143,10 +143,20 @@
143
143
 
144
144
  .e-multicolumn-list .e-popup-footer {
145
145
  vertical-align: middle;
146
- border-top: 1px solid;
146
+ border-style: solid;
147
+ border-width: 0 1px 0 1px;
147
148
  font-size: 14px;
148
- height: 38px;
149
- padding: 8px 0;
149
+ height: 36px;
150
+ display: -webkit-box;
151
+ display: -ms-flexbox;
152
+ display: flex;
153
+ -webkit-box-align: center;
154
+ -ms-flex-align: center;
155
+ align-items: center;
156
+ }
157
+
158
+ .e-multicolumn-grid.e-grid {
159
+ border-width: 1px;
150
160
  }
151
161
 
152
162
  .e-input-group.e-multicolumn-list input[readonly].e-input {
@@ -222,8 +232,10 @@
222
232
  .e-small .e-popup.e-multicolumn-list .e-popup-footer {
223
233
  font-size: 12px;
224
234
  }
235
+ .e-small.e-popup.e-multicolumn-list .e-popup-footer,
225
236
  .e-small.e-popup .e-multicolumn-grid .e-row,
226
237
  .e-small.e-popup .e-multicolumn-grid .e-emptyrow,
238
+ .e-small .e-popup.e-multicolumn-list .e-popup-footer,
227
239
  .e-small .e-popup .e-multicolumn-grid .e-row,
228
240
  .e-small .e-popup .e-multicolumn-grid .e-emptyrow {
229
241
  height: 32px;
@@ -237,8 +249,10 @@
237
249
  .e-bigger .e-popup.e-multicolumn-list .e-popup-footer {
238
250
  font-size: 16px;
239
251
  }
252
+ .e-bigger.e-popup.e-multicolumn-list .e-popup-footer,
240
253
  .e-bigger.e-popup .e-multicolumn-grid .e-row,
241
254
  .e-bigger.e-popup .e-multicolumn-grid .e-emptyrow,
255
+ .e-bigger .e-popup.e-multicolumn-list .e-popup-footer,
242
256
  .e-bigger .e-popup .e-multicolumn-grid .e-row,
243
257
  .e-bigger .e-popup .e-multicolumn-grid .e-emptyrow {
244
258
  height: 40px;
@@ -261,12 +275,16 @@
261
275
  .e-small .e-bigger.e-popup.e-multicolumn-list .e-popup-footer {
262
276
  font-size: 14px;
263
277
  }
278
+ .e-bigger.e-small.e-popup.e-multicolumn-list .e-popup-footer,
264
279
  .e-bigger.e-small.e-popup .e-multicolumn-grid .e-row,
265
280
  .e-bigger.e-small.e-popup .e-multicolumn-grid .e-emptyrow,
281
+ .e-bigger.e-small .e-popup.e-multicolumn-list .e-popup-footer,
266
282
  .e-bigger.e-small .e-popup .e-multicolumn-grid .e-row,
267
283
  .e-bigger.e-small .e-popup .e-multicolumn-grid .e-emptyrow,
284
+ .e-bigger .e-small.e-popup.e-multicolumn-list .e-popup-footer,
268
285
  .e-bigger .e-small.e-popup .e-multicolumn-grid .e-row,
269
286
  .e-bigger .e-small.e-popup .e-multicolumn-grid .e-emptyrow,
287
+ .e-small .e-bigger.e-popup.e-multicolumn-list .e-popup-footer,
270
288
  .e-small .e-bigger.e-popup .e-multicolumn-grid .e-row,
271
289
  .e-small .e-bigger.e-popup .e-multicolumn-grid .e-emptyrow {
272
290
  height: 40px;
@@ -279,7 +297,7 @@
279
297
  }
280
298
 
281
299
  .e-multicolumn-list .e-popup-footer {
282
- background: transparent;
300
+ background: #2a2a2a;
283
301
  color: #0070f0;
284
302
  border-color: #484848;
285
303
  }
@@ -143,10 +143,20 @@
143
143
 
144
144
  .e-multicolumn-list .e-popup-footer {
145
145
  vertical-align: middle;
146
- border-top: 1px solid;
146
+ border-style: solid;
147
+ border-width: 1px 0 0 0;
147
148
  font-size: 14px;
148
- height: 38px;
149
- padding: 8px 0;
149
+ height: 36px;
150
+ display: -webkit-box;
151
+ display: -ms-flexbox;
152
+ display: flex;
153
+ -webkit-box-align: center;
154
+ -ms-flex-align: center;
155
+ align-items: center;
156
+ }
157
+
158
+ .e-multicolumn-grid.e-grid {
159
+ border-width: 0;
150
160
  }
151
161
 
152
162
  .e-input-group.e-multicolumn-list input[readonly].e-input {
@@ -222,8 +232,10 @@
222
232
  .e-small .e-popup.e-multicolumn-list .e-popup-footer {
223
233
  font-size: 12px;
224
234
  }
235
+ .e-small.e-popup.e-multicolumn-list .e-popup-footer,
225
236
  .e-small.e-popup .e-multicolumn-grid .e-row,
226
237
  .e-small.e-popup .e-multicolumn-grid .e-emptyrow,
238
+ .e-small .e-popup.e-multicolumn-list .e-popup-footer,
227
239
  .e-small .e-popup .e-multicolumn-grid .e-row,
228
240
  .e-small .e-popup .e-multicolumn-grid .e-emptyrow {
229
241
  height: 32px;
@@ -237,8 +249,10 @@
237
249
  .e-bigger .e-popup.e-multicolumn-list .e-popup-footer {
238
250
  font-size: 16px;
239
251
  }
252
+ .e-bigger.e-popup.e-multicolumn-list .e-popup-footer,
240
253
  .e-bigger.e-popup .e-multicolumn-grid .e-row,
241
254
  .e-bigger.e-popup .e-multicolumn-grid .e-emptyrow,
255
+ .e-bigger .e-popup.e-multicolumn-list .e-popup-footer,
242
256
  .e-bigger .e-popup .e-multicolumn-grid .e-row,
243
257
  .e-bigger .e-popup .e-multicolumn-grid .e-emptyrow {
244
258
  height: 40px;
@@ -261,12 +275,16 @@
261
275
  .e-small .e-bigger.e-popup.e-multicolumn-list .e-popup-footer {
262
276
  font-size: 14px;
263
277
  }
278
+ .e-bigger.e-small.e-popup.e-multicolumn-list .e-popup-footer,
264
279
  .e-bigger.e-small.e-popup .e-multicolumn-grid .e-row,
265
280
  .e-bigger.e-small.e-popup .e-multicolumn-grid .e-emptyrow,
281
+ .e-bigger.e-small .e-popup.e-multicolumn-list .e-popup-footer,
266
282
  .e-bigger.e-small .e-popup .e-multicolumn-grid .e-row,
267
283
  .e-bigger.e-small .e-popup .e-multicolumn-grid .e-emptyrow,
284
+ .e-bigger .e-small.e-popup.e-multicolumn-list .e-popup-footer,
268
285
  .e-bigger .e-small.e-popup .e-multicolumn-grid .e-row,
269
286
  .e-bigger .e-small.e-popup .e-multicolumn-grid .e-emptyrow,
287
+ .e-small .e-bigger.e-popup.e-multicolumn-list .e-popup-footer,
270
288
  .e-small .e-bigger.e-popup .e-multicolumn-grid .e-row,
271
289
  .e-small .e-bigger.e-popup .e-multicolumn-grid .e-emptyrow {
272
290
  height: 40px;
@@ -279,7 +297,7 @@
279
297
  }
280
298
 
281
299
  .e-multicolumn-list .e-popup-footer {
282
- background: transparent;
300
+ background: #fff;
283
301
  color: #777;
284
302
  border-color: #e6e6e6;
285
303
  }