@syncfusion/ej2-splitbuttons 28.1.41 → 29.1.33
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/README.md +2 -6
- 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 +22 -4
- package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es5.js +22 -4
- 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 +8 -8
- package/src/drop-down-button/drop-down-button.js +21 -3
- package/styles/bds-lite.css +10 -1
- package/styles/bds.css +22 -4
- package/styles/bootstrap-dark-lite.css +47 -38
- package/styles/bootstrap-dark.css +58 -40
- package/styles/bootstrap-lite.css +54 -45
- package/styles/bootstrap.css +65 -47
- package/styles/bootstrap4-lite.css +89 -80
- package/styles/bootstrap4.css +100 -82
- package/styles/bootstrap5-dark-lite.css +111 -102
- package/styles/bootstrap5-dark.css +121 -103
- package/styles/bootstrap5-lite.css +92 -83
- package/styles/bootstrap5.3-lite.css +10 -1
- package/styles/bootstrap5.3.css +20 -2
- package/styles/bootstrap5.css +102 -84
- package/styles/button-group/bootstrap-dark.css +36 -36
- package/styles/button-group/bootstrap.css +43 -43
- package/styles/button-group/bootstrap4.css +57 -57
- package/styles/button-group/bootstrap5-dark.css +63 -63
- package/styles/button-group/bootstrap5.css +63 -63
- package/styles/button-group/fabric-dark.css +16 -16
- package/styles/button-group/fabric.css +3 -3
- package/styles/button-group/fluent-dark.css +25 -25
- package/styles/button-group/fluent.css +25 -25
- package/styles/button-group/material-dark.css +17 -17
- package/styles/button-group/material.css +16 -16
- package/styles/drop-down-button/_bds-definition.scss +7 -3
- package/styles/drop-down-button/_bigger.scss +7 -2
- package/styles/drop-down-button/_bootstrap-dark-definition.scss +6 -2
- package/styles/drop-down-button/_bootstrap-definition.scss +6 -2
- package/styles/drop-down-button/_bootstrap4-definition.scss +10 -4
- package/styles/drop-down-button/_bootstrap5-definition.scss +6 -2
- package/styles/drop-down-button/_bootstrap5.3-definition.scss +6 -2
- package/styles/drop-down-button/_fabric-dark-definition.scss +7 -3
- package/styles/drop-down-button/_fabric-definition.scss +7 -3
- package/styles/drop-down-button/_fluent-definition.scss +8 -4
- package/styles/drop-down-button/_fluent2-definition.scss +1 -0
- package/styles/drop-down-button/_highcontrast-definition.scss +7 -3
- package/styles/drop-down-button/_highcontrast-light-definition.scss +7 -3
- package/styles/drop-down-button/_layout.scss +4 -1
- package/styles/drop-down-button/_material-dark-definition.scss +7 -3
- package/styles/drop-down-button/_material-definition.scss +7 -3
- package/styles/drop-down-button/_material3-definition.scss +6 -2
- package/styles/drop-down-button/_tailwind-definition.scss +8 -4
- package/styles/drop-down-button/_tailwind3-definition.scss +1 -0
- package/styles/drop-down-button/bds.css +21 -3
- package/styles/drop-down-button/bootstrap-dark.css +20 -2
- package/styles/drop-down-button/bootstrap.css +20 -2
- package/styles/drop-down-button/bootstrap4.css +24 -6
- package/styles/drop-down-button/bootstrap5-dark.css +28 -10
- package/styles/drop-down-button/bootstrap5.3.css +20 -2
- package/styles/drop-down-button/bootstrap5.css +24 -6
- package/styles/drop-down-button/fabric-dark.css +22 -4
- package/styles/drop-down-button/fabric.css +22 -4
- package/styles/drop-down-button/fluent-dark.css +22 -4
- package/styles/drop-down-button/fluent.css +22 -4
- package/styles/drop-down-button/fluent2.css +5 -0
- package/styles/drop-down-button/highcontrast-light.css +13 -4
- package/styles/drop-down-button/highcontrast.css +22 -4
- package/styles/drop-down-button/icons/_fabric-dark.scss +1 -1
- package/styles/drop-down-button/icons/_fabric.scss +1 -1
- package/styles/drop-down-button/icons/_highcontrast-light.scss +1 -1
- package/styles/drop-down-button/icons/_highcontrast.scss +1 -1
- package/styles/drop-down-button/material-dark.css +21 -3
- package/styles/drop-down-button/material.css +21 -3
- package/styles/drop-down-button/material3-dark.css +20 -2
- package/styles/drop-down-button/material3.css +20 -2
- package/styles/drop-down-button/tailwind-dark.css +22 -4
- package/styles/drop-down-button/tailwind.css +22 -4
- package/styles/drop-down-button/tailwind3.css +0 -1
- package/styles/fabric-dark-lite.css +27 -18
- package/styles/fabric-dark.css +39 -21
- package/styles/fabric-lite.css +14 -5
- package/styles/fabric.css +26 -8
- package/styles/fluent-dark-lite.css +37 -28
- package/styles/fluent-dark.css +49 -31
- package/styles/fluent-lite.css +37 -28
- package/styles/fluent.css +49 -31
- package/styles/fluent2.css +5 -0
- package/styles/highcontrast-light-lite.css +11 -2
- package/styles/highcontrast-light.css +14 -5
- package/styles/highcontrast-lite.css +11 -2
- package/styles/highcontrast.css +23 -5
- package/styles/material-dark-lite.css +27 -18
- package/styles/material-dark.css +39 -21
- package/styles/material-lite.css +26 -17
- package/styles/material.css +38 -20
- package/styles/material3-dark-lite.css +10 -1
- package/styles/material3-dark.css +20 -2
- package/styles/material3-lite.css +10 -1
- package/styles/material3.css +20 -2
- package/styles/progress-button/_theme.scss +44 -42
- package/styles/progress-button/bootstrap5-dark.css +15 -15
- package/styles/split-button/_bootstrap4-definition.scss +7 -5
- package/styles/split-button/bds.css +1 -1
- package/styles/split-button/bootstrap-dark.css +2 -2
- package/styles/split-button/bootstrap.css +2 -2
- package/styles/split-button/bootstrap4.css +19 -19
- package/styles/split-button/bootstrap5-dark.css +15 -15
- package/styles/split-button/bootstrap5.css +15 -15
- package/styles/split-button/fabric-dark.css +1 -1
- package/styles/split-button/fabric.css +1 -1
- package/styles/split-button/fluent-dark.css +2 -2
- package/styles/split-button/fluent.css +2 -2
- package/styles/split-button/highcontrast-light.css +1 -1
- package/styles/split-button/highcontrast.css +1 -1
- package/styles/split-button/material-dark.css +1 -1
- package/styles/split-button/material.css +1 -1
- package/styles/split-button/tailwind-dark.css +2 -2
- package/styles/split-button/tailwind.css +2 -2
- package/styles/tailwind-dark-lite.css +12 -3
- package/styles/tailwind-dark.css +24 -6
- package/styles/tailwind-lite.css +12 -3
- package/styles/tailwind.css +24 -6
- package/styles/tailwind3.css +0 -1
|
@@ -423,8 +423,8 @@
|
|
|
423
423
|
.e-css.e-btn-group .e-btn:active.e-success,
|
|
424
424
|
.e-css.e-btn-group input:active + label.e-btn.e-success,
|
|
425
425
|
.e-css.e-btn-group input:checked + label.e-btn.e-success {
|
|
426
|
-
background:
|
|
427
|
-
border-color:
|
|
426
|
+
background: rgb(37, 88.8, 51.8);
|
|
427
|
+
border-color: rgb(37, 88.8, 51.8);
|
|
428
428
|
color: #fff;
|
|
429
429
|
-webkit-box-shadow: none;
|
|
430
430
|
box-shadow: none;
|
|
@@ -435,9 +435,9 @@
|
|
|
435
435
|
.e-css.e-btn-group .e-btn:active.e-info,
|
|
436
436
|
.e-css.e-btn-group input:active + label.e-btn.e-info,
|
|
437
437
|
.e-css.e-btn-group input:checked + label.e-btn.e-info {
|
|
438
|
-
background:
|
|
438
|
+
background: rgb(22.1201716738, 89.2180257511, 149.6798283262);
|
|
439
439
|
color: #fff;
|
|
440
|
-
border-color:
|
|
440
|
+
border-color: rgb(22.1201716738, 89.2180257511, 149.6798283262);
|
|
441
441
|
-webkit-box-shadow: none;
|
|
442
442
|
box-shadow: none;
|
|
443
443
|
}
|
|
@@ -447,8 +447,8 @@
|
|
|
447
447
|
.e-css.e-btn-group .e-btn:active.e-warning,
|
|
448
448
|
.e-css.e-btn-group input:active + label.e-btn.e-warning,
|
|
449
449
|
.e-css.e-btn-group input:checked + label.e-btn.e-warning {
|
|
450
|
-
background:
|
|
451
|
-
border-color:
|
|
450
|
+
background: rgb(129.8, 79.5109947644, 0);
|
|
451
|
+
border-color: rgb(129.8, 79.5109947644, 0);
|
|
452
452
|
color: #fff;
|
|
453
453
|
-webkit-box-shadow: none;
|
|
454
454
|
box-shadow: none;
|
|
@@ -459,8 +459,8 @@
|
|
|
459
459
|
.e-css.e-btn-group .e-btn:active.e-danger,
|
|
460
460
|
.e-css.e-btn-group input:active + label.e-btn.e-danger,
|
|
461
461
|
.e-css.e-btn-group input:checked + label.e-btn.e-danger {
|
|
462
|
-
background:
|
|
463
|
-
border-color:
|
|
462
|
+
background: rgb(150.452173913, 30.8243478261, 18.347826087);
|
|
463
|
+
border-color: rgb(150.452173913, 30.8243478261, 18.347826087);
|
|
464
464
|
color: #fff;
|
|
465
465
|
-webkit-box-shadow: none;
|
|
466
466
|
box-shadow: none;
|
|
@@ -495,8 +495,8 @@
|
|
|
495
495
|
.e-css.e-btn-group .e-btn:active.e-outline.e-success,
|
|
496
496
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-success,
|
|
497
497
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
|
|
498
|
-
background:
|
|
499
|
-
border-color:
|
|
498
|
+
background: rgb(37, 88.8, 51.8);
|
|
499
|
+
border-color: rgb(37, 88.8, 51.8);
|
|
500
500
|
-webkit-box-shadow: none;
|
|
501
501
|
box-shadow: none;
|
|
502
502
|
color: #fff;
|
|
@@ -507,8 +507,8 @@
|
|
|
507
507
|
.e-css.e-btn-group .e-btn:active.e-outline.e-info,
|
|
508
508
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-info,
|
|
509
509
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
|
|
510
|
-
background:
|
|
511
|
-
border-color:
|
|
510
|
+
background: rgb(22.1201716738, 89.2180257511, 149.6798283262);
|
|
511
|
+
border-color: rgb(22.1201716738, 89.2180257511, 149.6798283262);
|
|
512
512
|
-webkit-box-shadow: none;
|
|
513
513
|
box-shadow: none;
|
|
514
514
|
color: #fff;
|
|
@@ -519,8 +519,8 @@
|
|
|
519
519
|
.e-css.e-btn-group .e-btn:active.e-outline.e-warning,
|
|
520
520
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-warning,
|
|
521
521
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
|
|
522
|
-
background:
|
|
523
|
-
border-color:
|
|
522
|
+
background: rgb(129.8, 79.5109947644, 0);
|
|
523
|
+
border-color: rgb(129.8, 79.5109947644, 0);
|
|
524
524
|
-webkit-box-shadow: none;
|
|
525
525
|
box-shadow: none;
|
|
526
526
|
color: #fff;
|
|
@@ -531,8 +531,8 @@
|
|
|
531
531
|
.e-css.e-btn-group .e-btn:active.e-outline.e-danger,
|
|
532
532
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-danger,
|
|
533
533
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
|
|
534
|
-
background:
|
|
535
|
-
border-color:
|
|
534
|
+
background: rgb(150.452173913, 30.8243478261, 18.347826087);
|
|
535
|
+
border-color: rgb(150.452173913, 30.8243478261, 18.347826087);
|
|
536
536
|
-webkit-box-shadow: none;
|
|
537
537
|
box-shadow: none;
|
|
538
538
|
color: #fff;
|
|
@@ -416,8 +416,8 @@
|
|
|
416
416
|
.e-css.e-btn-group .e-btn:active.e-primary,
|
|
417
417
|
.e-css.e-btn-group input:active + label.e-btn.e-primary,
|
|
418
418
|
.e-css.e-btn-group input:checked + label.e-btn.e-primary {
|
|
419
|
-
background:
|
|
420
|
-
border-color:
|
|
419
|
+
background: rgb(0, 91.4018691589, 163);
|
|
420
|
+
border-color: rgb(0, 91.4018691589, 163);
|
|
421
421
|
color: #fff;
|
|
422
422
|
outline: #eaeaea 0 solid;
|
|
423
423
|
-webkit-box-shadow: none;
|
|
@@ -489,7 +489,7 @@
|
|
|
489
489
|
.e-css.e-btn-group .e-btn:active.e-outline.e-primary,
|
|
490
490
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-primary,
|
|
491
491
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
|
|
492
|
-
background:
|
|
492
|
+
background: rgb(0, 91.4018691589, 163);
|
|
493
493
|
border-color: #0078d6;
|
|
494
494
|
-webkit-box-shadow: none;
|
|
495
495
|
box-shadow: none;
|
|
@@ -259,7 +259,7 @@
|
|
|
259
259
|
.e-css.e-btn-group .e-btn:focus.e-primary,
|
|
260
260
|
.e-css.e-btn-group input:focus-visible + label.e-btn.e-primary,
|
|
261
261
|
.e-css.e-btn-group input:focus + label.e-btn.e-primary {
|
|
262
|
-
background:
|
|
262
|
+
background: rgb(0, 108, 190.8);
|
|
263
263
|
border-color: #0078d4;
|
|
264
264
|
color: #1b1a19;
|
|
265
265
|
outline: 1px solid;
|
|
@@ -275,7 +275,7 @@
|
|
|
275
275
|
.e-css.e-btn-group .e-btn:focus.e-success,
|
|
276
276
|
.e-css.e-btn-group input:focus-visible + label.e-btn.e-success,
|
|
277
277
|
.e-css.e-btn-group input:focus + label.e-btn.e-success {
|
|
278
|
-
background:
|
|
278
|
+
background: rgb(9.9, 95.4, 9.9);
|
|
279
279
|
border-color: #0b6a0b;
|
|
280
280
|
color: #1b1a19;
|
|
281
281
|
-webkit-box-shadow: 0 0 rgba(0, 0, 0, 0);
|
|
@@ -290,7 +290,7 @@
|
|
|
290
290
|
.e-css.e-btn-group .e-btn:focus.e-info,
|
|
291
291
|
.e-css.e-btn-group input:focus-visible + label.e-btn.e-info,
|
|
292
292
|
.e-css.e-btn-group input:focus + label.e-btn.e-info {
|
|
293
|
-
background:
|
|
293
|
+
background: rgb(2.7, 117.9, 121.5);
|
|
294
294
|
border-color: #038387;
|
|
295
295
|
color: #1b1a19;
|
|
296
296
|
-webkit-box-shadow: 0 0 rgba(0, 0, 0, 0);
|
|
@@ -305,7 +305,7 @@
|
|
|
305
305
|
.e-css.e-btn-group .e-btn:focus.e-warning,
|
|
306
306
|
.e-css.e-btn-group input:focus-visible + label.e-btn.e-warning,
|
|
307
307
|
.e-css.e-btn-group input:focus + label.e-btn.e-warning {
|
|
308
|
-
background:
|
|
308
|
+
background: rgb(207.3, 97.5, 39.9);
|
|
309
309
|
border-color: #ca5010;
|
|
310
310
|
color: #1b1a19;
|
|
311
311
|
-webkit-box-shadow: 0 0 rgba(0, 0, 0, 0);
|
|
@@ -320,7 +320,7 @@
|
|
|
320
320
|
.e-css.e-btn-group .e-btn:focus.e-danger,
|
|
321
321
|
.e-css.e-btn-group input:focus-visible + label.e-btn.e-danger,
|
|
322
322
|
.e-css.e-btn-group input:focus + label.e-btn.e-danger {
|
|
323
|
-
background:
|
|
323
|
+
background: rgb(188.1, 46.8, 50.4);
|
|
324
324
|
border-color: #d13438;
|
|
325
325
|
color: #1b1a19;
|
|
326
326
|
-webkit-box-shadow: 0 0 rgba(0, 0, 0, 0);
|
|
@@ -337,7 +337,7 @@
|
|
|
337
337
|
.e-css.e-btn-group input:focus + label.e-btn.e-link {
|
|
338
338
|
border-radius: 0;
|
|
339
339
|
text-decoration: underline;
|
|
340
|
-
color:
|
|
340
|
+
color: rgb(0, 96, 169.6);
|
|
341
341
|
background-color: transparent;
|
|
342
342
|
border-color: transparent;
|
|
343
343
|
-webkit-box-shadow: none;
|
|
@@ -416,8 +416,8 @@
|
|
|
416
416
|
.e-css.e-btn-group .e-btn:active.e-primary,
|
|
417
417
|
.e-css.e-btn-group input:active + label.e-btn.e-primary,
|
|
418
418
|
.e-css.e-btn-group input:checked + label.e-btn.e-primary {
|
|
419
|
-
background:
|
|
420
|
-
border-color:
|
|
419
|
+
background: rgb(0, 96, 169.6);
|
|
420
|
+
border-color: rgb(0, 96, 169.6);
|
|
421
421
|
color: #1b1a19;
|
|
422
422
|
-webkit-box-shadow: none;
|
|
423
423
|
box-shadow: none;
|
|
@@ -428,8 +428,8 @@
|
|
|
428
428
|
.e-css.e-btn-group .e-btn:active.e-success,
|
|
429
429
|
.e-css.e-btn-group input:active + label.e-btn.e-success,
|
|
430
430
|
.e-css.e-btn-group input:checked + label.e-btn.e-success {
|
|
431
|
-
background:
|
|
432
|
-
border-color:
|
|
431
|
+
background: rgb(8.8, 84.8, 8.8);
|
|
432
|
+
border-color: rgb(8.8, 84.8, 8.8);
|
|
433
433
|
color: #1b1a19;
|
|
434
434
|
-webkit-box-shadow: none;
|
|
435
435
|
box-shadow: none;
|
|
@@ -440,9 +440,9 @@
|
|
|
440
440
|
.e-css.e-btn-group .e-btn:active.e-info,
|
|
441
441
|
.e-css.e-btn-group input:active + label.e-btn.e-info,
|
|
442
442
|
.e-css.e-btn-group input:checked + label.e-btn.e-info {
|
|
443
|
-
background:
|
|
443
|
+
background: rgb(53.4, 155.8, 159);
|
|
444
444
|
color: #1b1a19;
|
|
445
|
-
border-color:
|
|
445
|
+
border-color: rgb(53.4, 155.8, 159);
|
|
446
446
|
-webkit-box-shadow: none;
|
|
447
447
|
box-shadow: none;
|
|
448
448
|
}
|
|
@@ -452,8 +452,8 @@
|
|
|
452
452
|
.e-css.e-btn-group .e-btn:active.e-warning,
|
|
453
453
|
.e-css.e-btn-group input:active + label.e-btn.e-warning,
|
|
454
454
|
.e-css.e-btn-group input:checked + label.e-btn.e-warning {
|
|
455
|
-
background:
|
|
456
|
-
border-color:
|
|
455
|
+
background: rgb(212.6, 115, 63.8);
|
|
456
|
+
border-color: rgb(212.6, 115, 63.8);
|
|
457
457
|
color: #1b1a19;
|
|
458
458
|
-webkit-box-shadow: none;
|
|
459
459
|
box-shadow: none;
|
|
@@ -464,8 +464,8 @@
|
|
|
464
464
|
.e-css.e-btn-group .e-btn:active.e-danger,
|
|
465
465
|
.e-css.e-btn-group input:active + label.e-btn.e-danger,
|
|
466
466
|
.e-css.e-btn-group input:checked + label.e-btn.e-danger {
|
|
467
|
-
background:
|
|
468
|
-
border-color:
|
|
467
|
+
background: rgb(167.2, 41.6, 44.8);
|
|
468
|
+
border-color: rgb(167.2, 41.6, 44.8);
|
|
469
469
|
color: #1b1a19;
|
|
470
470
|
-webkit-box-shadow: none;
|
|
471
471
|
box-shadow: none;
|
|
@@ -488,7 +488,7 @@
|
|
|
488
488
|
.e-css.e-btn-group .e-btn:active.e-outline.e-primary,
|
|
489
489
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-primary,
|
|
490
490
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
|
|
491
|
-
background:
|
|
491
|
+
background: rgb(0, 96, 169.6);
|
|
492
492
|
border-color: #0078d4;
|
|
493
493
|
-webkit-box-shadow: none;
|
|
494
494
|
box-shadow: none;
|
|
@@ -500,8 +500,8 @@
|
|
|
500
500
|
.e-css.e-btn-group .e-btn:active.e-outline.e-success,
|
|
501
501
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-success,
|
|
502
502
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
|
|
503
|
-
background:
|
|
504
|
-
border-color:
|
|
503
|
+
background: rgb(8.8, 84.8, 8.8);
|
|
504
|
+
border-color: rgb(8.8, 84.8, 8.8);
|
|
505
505
|
-webkit-box-shadow: none;
|
|
506
506
|
box-shadow: none;
|
|
507
507
|
color: #1b1a19;
|
|
@@ -512,8 +512,8 @@
|
|
|
512
512
|
.e-css.e-btn-group .e-btn:active.e-outline.e-info,
|
|
513
513
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-info,
|
|
514
514
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
|
|
515
|
-
background:
|
|
516
|
-
border-color:
|
|
515
|
+
background: rgb(53.4, 155.8, 159);
|
|
516
|
+
border-color: rgb(53.4, 155.8, 159);
|
|
517
517
|
-webkit-box-shadow: none;
|
|
518
518
|
box-shadow: none;
|
|
519
519
|
color: #1b1a19;
|
|
@@ -524,8 +524,8 @@
|
|
|
524
524
|
.e-css.e-btn-group .e-btn:active.e-outline.e-warning,
|
|
525
525
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-warning,
|
|
526
526
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
|
|
527
|
-
background:
|
|
528
|
-
border-color:
|
|
527
|
+
background: rgb(212.6, 115, 63.8);
|
|
528
|
+
border-color: rgb(212.6, 115, 63.8);
|
|
529
529
|
-webkit-box-shadow: none;
|
|
530
530
|
box-shadow: none;
|
|
531
531
|
color: #1b1a19;
|
|
@@ -536,8 +536,8 @@
|
|
|
536
536
|
.e-css.e-btn-group .e-btn:active.e-outline.e-danger,
|
|
537
537
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-danger,
|
|
538
538
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
|
|
539
|
-
background:
|
|
540
|
-
border-color:
|
|
539
|
+
background: rgb(167.2, 41.6, 44.8);
|
|
540
|
+
border-color: rgb(167.2, 41.6, 44.8);
|
|
541
541
|
-webkit-box-shadow: none;
|
|
542
542
|
box-shadow: none;
|
|
543
543
|
color: #1b1a19;
|
|
@@ -259,7 +259,7 @@
|
|
|
259
259
|
.e-css.e-btn-group .e-btn:focus.e-primary,
|
|
260
260
|
.e-css.e-btn-group input:focus-visible + label.e-btn.e-primary,
|
|
261
261
|
.e-css.e-btn-group input:focus + label.e-btn.e-primary {
|
|
262
|
-
background:
|
|
262
|
+
background: rgb(0, 108, 190.8);
|
|
263
263
|
border-color: #0078d4;
|
|
264
264
|
color: #fff;
|
|
265
265
|
outline: 1px solid;
|
|
@@ -275,7 +275,7 @@
|
|
|
275
275
|
.e-css.e-btn-group .e-btn:focus.e-success,
|
|
276
276
|
.e-css.e-btn-group input:focus-visible + label.e-btn.e-success,
|
|
277
277
|
.e-css.e-btn-group input:focus + label.e-btn.e-success {
|
|
278
|
-
background:
|
|
278
|
+
background: rgb(9.9, 95.4, 9.9);
|
|
279
279
|
border-color: #0b6a0b;
|
|
280
280
|
color: #fff;
|
|
281
281
|
-webkit-box-shadow: 0 0 rgba(0, 0, 0, 0);
|
|
@@ -290,7 +290,7 @@
|
|
|
290
290
|
.e-css.e-btn-group .e-btn:focus.e-info,
|
|
291
291
|
.e-css.e-btn-group input:focus-visible + label.e-btn.e-info,
|
|
292
292
|
.e-css.e-btn-group input:focus + label.e-btn.e-info {
|
|
293
|
-
background:
|
|
293
|
+
background: rgb(2.7, 117.9, 121.5);
|
|
294
294
|
border-color: #038387;
|
|
295
295
|
color: #fff;
|
|
296
296
|
-webkit-box-shadow: 0 0 rgba(0, 0, 0, 0);
|
|
@@ -305,7 +305,7 @@
|
|
|
305
305
|
.e-css.e-btn-group .e-btn:focus.e-warning,
|
|
306
306
|
.e-css.e-btn-group input:focus-visible + label.e-btn.e-warning,
|
|
307
307
|
.e-css.e-btn-group input:focus + label.e-btn.e-warning {
|
|
308
|
-
background:
|
|
308
|
+
background: rgb(207.3, 97.5, 39.9);
|
|
309
309
|
border-color: #ca5010;
|
|
310
310
|
color: #fff;
|
|
311
311
|
-webkit-box-shadow: 0 0 rgba(0, 0, 0, 0);
|
|
@@ -320,7 +320,7 @@
|
|
|
320
320
|
.e-css.e-btn-group .e-btn:focus.e-danger,
|
|
321
321
|
.e-css.e-btn-group input:focus-visible + label.e-btn.e-danger,
|
|
322
322
|
.e-css.e-btn-group input:focus + label.e-btn.e-danger {
|
|
323
|
-
background:
|
|
323
|
+
background: rgb(188.1, 46.8, 50.4);
|
|
324
324
|
border-color: #d13438;
|
|
325
325
|
color: #fff;
|
|
326
326
|
-webkit-box-shadow: 0 0 rgba(0, 0, 0, 0);
|
|
@@ -337,7 +337,7 @@
|
|
|
337
337
|
.e-css.e-btn-group input:focus + label.e-btn.e-link {
|
|
338
338
|
border-radius: 0;
|
|
339
339
|
text-decoration: underline;
|
|
340
|
-
color:
|
|
340
|
+
color: rgb(0, 96, 169.6);
|
|
341
341
|
background-color: transparent;
|
|
342
342
|
border-color: transparent;
|
|
343
343
|
-webkit-box-shadow: none;
|
|
@@ -416,8 +416,8 @@
|
|
|
416
416
|
.e-css.e-btn-group .e-btn:active.e-primary,
|
|
417
417
|
.e-css.e-btn-group input:active + label.e-btn.e-primary,
|
|
418
418
|
.e-css.e-btn-group input:checked + label.e-btn.e-primary {
|
|
419
|
-
background:
|
|
420
|
-
border-color:
|
|
419
|
+
background: rgb(0, 96, 169.6);
|
|
420
|
+
border-color: rgb(0, 96, 169.6);
|
|
421
421
|
color: #fff;
|
|
422
422
|
-webkit-box-shadow: none;
|
|
423
423
|
box-shadow: none;
|
|
@@ -428,8 +428,8 @@
|
|
|
428
428
|
.e-css.e-btn-group .e-btn:active.e-success,
|
|
429
429
|
.e-css.e-btn-group input:active + label.e-btn.e-success,
|
|
430
430
|
.e-css.e-btn-group input:checked + label.e-btn.e-success {
|
|
431
|
-
background:
|
|
432
|
-
border-color:
|
|
431
|
+
background: rgb(8.8, 84.8, 8.8);
|
|
432
|
+
border-color: rgb(8.8, 84.8, 8.8);
|
|
433
433
|
color: #fff;
|
|
434
434
|
-webkit-box-shadow: none;
|
|
435
435
|
box-shadow: none;
|
|
@@ -440,9 +440,9 @@
|
|
|
440
440
|
.e-css.e-btn-group .e-btn:active.e-info,
|
|
441
441
|
.e-css.e-btn-group input:active + label.e-btn.e-info,
|
|
442
442
|
.e-css.e-btn-group input:checked + label.e-btn.e-info {
|
|
443
|
-
background:
|
|
443
|
+
background: rgb(53.4, 155.8, 159);
|
|
444
444
|
color: #fff;
|
|
445
|
-
border-color:
|
|
445
|
+
border-color: rgb(53.4, 155.8, 159);
|
|
446
446
|
-webkit-box-shadow: none;
|
|
447
447
|
box-shadow: none;
|
|
448
448
|
}
|
|
@@ -452,8 +452,8 @@
|
|
|
452
452
|
.e-css.e-btn-group .e-btn:active.e-warning,
|
|
453
453
|
.e-css.e-btn-group input:active + label.e-btn.e-warning,
|
|
454
454
|
.e-css.e-btn-group input:checked + label.e-btn.e-warning {
|
|
455
|
-
background:
|
|
456
|
-
border-color:
|
|
455
|
+
background: rgb(212.6, 115, 63.8);
|
|
456
|
+
border-color: rgb(212.6, 115, 63.8);
|
|
457
457
|
color: #fff;
|
|
458
458
|
-webkit-box-shadow: none;
|
|
459
459
|
box-shadow: none;
|
|
@@ -464,8 +464,8 @@
|
|
|
464
464
|
.e-css.e-btn-group .e-btn:active.e-danger,
|
|
465
465
|
.e-css.e-btn-group input:active + label.e-btn.e-danger,
|
|
466
466
|
.e-css.e-btn-group input:checked + label.e-btn.e-danger {
|
|
467
|
-
background:
|
|
468
|
-
border-color:
|
|
467
|
+
background: rgb(167.2, 41.6, 44.8);
|
|
468
|
+
border-color: rgb(167.2, 41.6, 44.8);
|
|
469
469
|
color: #fff;
|
|
470
470
|
-webkit-box-shadow: none;
|
|
471
471
|
box-shadow: none;
|
|
@@ -488,7 +488,7 @@
|
|
|
488
488
|
.e-css.e-btn-group .e-btn:active.e-outline.e-primary,
|
|
489
489
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-primary,
|
|
490
490
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
|
|
491
|
-
background:
|
|
491
|
+
background: rgb(0, 96, 169.6);
|
|
492
492
|
border-color: #0078d4;
|
|
493
493
|
-webkit-box-shadow: none;
|
|
494
494
|
box-shadow: none;
|
|
@@ -500,8 +500,8 @@
|
|
|
500
500
|
.e-css.e-btn-group .e-btn:active.e-outline.e-success,
|
|
501
501
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-success,
|
|
502
502
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
|
|
503
|
-
background:
|
|
504
|
-
border-color:
|
|
503
|
+
background: rgb(8.8, 84.8, 8.8);
|
|
504
|
+
border-color: rgb(8.8, 84.8, 8.8);
|
|
505
505
|
-webkit-box-shadow: none;
|
|
506
506
|
box-shadow: none;
|
|
507
507
|
color: #fff;
|
|
@@ -512,8 +512,8 @@
|
|
|
512
512
|
.e-css.e-btn-group .e-btn:active.e-outline.e-info,
|
|
513
513
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-info,
|
|
514
514
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
|
|
515
|
-
background:
|
|
516
|
-
border-color:
|
|
515
|
+
background: rgb(53.4, 155.8, 159);
|
|
516
|
+
border-color: rgb(53.4, 155.8, 159);
|
|
517
517
|
-webkit-box-shadow: none;
|
|
518
518
|
box-shadow: none;
|
|
519
519
|
color: #fff;
|
|
@@ -524,8 +524,8 @@
|
|
|
524
524
|
.e-css.e-btn-group .e-btn:active.e-outline.e-warning,
|
|
525
525
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-warning,
|
|
526
526
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
|
|
527
|
-
background:
|
|
528
|
-
border-color:
|
|
527
|
+
background: rgb(212.6, 115, 63.8);
|
|
528
|
+
border-color: rgb(212.6, 115, 63.8);
|
|
529
529
|
-webkit-box-shadow: none;
|
|
530
530
|
box-shadow: none;
|
|
531
531
|
color: #fff;
|
|
@@ -536,8 +536,8 @@
|
|
|
536
536
|
.e-css.e-btn-group .e-btn:active.e-outline.e-danger,
|
|
537
537
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-danger,
|
|
538
538
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
|
|
539
|
-
background:
|
|
540
|
-
border-color:
|
|
539
|
+
background: rgb(167.2, 41.6, 44.8);
|
|
540
|
+
border-color: rgb(167.2, 41.6, 44.8);
|
|
541
541
|
-webkit-box-shadow: none;
|
|
542
542
|
box-shadow: none;
|
|
543
543
|
color: #fff;
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
.e-css.e-btn-group .e-btn:focus,
|
|
243
243
|
.e-css.e-btn-group input:focus-visible + label.e-btn,
|
|
244
244
|
.e-css.e-btn-group input:focus + label.e-btn {
|
|
245
|
-
background:
|
|
245
|
+
background: rgb(134.92, 134.92, 134.92);
|
|
246
246
|
border-color: transparent;
|
|
247
247
|
color: #fff;
|
|
248
248
|
outline: #616161 0 solid;
|
|
@@ -259,7 +259,7 @@
|
|
|
259
259
|
.e-css.e-btn-group .e-btn:focus.e-primary,
|
|
260
260
|
.e-css.e-btn-group input:focus-visible + label.e-btn.e-primary,
|
|
261
261
|
.e-css.e-btn-group input:focus + label.e-btn.e-primary {
|
|
262
|
-
background:
|
|
262
|
+
background: rgb(0, 133.76, 193.8);
|
|
263
263
|
border-color: transparent;
|
|
264
264
|
color: #000;
|
|
265
265
|
outline: #616161 0 solid;
|
|
@@ -275,7 +275,7 @@
|
|
|
275
275
|
.e-css.e-btn-group .e-btn:focus.e-success,
|
|
276
276
|
.e-css.e-btn-group input:focus-visible + label.e-btn.e-success,
|
|
277
277
|
.e-css.e-btn-group input:focus + label.e-btn.e-success {
|
|
278
|
-
background:
|
|
278
|
+
background: rgb(118.96, 194.2, 122);
|
|
279
279
|
border-color: transparent;
|
|
280
280
|
color: #fff;
|
|
281
281
|
-webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
|
|
@@ -290,7 +290,7 @@
|
|
|
290
290
|
.e-css.e-btn-group .e-btn:focus.e-info,
|
|
291
291
|
.e-css.e-btn-group input:focus-visible + label.e-btn.e-info,
|
|
292
292
|
.e-css.e-btn-group input:focus + label.e-btn.e-info {
|
|
293
|
-
background:
|
|
293
|
+
background: rgb(63.48, 189.64, 246.64);
|
|
294
294
|
border-color: transparent;
|
|
295
295
|
color: #fff;
|
|
296
296
|
-webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
|
|
@@ -305,7 +305,7 @@
|
|
|
305
305
|
.e-css.e-btn-group .e-btn:focus.e-warning,
|
|
306
306
|
.e-css.e-btn-group input:focus-visible + label.e-btn.e-warning,
|
|
307
307
|
.e-css.e-btn-group input:focus + label.e-btn.e-warning {
|
|
308
|
-
background:
|
|
308
|
+
background: rgb(255, 176.72, 61.2);
|
|
309
309
|
border-color: transparent;
|
|
310
310
|
color: #fff;
|
|
311
311
|
-webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
|
|
@@ -320,7 +320,7 @@
|
|
|
320
320
|
.e-css.e-btn-group .e-btn:focus.e-danger,
|
|
321
321
|
.e-css.e-btn-group input:focus-visible + label.e-btn.e-danger,
|
|
322
322
|
.e-css.e-btn-group input:focus + label.e-btn.e-danger {
|
|
323
|
-
background:
|
|
323
|
+
background: rgb(255, 138.72, 123.52);
|
|
324
324
|
border-color: transparent;
|
|
325
325
|
color: #fff;
|
|
326
326
|
-webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
|
|
@@ -404,7 +404,7 @@
|
|
|
404
404
|
.e-css.e-btn-group .e-btn:active,
|
|
405
405
|
.e-css.e-btn-group input:active + label.e-btn,
|
|
406
406
|
.e-css.e-btn-group input:checked + label.e-btn {
|
|
407
|
-
background:
|
|
407
|
+
background: rgb(125.44, 125.44, 125.44);
|
|
408
408
|
border-color: transparent;
|
|
409
409
|
color: #fff;
|
|
410
410
|
outline: #616161 0 solid;
|
|
@@ -416,7 +416,7 @@
|
|
|
416
416
|
.e-css.e-btn-group .e-btn:active.e-primary,
|
|
417
417
|
.e-css.e-btn-group input:active + label.e-btn.e-primary,
|
|
418
418
|
.e-css.e-btn-group input:checked + label.e-btn.e-primary {
|
|
419
|
-
background:
|
|
419
|
+
background: rgb(0, 119.68, 173.4);
|
|
420
420
|
border-color: transparent;
|
|
421
421
|
color: #000;
|
|
422
422
|
outline: #616161 0 solid;
|
|
@@ -429,7 +429,7 @@
|
|
|
429
429
|
.e-css.e-btn-group .e-btn:active.e-success,
|
|
430
430
|
.e-css.e-btn-group input:active + label.e-btn.e-success,
|
|
431
431
|
.e-css.e-btn-group input:checked + label.e-btn.e-success {
|
|
432
|
-
background:
|
|
432
|
+
background: rgb(133.28, 200.6, 136);
|
|
433
433
|
border-color: transparent;
|
|
434
434
|
color: #fff;
|
|
435
435
|
-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
|
|
@@ -441,7 +441,7 @@
|
|
|
441
441
|
.e-css.e-btn-group .e-btn:active.e-info,
|
|
442
442
|
.e-css.e-btn-group input:active + label.e-btn.e-info,
|
|
443
443
|
.e-css.e-btn-group input:checked + label.e-btn.e-info {
|
|
444
|
-
background:
|
|
444
|
+
background: rgb(83.64, 196.52, 247.52);
|
|
445
445
|
color: #fff;
|
|
446
446
|
border-color: transparent;
|
|
447
447
|
-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
|
|
@@ -453,7 +453,7 @@
|
|
|
453
453
|
.e-css.e-btn-group .e-btn:active.e-warning,
|
|
454
454
|
.e-css.e-btn-group input:active + label.e-btn.e-warning,
|
|
455
455
|
.e-css.e-btn-group input:checked + label.e-btn.e-warning {
|
|
456
|
-
background:
|
|
456
|
+
background: rgb(255, 184.96, 81.6);
|
|
457
457
|
border-color: transparent;
|
|
458
458
|
color: #fff;
|
|
459
459
|
-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
|
|
@@ -465,7 +465,7 @@
|
|
|
465
465
|
.e-css.e-btn-group .e-btn:active.e-danger,
|
|
466
466
|
.e-css.e-btn-group input:active + label.e-btn.e-danger,
|
|
467
467
|
.e-css.e-btn-group input:checked + label.e-btn.e-danger {
|
|
468
|
-
background:
|
|
468
|
+
background: rgb(255, 150.96, 137.36);
|
|
469
469
|
border-color: transparent;
|
|
470
470
|
color: #fff;
|
|
471
471
|
-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
|
|
@@ -489,7 +489,7 @@
|
|
|
489
489
|
.e-css.e-btn-group .e-btn:active.e-outline.e-primary,
|
|
490
490
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-primary,
|
|
491
491
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
|
|
492
|
-
background:
|
|
492
|
+
background: rgb(0, 119.68, 173.4);
|
|
493
493
|
border-color: transparent;
|
|
494
494
|
-webkit-box-shadow: none;
|
|
495
495
|
box-shadow: none;
|
|
@@ -501,7 +501,7 @@
|
|
|
501
501
|
.e-css.e-btn-group .e-btn:active.e-outline.e-success,
|
|
502
502
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-success,
|
|
503
503
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
|
|
504
|
-
background:
|
|
504
|
+
background: rgb(133.28, 200.6, 136);
|
|
505
505
|
border-color: transparent;
|
|
506
506
|
-webkit-box-shadow: none;
|
|
507
507
|
box-shadow: none;
|
|
@@ -513,7 +513,7 @@
|
|
|
513
513
|
.e-css.e-btn-group .e-btn:active.e-outline.e-info,
|
|
514
514
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-info,
|
|
515
515
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
|
|
516
|
-
background:
|
|
516
|
+
background: rgb(83.64, 196.52, 247.52);
|
|
517
517
|
border-color: transparent;
|
|
518
518
|
-webkit-box-shadow: none;
|
|
519
519
|
box-shadow: none;
|
|
@@ -525,7 +525,7 @@
|
|
|
525
525
|
.e-css.e-btn-group .e-btn:active.e-outline.e-warning,
|
|
526
526
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-warning,
|
|
527
527
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
|
|
528
|
-
background:
|
|
528
|
+
background: rgb(255, 184.96, 81.6);
|
|
529
529
|
border-color: transparent;
|
|
530
530
|
-webkit-box-shadow: none;
|
|
531
531
|
box-shadow: none;
|
|
@@ -537,7 +537,7 @@
|
|
|
537
537
|
.e-css.e-btn-group .e-btn:active.e-outline.e-danger,
|
|
538
538
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-danger,
|
|
539
539
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
|
|
540
|
-
background:
|
|
540
|
+
background: rgb(255, 150.96, 137.36);
|
|
541
541
|
border-color: transparent;
|
|
542
542
|
-webkit-box-shadow: none;
|
|
543
543
|
box-shadow: none;
|