@syncfusion/ej2-react-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 (58) hide show
  1. package/CHANGELOG.md +2 -26
  2. package/dist/ej2-react-splitbuttons.min.js +2 -2
  3. package/dist/ej2-react-splitbuttons.umd.min.js +2 -2
  4. package/dist/ej2-react-splitbuttons.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-react-splitbuttons.es2015.js +3 -0
  6. package/dist/es6/ej2-react-splitbuttons.es2015.js.map +1 -1
  7. package/package.json +9 -9
  8. package/src/drop-down-button/dropdownbutton.component.d.ts +1 -0
  9. package/src/drop-down-button/dropdownbutton.component.js +1 -0
  10. package/src/progress-button/progressbutton.component.d.ts +1 -0
  11. package/src/progress-button/progressbutton.component.js +1 -0
  12. package/src/split-button/splitbutton.component.d.ts +1 -0
  13. package/src/split-button/splitbutton.component.js +1 -0
  14. package/styles/bootstrap-dark.css +44 -44
  15. package/styles/bootstrap.css +44 -44
  16. package/styles/bootstrap4.css +44 -44
  17. package/styles/bootstrap5-dark.css +48 -48
  18. package/styles/bootstrap5.css +48 -48
  19. package/styles/button-group/bootstrap-dark.css +30 -30
  20. package/styles/button-group/bootstrap.css +30 -30
  21. package/styles/button-group/bootstrap4.css +31 -31
  22. package/styles/button-group/bootstrap5-dark.css +30 -30
  23. package/styles/button-group/bootstrap5.css +30 -30
  24. package/styles/button-group/fabric-dark.css +30 -30
  25. package/styles/button-group/fabric.css +30 -30
  26. package/styles/button-group/fluent-dark.css +30 -30
  27. package/styles/button-group/fluent.css +30 -30
  28. package/styles/button-group/highcontrast-light.css +30 -30
  29. package/styles/button-group/highcontrast.css +30 -30
  30. package/styles/button-group/material-dark.css +30 -30
  31. package/styles/button-group/material.css +30 -30
  32. package/styles/button-group/tailwind-dark.css +30 -30
  33. package/styles/button-group/tailwind.css +30 -30
  34. package/styles/fabric-dark.css +44 -44
  35. package/styles/fabric.css +44 -44
  36. package/styles/fluent-dark.css +48 -48
  37. package/styles/fluent.css +48 -48
  38. package/styles/highcontrast-light.css +44 -44
  39. package/styles/highcontrast.css +44 -44
  40. package/styles/material-dark.css +43 -43
  41. package/styles/material.css +43 -43
  42. package/styles/progress-button/bootstrap-dark.css +14 -14
  43. package/styles/progress-button/bootstrap.css +14 -14
  44. package/styles/progress-button/bootstrap4.css +13 -13
  45. package/styles/progress-button/bootstrap5-dark.css +18 -18
  46. package/styles/progress-button/bootstrap5.css +18 -18
  47. package/styles/progress-button/fabric-dark.css +14 -14
  48. package/styles/progress-button/fabric.css +14 -14
  49. package/styles/progress-button/fluent-dark.css +18 -18
  50. package/styles/progress-button/fluent.css +18 -18
  51. package/styles/progress-button/highcontrast-light.css +14 -14
  52. package/styles/progress-button/highcontrast.css +14 -14
  53. package/styles/progress-button/material-dark.css +13 -13
  54. package/styles/progress-button/material.css +13 -13
  55. package/styles/progress-button/tailwind-dark.css +18 -18
  56. package/styles/progress-button/tailwind.css +18 -18
  57. package/styles/tailwind-dark.css +48 -48
  58. package/styles/tailwind.css +48 -48
@@ -248,7 +248,7 @@
248
248
  .e-btn-group input:focus + label.e-btn,
249
249
  .e-css.e-btn-group .e-btn:focus,
