@syncfusion/ej2-react-splitbuttons 20.4.48 → 21.1.35

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 +3 -13
  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: #e6e6e6;
251
+ background: #e6e6e6;
252
252
  border-color: #8c8c8c;
253
253
  color: #333;
254
254
  outline: #fff 0 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: #21527d;
264
+ background: #21527d;
265
265
  border-color: #0c1d2c;
266
266
  color: #fff;
267
267
  outline: #fff 0 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: #124a1f;
276
+ background: #124a1f;
277
277
  border-color: black;
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: #104b5d;
287
+ background: #104b5d;
288
288
  border-color: #010406;
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: #613b05;
298
+ background: #613b05;
299
299
  border-color: black;
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: #a51c2a;
309
+ background: #a51c2a;
310
310
  border-color: #4e0d14;
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: #e6e6e6;
371
+ background: #e6e6e6;
372
372
  border-color: #adadad;
373
373
  color: #333;
374
374
  outline: #fff 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: #21527d;
384
+ background: #21527d;
385
385
  border-color: #163854;
386
386
  color: #fff;
387
387
  outline: #fff 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: #124a1f;
396
+ background: #124a1f;
397
397
  border-color: #08210e;
398
398
  color: #fff;
399
399
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
@@ -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: #104b5d;
407
+ background: #104b5d;
408
408
  color: #fff;
409
409
  border-color: #082831;
410
410
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
@@ -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: #613b05;
418
+ background: #613b05;
419
419
  border-color: #301d02;
420
420
  color: #fff;
421
421
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
@@ -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: #a51c2a;
429
+ background: #a51c2a;
430
430
  border-color: #7a151f;
431
431
  color: #fff;
432
432
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
@@ -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: #e6e6e6;
440
+ background: #e6e6e6;
441
441
  border-color: #adadad;
442
442
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
443
443
  color: #333;
@@ -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: #21527d;
451
+ background: #21527d;
452
452
  border-color: #265f91;
453
453
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
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: #124a1f;
462
+ background: #124a1f;
463
463
  border-color: #08210e;
464
464
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
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: #104b5d;
473
+ background: #104b5d;
474
474
  border-color: #082831;
475
475
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
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: #613b05;
484
+ background: #613b05;
485
485
  border-color: #301d02;
486
486
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
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: #a51c2a;
495
+ background: #a51c2a;
496
496
  border-color: #7a151f;
497
497
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
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: rgba(49, 122, 185, 0.65);
514
+ background: rgba(49, 122, 185, 0.65);
515
515
  border-color: rgba(204, 204, 204, 0.65);
516
516
  box-shadow: none;
517
517
  color: rgba(255, 255, 255, 0.65);
@@ -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: rgba(92, 184, 92, 0.65);
524
+ background: rgba(92, 184, 92, 0.65);
525
525
  border-color: rgba(204, 204, 204, 0.65);
526
526
  box-shadow: none;
527
527
  color: rgba(255, 255, 255, 0.65);
@@ -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: rgba(91, 192, 222, 0.65);
534
+ background: rgba(91, 192, 222, 0.65);
535
535
  border-color: rgba(204, 204, 204, 0.65);
536
536
  box-shadow: none;
537
537
  color: rgba(255, 255, 255, 0.65);
@@ -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: rgba(240, 173, 78, 0.65);
544
+ background: rgba(240, 173, 78, 0.65);
545
545
  border-color: rgba(204, 204, 204, 0.65);
546
546
  box-shadow: none;
547
547
  color: rgba(255, 255, 255, 0.65);
@@ -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: rgba(217, 83, 79, 0.65);
554
+ background: rgba(217, 83, 79, 0.65);
555
555
  border-color: rgba(204, 204, 204, 0.65);
556
556
  box-shadow: none;
557
557
  color: rgba(255, 255, 255, 0.65);
@@ -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: rgba(51, 51, 51, 0.65);
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: rgba(204, 204, 204, 0.65);
576
576
  box-shadow: none;
577
577
  color: rgba(51, 51, 51, 0.65);
@@ -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: rgba(204, 204, 204, 0.65);
586
586
  box-shadow: none;
587
587
  color: rgba(51, 51, 51, 0.65);
@@ -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: rgba(33, 135, 57, 0.65);
596
596
  box-shadow: none;
597
597
  color: rgba(33, 135, 57, 0.65);
@@ -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: rgba(27, 128, 158, 0.65);
606
606
  box-shadow: none;
