@syncfusion/ej2-vue-splitbuttons 20.4.50 → 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 (64) hide show
  1. package/CHANGELOG.md +2 -26
  2. package/dist/ej2-vue-splitbuttons.umd.min.js +2 -2
  3. package/dist/ej2-vue-splitbuttons.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-vue-splitbuttons.es2015.js +303 -434
  5. package/dist/es6/ej2-vue-splitbuttons.es2015.js.map +1 -1
  6. package/dist/es6/ej2-vue-splitbuttons.es5.js +343 -513
  7. package/dist/es6/ej2-vue-splitbuttons.es5.js.map +1 -1
  8. package/dist/global/ej2-vue-splitbuttons.min.js +2 -2
  9. package/package.json +9 -9
  10. package/src/drop-down-button/dropdownbutton.component.d.ts +2 -26
  11. package/src/drop-down-button/dropdownbutton.component.js +95 -124
  12. package/src/drop-down-button/items.directive.d.ts +2 -12
  13. package/src/drop-down-button/items.directive.js +22 -71
  14. package/src/progress-button/progressbutton.component.d.ts +2 -27
  15. package/src/progress-button/progressbutton.component.js +98 -127
  16. package/src/split-button/items.directive.d.ts +2 -12
  17. package/src/split-button/items.directive.js +22 -71
  18. package/src/split-button/splitbutton.component.d.ts +2 -26
  19. package/src/split-button/splitbutton.component.js +95 -124
  20. package/styles/bootstrap-dark.css +44 -44
  21. package/styles/bootstrap.css +44 -44
  22. package/styles/bootstrap4.css +44 -44
  23. package/styles/bootstrap5-dark.css +48 -48
  24. package/styles/bootstrap5.css +48 -48
  25. package/styles/button-group/bootstrap-dark.css +30 -30
  26. package/styles/button-group/bootstrap.css +30 -30
  27. package/styles/button-group/bootstrap4.css +31 -31
  28. package/styles/button-group/bootstrap5-dark.css +30 -30
  29. package/styles/button-group/bootstrap5.css +30 -30
  30. package/styles/button-group/fabric-dark.css +30 -30
  31. package/styles/button-group/fabric.css +30 -30
  32. package/styles/button-group/fluent-dark.css +30 -30
  33. package/styles/button-group/fluent.css +30 -30
  34. package/styles/button-group/highcontrast-light.css +30 -30
  35. package/styles/button-group/highcontrast.css +30 -30
  36. package/styles/button-group/material-dark.css +30 -30
  37. package/styles/button-group/material.css +30 -30
  38. package/styles/button-group/tailwind-dark.css +30 -30
  39. package/styles/button-group/tailwind.css +30 -30
  40. package/styles/fabric-dark.css +44 -44
  41. package/styles/fabric.css +44 -44
  42. package/styles/fluent-dark.css +48 -48
  43. package/styles/fluent.css +48 -48
  44. package/styles/highcontrast-light.css +44 -44
  45. package/styles/highcontrast.css +44 -44
  46. package/styles/material-dark.css +43 -43
  47. package/styles/material.css +43 -43
  48. package/styles/progress-button/bootstrap-dark.css +14 -14
  49. package/styles/progress-button/bootstrap.css +14 -14
  50. package/styles/progress-button/bootstrap4.css +13 -13
  51. package/styles/progress-button/bootstrap5-dark.css +18 -18
  52. package/styles/progress-button/bootstrap5.css +18 -18
  53. package/styles/progress-button/fabric-dark.css +14 -14
  54. package/styles/progress-button/fabric.css +14 -14
  55. package/styles/progress-button/fluent-dark.css +18 -18
  56. package/styles/progress-button/fluent.css +18 -18
  57. package/styles/progress-button/highcontrast-light.css +14 -14
  58. package/styles/progress-button/highcontrast.css +14 -14
  59. package/styles/progress-button/material-dark.css +13 -13
  60. package/styles/progress-button/material.css +13 -13
  61. package/styles/progress-button/tailwind-dark.css +18 -18
  62. package/styles/progress-button/tailwind.css +18 -18
  63. package/styles/tailwind-dark.css +48 -48
  64. 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: #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;
@@ -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: #252423;
251
+ background: #252423;
252
252
  border-color: #8a8886;
253
253
  color: #fff;
254
254
  outline: 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: #006cbf;
264
+ background: #006cbf;
265
265
  border-color: #0078d4;
266
266
  color: #1b1a19;
267
267
  outline: 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: #0a5f0a;
276
+ background: #0a5f0a;
277
277
  border-color: #0b6a0b;
278
278
  color: #1b1a19;
279
279
  box-shadow: 0 0 rgba(0, 0, 0, 0);