250
250
  .e-css.e-btn-group input:focus + label.e-btn {
251
- background-color: #414040;
251
+ background: #414040;
252
252
  border-color: #201f1f;
253
253
  color: #fff;
254
254
  outline: #c8c8c8 1px solid;
@@ -261,7 +261,7 @@
261
261
  .e-btn-group input:focus + label.e-btn.e-primary,
262
262
  .e-css.e-btn-group .e-btn:focus.e-primary,
263
263
  .e-css.e-btn-group input:focus + label.e-btn.e-primary {
264
- background-color: #0074cc;
264
+ background: #0074cc;
265
265
  border-color: #201f1f;
266
266
  color: #fff;
267
267
  outline: #c8c8c8 1px solid;
@@ -273,7 +273,7 @@
273
273
  .e-btn-group input:focus + label.e-btn.e-success,
274
274
  .e-css.e-btn-group .e-btn:focus.e-success,
275
275
  .e-css.e-btn-group input:focus + label.e-btn.e-success {
276
- background-color: #37844d;
276
+ background: #37844d;
277
277
  border-color: #201f1f;
278
278
  color: #fff;
279
279
  box-shadow: none;
@@ -284,7 +284,7 @@
284
284
  .e-btn-group input:focus + label.e-btn.e-info,
285
285
  .e-css.e-btn-group .e-btn:focus.e-info,
286
286
  .e-css.e-btn-group input:focus + label.e-btn.e-info {
287
- background-color: #1e79cb;
287
+ background: #1e79cb;
288
288
  border-color: #201f1f;
289
289
  color: #fff;
290
290
  box-shadow: none;
@@ -295,7 +295,7 @@
295
295
  .e-btn-group input:focus + label.e-btn.e-warning,
296
296
  .e-css.e-btn-group .e-btn:focus.e-warning,
297
297
  .e-css.e-btn-group input:focus + label.e-btn.e-warning {
298
- background-color: #bf7500;
298
+ background: #bf7500;
299
299
  border-color: #201f1f;
300
300
  color: #fff;
301
301
  box-shadow: none;
@@ -306,7 +306,7 @@
306
306
  .e-btn-group input:focus + label.e-btn.e-danger,
307
307
  .e-css.e-btn-group .e-btn:focus.e-danger,
308
308
  .e-css.e-btn-group input:focus + label.e-btn.e-danger {
309
- background-color: #cd2a19;
309
+ background: #cd2a19;
310
310
  border-color: #201f1f;
311
311
  color: #fff;
312
312
  box-shadow: none;
@@ -368,7 +368,7 @@
368
368
  .e-css.e-btn-group .e-btn:active,
369
369
  .e-css.e-btn-group input:active + label.e-btn,
370
370
  .e-css.e-btn-group input:checked + label.e-btn {
371
- background-color: #6f6c6c;
371
+ background: #6f6c6c;
372
372
  border-color: #6f6c6c;
373
373
  color: #fff;
374
374
  outline: #414040 0 solid;
@@ -381,7 +381,7 @@
381
381
  .e-css.e-btn-group .e-btn:active.e-primary,
382
382
  .e-css.e-btn-group input:active + label.e-btn.e-primary,
383
383
  .e-css.e-btn-group input:checked + label.e-btn.e-primary {
384
- background-color: #005799;
384
+ background: #005799;
385
385
  border-color: #005799;
386
386
  color: #fff;
387
387
  outline: #414040 0 solid;
@@ -393,7 +393,7 @@
393
393
  .e-css.e-btn-group .e-btn:active.e-success,
394
394
  .e-css.e-btn-group input:active + label.e-btn.e-success,
395
395
  .e-css.e-btn-group input:checked + label.e-btn.e-success {
396
- background-color: #255934;
396
+ background: #255934;
397
397
  border-color: #255934;
398
398
  color: #fff;
399
399
  box-shadow: none;
@@ -404,7 +404,7 @@
404
404
  .e-css.e-btn-group .e-btn:active.e-info,
405
405
  .e-css.e-btn-group input:active + label.e-btn.e-info,
406
406
  .e-css.e-btn-group input:checked + label.e-btn.e-info {
407
- background-color: #165996;
407
+ background: #165996;
408
408
  color: #fff;
409
409
  border-color: #165996;
410
410
  box-shadow: none;
@@ -415,7 +415,7 @@
415
415
  .e-css.e-btn-group .e-btn:active.e-warning,
416
416
  .e-css.e-btn-group input:active + label.e-btn.e-warning,
417
417
  .e-css.e-btn-group input:checked + label.e-btn.e-warning {
418
- background-color: #825000;
418
+ background: #825000;
419
419
  border-color: #825000;
420
420
  color: #fff;
421
421
  box-shadow: none;
@@ -426,7 +426,7 @@
426
426
  .e-css.e-btn-group .e-btn:active.e-danger,
427
427
  .e-css.e-btn-group input:active + label.e-btn.e-danger,
428
428
  .e-css.e-btn-group input:checked + label.e-btn.e-danger {
429
- background-color: #961f12;
429
+ background: #961f12;
430
430
  border-color: #961f12;
431
431
  color: #fff;
432
432
  box-shadow: none;
@@ -437,7 +437,7 @@
437
437
  .e-css.e-btn-group .e-btn:active.e-outline,
438
438
  .e-css.e-btn-group input:active + label.e-btn.e-outline,
439
439
  .e-css.e-btn-group input:checked + label.e-btn.e-outline {
440
- background-color: #6f6c6c;
440
+ background: #6f6c6c;
441
441
  border-color: #6f6c6c;
442
442
  box-shadow: none;
443
443
  color: #fff;
@@ -448,7 +448,7 @@
448
448
  .e-css.e-btn-group .e-btn:active.e-outline.e-primary,
449
449
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-primary,
450
450
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
451
- background-color: #005799;
451
+ background: #005799;
452
452
  border-color: #005799;
453
453
  box-shadow: none;
454
454
  color: #fff;
@@ -459,7 +459,7 @@
459
459
  .e-css.e-btn-group .e-btn:active.e-outline.e-success,
460
460
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-success,
461
461
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
462
- background-color: #255934;
462
+ background: #255934;
463
463
  border-color: #255934;
464
464
  box-shadow: none;
465
465
  color: #fff;
@@ -470,7 +470,7 @@
470
470
  .e-css.e-btn-group .e-btn:active.e-outline.e-info,
471
471
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-info,
472
472
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
473
- background-color: #165996;
473
+ background: #165996;
474
474
  border-color: #165996;
475
475
  box-shadow: none;
476
476
  color: #fff;
@@ -481,7 +481,7 @@
481
481
  .e-css.e-btn-group .e-btn:active.e-outline.e-warning,
482
482
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-warning,
483
483
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
484
- background-color: #825000;
484
+ background: #825000;
485
485
  border-color: #825000;
486
486
  box-shadow: none;
487
487
  color: #fff;
@@ -492,7 +492,7 @@
492
492
  .e-css.e-btn-group .e-btn:active.e-outline.e-danger,
493
493
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-danger,
494
494
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
495
- background-color: #961f12;
495
+ background: #961f12;
496
496
  border-color: #961f12;
497
497
  box-shadow: none;
498
498
  color: #fff;
@@ -511,7 +511,7 @@
511
511
  .e-btn-group input:disabled + label.e-btn.e-primary,
512
512
  .e-css.e-btn-group .e-btn:disabled.e-primary,
513
513
  .e-css.e-btn-group input:disabled + label.e-btn.e-primary {
514
- background-color: #414040;
514
+ background: #414040;
515
515
  border-color: #414040;
516
516
  box-shadow: none;
517
517
  color: #6f6c6c;
@@ -521,7 +521,7 @@
521
521
  .e-btn-group input:disabled + label.e-btn.e-success,
522
522
  .e-css.e-btn-group .e-btn:disabled.e-success,
523
523
  .e-css.e-btn-group input:disabled + label.e-btn.e-success {
524
- background-color: #414040;
524
+ background: #414040;
525
525
  border-color: #414040;
526
526
  box-shadow: none;
527
527
  color: #6f6c6c;
@@ -531,7 +531,7 @@
531
531
  .e-btn-group input:disabled + label.e-btn.e-info,
532
532
  .e-css.e-btn-group .e-btn:disabled.e-info,
533
533
  .e-css.e-btn-group input:disabled + label.e-btn.e-info {
534
- background-color: #414040;
534
+ background: #414040;
535
535
  border-color: #414040;
536
536
  box-shadow: none;
537
537
  color: #6f6c6c;
@@ -541,7 +541,7 @@
541
541
  .e-btn-group input:disabled + label.e-btn.e-warning,
542
542
  .e-css.e-btn-group .e-btn:disabled.e-warning,
543
543
  .e-css.e-btn-group input:disabled + label.e-btn.e-warning {
544
- background-color: #414040;
544
+ background: #414040;
545
545
  border-color: #414040;
546
546
  box-shadow: none;
547
547
  color: #6f6c6c;
@@ -551,7 +551,7 @@
551
551
  .e-btn-group input:disabled + label.e-btn.e-danger,
552
552
  .e-css.e-btn-group .e-btn:disabled.e-danger,
553
553
  .e-css.e-btn-group input:disabled + label.e-btn.e-danger {
554
- background-color: #414040;
554
+ background: #414040;
555
555
  border-color: #414040;
556
556
  box-shadow: none;
557
557
  color: #6f6c6c;
@@ -562,7 +562,7 @@
562
562
  .e-css.e-btn-group .e-btn:disabled.e-link,
563
563
  .e-css.e-btn-group input:disabled + label.e-btn.e-link {
564
564
  color: #6f6c6c;
565
- background-color: transparent;
565
+ background: transparent;
566
566
  box-shadow: none;
567
567
  text-decoration: none;
568
568
  border-color: transparent;
@@ -571,7 +571,7 @@
571
571
  .e-btn-group input:disabled + label.e-btn.e-outline,
572
572
  .e-css.e-btn-group .e-btn:disabled.e-outline,
573
573
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline {
574
- background-color: transparent;
574
+ background: transparent;
575
575
  border-color: #414040;
576
576
  box-shadow: none;
577
577
  color: #6f6c6c;
@@ -581,7 +581,7 @@
581
581
  .e-btn-group input:disabled + label.e-btn.e-outline.e-primary,
582
582
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
583
583
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
584
- background-color: transparent;
584
+ background: transparent;
585
585
  border-color: #414040;
586
586
  box-shadow: none;
587
587
  color: #6f6c6c;
@@ -591,7 +591,7 @@
591
591
  .e-btn-group input:disabled + label.e-btn.e-outline.e-success,
592
592
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-success,
593
593
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
594
- background-color: transparent;
594
+ background: transparent;
595
595
  border-color: #414040;
596
596
  box-shadow: none;
597
597
  color: #6f6c6c;
@@ -601,7 +601,7 @@
601
601
  .e-btn-group input:disabled + label.e-btn.e-outline.e-info,
602
602
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-info,
603
603
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
604
- background-color: transparent;
604
+ background: transparent;
605
605
  border-color: #414040;
606
606
  box-shadow: none;
607
607
  color: #6f6c6c;
@@ -611,7 +611,7 @@
611
611
  .e-btn-group input:disabled + label.e-btn.e-outline.e-warning,
612
612
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-warning,
613
613
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
614
- background-color: transparent;
614
+ background: transparent;
615
615
  border-color: #414040;
616
616
  box-shadow: none;
617
617
  color: #6f6c6c;
@@ -621,7 +621,7 @@
621
621
  .e-btn-group input:disabled + label.e-btn.e-outline.e-danger,
622
622
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-danger,
623
623
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
624
- background-color: transparent;
624
+ background: transparent;
625
625
  border-color: #414040;
626
626
  box-shadow: none;
627
627
  color: #6f6c6c;
@@ -248,7 +248,7 @@
248
248
  .e-btn-group input:focus + label.e-btn,
249
249
  .e-css.e-btn-group .e-btn:focus,
250
250
  .e-css.e-btn-group input:focus + label.e-btn {
251
- background-color: #f4f4f4;
251
+ background: #f4f4f4;
252
252
  border-color: #eaeaea;
253
253
  color: #333;
254
254
  outline: #767676 1px solid;
@@ -262,7 +262,7 @@
262
262
  .e-btn-group input:focus + label.e-btn.e-primary,
263
263
  .e-css.e-btn-group .e-btn:focus.e-primary,
264
264
  .e-css.e-btn-group input:focus + label.e-btn.e-primary {
265
- background-color: #0078d6;
265
+ background: #0078d6;
266
266
  border-color: #fff;
267
267
  color: #fff;
268
268
  outline: #767676 1px solid;
@@ -275,7 +275,7 @@
275
275
  .e-btn-group input:focus + label.e-btn.e-success,
276
276
  .e-css.e-btn-group .e-btn:focus.e-success,
277
277
  .e-css.e-btn-group input:focus + label.e-btn.e-success {
278
- background-color: #137c10;
278
+ background: #137c10;
279
279
  border-color: #fff;
280
280
  color: #fff;
281
281
  box-shadow: none;
@@ -287,7 +287,7 @@
287
287
  .e-btn-group input:focus + label.e-btn.e-info,
288
288
  .e-css.e-btn-group .e-btn:focus.e-info,
289
289
  .e-css.e-btn-group input:focus + label.e-btn.e-info {
290
- background-color: #0378d5;
290
+ background: #0378d5;
291
291
  border-color: #fff;
292
292
  color: #fff;
293
293
  box-shadow: none;
@@ -299,7 +299,7 @@
299
299
  .e-btn-group input:focus + label.e-btn.e-warning,
300
300
  .e-css.e-btn-group .e-btn:focus.e-warning,
301
301
  .e-css.e-btn-group input:focus + label.e-btn.e-warning {
302
- background-color: #d83b01;
302
+ background: #d83b01;
303
303
  border-color: #fff;
304
304
  color: #fff;
305
305
  box-shadow: none;
@@ -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: #a80000;
314
+ background: #a80000;
315
315
  border-color: #fff;
316
316
  color: #fff;
317
317
  box-shadow: none;
@@ -374,7 +374,7 @@
374
374
  .e-css.e-btn-group .e-btn:active,
375
375
  .e-css.e-btn-group input:active + label.e-btn,
376
376
  .e-css.e-btn-group input:checked + label.e-btn {
377
- background-color: #c8c8c8;
377
+ background: #c8c8c8;
378
378
  border-color: #c8c8c8;
379
379
  color: #000;
380
380
  outline: #eaeaea 0 solid;
@@ -387,7 +387,7 @@
387
387
  .e-css.e-btn-group .e-btn:active.e-primary,
388
388
  .e-css.e-btn-group input:active + label.e-btn.e-primary,
389
389
  .e-css.e-btn-group input:checked + label.e-btn.e-primary {
390
- background-color: #005ba3;
390
+ background: #005ba3;
391
391
  border-color: #005ba3;
392
392
  color: #fff;
393
393
  outline: #eaeaea 0 solid;
@@ -399,7 +399,7 @@
399
399
  .e-css.e-btn-group .e-btn:active.e-success,
400
400
  .e-css.e-btn-group input:active + label.e-btn.e-success,
401
401
  .e-css.e-btn-group input:checked + label.e-btn.e-success {
402
- background-color: #004b1d;
402
+ background: #004b1d;
403
403
  border-color: #004b1d;
404
404
  color: #fff;
405
405
  box-shadow: none;
@@ -410,7 +410,7 @@
410
410
  .e-css.e-btn-group .e-btn:active.e-info,
411
411
  .e-css.e-btn-group input:active + label.e-btn.e-info,
412
412
  .e-css.e-btn-group input:checked + label.e-btn.e-info {
413
- background-color: #065fa6;
413
+ background: #065fa6;
414
414
  color: #fff;
415
415
  border-color: #065fa6;
416
416
  box-shadow: none;
@@ -421,7 +421,7 @@
421
421
  .e-css.e-btn-group .e-btn:active.e-warning,
422
422
  .e-css.e-btn-group input:active + label.e-btn.e-warning,
423
423
  .e-css.e-btn-group input:checked + label.e-btn.e-warning {
424
- background-color: #a22c01;
424
+ background: #a22c01;
425
425
  border-color: #a22c01;
426
426
  color: #fff;
427
427
  box-shadow: none;
@@ -432,7 +432,7 @@
432
432
  .e-css.e-btn-group .e-btn:active.e-danger,
433
433
  .e-css.e-btn-group input:active + label.e-btn.e-danger,
434
434
  .e-css.e-btn-group input:checked + label.e-btn.e-danger {
435
- background-color: #7c0101;
435
+ background: #7c0101;
436
436
  border-color: #7c0101;
437
437
  color: #fff;
438
438
  box-shadow: none;
@@ -443,7 +443,7 @@
443
443
  .e-css.e-btn-group .e-btn:active.e-outline,
444
444
  .e-css.e-btn-group input:active + label.e-btn.e-outline,
445
445
  .e-css.e-btn-group input:checked + label.e-btn.e-outline {
446
- background-color: #c8c8c8;
446
+ background: #c8c8c8;
447
447
  border-color: #c8c8c8;
448
448
  box-shadow: none;
449
449
  color: #000;
@@ -454,7 +454,7 @@
454
454
  .e-css.e-btn-group .e-btn:active.e-outline.e-primary,
455
455
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-primary,
456
456
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
457
- background-color: #005ba3;
457
+ background: #005ba3;
458
458
  border-color: #0078d6;
459
459
  box-shadow: none;
460
460
  color: #fff;
@@ -465,7 +465,7 @@
465
465
  .e-css.e-btn-group .e-btn:active.e-outline.e-success,
466
466
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-success,
467
467
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
468
- background-color: #004b1d;
468
+ background: #004b1d;
469
469
  border-color: #004b1d;
470
470
  box-shadow: none;
471
471
  color: #fff;
@@ -476,7 +476,7 @@
476
476
  .e-css.e-btn-group .e-btn:active.e-outline.e-info,
477
477
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-info,
478
478
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
479
- background-color: #065fa6;
479
+ background: #065fa6;
480
480
  border-color: #065fa6;
481
481
  box-shadow: none;
482
482
  color: #fff;
@@ -487,7 +487,7 @@
487
487
  .e-css.e-btn-group .e-btn:active.e-outline.e-warning,
488
488
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-warning,
489
489
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
490
- background-color: #a22c01;
490
+ background: #a22c01;
491
491
  border-color: #a22c01;
492
492
  box-shadow: none;
493
493
  color: #fff;
@@ -498,7 +498,7 @@
498
498
  .e-css.e-btn-group .e-btn:active.e-outline.e-danger,
499
499
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-danger,
500
500
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
501
- background-color: #7c0101;
501
+ background: #7c0101;
502
502
  border-color: #7c0101;
503
503
  box-shadow: none;
504
504
  color: #fff;
@@ -517,7 +517,7 @@
517
517
  .e-btn-group input:disabled + label.e-btn.e-primary,
518
518
  .e-css.e-btn-group .e-btn:disabled.e-primary,
519
519
  .e-css.e-btn-group input:disabled + label.e-btn.e-primary {
520
- background-color: #f4f4f4;
520
+ background: #f4f4f4;
521
521
  border-color: #f4f4f4;
522
522
  box-shadow: none;
523
523
  color: #a6a6a6;
@@ -527,7 +527,7 @@
527
527
  .e-btn-group input:disabled + label.e-btn.e-success,
528
528
  .e-css.e-btn-group .e-btn:disabled.e-success,
529
529
  .e-css.e-btn-group input:disabled + label.e-btn.e-success {
530
- background-color: #f4f4f4;
530
+ background: #f4f4f4;
531
531
  border-color: #f4f4f4;
532
532
  box-shadow: none;
533
533
  color: #a6a6a6;
@@ -537,7 +537,7 @@
537
537
  .e-btn-group input:disabled + label.e-btn.e-info,
538
538
  .e-css.e-btn-group .e-btn:disabled.e-info,
539
539
  .e-css.e-btn-group input:disabled + label.e-btn.e-info {
540
- background-color: #f4f4f4;
540
+ background: #f4f4f4;
541
541
  border-color: #f4f4f4;
542
542
  box-shadow: none;
543
543
  color: #a6a6a6;
@@ -547,7 +547,7 @@
547
547
  .e-btn-group input:disabled + label.e-btn.e-warning,
548
548
  .e-css.e-btn-group .e-btn:disabled.e-warning,
549
549
  .e-css.e-btn-group input:disabled + label.e-btn.e-warning {
550
- background-color: #f4f4f4;
550
+ background: #f4f4f4;
551
551
  border-color: #f4f4f4;
552
552
  box-shadow: none;
553
553
  color: #a6a6a6;
@@ -557,7 +557,7 @@
557
557
  .e-btn-group input:disabled + label.e-btn.e-danger,
558
558
  .e-css.e-btn-group .e-btn:disabled.e-danger,
559
559
  .e-css.e-btn-group input:disabled + label.e-btn.e-danger {
560
- background-color: #f4f4f4;
560
+ background: #f4f4f4;
561
561
  border-color: #f4f4f4;
562
562
  box-shadow: none;
563
563
  color: #a6a6a6;
@@ -568,7 +568,7 @@
568
568
  .e-css.e-btn-group .e-btn:disabled.e-link,
569
569
  .e-css.e-btn-group input:disabled + label.e-btn.e-link {
570
570
  color: #a6a6a6;
571
- background-color: transparent;
571
+ background: transparent;
572
572
  box-shadow: none;
573
573
  text-decoration: none;
574
574
  border-color: transparent;
@@ -577,7 +577,7 @@
577
577
  .e-btn-group input:disabled + label.e-btn.e-outline,
578
578
  .e-css.e-btn-group .e-btn:disabled.e-outline,
579
579
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline {
580
- background-color: transparent;
580
+ background: transparent;
581
581
  border-color: #f4f4f4;
582
582
  box-shadow: none;
583
583
  color: #a6a6a6;
@@ -587,7 +587,7 @@
587
587
  .e-btn-group input:disabled + label.e-btn.e-outline.e-primary,
588
588
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
589
589
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
590
- background-color: transparent;
590
+ background: transparent;
591
591
  border-color: #f4f4f4;
592
592
  box-shadow: none;
593
593
  color: #a6a6a6;
@@ -597,7 +597,7 @@
597
597
  .e-btn-group input:disabled + label.e-btn.e-outline.e-success,
598
598
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-success,
599
599
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
600
- background-color: transparent;
600
+ background: transparent;
601
601
  border-color: #f4f4f4;
602
602
  box-shadow: none;
603
603
  color: #a6a6a6;
@@ -607,7 +607,7 @@
607
607
  .e-btn-group input:disabled + label.e-btn.e-outline.e-info,
608
608
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-info,
609
609
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
610
- background-color: transparent;
610
+ background: transparent;
611
611
  border-color: #f4f4f4;
612
612
  box-shadow: none;
613
613
  color: #a6a6a6;
@@ -617,7 +617,7 @@
617
617
  .e-btn-group input:disabled + label.e-btn.e-outline.e-warning,
618
618
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-warning,
619
619
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
620
- background-color: transparent;
620
+ background: transparent;
621
621
  border-color: #f4f4f4;
622
622
  box-shadow: none;
623
623
  color: #a6a6a6;
@@ -627,7 +627,7 @@
627
627
  .e-btn-group input:disabled + label.e-btn.e-outline.e-danger,
628
628
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-danger,
629
629
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
630
- background-color: transparent;
630
+ background: transparent;
631
631
  border-color: #f4f4f4;
632
632
  box-shadow: none;
633
633
  color: #a6a6a6;