@syncfusion/ej2-splitbuttons 20.4.50 → 21.1.37

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 (74) hide show
  1. package/CHANGELOG.md +2 -13
  2. package/dist/ej2-splitbuttons.min.js +2 -2
  3. package/dist/ej2-splitbuttons.umd.min.js +2 -2
  4. package/dist/ej2-splitbuttons.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-splitbuttons.es2015.js +20 -5
  6. package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
  7. package/dist/es6/ej2-splitbuttons.es5.js +20 -5
  8. package/dist/es6/ej2-splitbuttons.es5.js.map +1 -1
  9. package/dist/global/ej2-splitbuttons.min.js +2 -2
  10. package/dist/global/ej2-splitbuttons.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +9 -8
  13. package/src/drop-down-button/drop-down-button.js +6 -2
  14. package/src/progress-button/progress-button-model.d.ts +3 -1
  15. package/src/progress-button/progress-button.d.ts +19 -1
  16. package/src/split-button/split-button.js +14 -3
  17. package/styles/bootstrap-dark.css +44 -44
  18. package/styles/bootstrap.css +44 -44
  19. package/styles/bootstrap4.css +44 -44
  20. package/styles/bootstrap5-dark.css +48 -48
  21. package/styles/bootstrap5.css +48 -48
  22. package/styles/button-group/_bootstrap5-definition.scss +2 -2
  23. package/styles/button-group/_fluent-definition.scss +2 -2
  24. package/styles/button-group/_tailwind-definition.scss +1 -1
  25. package/styles/button-group/_theme.scss +4 -2
  26. package/styles/button-group/bootstrap-dark.css +30 -30
  27. package/styles/button-group/bootstrap.css +30 -30
  28. package/styles/button-group/bootstrap4.css +31 -31
  29. package/styles/button-group/bootstrap5-dark.css +30 -30
  30. package/styles/button-group/bootstrap5.css +30 -30
  31. package/styles/button-group/fabric-dark.css +30 -30
  32. package/styles/button-group/fabric.css +30 -30
  33. package/styles/button-group/fluent-dark.css +30 -30
  34. package/styles/button-group/fluent.css +30 -30
  35. package/styles/button-group/highcontrast-light.css +30 -30
  36. package/styles/button-group/highcontrast.css +30 -30
  37. package/styles/button-group/material-dark.css +30 -30
  38. package/styles/button-group/material.css +30 -30
  39. package/styles/button-group/tailwind-dark.css +30 -30
  40. package/styles/button-group/tailwind.css +30 -30
  41. package/styles/drop-down-button/_bootstrap5-definition.scss +5 -5
  42. package/styles/drop-down-button/_fluent-definition.scss +5 -5
  43. package/styles/drop-down-button/_layout.scss +12 -0
  44. package/styles/drop-down-button/_tailwind-definition.scss +4 -4
  45. package/styles/fabric-dark.css +44 -44
  46. package/styles/fabric.css +44 -44
  47. package/styles/fluent-dark.css +48 -48
  48. package/styles/fluent.css +48 -48
  49. package/styles/highcontrast-light.css +44 -44
  50. package/styles/highcontrast.css +44 -44
  51. package/styles/material-dark.css +43 -43
  52. package/styles/material.css +43 -43
  53. package/styles/progress-button/_theme.scss +45 -19
  54. package/styles/progress-button/bootstrap-dark.css +14 -14
  55. package/styles/progress-button/bootstrap.css +14 -14
  56. package/styles/progress-button/bootstrap4.css +13 -13
  57. package/styles/progress-button/bootstrap5-dark.css +18 -18
  58. package/styles/progress-button/bootstrap5.css +18 -18
  59. package/styles/progress-button/fabric-dark.css +14 -14
  60. package/styles/progress-button/fabric.css +14 -14
  61. package/styles/progress-button/fluent-dark.css +18 -18
  62. package/styles/progress-button/fluent.css +18 -18
  63. package/styles/progress-button/highcontrast-light.css +14 -14
  64. package/styles/progress-button/highcontrast.css +14 -14
  65. package/styles/progress-button/material-dark.css +13 -13
  66. package/styles/progress-button/material.css +13 -13
  67. package/styles/progress-button/tailwind-dark.css +18 -18
  68. package/styles/progress-button/tailwind.css +18 -18
  69. package/styles/tailwind-dark.css +48 -48
  70. package/styles/tailwind.css +48 -48
  71. package/styles/button-group/_material3-definition.scss +0 -31
  72. package/styles/drop-down-button/_material3-definition.scss +0 -50
  73. package/styles/progress-button/_material3-definition.scss +0 -21
  74. package/styles/split-button/_material3-definition.scss +0 -24
