@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.
- package/CHANGELOG.md +3 -13
- package/dist/ej2-react-splitbuttons.min.js +2 -2
- package/dist/ej2-react-splitbuttons.umd.min.js +2 -2
- package/dist/ej2-react-splitbuttons.umd.min.js.map +1 -1
- package/dist/es6/ej2-react-splitbuttons.es2015.js +3 -0
- package/dist/es6/ej2-react-splitbuttons.es2015.js.map +1 -1
- package/package.json +9 -9
- package/src/drop-down-button/dropdownbutton.component.d.ts +1 -0
- package/src/drop-down-button/dropdownbutton.component.js +1 -0
- package/src/progress-button/progressbutton.component.d.ts +1 -0
- package/src/progress-button/progressbutton.component.js +1 -0
- package/src/split-button/splitbutton.component.d.ts +1 -0
- package/src/split-button/splitbutton.component.js +1 -0
- package/styles/bootstrap-dark.css +44 -44
- package/styles/bootstrap.css +44 -44
- package/styles/bootstrap4.css +44 -44
- package/styles/bootstrap5-dark.css +48 -48
- package/styles/bootstrap5.css +48 -48
- package/styles/button-group/bootstrap-dark.css +30 -30
- package/styles/button-group/bootstrap.css +30 -30
- package/styles/button-group/bootstrap4.css +31 -31
- package/styles/button-group/bootstrap5-dark.css +30 -30
- package/styles/button-group/bootstrap5.css +30 -30
- package/styles/button-group/fabric-dark.css +30 -30
- package/styles/button-group/fabric.css +30 -30
- package/styles/button-group/fluent-dark.css +30 -30
- package/styles/button-group/fluent.css +30 -30
- package/styles/button-group/highcontrast-light.css +30 -30
- package/styles/button-group/highcontrast.css +30 -30
- package/styles/button-group/material-dark.css +30 -30
- package/styles/button-group/material.css +30 -30
- package/styles/button-group/tailwind-dark.css +30 -30
- package/styles/button-group/tailwind.css +30 -30
- package/styles/fabric-dark.css +44 -44
- package/styles/fabric.css +44 -44
- package/styles/fluent-dark.css +48 -48
- package/styles/fluent.css +48 -48
- package/styles/highcontrast-light.css +44 -44
- package/styles/highcontrast.css +44 -44
- package/styles/material-dark.css +43 -43
- package/styles/material.css +43 -43
- package/styles/progress-button/bootstrap-dark.css +14 -14
- package/styles/progress-button/bootstrap.css +14 -14
- package/styles/progress-button/bootstrap4.css +13 -13
- package/styles/progress-button/bootstrap5-dark.css +18 -18
- package/styles/progress-button/bootstrap5.css +18 -18
- package/styles/progress-button/fabric-dark.css +14 -14
- package/styles/progress-button/fabric.css +14 -14
- package/styles/progress-button/fluent-dark.css +18 -18
- package/styles/progress-button/fluent.css +18 -18
- package/styles/progress-button/highcontrast-light.css +14 -14
- package/styles/progress-button/highcontrast.css +14 -14
- package/styles/progress-button/material-dark.css +13 -13
- package/styles/progress-button/material.css +13 -13
- package/styles/progress-button/tailwind-dark.css +18 -18
- package/styles/progress-button/tailwind.css +18 -18
- package/styles/tailwind-dark.css +48 -48
- package/styles/tailwind.css +48 -48
|
@@ -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
|
|
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
|
|
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
|
|
284
|
+
background: #157347;
|
|
285
285
|
border-color: #198754;
|
|
286
286
|
color: #fff;
|
|
287
287
|
box-shadow: 0 0 0 4px rgba(66, 190, 133, 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
|
|
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
|
|
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
|
|
317
|
+
background: #bb2d3b;
|
|
318
318
|
border-color: #dc3545;
|
|
319
319
|
color: #fff;
|
|
320
320
|
box-shadow: 0 0 0 4px rgba(232, 120, 131, 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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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);
|
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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);
|