@@ -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: #03767a;
287
+ background: #03767a;
288
288
  border-color: #038387;
289
289
  color: #1b1a19;
290
290
  box-shadow: 0 0 rgba(0, 0, 0, 0);
@@ -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: #cf6228;
298
+ background: #cf6228;
299
299
  border-color: #ca5010;
300
300
  color: #1b1a19;
301
301
  box-shadow: 0 0 rgba(0, 0, 0, 0);
@@ -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: #bc2f32;
309
+ background: #bc2f32;
310
310
  border-color: #d13438;
311
311
  color: #1b1a19;
312
312
  box-shadow: 0 0 rgba(0, 0, 0, 0);
@@ -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: #292827;
371
+ background: #292827;
372
372
  border-color: #8a8886;
373
373
  color: #fff;
374
374
  box-shadow: none;
@@ -379,7 +379,7 @@
379
379
  .e-css.e-btn-group .e-btn:active.e-primary,
380
380
  .e-css.e-btn-group input:active + label.e-btn.e-primary,
381
381
  .e-css.e-btn-group input:checked + label.e-btn.e-primary {
382
- background-color: #0060aa;
382
+ background: #0060aa;
383
383
  border-color: #0060aa;
384
384
  color: #1b1a19;
385
385
  box-shadow: none;
@@ -390,7 +390,7 @@
390
390
  .e-css.e-btn-group .e-btn:active.e-success,
391
391
  .e-css.e-btn-group input:active + label.e-btn.e-success,
392
392
  .e-css.e-btn-group input:checked + label.e-btn.e-success {
393
- background-color: #095509;
393
+ background: #095509;
394
394
  border-color: #095509;
395
395
  color: #1b1a19;
396
396
  box-shadow: none;
@@ -401,7 +401,7 @@
401
401
  .e-css.e-btn-group .e-btn:active.e-info,
402
402
  .e-css.e-btn-group input:active + label.e-btn.e-info,
403
403
  .e-css.e-btn-group input:checked + label.e-btn.e-info {
404
- background-color: #359c9f;
404
+ background: #359c9f;
405
405
  color: #1b1a19;
406
406
  border-color: #359c9f;
407
407
  box-shadow: none;
@@ -412,7 +412,7 @@
412
412
  .e-css.e-btn-group .e-btn:active.e-warning,
413
413
  .e-css.e-btn-group input:active + label.e-btn.e-warning,
414
414
  .e-css.e-btn-group input:checked + label.e-btn.e-warning {
415
- background-color: #d57340;
415
+ background: #d57340;
416
416
  border-color: #d57340;
417
417
  color: #1b1a19;
418
418
  box-shadow: none;
@@ -423,7 +423,7 @@
423
423
  .e-css.e-btn-group .e-btn:active.e-danger,
424
424
  .e-css.e-btn-group input:active + label.e-btn.e-danger,
425
425
  .e-css.e-btn-group input:checked + label.e-btn.e-danger {
426
- background-color: #a72a2d;
426
+ background: #a72a2d;
427
427
  border-color: #a72a2d;
428
428
  color: #1b1a19;
429
429
  box-shadow: none;
@@ -434,7 +434,7 @@
434
434
  .e-css.e-btn-group .e-btn:active.e-outline,
435
435
  .e-css.e-btn-group input:active + label.e-btn.e-outline,
436
436
  .e-css.e-btn-group input:checked + label.e-btn.e-outline {
437
- background-color: #292827;
437
+ background: #292827;
438
438
  border-color: #8a8886;
439
439
  box-shadow: none;
440
440
  color: #fff;
@@ -445,7 +445,7 @@
445
445
  .e-css.e-btn-group .e-btn:active.e-outline.e-primary,
446
446
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-primary,
447
447
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
448
- background-color: #0060aa;
448
+ background: #0060aa;
449
449
  border-color: #0078d4;
450
450
  box-shadow: none;
451
451
  color: #1b1a19;
@@ -456,7 +456,7 @@
456
456
  .e-css.e-btn-group .e-btn:active.e-outline.e-success,
457
457
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-success,
458
458
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
459
- background-color: #095509;
459
+ background: #095509;
460
460
  border-color: #095509;
461
461
  box-shadow: none;
462
462
  color: #1b1a19;
@@ -467,7 +467,7 @@
467
467
  .e-css.e-btn-group .e-btn:active.e-outline.e-info,
468
468
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-info,
469
469
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
470
- background-color: #359c9f;
470
+ background: #359c9f;
471
471
  border-color: #359c9f;
472
472
  box-shadow: none;
473
473
  color: #1b1a19;
@@ -478,7 +478,7 @@
478
478
  .e-css.e-btn-group .e-btn:active.e-outline.e-warning,
479
479
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-warning,
480
480
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
481
- background-color: #d57340;
481
+ background: #d57340;
482
482
  border-color: #d57340;
483
483
  box-shadow: none;
484
484
  color: #1b1a19;
@@ -489,7 +489,7 @@
489
489
  .e-css.e-btn-group .e-btn:active.e-outline.e-danger,
490
490
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-danger,
491
491
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
492
- background-color: #a72a2d;
492
+ background: #a72a2d;
493
493
  border-color: #a72a2d;
494
494
  box-shadow: none;
495
495
  color: #1b1a19;
@@ -508,7 +508,7 @@
508
508
  .e-btn-group input:disabled + label.e-btn.e-primary,
509
509
  .e-css.e-btn-group .e-btn:disabled.e-primary,
510
510
  .e-css.e-btn-group input:disabled + label.e-btn.e-primary {
511
- background-color: #252423;
511
+ background: #252423;
512
512
  border-color: #323130;
513
513
  box-shadow: none;
514
514
  color: #3b3a39;
@@ -519,7 +519,7 @@
519
519
  .e-btn-group input:disabled + label.e-btn.e-success,
520
520
  .e-css.e-btn-group .e-btn:disabled.e-success,
521
521
  .e-css.e-btn-group input:disabled + label.e-btn.e-success {
522
- background-color: #252423;
522
+ background: #252423;
523
523
  border-color: #323130;
524
524
  box-shadow: none;
525
525
  color: #3b3a39;
@@ -530,7 +530,7 @@
530
530
  .e-btn-group input:disabled + label.e-btn.e-info,
531
531
  .e-css.e-btn-group .e-btn:disabled.e-info,
532
532
  .e-css.e-btn-group input:disabled + label.e-btn.e-info {
533
- background-color: #252423;
533
+ background: #252423;
534
534
  border-color: #323130;
535
535
  box-shadow: none;
536
536
  color: #3b3a39;
@@ -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: #252423;
544
+ background: #252423;
545
545
  border-color: #323130;
546
546
  box-shadow: none;
547
547
  color: #3b3a39;
@@ -552,7 +552,7 @@
552
552
  .e-btn-group input:disabled + label.e-btn.e-danger,
553
553
  .e-css.e-btn-group .e-btn:disabled.e-danger,
554
554
  .e-css.e-btn-group input:disabled + label.e-btn.e-danger {
555
- background-color: #252423;
555
+ background: #252423;
556
556
  border-color: #323130;
557
557
  box-shadow: none;
558
558
  color: #3b3a39;
@@ -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: #3b3a39;
567
- background-color: transparent;
567
+ background: transparent;
568
568
  box-shadow: none;
569
569
  text-decoration: none;
570
570
  outline: none;
@@ -574,7 +574,7 @@
574
574
  .e-btn-group input:disabled + label.e-btn.e-outline,
575
575
  .e-css.e-btn-group .e-btn:disabled.e-outline,
576
576
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline {
577
- background-color: transparent;
577
+ background: transparent;
578
578
  border-color: #252423;
579
579
  box-shadow: none;
580
580
  color: #3b3a39;
@@ -584,7 +584,7 @@
584
584
  .e-btn-group input:disabled + label.e-btn.e-outline.e-primary,
585
585
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
586
586
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
587
- background-color: transparent;
587
+ background: transparent;
588
588
  border-color: #252423;
589
589
  box-shadow: none;
590
590
  color: #3b3a39;
@@ -594,7 +594,7 @@
594
594
  .e-btn-group input:disabled + label.e-btn.e-outline.e-success,
595
595
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-success,
596
596
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
597
- background-color: transparent;
597
+ background: transparent;
598
598
  border-color: #252423;
599
599
  box-shadow: none;
600
600
  color: #3b3a39;
@@ -604,7 +604,7 @@
604
604
  .e-btn-group input:disabled + label.e-btn.e-outline.e-info,
605
605
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-info,
606
606
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
607
- background-color: transparent;
607
+ background: transparent;
608
608
  border-color: #252423;
609
609
  box-shadow: none;
610
610
  color: #3b3a39;
@@ -614,7 +614,7 @@
614
614
  .e-btn-group input:disabled + label.e-btn.e-outline.e-warning,
615
615
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-warning,
616
616
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
617
- background-color: transparent;
617
+ background: transparent;
618
618
  border-color: #252423;
619
619
  box-shadow: none;
620
620
  color: #3b3a39;
@@ -624,7 +624,7 @@
624
624
  .e-btn-group input:disabled + label.e-btn.e-outline.e-danger,
625
625
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-danger,
626
626
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
627
- background-color: transparent;
627
+ background: transparent;
628
628
  border-color: #252423;
629
629
  box-shadow: none;
630
630
  color: #3b3a39;