@@ -253,7 +253,7 @@
253
253
  .e-btn-group input:focus + label.e-btn,
254
254
  .e-css.e-btn-group .e-btn:focus,
255
255
  .e-css.e-btn-group input:focus + label.e-btn {
256
- background-color: rgba(0, 0, 0, 0.18);
256
+ background: rgba(0, 0, 0, 0.18);
257
257
  border-color: transparent;
258
258
  color: rgba(0, 0, 0, 0.87);
259
259
  outline: #fafafa 0 solid;
@@ -266,7 +266,7 @@
266
266
  .e-btn-group input:focus + label.e-btn.e-primary,
267
267
  .e-css.e-btn-group .e-btn:focus.e-primary,
268
268
  .e-css.e-btn-group input:focus + label.e-btn.e-primary {
269
- background-color: #ea4e82;
269
+ background: #ea4e82;
270
270
  border-color: transparent;
271
271
  color: #fff;
272
272
  outline: #fafafa 0 solid;
@@ -278,7 +278,7 @@
278
278
  .e-btn-group input:focus + label.e-btn.e-success,
279
279
  .e-css.e-btn-group .e-btn:focus.e-success,
280
280
  .e-css.e-btn-group input:focus + label.e-btn.e-success {
281
- background-color: #78a253;
281
+ background: #78a253;
282
282
  border-color: transparent;
283
283
  color: #fff;
284
284
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
@@ -289,7 +289,7 @@
289
289
  .e-btn-group input:focus + label.e-btn.e-info,
290
290
  .e-css.e-btn-group .e-btn:focus.e-info,
291
291
  .e-css.e-btn-group input:focus + label.e-btn.e-info {
292
- background-color: #3f98df;
292
+ background: #3f98df;
293
293
  border-color: transparent;
294
294
  color: #fff;
295
295
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
@@ -300,7 +300,7 @@
300
300
  .e-btn-group input:focus + label.e-btn.e-warning,
301
301
  .e-css.e-btn-group .e-btn:focus.e-warning,
302
302
  .e-css.e-btn-group input:focus + label.e-btn.e-warning {
303
- background-color: #d07f3d;
303
+ background: #d07f3d;
304
304
  border-color: transparent;
305
305
  color: #fff;
306
306
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
@@ -311,7 +311,7 @@
311
311
  .e-btn-group input:focus + label.e-btn.e-danger,
312
312
  .e-css.e-btn-group .e-btn:focus.e-danger,
313
313
  .e-css.e-btn-group input:focus + label.e-btn.e-danger {
314
- background-color: #e06f4c;
314
+ background: #e06f4c;
315
315
  border-color: transparent;
316
316
  color: #fff;
317
317
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
@@ -373,7 +373,7 @@
373
373
  .e-css.e-btn-group .e-btn:active,
374
374
  .e-css.e-btn-group input:active + label.e-btn,
375
375
  .e-css.e-btn-group input:checked + label.e-btn {
376
- background-color: rgba(184, 184, 184, 0.9584);
376
+ background: rgba(184, 184, 184, 0.9584);
377
377
  border-color: transparent;
378
378
  color: rgba(0, 0, 0, 0.87);
379
379
  outline: #fafafa 0 solid;
@@ -386,7 +386,7 @@
386
386
  .e-css.e-btn-group .e-btn:active.e-primary,
387
387
  .e-css.e-btn-group input:active + label.e-btn.e-primary,
388
388
  .e-css.e-btn-group input:checked + label.e-btn.e-primary {
389
- background-color: #ec618f;
389
+ background: #ec618f;
390
390
  border-color: transparent;
391
391
  color: #fff;
392
392
  outline: #fafafa 0 solid;
@@ -398,7 +398,7 @@
398
398
  .e-css.e-btn-group .e-btn:active.e-success,
399
399
  .e-css.e-btn-group input:active + label.e-btn.e-success,
400
400
  .e-css.e-btn-group input:checked + label.e-btn.e-success {
401
- background-color: #86ab65;
401
+ background: #86ab65;
402
402
  border-color: transparent;
403
403
  color: #fff;
404
404
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
@@ -409,7 +409,7 @@
409
409
  .e-css.e-btn-group .e-btn:active.e-info,
410
410
  .e-css.e-btn-group input:active + label.e-btn.e-info,
411
411
  .e-css.e-btn-group input:checked + label.e-btn.e-info {
412
- background-color: #54a3e2;
412
+ background: #54a3e2;
413
413
  color: #fff;
414
414
  border-color: transparent;
415
415
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
@@ -420,7 +420,7 @@
420
420
  .e-css.e-btn-group .e-btn:active.e-warning,
421
421
  .e-css.e-btn-group input:active + label.e-btn.e-warning,
422
422
  .e-css.e-btn-group input:checked + label.e-btn.e-warning {
423
- background-color: #d58d52;
423
+ background: #d58d52;
424
424
  border-color: transparent;
425
425
  color: #fff;
426
426
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
@@ -431,7 +431,7 @@
431
431
  .e-css.e-btn-group .e-btn:active.e-danger,
432
432
  .e-css.e-btn-group input:active + label.e-btn.e-danger,
433
433
  .e-css.e-btn-group input:checked + label.e-btn.e-danger {
434
- background-color: #e37e5f;
434
+ background: #e37e5f;
435
435
  border-color: transparent;
436
436
  color: #fff;
437
437
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
@@ -442,7 +442,7 @@
442
442
  .e-css.e-btn-group .e-btn:active.e-outline,
443
443
  .e-css.e-btn-group input:active + label.e-btn.e-outline,
444
444
  .e-css.e-btn-group input:checked + label.e-btn.e-outline {
445
- background-color: rgba(0, 0, 0, 0.32);
445
+ background: rgba(0, 0, 0, 0.32);
446
446
  border-color: #adadad;
447
447
  box-shadow: none;
448
448
  color: rgba(0, 0, 0, 0.87);
@@ -453,7 +453,7 @@
453
453
  .e-css.e-btn-group .e-btn:active.e-outline.e-primary,
454
454
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-primary,
455
455
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
456
- background-color: #ec618f;
456
+ background: #ec618f;
457
457
  border-color: transparent;
458
458
  box-shadow: none;
459
459
  color: #fff;
@@ -464,7 +464,7 @@
464
464
  .e-css.e-btn-group .e-btn:active.e-outline.e-success,
465
465
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-success,
466
466
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
467
- background-color: #86ab65;
467
+ background: #86ab65;
468
468
  border-color: transparent;
469
469
  box-shadow: none;
470
470
  color: #fff;
@@ -475,7 +475,7 @@
475
475
  .e-css.e-btn-group .e-btn:active.e-outline.e-info,
476
476
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-info,
477
477
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
478
- background-color: #54a3e2;
478
+ background: #54a3e2;
479
479
  border-color: transparent;
480
480
  box-shadow: none;
481
481
  color: #fff;
@@ -486,7 +486,7 @@
486
486
  .e-css.e-btn-group .e-btn:active.e-outline.e-warning,
487
487
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-warning,
488
488
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
489
- background-color: #d58d52;
489
+ background: #d58d52;
490
490
  border-color: transparent;
491
491
  box-shadow: none;
492
492
  color: #fff;
@@ -497,7 +497,7 @@
497
497
  .e-css.e-btn-group .e-btn:active.e-outline.e-danger,
498
498
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-danger,
499
499
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
500
- background-color: #e37e5f;
500
+ background: #e37e5f;
501
501
  border-color: transparent;
502
502
  box-shadow: none;
503
503
  color: #fff;
@@ -516,7 +516,7 @@
516
516
  .e-btn-group input:disabled + label.e-btn.e-primary,
517
517
  .e-css.e-btn-group .e-btn:disabled.e-primary,
518
518
  .e-css.e-btn-group input:disabled + label.e-btn.e-primary {
519
- background-color: rgba(0, 0, 0, 0.12);
519
+ background: rgba(0, 0, 0, 0.12);
520
520
  border-color: transparent;
521
521
  box-shadow: none;
522
522
  color: rgba(0, 0, 0, 0.26);
@@ -526,7 +526,7 @@
526
526
  .e-btn-group input:disabled + label.e-btn.e-success,
527
527
  .e-css.e-btn-group .e-btn:disabled.e-success,
528
528
  .e-css.e-btn-group input:disabled + label.e-btn.e-success {
529
- background-color: rgba(0, 0, 0, 0.12);
529
+ background: rgba(0, 0, 0, 0.12);
530
530
  border-color: transparent;
531
531
  box-shadow: none;
532
532
  color: rgba(0, 0, 0, 0.26);
@@ -536,7 +536,7 @@
536
536
  .e-btn-group input:disabled + label.e-btn.e-info,
537
537
  .e-css.e-btn-group .e-btn:disabled.e-info,
538
538
  .e-css.e-btn-group input:disabled + label.e-btn.e-info {
539
- background-color: rgba(0, 0, 0, 0.12);
539
+ background: rgba(0, 0, 0, 0.12);
540
540
  border-color: transparent;
541
541
  box-shadow: none;
542
542
  color: rgba(0, 0, 0, 0.26);
@@ -546,7 +546,7 @@
546
546
  .e-btn-group input:disabled + label.e-btn.e-warning,
547
547
  .e-css.e-btn-group .e-btn:disabled.e-warning,
548
548
  .e-css.e-btn-group input:disabled + label.e-btn.e-warning {
549
- background-color: rgba(0, 0, 0, 0.12);
549
+ background: rgba(0, 0, 0, 0.12);
550
550
  border-color: transparent;
551
551
  box-shadow: none;
552
552
  color: rgba(0, 0, 0, 0.26);
@@ -556,7 +556,7 @@
556
556
  .e-btn-group input:disabled + label.e-btn.e-danger,
557
557
  .e-css.e-btn-group .e-btn:disabled.e-danger,
558
558
  .e-css.e-btn-group input:disabled + label.e-btn.e-danger {
559
- background-color: rgba(0, 0, 0, 0.12);
559
+ background: rgba(0, 0, 0, 0.12);
560
560
  border-color: transparent;
561
561
  box-shadow: none;
562
562
  color: rgba(0, 0, 0, 0.26);
@@ -567,7 +567,7 @@
567
567
  .e-css.e-btn-group .e-btn:disabled.e-link,
568
568
  .e-css.e-btn-group input:disabled + label.e-btn.e-link {
569
569
  color: rgba(0, 0, 0, 0.26);
570
- background-color: transparent;
570
+ background: transparent;
571
571
  box-shadow: none;
572
572
  text-decoration: none;
573
573
  border-color: transparent;
@@ -576,7 +576,7 @@
576
576
  .e-btn-group input:disabled + label.e-btn.e-outline,
577
577
  .e-css.e-btn-group .e-btn:disabled.e-outline,
578
578
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline {
579
- background-color: transparent;
579
+ background: transparent;
580
580
  border-color: rgba(0, 0, 0, 0.26);
581
581
  box-shadow: none;
582
582
  color: rgba(0, 0, 0, 0.26);
@@ -586,7 +586,7 @@
586
586
  .e-btn-group input:disabled + label.e-btn.e-outline.e-primary,
587
587
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
588
588
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
589
- background-color: transparent;
589
+ background: transparent;
590
590
  border-color: rgba(0, 0, 0, 0.26);
591
591
  box-shadow: none;
592
592
  color: rgba(0, 0, 0, 0.26);
@@ -596,7 +596,7 @@
596
596
  .e-btn-group input:disabled + label.e-btn.e-outline.e-success,
597
597
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-success,
598
598
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
599
- background-color: transparent;
599
+ background: transparent;
600
600
  border-color: rgba(0, 0, 0, 0.26);
601
601
  box-shadow: none;
602
602
  color: rgba(0, 0, 0, 0.26);
@@ -606,7 +606,7 @@
606
606
  .e-btn-group input:disabled + label.e-btn.e-outline.e-info,
607
607
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-info,
608
608
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
609
- background-color: transparent;
609
+ background: transparent;
610
610
  border-color: rgba(0, 0, 0, 0.26);
611
611
  box-shadow: none;
612
612
  color: rgba(0, 0, 0, 0.26);
@@ -616,7 +616,7 @@
616
616
  .e-btn-group input:disabled + label.e-btn.e-outline.e-warning,
617
617
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-warning,
618
618
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
619
- background-color: transparent;
619
+ background: transparent;
620
620
  border-color: rgba(0, 0, 0, 0.26);
621
621
  box-shadow: none;
622
622
  color: rgba(0, 0, 0, 0.26);
@@ -626,7 +626,7 @@
626
626
  .e-btn-group input:disabled + label.e-btn.e-outline.e-danger,
627
627
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-danger,
628
628
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
629
- background-color: transparent;
629
+ background: transparent;
630
630
  border-color: rgba(0, 0, 0, 0.26);
631
631
  box-shadow: none;
632
632
  color: rgba(0, 0, 0, 0.26);
@@ -257,7 +257,7 @@
257
257
  .e-btn-group input:focus + label.e-btn,
258
258
  .e-css.e-btn-group .e-btn:focus,
259
259
  .e-css.e-btn-group input:focus + label.e-btn {
260
- background-color: #374151;
260
+ background: #374151;
261
261
  border-color: #6b7280;
262
262
  color: #fff;
263
263
  outline: #1f2937 0 solid;
@@ -269,7 +269,7 @@
269
269
  .e-btn-group input:focus + label.e-btn.e-primary,
270
270
  .e-css.e-btn-group .e-btn:focus.e-primary,
271
271
  .e-css.e-btn-group input:focus + label.e-btn.e-primary {
272
- background-color: #06b6d4;
272
+ background: #06b6d4;
273
273
  border-color: #22d3ee;
274
274
  color: #000;
275
275
  outline: #1f2937 0 solid;
@@ -280,7 +280,7 @@
280
280
  .e-btn-group input:focus + label.e-btn.e-success,
281
281
  .e-css.e-btn-group .e-btn:focus.e-success,
282
282
  .e-css.e-btn-group input:focus + label.e-btn.e-success {
283
- background-color: #16a34a;
283
+ background: #16a34a;
284
284
  border-color: #22c55e;
285
285
  color: #000;
286
286
  box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
@@ -290,7 +290,7 @@
290
290
  .e-btn-group input:focus + label.e-btn.e-info,
291
291
  .e-css.e-btn-group .e-btn:focus.e-info,
292
292
  .e-css.e-btn-group input:focus + label.e-btn.e-info {
293
- background-color: #0284c7;
293
+ background: #0284c7;
294
294
  border-color: #0ea5e9;
295
295
  color: #fff;
296
296
  box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
@@ -300,7 +300,7 @@
300
300
  .e-btn-group input:focus + label.e-btn.e-warning,
301
301
  .e-css.e-btn-group .e-btn:focus.e-warning,
302
302
  .e-css.e-btn-group input:focus + label.e-btn.e-warning {
303
- background-color: #c2410c;
303
+ background: #c2410c;
304
304
  border-color: #ea580c;
305
305
  color: #fff;
306
306
  box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
@@ -310,7 +310,7 @@
310
310
  .e-btn-group input:focus + label.e-btn.e-danger,
311
311
  .e-css.e-btn-group .e-btn:focus.e-danger,
312
312
  .e-css.e-btn-group input:focus + label.e-btn.e-danger {
313
- background-color: #ef4444;
313
+ background: #ef4444;
314
314
  border-color: #f87171;
315
315
  color: #000;
316
316
  box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
@@ -370,7 +370,7 @@
370
370
  .e-css.e-btn-group .e-btn:active,
371
371
  .e-css.e-btn-group input:active + label.e-btn,
372
372
  .e-css.e-btn-group input:checked + label.e-btn {
373
- background-color: #4b5563;
373
+ background: #4b5563;
374
374
  border-color: #6b7280;
375
375
  color: #fff;
376
376
  outline: #1f2937 0 solid;
@@ -383,7 +383,7 @@
383
383
  .e-css.e-btn-group .e-btn:active.e-primary,
384
384
  .e-css.e-btn-group input:active + label.e-btn.e-primary,
385
385
  .e-css.e-btn-group input:checked + label.e-btn.e-primary {
386
- background-color: #67e8f9;
386
+ background: #67e8f9;
387
387
  border-color: #67e8f9;
388
388
  color: #000;
389
389
  outline: #1f2937 0 solid;
@@ -395,7 +395,7 @@
395
395
  .e-css.e-btn-group .e-btn:active.e-success,
396
396
  .e-css.e-btn-group input:active + label.e-btn.e-success,
397
397
  .e-css.e-btn-group input:checked + label.e-btn.e-success {
398
- background-color: #4ade80;
398
+ background: #4ade80;
399
399
  border-color: #4ade80;
400
400
  color: #000;
401
401
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
@@ -406,7 +406,7 @@
406
406
  .e-css.e-btn-group .e-btn:active.e-info,
407
407
  .e-css.e-btn-group input:active + label.e-btn.e-info,
408
408
  .e-css.e-btn-group input:checked + label.e-btn.e-info {
409
- background-color: #38bdf8;
409
+ background: #38bdf8;
410
410
  color: #000;
411
411
  border-color: #38bdf8;
412
412
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
@@ -417,7 +417,7 @@
417
417
  .e-css.e-btn-group .e-btn:active.e-warning,
418
418
  .e-css.e-btn-group input:active + label.e-btn.e-warning,
419
419
  .e-css.e-btn-group input:checked + label.e-btn.e-warning {
420
- background-color: #f97316;
420
+ background: #f97316;
421
421
  border-color: #f97316;
422
422
  color: #000;
423
423
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
@@ -428,7 +428,7 @@
428
428
  .e-css.e-btn-group .e-btn:active.e-danger,
429
429
  .e-css.e-btn-group input:active + label.e-btn.e-danger,
430
430
  .e-css.e-btn-group input:checked + label.e-btn.e-danger {
431
- background-color: #dc2626;
431
+ background: #dc2626;
432
432
  border-color: #dc2626;
433
433
  color: #fff;
434
434
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
@@ -439,7 +439,7 @@
439
439
  .e-css.e-btn-group .e-btn:active.e-outline,
440
440
  .e-css.e-btn-group input:active + label.e-btn.e-outline,
441
441
  .e-css.e-btn-group input:checked + label.e-btn.e-outline {
442
- background-color: #4b5563;
442
+ background: #4b5563;
443
443
  border-color: #6b7280;
444
444
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
445
445
  color: #fff;
@@ -450,7 +450,7 @@
450
450
  .e-css.e-btn-group .e-btn:active.e-outline.e-primary,
451
451
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-primary,
452
452
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
453
- background-color: #67e8f9;
453
+ background: #67e8f9;
454
454
  border-color: #22d3ee;
455
455
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
456
456
  color: #000;
@@ -461,7 +461,7 @@
461
461
  .e-css.e-btn-group .e-btn:active.e-outline.e-success,
462
462
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-success,
463
463
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
464
- background-color: #4ade80;
464
+ background: #4ade80;
465
465
  border-color: #4ade80;
466
466
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
467
467
  color: #000;
@@ -472,7 +472,7 @@
472
472
  .e-css.e-btn-group .e-btn:active.e-outline.e-info,
473
473
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-info,
474
474
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
475
- background-color: #38bdf8;
475
+ background: #38bdf8;
476
476
  border-color: #38bdf8;
477
477
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
478
478
  color: #000;
@@ -483,7 +483,7 @@
483
483
  .e-css.e-btn-group .e-btn:active.e-outline.e-warning,
484
484
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-warning,
485
485
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
486
- background-color: #f97316;
486
+ background: #f97316;
487
487
  border-color: #f97316;
488
488
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
489
489
  color: #000;
@@ -494,7 +494,7 @@
494
494
  .e-css.e-btn-group .e-btn:active.e-outline.e-danger,
495
495
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-danger,
496
496
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
497
- background-color: #dc2626;
497
+ background: #dc2626;
498
498
  border-color: #dc2626;
499
499
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
500
500
  color: #fff;
@@ -513,7 +513,7 @@
513
513
  .e-btn-group input:disabled + label.e-btn.e-primary,
514
514
  .e-css.e-btn-group .e-btn:disabled.e-primary,
515
515
  .e-css.e-btn-group input:disabled + label.e-btn.e-primary {
516
- background-color: #155e75;
516
+ background: #155e75;
517
517
  border-color: #155e75;
518
518
  box-shadow: none;
519
519
  color: #000;
@@ -523,7 +523,7 @@
523
523
  .e-btn-group input:disabled + label.e-btn.e-success,
524
524
  .e-css.e-btn-group .e-btn:disabled.e-success,
525
525
  .e-css.e-btn-group input:disabled + label.e-btn.e-success {
526
- background-color: #15803d;
526
+ background: #15803d;
527
527
  border-color: #15803d;
528
528
  box-shadow: none;
529
529
  color: #000;
@@ -533,7 +533,7 @@
533
533
  .e-btn-group input:disabled + label.e-btn.e-info,
534
534
  .e-css.e-btn-group .e-btn:disabled.e-info,
535
535
  .e-css.e-btn-group input:disabled + label.e-btn.e-info {
536
- background-color: #075985;
536
+ background: #075985;
537
537
  border-color: #075985;
538
538
  box-shadow: none;
539
539
  color: #000;
@@ -543,7 +543,7 @@
543
543
  .e-btn-group input:disabled + label.e-btn.e-warning,
544
544
  .e-css.e-btn-group .e-btn:disabled.e-warning,
545
545
  .e-css.e-btn-group input:disabled + label.e-btn.e-warning {
546
- background-color: #9a3412;
546
+ background: #9a3412;
547
547
  border-color: #9a3412;
548
548
  box-shadow: none;
549
549
  color: #000;
@@ -553,7 +553,7 @@
553
553
  .e-btn-group input:disabled + label.e-btn.e-danger,
554
554
  .e-css.e-btn-group .e-btn:disabled.e-danger,
555
555
  .e-css.e-btn-group input:disabled + label.e-btn.e-danger {
556
- background-color: #991b1b;
556
+ background: #991b1b;
557
557
  border-color: #991b1b;
558
558
  box-shadow: none;
559
559
  color: #000;
@@ -564,7 +564,7 @@
564
564
  .e-css.e-btn-group .e-btn:disabled.e-link,
565
565
  .e-css.e-btn-group input:disabled + label.e-btn.e-link {
566
566
  color: #6b7280;
567
- background-color: transparent;
567
+ background: transparent;
568
568
  box-shadow: none;
569
569
  text-decoration: none;
570
570
  border-color: transparent;
@@ -573,7 +573,7 @@
573
573
  .e-btn-group input:disabled + label.e-btn.e-outline,
574
574
  .e-css.e-btn-group .e-btn:disabled.e-outline,
575
575
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline {
576
- background-color: transparent;
576
+ background: transparent;
577
577
  border-color: #374151;
578
578
  color: #6b7280;
579
579
  border-color: #6b7280;
@@ -582,7 +582,7 @@
582
582
  .e-btn-group input:disabled + label.e-btn.e-outline.e-primary,
583
583
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
584
584
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
585
- background-color: transparent;
585
+ background: transparent;
586
586
  border-color: rgba(34, 211, 238, 0.65);
587
587
  box-shadow: none;
588
588
  color: rgba(34, 211, 238, 0.65);
@@ -592,7 +592,7 @@
592
592
  .e-btn-group input:disabled + label.e-btn.e-outline.e-success,
593
593
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-success,
594
594
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
595
- background-color: transparent;
595
+ background: transparent;
596
596
  border-color: rgba(34, 197, 94, 0.65);
597
597
  box-shadow: none;
598
598
  color: rgba(34, 197, 94, 0.65);
@@ -602,7 +602,7 @@
602
602
  .e-btn-group input:disabled + label.e-btn.e-outline.e-info,
603
603
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-info,
604
604
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
605
- background-color: transparent;
605
+ background: transparent;
606
606
  border-color: rgba(14, 165, 233, 0.65);
607
607
  box-shadow: none;
608
608
  color: rgba(56, 189, 248, 0.65);
@@ -612,7 +612,7 @@
612
612
  .e-btn-group input:disabled + label.e-btn.e-outline.e-warning,
613
613
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-warning,
614
614
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
615
- background-color: transparent;
615
+ background: transparent;
616
616
  border-color: rgba(234, 88, 12, 0.65);
617
617
  box-shadow: none;
618
618
  color: rgba(249, 115, 22, 0.65);
@@ -622,7 +622,7 @@
622
622
  .e-btn-group input:disabled + label.e-btn.e-outline.e-danger,
623
623
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-danger,
624
624
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
625
- background-color: transparent;
625
+ background: transparent;
626
626
  border-color: rgba(248, 113, 113, 0.65);
627
627
  box-shadow: none;
628
628
  color: rgba(248, 113, 113, 0.65);