@syncfusion/ej2-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 (74) hide show
  1. package/CHANGELOG.md +9 -6
  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 +27 -7
  6. package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
  7. package/dist/es6/ej2-splitbuttons.es5.js +27 -7
  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 +9 -4
  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 +18 -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
@@ -256,7 +256,7 @@
256
256
  .e-btn-group input:focus + label.e-btn,
257
257
  .e-css.e-btn-group .e-btn:focus,
258
258
  .e-css.e-btn-group input:focus + label.e-btn {
259
- background-color: #5c636a;
259
+ background: #5c636a;
260
260
  border-color: #6c757d;
261
261
  color: #fff;
262
262
  outline: #6c757d 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: #0b5ed7;
272
+ background: #0b5ed7;
273
273
  border-color: #0d6efd;
274
274
  color: #fff;
275
275
  outline: #6c757d 0 solid;
@@ -281,7 +281,7 @@
281
281
  .e-btn-group input:focus + label.e-btn.e-success,
282
282
  .e-css.e-btn-group .e-btn:focus.e-success,
283
283
  .e-css.e-btn-group input:focus + label.e-btn.e-success {
284
- background-color: #157347;
284
+ background: #157347;
285
285
  border-color: #198754;
286
286
  color: #fff;
287
287
  box-shadow: 0 0 0 4px rgba(60, 153, 110, 0.5);
@@ -292,7 +292,7 @@
292
292
  .e-btn-group input:focus + label.e-btn.e-info,
293
293
  .e-css.e-btn-group .e-btn:focus.e-info,
294
294
  .e-css.e-btn-group input:focus + label.e-btn.e-info {
295
- background-color: #31d2f2;
295
+ background: #31d2f2;
296
296
  border-color: #0dcaf0;
297
297
  color: #000;
298
298
  box-shadow: 0 0 0 4px rgba(49, 210, 242, 0.5);
@@ -303,7 +303,7 @@
303
303
  .e-btn-group input:focus + label.e-btn.e-warning,
304
304
  .e-css.e-btn-group .e-btn:focus.e-warning,
305
305
  .e-css.e-btn-group input:focus + label.e-btn.e-warning {
306
- background-color: #ffca2c;
306
+ background: #ffca2c;
307
307
  border-color: #ffc107;
308
308
  color: #000;
309
309
  box-shadow: 0 0 0 4px rgba(255, 202, 44, 0.5);
@@ -314,7 +314,7 @@
314
314
  .e-btn-group input:focus + label.e-btn.e-danger,
315
315
  .e-css.e-btn-group .e-btn:focus.e-danger,
316
316
  .e-css.e-btn-group input:focus + label.e-btn.e-danger {
317
- background-color: #bb2d3b;
317
+ background: #bb2d3b;
318
318
  border-color: #dc3545;
319
319
  color: #fff;
320
320
  box-shadow: 0 0 0 4px rgba(225, 83, 97, 0.5);
@@ -381,7 +381,7 @@
381
381
  .e-css.e-btn-group .e-btn:active,
382
382
  .e-css.e-btn-group input:active + label.e-btn,
383
383
  .e-css.e-btn-group input:checked + label.e-btn {
384
- background-color: #565e64;
384
+ background: #565e64;
385
385
  border-color: #51585e;
386
386
  color: #fff;
387
387
  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: #0a58ca;
396
+ background: #0a58ca;
397
397
  border-color: #0a53be;
398
398
  color: #fff;
399
399
  outline: #6c757d 0 solid;
@@ -404,7 +404,7 @@
404
404
  .e-css.e-btn-group .e-btn:active.e-success,
405
405
  .e-css.e-btn-group input:active + label.e-btn.e-success,
406
406
  .e-css.e-btn-group input:checked + label.e-btn.e-success {
407
- background-color: #146c43;
407
+ background: #146c43;
408
408
  border-color: #13653f;
409
409
  color: #fff;
410
410
  }
@@ -414,7 +414,7 @@
414
414
  .e-css.e-btn-group .e-btn:active.e-info,
415
415
  .e-css.e-btn-group input:active + label.e-btn.e-info,
416
416
  .e-css.e-btn-group input:checked + label.e-btn.e-info {
417
- background-color: #3dd5f3;
417
+ background: #3dd5f3;
418
418
  color: #000;
419
419
  border-color: #25cff2;
420
420
  }
@@ -424,7 +424,7 @@
424
424
  .e-css.e-btn-group .e-btn:active.e-warning,
425
425
  .e-css.e-btn-group input:active + label.e-btn.e-warning,
426
426
  .e-css.e-btn-group input:checked + label.e-btn.e-warning {
427
- background-color: #ffcd39;
427
+ background: #ffcd39;
428
428
  border-color: #ffc720;
429
429
  color: #000;
430
430
  }
@@ -434,7 +434,7 @@
434
434
  .e-css.e-btn-group .e-btn:active.e-danger,
435
435
  .e-css.e-btn-group input:active + label.e-btn.e-danger,
436
436
  .e-css.e-btn-group input:checked + label.e-btn.e-danger {
437
- background-color: #b02a37;
437
+ background: #b02a37;
438
438
  border-color: #a52834;
439
439
  color: #fff;
440
440
  }
@@ -444,7 +444,7 @@
444
444
  .e-css.e-btn-group .e-btn:active.e-outline,
445
445
  .e-css.e-btn-group input:active + label.e-btn.e-outline,
446
446
  .e-css.e-btn-group input:checked + label.e-btn.e-outline {
447
- background-color: #565e64;
447
+ background: #565e64;
448
448
  border-color: #51585e;
449
449
  color: #fff;
450
450
  }
@@ -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: #0d6efd;
457
+ background: #0d6efd;
458
458
  color: #fff;
459
459
  }
460
460
  .e-btn-group .e-btn:active.e-outline.e-success,
@@ -463,7 +463,7 @@
463
463
  .e-css.e-btn-group .e-btn:active.e-outline.e-success,
464
464
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-success,
465
465
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
466
- background-color: #146c43;
466
+ background: #146c43;
467
467
  border-color: #13653f;
468
468
  color: #fff;
469
469
  }
@@ -473,7 +473,7 @@
473
473
  .e-css.e-btn-group .e-btn:active.e-outline.e-info,
474
474
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-info,
475
475
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
476
- background-color: #0dcaf0;
476
+ background: #0dcaf0;
477
477
  color: #000;
478
478
  }
479
479
  .e-btn-group .e-btn:active.e-outline.e-warning,
@@ -482,7 +482,7 @@
482
482
  .e-css.e-btn-group .e-btn:active.e-outline.e-warning,
483
483
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-warning,
484
484
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
485
- background-color: #ffcd39;
485
+ background: #ffcd39;
486
486
  border-color: #ffc720;
487
487
  color: #000;
488
488
  }
@@ -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: #b02a37;
495
+ background: #b02a37;
496
496
  border-color: #a52834;
497
497
  color: #fff;
498
498
  }
@@ -510,7 +510,7 @@
510
510
  .e-btn-group input:disabled + label.e-btn.e-primary,
511
511
  .e-css.e-btn-group .e-btn:disabled.e-primary,
512
512
  .e-css.e-btn-group input:disabled + label.e-btn.e-primary {
513
- background-color: rgba(13, 110, 253, 0.65);
513
+ background: rgba(13, 110, 253, 0.65);
514
514
  border-color: rgba(13, 110, 253, 0.65);
515
515
  box-shadow: none;
516
516
  color: rgba(255, 255, 255, 0.65);
@@ -520,7 +520,7 @@
520
520
  .e-btn-group input:disabled + label.e-btn.e-success,
521
521
  .e-css.e-btn-group .e-btn:disabled.e-success,
522
522
  .e-css.e-btn-group input:disabled + label.e-btn.e-success {
523
- background-color: rgba(25, 135, 84, 0.65);
523
+ background: rgba(25, 135, 84, 0.65);
524
524
  border-color: rgba(25, 135, 84, 0.65);
525
525
  box-shadow: none;
526
526
  color: rgba(255, 255, 255, 0.65);
@@ -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: rgba(13, 202, 240, 0.65);
533
+ background: rgba(13, 202, 240, 0.65);
534
534
  border-color: rgba(13, 202, 240, 0.65);
535
535
  box-shadow: none;
536
536
  color: rgba(0, 0, 0, 0.65);
@@ -540,7 +540,7 @@
540
540
  .e-btn-group input:disabled + label.e-btn.e-warning,
541
541
  .e-css.e-btn-group .e-btn:disabled.e-warning,
542
542
  .e-css.e-btn-group input:disabled + label.e-btn.e-warning {
543
- background-color: rgba(255, 193, 7, 0.65);
543
+ background: rgba(255, 193, 7, 0.65);
544
544
  border-color: rgba(255, 193, 7, 0.65);
545
545
  box-shadow: none;
546
546
  color: rgba(0, 0, 0, 0.65);
@@ -550,7 +550,7 @@
550
550
  .e-btn-group input:disabled + label.e-btn.e-danger,
551
551
  .e-css.e-btn-group .e-btn:disabled.e-danger,
552
552
  .e-css.e-btn-group input:disabled + label.e-btn.e-danger {
553
- background-color: rgba(220, 53, 69, 0.65);
553
+ background: rgba(220, 53, 69, 0.65);
554
554
  border-color: rgba(220, 53, 69, 0.65);
555
555
  box-shadow: none;
556
556
  color: rgba(0, 0, 0, 0.65);
@@ -562,7 +562,7 @@
562
562
  .e-css.e-btn-group input:disabled + label.e-btn.e-link {
563
563
  color: rgba(108, 117, 125, 0.65);
564
564
  text-decoration: underline;
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(108, 117, 125, 0.65);
576
576
  color: #565e64;
577
577
  border-color: #6c757d;
@@ -580,7 +580,7 @@
580
580
  .e-btn-group input:disabled + label.e-btn.e-outline.e-primary,
581
581
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
582
582
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
583
- background-color: rgba(13, 110, 253, 0.65);
583
+ background: rgba(13, 110, 253, 0.65);
584
584
  border-color: rgba(13, 110, 253, 0.65);
585
585
  box-shadow: none;
586
586
  color: rgba(255, 255, 255, 0.65);
@@ -590,7 +590,7 @@
590
590
  .e-btn-group input:disabled + label.e-btn.e-outline.e-success,
591
591
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-success,
592
592
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
593
- background-color: rgba(25, 135, 84, 0.65);
593
+ background: rgba(25, 135, 84, 0.65);
594
594
  border-color: rgba(25, 135, 84, 0.65);
595
595
  box-shadow: none;
596
596
  color: rgba(255, 255, 255, 0.65);
@@ -600,7 +600,7 @@
600
600
  .e-btn-group input:disabled + label.e-btn.e-outline.e-info,
601
601
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-info,
602
602
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
603
- background-color: rgba(13, 202, 240, 0.65);
603
+ background: rgba(13, 202, 240, 0.65);
604
604
  border-color: rgba(13, 202, 240, 0.65);
605
605
  box-shadow: none;
606
606
  color: rgba(0, 0, 0, 0.65);
@@ -610,7 +610,7 @@
610
610
  .e-btn-group input:disabled + label.e-btn.e-outline.e-warning,
611
611
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-warning,
612
612
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
613
- background-color: rgba(255, 193, 7, 0.65);
613
+ background: rgba(255, 193, 7, 0.65);
614
614
  border-color: rgba(255, 193, 7, 0.65);
615
615
  box-shadow: none;
616
616
  color: rgba(0, 0, 0, 0.65);
@@ -620,7 +620,7 @@
620
620
  .e-btn-group input:disabled + label.e-btn.e-outline.e-danger,
621
621
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-danger,
622
622
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
623
- background-color: rgba(220, 53, 69, 0.65);
623
+ background: rgba(220, 53, 69, 0.65);
624
624
  border-color: rgba(220, 53, 69, 0.65);
625
625
  box-shadow: none;
626
626
  color: rgba(255, 255, 255, 0.65);
@@ -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;