607
607
  color: rgba(27, 128, 158, 0.65);
@@ -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: rgba(170, 103, 8, 0.65);
616
616
  box-shadow: none;
617
617
  color: rgba(170, 103, 8, 0.65);
@@ -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: rgba(220, 50, 67, 0.65);
626
626
  box-shadow: none;
627
627
  color: rgba(220, 50, 67, 0.65);
@@ -252,7 +252,7 @@
252
252
  .e-btn-group input:focus + label.e-btn,
253
253
  .e-css.e-btn-group .e-btn:focus,
254
254
  .e-css.e-btn-group input:focus + label.e-btn {
255
- background-color: #6c757d;
255
+ background: #6c757d;
256
256
  border-color: #6c757d;
257
257
  color: #fff;
258
258
  outline: #6c757d 0 solid;
@@ -265,7 +265,7 @@
265
265
  .e-btn-group input:focus + label.e-btn.e-primary,
266
266
  .e-css.e-btn-group .e-btn:focus.e-primary,
267
267
  .e-css.e-btn-group input:focus + label.e-btn.e-primary {
268
- background-color: #007bff;
268
+ background: #007bff;
269
269
  border-color: #007bff;
270
270
  color: #fff;
271
271
  outline: #6c757d 0 solid;
@@ -277,7 +277,7 @@
277
277
  .e-btn-group input:focus + label.e-btn.e-success,
278
278
  .e-css.e-btn-group .e-btn:focus.e-success,
279
279
  .e-css.e-btn-group input:focus + label.e-btn.e-success {
280
- background-color: #28a745;
280
+ background: #28a745;
281
281
  border-color: #28a745;
282
282
  color: #fff;
283
283
  box-shadow: 0 0 0 0.25em rgba(66, 179, 92, 0.5);
@@ -288,7 +288,7 @@
288
288
  .e-btn-group input:focus + label.e-btn.e-info,
289
289
  .e-css.e-btn-group .e-btn:focus.e-info,
290
290
  .e-css.e-btn-group input:focus + label.e-btn.e-info {
291
- background-color: #17a2b8;
291
+ background: #17a2b8;
292
292
  border-color: #17a2b8;
293
293
  color: #fff;
294
294
  box-shadow: 0 0 0 0.25em rgba(51, 174, 194, 0.5);
@@ -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: #ffc107;
302
+ background: #ffc107;
303
303
  border-color: #ffc107;
304
304
  color: #212529;
305
305
  box-shadow: 0 0 0 0.25em rgba(255, 202, 44, 0.5);
@@ -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: #dc3545;
313
+ background: #dc3545;
314
314
  border-color: #dc3545;
315
315
  color: #fff;
316
316
  box-shadow: 0 0 0 0.25em rgba(225, 83, 97, 0.5);
@@ -323,7 +323,7 @@
323
323
  .e-css.e-btn-group input:focus + label.e-btn.e-link {
324
324
  border-radius: 0;
325
325
  text-decoration: underline;
326
- background-color: transparent;
326
+ background: transparent;
327
327
  border-color: transparent;
328
328
  box-shadow: none;
329
329
  color: #0056b3;
@@ -380,7 +380,7 @@
380
380
  .e-css.e-btn-group .e-btn:active,
381
381
  .e-css.e-btn-group input:active + label.e-btn,
382
382
  .e-css.e-btn-group input:checked + label.e-btn {
383
- background-color: #545b62;
383
+ background: #545b62;
384
384
  border-color: #4e555b;
385
385
  color: #fff;
386
386
  outline: #6c757d 0 solid;
@@ -393,7 +393,7 @@
393
393
  .e-css.e-btn-group .e-btn:active.e-primary,
394
394
  .e-css.e-btn-group input:active + label.e-btn.e-primary,
395
395
  .e-css.e-btn-group input:checked + label.e-btn.e-primary {
396
- background-color: #0062cc;
396
+ background: #0062cc;
397
397
  border-color: #005cbf;
398
398
  color: #fff;
399
399
  outline: #6c757d 0 solid;
@@ -405,7 +405,7 @@
405
405
  .e-css.e-btn-group .e-btn:active.e-success,
406
406
  .e-css.e-btn-group input:active + label.e-btn.e-success,
407
407
  .e-css.e-btn-group input:checked + label.e-btn.e-success {
408
- background-color: #1e7e34;
408
+ background: #1e7e34;
409
409
  border-color: #1c7430;
410
410
  color: #fff;
411
411
  box-shadow: 0 0 0 0.25em rgba(50, 134, 69, 0.5);
@@ -416,7 +416,7 @@
416
416
  .e-css.e-btn-group .e-btn:active.e-info,
417
417
  .e-css.e-btn-group input:active + label.e-btn.e-info,
418
418
  .e-css.e-btn-group input:checked + label.e-btn.e-info {
419
- background-color: #117a8b;
419
+ background: #117a8b;
420
420
  color: #fff;
421
421
  border-color: #10707f;
422
422
  box-shadow: 0 0 0 0.25em rgba(39, 130, 145, 0.5);
@@ -427,7 +427,7 @@
427
427
  .e-css.e-btn-group .e-btn:active.e-warning,
428
428
  .e-css.e-btn-group input:active + label.e-btn.e-warning,
429
429
  .e-css.e-btn-group input:checked + label.e-btn.e-warning {
430
- background-color: #d39e00;
430
+ background: #d39e00;
431
431
  border-color: #c69500;
432
432
  color: #212529;
433
433
  box-shadow: 0 0 0 0.25em rgba(207, 163, 32, 0.5);
@@ -438,7 +438,7 @@
438
438
  .e-css.e-btn-group .e-btn:active.e-danger,
439
439
  .e-css.e-btn-group input:active + label.e-btn.e-danger,
440
440
  .e-css.e-btn-group input:checked + label.e-btn.e-danger {
441
- background-color: #bd2130;
441
+ background: #bd2130;
442
442
  border-color: #b21f2d;
443
443
  color: #fff;
444
444
  box-shadow: 0 0 0 0.25em rgba(189, 60, 73, 0.5);
@@ -449,7 +449,7 @@
449
449
  .e-css.e-btn-group .e-btn:active.e-outline,
450
450
  .e-css.e-btn-group input:active + label.e-btn.e-outline,
451
451
  .e-css.e-btn-group input:checked + label.e-btn.e-outline {
452
- background-color: #6c757d;
452
+ background: #6c757d;
453
453
  border-color: transparent;
454
454
  box-shadow: 0 0 0 0.25em rgba(99, 105, 111, 0.5);
455
455
  color: #fff;
@@ -460,7 +460,7 @@
460
460
  .e-css.e-btn-group .e-btn:active.e-outline.e-primary,
461
461
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-primary,
462
462
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
463
- background-color: #007bff;
463
+ background: #007bff;
464
464
  border-color: transparent;
465
465
  box-shadow: 0 0 0 0.25em rgba(31, 139, 255, 0.5);
466
466
  color: #fff;
@@ -471,7 +471,7 @@
471
471
  .e-css.e-btn-group .e-btn:active.e-outline.e-success,
472
472
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-success,
473
473
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
474
- background-color: #28a745;
474
+ background: #28a745;
475
475
  border-color: transparent;
476
476
  box-shadow: 0 0 0 0.25em rgba(50, 134, 69, 0.5);
477
477
  color: #fff;
@@ -482,7 +482,7 @@
482
482
  .e-css.e-btn-group .e-btn:active.e-outline.e-info,
483
483
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-info,
484
484
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
485
- background-color: #17a2b8;
485
+ background: #17a2b8;
486
486
  border-color: transparent;
487
487
  box-shadow: 0 0 0 0.25em rgba(39, 130, 145, 0.5);
488
488
  color: #fff;
@@ -493,7 +493,7 @@
493
493
  .e-css.e-btn-group .e-btn:active.e-outline.e-warning,
494
494
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-warning,
495
495
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
496
- background-color: #ffc107;
496
+ background: #ffc107;
497
497
  border-color: transparent;
498
498
  box-shadow: 0 0 0 0.25em rgba(207, 163, 32, 0.5);
499
499
  color: #212529;
@@ -504,7 +504,7 @@
504
504
  .e-css.e-btn-group .e-btn:active.e-outline.e-danger,
505
505
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-danger,
506
506
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
507
- background-color: #dc3545;
507
+ background: #dc3545;
508
508
  border-color: transparent;
509
509
  box-shadow: 0 0 0 0.25em rgba(189, 60, 73, 0.5);
510
510
  color: #fff;
@@ -522,7 +522,7 @@
522
522
  .e-btn-group input:disabled + label.e-btn.e-primary,
523
523
  .e-css.e-btn-group .e-btn:disabled.e-primary,
524
524
  .e-css.e-btn-group input:disabled + label.e-btn.e-primary {
525
- background-color: rgba(0, 123, 255, 0.65);
525
+ background: rgba(0, 123, 255, 0.65);
526
526
  border-color: transparent;
527
527
  box-shadow: none;
528
528
  color: #fff;
@@ -531,7 +531,7 @@
531
531
  .e-btn-group input:disabled + label.e-btn.e-success,
532
532
  .e-css.e-btn-group .e-btn:disabled.e-success,
533
533
  .e-css.e-btn-group input:disabled + label.e-btn.e-success {
534
- background-color: rgba(40, 167, 69, 0.65);
534
+ background: rgba(40, 167, 69, 0.65);
535
535
  border-color: transparent;
536
536
  box-shadow: none;
537
537
  color: #fff;
@@ -540,7 +540,7 @@
540
540
  .e-btn-group input:disabled + label.e-btn.e-info,
541
541
  .e-css.e-btn-group .e-btn:disabled.e-info,
542
542
  .e-css.e-btn-group input:disabled + label.e-btn.e-info {
543
- background-color: rgba(23, 162, 184, 0.65);
543
+ background: rgba(23, 162, 184, 0.65);
544
544
  border-color: transparent;
545
545
  box-shadow: none;
546
546
  color: #fff;
@@ -549,7 +549,7 @@
549
549
  .e-btn-group input:disabled + label.e-btn.e-warning,
550
550
  .e-css.e-btn-group .e-btn:disabled.e-warning,
551
551
  .e-css.e-btn-group input:disabled + label.e-btn.e-warning {
552
- background-color: rgba(255, 193, 7, 0.65);
552
+ background: rgba(255, 193, 7, 0.65);
553
553
  border-color: transparent;
554
554
  box-shadow: none;
555
555
  color: #212529;
@@ -558,7 +558,7 @@
558
558
  .e-btn-group input:disabled + label.e-btn.e-danger,
559
559
  .e-css.e-btn-group .e-btn:disabled.e-danger,
560
560
  .e-css.e-btn-group input:disabled + label.e-btn.e-danger {
561
- background-color: rgba(220, 53, 69, 0.65);
561
+ background: rgba(220, 53, 69, 0.65);
562
562
  border-color: transparent;
563
563
  box-shadow: none;
564
564
  color: #fff;
@@ -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: #6c757d;
571
- background-color: transparent;
571
+ background: transparent;
572
572
  box-shadow: none;
573
573
  text-decoration: none;
574
574
  }
@@ -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(108, 117, 125, 0.65);
581
581
  color: rgba(108, 117, 125, 0.65);
582
582
  border-color: #6c757d;
@@ -585,7 +585,7 @@
585
585
  .e-btn-group input:disabled + label.e-btn.e-outline.e-primary,
586
586
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
587
587
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
588
- background-color: transparent;
588
+ background: transparent;
589
589
  border-color: rgba(0, 123, 255, 0.65);
590
590
  box-shadow: none;
591
591
  color: rgba(0, 123, 255, 0.65);
@@ -595,7 +595,7 @@
595
595
  .e-btn-group input:disabled + label.e-btn.e-outline.e-success,
596
596
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-success,
597
597
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
598
- background-color: transparent;
598
+ background: transparent;
599
599
  border-color: rgba(40, 167, 69, 0.65);
600
600
  box-shadow: none;
601
601
  color: rgba(40, 167, 69, 0.65);
@@ -605,7 +605,7 @@
605
605
  .e-btn-group input:disabled + label.e-btn.e-outline.e-info,
606
606
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-info,
607
607
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
608
- background-color: transparent;
608
+ background: transparent;
609
609
  border-color: rgba(23, 162, 184, 0.65);
610
610
  box-shadow: none;
611
611
  color: rgba(23, 162, 184, 0.65);
@@ -615,7 +615,7 @@
615
615
  .e-btn-group input:disabled + label.e-btn.e-outline.e-warning,
616
616
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-warning,
617
617
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
618
- background-color: transparent;
618
+ background: transparent;
619
619
  border-color: rgba(255, 193, 7, 0.65);
620
620
  box-shadow: none;
621
621
  color: rgba(255, 193, 7, 0.65);
@@ -625,7 +625,7 @@
625
625
  .e-btn-group input:disabled + label.e-btn.e-outline.e-danger,
626
626
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-danger,
627
627
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
628
- background-color: transparent;
628
+ background: transparent;
629
629
  border-color: rgba(220, 53, 69, 0.65);
630
630
  box-shadow: none;
631
631
  color: rgba(220, 53, 69, 0.65);