@syncfusion/ej2-splitbuttons 20.4.50 → 21.1.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -13
- package/dist/ej2-splitbuttons.min.js +2 -2
- package/dist/ej2-splitbuttons.umd.min.js +2 -2
- package/dist/ej2-splitbuttons.umd.min.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es2015.js +20 -5
- package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es5.js +20 -5
- package/dist/es6/ej2-splitbuttons.es5.js.map +1 -1
- package/dist/global/ej2-splitbuttons.min.js +2 -2
- package/dist/global/ej2-splitbuttons.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +9 -8
- package/src/drop-down-button/drop-down-button.js +6 -2
- package/src/progress-button/progress-button-model.d.ts +3 -1
- package/src/progress-button/progress-button.d.ts +19 -1
- package/src/split-button/split-button.js +14 -3
- 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/_bootstrap5-definition.scss +2 -2
- package/styles/button-group/_fluent-definition.scss +2 -2
- package/styles/button-group/_tailwind-definition.scss +1 -1
- package/styles/button-group/_theme.scss +4 -2
- 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/drop-down-button/_bootstrap5-definition.scss +5 -5
- package/styles/drop-down-button/_fluent-definition.scss +5 -5
- package/styles/drop-down-button/_layout.scss +12 -0
- package/styles/drop-down-button/_tailwind-definition.scss +4 -4
- 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/_theme.scss +45 -19
- 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
- package/styles/button-group/_material3-definition.scss +0 -31
- package/styles/drop-down-button/_material3-definition.scss +0 -50
- package/styles/progress-button/_material3-definition.scss +0 -21
- package/styles/split-button/_material3-definition.scss +0 -24
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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);
|
|
@@ -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);
|