@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.
- package/CHANGELOG.md +9 -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 +27 -7
- package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es5.js +27 -7
- 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 +9 -4
- 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 +18 -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
|
@@ -3,8 +3,8 @@ $btn-grp-margin: -1px !default;
|
|
|
3
3
|
$btn-grp-margin-left: -1px !default;
|
|
4
4
|
$btn-grp-wrapper-border: 4px !default;
|
|
5
5
|
$btn-grp-round-radius: 20px !default;
|
|
6
|
-
$btn-grp-icon-font-size:
|
|
7
|
-
$btn-grp-icon-font-size-bigger:
|
|
6
|
+
$btn-grp-icon-font-size: $text-base !default;
|
|
7
|
+
$btn-grp-icon-font-size-bigger: $text-xl !default;
|
|
8
8
|
|
|
9
9
|
//Normal Outline GroupButton
|
|
10
10
|
$btn-grp-outline-focus-border-color: $secondary-border-color !default;
|
|
@@ -3,7 +3,7 @@ $btn-grp-margin: -1px !default;
|
|
|
3
3
|
$btn-grp-margin-left: -1px !default;
|
|
4
4
|
$btn-grp-wrapper-border: 4px !default;
|
|
5
5
|
$btn-grp-round-radius: 20px !default;
|
|
6
|
-
$btn-grp-icon-font-size:
|
|
6
|
+
$btn-grp-icon-font-size: $text-lg !default;
|
|
7
7
|
$btn-grp-icon-font-size-bigger: 22px !default;
|
|
8
8
|
|
|
9
9
|
//Normal Outline GroupButton
|
|
@@ -5,10 +5,12 @@
|
|
|
5
5
|
.e-btn-group,
|
|
6
6
|
.e-css.e-btn-group {
|
|
7
7
|
&:not(.e-outline) {
|
|
8
|
-
|
|
8
|
+
@if $theme-name != 'Material3' {
|
|
9
|
+
box-shadow: $btn-box-shadow;
|
|
10
|
+
}
|
|
9
11
|
}
|
|
10
12
|
|
|
11
|
-
@if $skin-name == 'material' or $skin-name == 'bootstrap4' {
|
|
13
|
+
@if $skin-name == 'material' or $skin-name == 'bootstrap4' or $skin-name == 'Material3' {
|
|
12
14
|
.e-btn {
|
|
13
15
|
box-shadow: none;
|
|
14
16
|
}
|
|
@@ -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
|
|
251
|
+
background: #2a2a2a;
|
|
252
252
|
border-color: #585858;
|
|
253
253
|
color: #fff;
|
|
254
254
|
outline: #393939 0 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
|
|
264
|
+
background: #0058bd;
|
|
265
265
|
border-color: #0058bd;
|
|
266
266
|
color: #fff;
|
|
267
267
|
outline: #393939 0 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
|
|
276
|
+
background: #265e28;
|
|
277
277
|
border-color: #265e28;
|
|
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
|
|
287
|
+
background: #175b66;
|
|
288
288
|
border-color: #175b66;
|
|
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
|
|
298
|
+
background: #f69807;
|
|
299
299
|
border-color: #7a4c04;
|
|
300
300
|
color: #000;
|
|
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
|
|
309
|
+
background: #982525;
|
|
310
310
|
border-color: #982525;
|
|
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
|
|
371
|
+
background: #2a2a2a;
|
|
372
372
|
border-color: #585858;
|
|
373
373
|
color: #fff;
|
|
374
374
|
outline: #393939 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
|
|
384
|
+
background: #0058bd;
|
|
385
385
|
border-color: #0058bd;
|
|
386
386
|
color: #fff;
|
|
387
387
|
outline: #393939 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
|
|
396
|
+
background: #1f4c21;
|
|
397
397
|
border-color: #265e28;
|
|
398
398
|
color: #fff;
|
|
399
399
|
box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
|
|
@@ -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
|
|
407
|
+
background: #124851;
|
|
408
408
|
color: #fff;
|
|
409
409
|
border-color: #175b66;
|
|
410
410
|
box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
|
|
@@ -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
|
|
418
|
+
background: #dd8907;
|
|
419
419
|
border-color: #ab6a05;
|
|
420
420
|
color: #000;
|
|
421
421
|
box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
|
|
@@ -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
|
|
429
|
+
background: #832020;
|
|
430
430
|
border-color: #982525;
|
|
431
431
|
color: #fff;
|
|
432
432
|
box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
|
|
@@ -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
|
|
440
|
+
background: #2a2a2a;
|
|
441
441
|
border-color: #585858;
|
|
442
442
|
box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
|
|
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
|
|
451
|
+
background: #0058bd;
|
|
452
452
|
border-color: #0058bd;
|
|
453
453
|
box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
|
|
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
|
|
462
|
+
background: #1f4c21;
|
|
463
463
|
border-color: #265e28;
|
|
464
464
|
box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
|
|
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
|
|
473
|
+
background: #124851;
|
|
474
474
|
border-color: #175b66;
|
|
475
475
|
box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
|
|
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
|
|
484
|
+
background: #dd8907;
|
|
485
485
|
border-color: #ab6a05;
|
|
486
486
|
box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
|
|
487
487
|
color: #000;
|
|
@@ -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: #832020;
|
|
496
496
|
border-color: #982525;
|
|
497
497
|
box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
|
|
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
|
|
514
|
+
background: rgba(0, 112, 240, 0.4);
|
|
515
515
|
border-color: rgba(0, 112, 240, 0.4);
|
|
516
516
|
box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
|
|
517
517
|
color: rgba(255, 255, 255, 0.4);
|
|
@@ -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
|
|
524
|
+
background: rgba(72, 177, 76, 0.4);
|
|
525
525
|
border-color: rgba(88, 88, 88, 0.4);
|
|
526
526
|
box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
|
|
527
527
|
color: rgba(240, 240, 240, 0.4);
|
|
@@ -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
|
|
534
|
+
background: rgba(42, 170, 192, 0.4);
|
|
535
535
|
border-color: rgba(88, 88, 88, 0.4);
|
|
536
536
|
box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
|
|
537
537
|
color: rgba(240, 240, 240, 0.4);
|
|
@@ -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
|
|
544
|
+
background: rgba(250, 193, 104, 0.4);
|
|
545
545
|
border-color: rgba(88, 88, 88, 0.4);
|
|
546
546
|
box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
|
|
547
547
|
color: rgba(240, 240, 240, 0.4);
|
|
@@ -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
|
|
554
|
+
background: rgba(212, 79, 79, 0.4);
|
|
555
555
|
border-color: rgba(88, 88, 88, 0.4);
|
|
556
556
|
box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
|
|
557
557
|
color: rgba(240, 240, 240, 0.4);
|
|
@@ -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: rgba(240, 240, 240, 0.3);
|
|
565
|
-
background
|
|
565
|
+
background: transparent;
|
|
566
566
|
box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
|
|
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(88, 88, 88, 0.4);
|
|
576
576
|
box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
|
|
577
577
|
color: rgba(240, 240, 240, 0.4);
|
|
@@ -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
|
|
584
|
+
background: transparent;
|
|
585
585
|
border-color: rgba(88, 88, 88, 0.4);
|
|
586
586
|
box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
|
|
587
587
|
color: rgba(240, 240, 240, 0.4);
|
|
@@ -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
|
|
594
|
+
background: transparent;
|
|
595
595
|
border-color: rgba(53, 130, 56, 0.4);
|
|
596
596
|
box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
|
|
597
597
|
color: rgba(53, 130, 56, 0.4);
|
|
@@ -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
|
|
604
|
+
background: transparent;
|
|
605
605
|
border-color: rgba(32, 128, 144, 0.4);
|
|
606
606
|
box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
|
|
607
607
|
color: rgba(32, 128, 144, 0.4);
|
|
@@ -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
|
|
614
|
+
background: transparent;
|
|
615
615
|
border-color: rgba(249, 173, 55, 0.4);
|
|
616
616
|
box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
|
|
617
617
|
color: rgba(249, 173, 55, 0.4);
|
|
@@ -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
|
|
624
|
+
background: transparent;
|
|
625
625
|
border-color: rgba(193, 47, 47, 0.4);
|
|
626
626
|
box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
|
|
627
627
|
color: rgba(193, 47, 47, 0.4);
|
|
@@ -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
|
|
251
|
+
background: #e6e6e6;
|
|
252
252
|
border-color: #8c8c8c;
|
|
253
253
|
color: #333;
|
|
254
254
|
outline: #fff 0 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
|
|
264
|
+
background: #21527d;
|
|
265
265
|
border-color: #0c1d2c;
|
|
266
266
|
color: #fff;
|
|
267
267
|
outline: #fff 0 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
|
|
276
|
+
background: #124a1f;
|
|
277
277
|
border-color: black;
|
|
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
|
|
287
|
+
background: #104b5d;
|
|
288
288
|
border-color: #010406;
|
|
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
|
|
298
|
+
background: #613b05;
|
|
299
299
|
border-color: black;
|
|
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
|
|
309
|
+
background: #a51c2a;
|
|
310
310
|
border-color: #4e0d14;
|
|
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
|
|
371
|
+
background: #e6e6e6;
|
|
372
372
|
border-color: #adadad;
|
|
373
373
|
color: #333;
|
|
374
374
|
outline: #fff 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
|
|
384
|
+
background: #21527d;
|
|
385
385
|
border-color: #163854;
|
|
386
386
|
color: #fff;
|
|
387
387
|
outline: #fff 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
|
|
396
|
+
background: #124a1f;
|
|
397
397
|
border-color: #08210e;
|
|
398
398
|
color: #fff;
|
|
399
399
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
@@ -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
|
|
407
|
+
background: #104b5d;
|
|
408
408
|
color: #fff;
|
|
409
409
|
border-color: #082831;
|
|
410
410
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
@@ -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
|
|
418
|
+
background: #613b05;
|
|
419
419
|
border-color: #301d02;
|
|
420
420
|
color: #fff;
|
|
421
421
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
@@ -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
|
|
429
|
+
background: #a51c2a;
|
|
430
430
|
border-color: #7a151f;
|
|
431
431
|
color: #fff;
|
|
432
432
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
@@ -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
|
|
440
|
+
background: #e6e6e6;
|
|
441
441
|
border-color: #adadad;
|
|
442
442
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
443
443
|
color: #333;
|
|
@@ -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
|
|
451
|
+
background: #21527d;
|
|
452
452
|
border-color: #265f91;
|
|
453
453
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
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
|
|
462
|
+
background: #124a1f;
|
|
463
463
|
border-color: #08210e;
|
|
464
464
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
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
|
|
473
|
+
background: #104b5d;
|
|
474
474
|
border-color: #082831;
|
|
475
475
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
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
|
|
484
|
+
background: #613b05;
|
|
485
485
|
border-color: #301d02;
|
|
486
486
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
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
|
|
495
|
+
background: #a51c2a;
|
|
496
496
|
border-color: #7a151f;
|
|
497
497
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
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
|
|
514
|
+
background: rgba(49, 122, 185, 0.65);
|
|
515
515
|
border-color: rgba(204, 204, 204, 0.65);
|
|
516
516
|
box-shadow: none;
|
|
517
517
|
color: rgba(255, 255, 255, 0.65);
|
|
@@ -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
|
|
524
|
+
background: rgba(92, 184, 92, 0.65);
|
|
525
525
|
border-color: rgba(204, 204, 204, 0.65);
|
|
526
526
|
box-shadow: none;
|
|
527
527
|
color: rgba(255, 255, 255, 0.65);
|
|
@@ -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
|
|
534
|
+
background: rgba(91, 192, 222, 0.65);
|
|
535
535
|
border-color: rgba(204, 204, 204, 0.65);
|
|
536
536
|
box-shadow: none;
|
|
537
537
|
color: rgba(255, 255, 255, 0.65);
|
|
@@ -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
|
|
544
|
+
background: rgba(240, 173, 78, 0.65);
|
|
545
545
|
border-color: rgba(204, 204, 204, 0.65);
|
|
546
546
|
box-shadow: none;
|
|
547
547
|
color: rgba(255, 255, 255, 0.65);
|
|
@@ -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
|
|
554
|
+
background: rgba(217, 83, 79, 0.65);
|
|
555
555
|
border-color: rgba(204, 204, 204, 0.65);
|
|
556
556
|
box-shadow: none;
|
|
557
557
|
color: rgba(255, 255, 255, 0.65);
|
|
@@ -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: rgba(51, 51, 51, 0.65);
|
|
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(204, 204, 204, 0.65);
|
|
576
576
|
box-shadow: none;
|
|
577
577
|
color: rgba(51, 51, 51, 0.65);
|
|
@@ -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
|
|
584
|
+
background: transparent;
|
|
585
585
|
border-color: rgba(204, 204, 204, 0.65);
|
|
586
586
|
box-shadow: none;
|
|
587
587
|
color: rgba(51, 51, 51, 0.65);
|
|
@@ -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
|
|
594
|
+
background: transparent;
|
|
595
595
|
border-color: rgba(33, 135, 57, 0.65);
|
|
596
596
|
box-shadow: none;
|
|
597
597
|
color: rgba(33, 135, 57, 0.65);
|
|
@@ -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
|
|
604
|
+
background: transparent;
|
|
605
605
|
border-color: rgba(27, 128, 158, 0.65);
|
|
606
606
|
box-shadow: none;
|
|
607
607
|
color: rgba(27, 128, 158, 0.65);
|
|
@@ -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
|
|
614
|
+
background: transparent;
|
|
615
615
|
border-color: rgba(170, 103, 8, 0.65);
|
|
616
616
|
box-shadow: none;
|
|
617
617
|
color: rgba(170, 103, 8, 0.65);
|
|
@@ -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
|
|
624
|
+
background: transparent;
|
|
625
625
|
border-color: rgba(220, 50, 67, 0.65);
|
|
626
626
|
box-shadow: none;
|
|
627
627
|
color: rgba(220, 50, 67, 0.65);
|