@syncfusion/ej2-react-splitbuttons 20.4.48 → 21.1.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -13
- package/dist/ej2-react-splitbuttons.min.js +2 -2
- package/dist/ej2-react-splitbuttons.umd.min.js +2 -2
- package/dist/ej2-react-splitbuttons.umd.min.js.map +1 -1
- package/dist/es6/ej2-react-splitbuttons.es2015.js +3 -0
- package/dist/es6/ej2-react-splitbuttons.es2015.js.map +1 -1
- package/package.json +9 -9
- package/src/drop-down-button/dropdownbutton.component.d.ts +1 -0
- package/src/drop-down-button/dropdownbutton.component.js +1 -0
- package/src/progress-button/progressbutton.component.d.ts +1 -0
- package/src/progress-button/progressbutton.component.js +1 -0
- package/src/split-button/splitbutton.component.d.ts +1 -0
- package/src/split-button/splitbutton.component.js +1 -0
- package/styles/bootstrap-dark.css +44 -44
- package/styles/bootstrap.css +44 -44
- package/styles/bootstrap4.css +44 -44
- package/styles/bootstrap5-dark.css +48 -48
- package/styles/bootstrap5.css +48 -48
- package/styles/button-group/bootstrap-dark.css +30 -30
- package/styles/button-group/bootstrap.css +30 -30
- package/styles/button-group/bootstrap4.css +31 -31
- package/styles/button-group/bootstrap5-dark.css +30 -30
- package/styles/button-group/bootstrap5.css +30 -30
- package/styles/button-group/fabric-dark.css +30 -30
- package/styles/button-group/fabric.css +30 -30
- package/styles/button-group/fluent-dark.css +30 -30
- package/styles/button-group/fluent.css +30 -30
- package/styles/button-group/highcontrast-light.css +30 -30
- package/styles/button-group/highcontrast.css +30 -30
- package/styles/button-group/material-dark.css +30 -30
- package/styles/button-group/material.css +30 -30
- package/styles/button-group/tailwind-dark.css +30 -30
- package/styles/button-group/tailwind.css +30 -30
- package/styles/fabric-dark.css +44 -44
- package/styles/fabric.css +44 -44
- package/styles/fluent-dark.css +48 -48
- package/styles/fluent.css +48 -48
- package/styles/highcontrast-light.css +44 -44
- package/styles/highcontrast.css +44 -44
- package/styles/material-dark.css +43 -43
- package/styles/material.css +43 -43
- package/styles/progress-button/bootstrap-dark.css +14 -14
- package/styles/progress-button/bootstrap.css +14 -14
- package/styles/progress-button/bootstrap4.css +13 -13
- package/styles/progress-button/bootstrap5-dark.css +18 -18
- package/styles/progress-button/bootstrap5.css +18 -18
- package/styles/progress-button/fabric-dark.css +14 -14
- package/styles/progress-button/fabric.css +14 -14
- package/styles/progress-button/fluent-dark.css +18 -18
- package/styles/progress-button/fluent.css +18 -18
- package/styles/progress-button/highcontrast-light.css +14 -14
- package/styles/progress-button/highcontrast.css +14 -14
- package/styles/progress-button/material-dark.css +13 -13
- package/styles/progress-button/material.css +13 -13
- package/styles/progress-button/tailwind-dark.css +18 -18
- package/styles/progress-button/tailwind.css +18 -18
- package/styles/tailwind-dark.css +48 -48
- package/styles/tailwind.css +48 -48
|
@@ -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: #fff;
|
|
252
252
|
border-color: #000;
|
|
253
253
|
color: #000;
|
|
254
254
|
outline: #000 1px solid;
|
|
@@ -261,7 +261,7 @@
|
|
|
261
261
|
.e-btn-group input:focus + label.e-btn.e-primary,
|
|
262
262
|
.e-css.e-btn-group .e-btn:focus.e-primary,
|
|
263
263
|
.e-css.e-btn-group input:focus + label.e-btn.e-primary {
|
|
264
|
-
background
|
|
264
|
+
background: #400074;
|
|
265
265
|
border-color: #400074;
|
|
266
266
|
color: #fff;
|
|
267
267
|
outline: #400074 1px solid;
|
|
@@ -273,7 +273,7 @@
|
|
|
273
273
|
.e-btn-group input:focus + label.e-btn.e-success,
|
|
274
274
|
.e-css.e-btn-group .e-btn:focus.e-success,
|
|
275
275
|
.e-css.e-btn-group input:focus + label.e-btn.e-success {
|
|
276
|
-
background
|
|
276
|
+
background: #2bc700;
|
|
277
277
|
border-color: #166600;
|
|
278
278
|
color: #000;
|
|
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: #66b0ff;
|
|
288
288
|
border-color: #0056b3;
|
|
289
289
|
color: #000;
|
|
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: #ff7d1a;
|
|
299
299
|
border-color: #944000;
|
|
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: #ff6161;
|
|
310
310
|
border-color: #b30900;
|
|
311
311
|
color: #000;
|
|
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: #400074;
|
|
372
372
|
border-color: #400074;
|
|
373
373
|
color: #fff;
|
|
374
374
|
outline: #000 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: #400074;
|
|
385
385
|
border-color: #400074;
|
|
386
386
|
color: #fff;
|
|
387
387
|
outline: #000 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: #000;
|
|
397
397
|
border-color: #000;
|
|
398
398
|
color: #2ccc00;
|
|
399
399
|
box-shadow: none;
|
|
@@ -404,7 +404,7 @@
|
|
|
404
404
|
.e-css.e-btn-group .e-btn:active.e-info,
|
|
405
405
|
.e-css.e-btn-group input:active + label.e-btn.e-info,
|
|
406
406
|
.e-css.e-btn-group input:checked + label.e-btn.e-info {
|
|
407
|
-
background
|
|
407
|
+
background: #000;
|
|
408
408
|
color: #66b0ff;
|
|
409
409
|
border-color: #000;
|
|
410
410
|
box-shadow: none;
|
|
@@ -415,7 +415,7 @@
|
|
|
415
415
|
.e-css.e-btn-group .e-btn:active.e-warning,
|
|
416
416
|
.e-css.e-btn-group input:active + label.e-btn.e-warning,
|
|
417
417
|
.e-css.e-btn-group input:checked + label.e-btn.e-warning {
|
|
418
|
-
background
|
|
418
|
+
background: #000;
|
|
419
419
|
border-color: #000;
|
|
420
420
|
color: #ff7d1a;
|
|
421
421
|
box-shadow: none;
|
|
@@ -426,7 +426,7 @@
|
|
|
426
426
|
.e-css.e-btn-group .e-btn:active.e-danger,
|
|
427
427
|
.e-css.e-btn-group input:active + label.e-btn.e-danger,
|
|
428
428
|
.e-css.e-btn-group input:checked + label.e-btn.e-danger {
|
|
429
|
-
background
|
|
429
|
+
background: #000;
|
|
430
430
|
border-color: #000;
|
|
431
431
|
color: #ff6161;
|
|
432
432
|
box-shadow: none;
|
|
@@ -437,7 +437,7 @@
|
|
|
437
437
|
.e-css.e-btn-group .e-btn:active.e-outline,
|
|
438
438
|
.e-css.e-btn-group input:active + label.e-btn.e-outline,
|
|
439
439
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline {
|
|
440
|
-
background
|
|
440
|
+
background: #400074;
|
|
441
441
|
border-color: #400074;
|
|
442
442
|
box-shadow: none;
|
|
443
443
|
color: #fff;
|
|
@@ -448,7 +448,7 @@
|
|
|
448
448
|
.e-css.e-btn-group .e-btn:active.e-outline.e-primary,
|
|
449
449
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-primary,
|
|
450
450
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
|
|
451
|
-
background
|
|
451
|
+
background: #400074;
|
|
452
452
|
border-color: #400074;
|
|
453
453
|
box-shadow: none;
|
|
454
454
|
color: #fff;
|
|
@@ -459,7 +459,7 @@
|
|
|
459
459
|
.e-css.e-btn-group .e-btn:active.e-outline.e-success,
|
|
460
460
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-success,
|
|
461
461
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
|
|
462
|
-
background
|
|
462
|
+
background: #000;
|
|
463
463
|
border-color: #000;
|
|
464
464
|
box-shadow: none;
|
|
465
465
|
color: #2ccc00;
|
|
@@ -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: #000;
|
|
474
474
|
border-color: #000;
|
|
475
475
|
box-shadow: none;
|
|
476
476
|
color: #66b0ff;
|
|
@@ -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: #000;
|
|
485
485
|
border-color: #000;
|
|
486
486
|
box-shadow: none;
|
|
487
487
|
color: #ff7d1a;
|
|
@@ -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: #000;
|
|
496
496
|
border-color: #000;
|
|
497
497
|
box-shadow: none;
|
|
498
498
|
color: #ff6161;
|
|
@@ -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: #fff;
|
|
515
515
|
border-color: #757575;
|
|
516
516
|
box-shadow: none;
|
|
517
517
|
color: #757575;
|
|
@@ -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: #fff;
|
|
525
525
|
border-color: #757575;
|
|
526
526
|
box-shadow: none;
|
|
527
527
|
color: #757575;
|
|
@@ -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: #fff;
|
|
535
535
|
border-color: #757575;
|
|
536
536
|
box-shadow: none;
|
|
537
537
|
color: #757575;
|
|
@@ -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: #fff;
|
|
545
545
|
border-color: #757575;
|
|
546
546
|
box-shadow: none;
|
|
547
547
|
color: #757575;
|
|
@@ -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: #fff;
|
|
555
555
|
border-color: #757575;
|
|
556
556
|
box-shadow: none;
|
|
557
557
|
color: #757575;
|
|
@@ -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: #757575;
|
|
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: #fff;
|
|
575
575
|
border-color: #757575;
|
|
576
576
|
box-shadow: none;
|
|
577
577
|
color: #757575;
|
|
@@ -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: #fff;
|
|
585
585
|
border-color: #757575;
|
|
586
586
|
box-shadow: none;
|
|
587
587
|
color: #757575;
|
|
@@ -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: #fff;
|
|
595
595
|
border-color: #757575;
|
|
596
596
|
box-shadow: none;
|
|
597
597
|
color: #757575;
|
|
@@ -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: #fff;
|
|
605
605
|
border-color: #757575;
|
|
606
606
|
box-shadow: none;
|
|
607
607
|
color: #757575;
|
|
@@ -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: #fff;
|
|
615
615
|
border-color: #757575;
|
|
616
616
|
box-shadow: none;
|
|
617
617
|
color: #757575;
|
|
@@ -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: #fff;
|
|
625
625
|
border-color: #757575;
|
|
626
626
|
box-shadow: none;
|
|
627
627
|
color: #757575;
|
|
@@ -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: #000;
|
|
252
252
|
border-color: #fff;
|
|
253
253
|
color: #fff;
|
|
254
254
|
outline: #fff 1px solid;
|
|
@@ -262,7 +262,7 @@
|
|
|
262
262
|
.e-btn-group input:focus + label.e-btn.e-primary,
|
|
263
263
|
.e-css.e-btn-group .e-btn:focus.e-primary,
|
|
264
264
|
.e-css.e-btn-group input:focus + label.e-btn.e-primary {
|
|
265
|
-
background
|
|
265
|
+
background: #ffd939;
|
|
266
266
|
border-color: #ffd939;
|
|
267
267
|
color: #000;
|
|
268
268
|
outline: #ffd939 1px solid;
|
|
@@ -274,7 +274,7 @@
|
|
|
274
274
|
.e-btn-group input:focus + label.e-btn.e-success,
|
|
275
275
|
.e-css.e-btn-group .e-btn:focus.e-success,
|
|
276
276
|
.e-css.e-btn-group input:focus + label.e-btn.e-success {
|
|
277
|
-
background
|
|
277
|
+
background: #166600;
|
|
278
278
|
border-color: #166600;
|
|
279
279
|
color: #fff;
|
|
280
280
|
box-shadow: none;
|
|
@@ -285,7 +285,7 @@
|
|
|
285
285
|
.e-btn-group input:focus + label.e-btn.e-info,
|
|
286
286
|
.e-css.e-btn-group .e-btn:focus.e-info,
|
|
287
287
|
.e-css.e-btn-group input:focus + label.e-btn.e-info {
|
|
288
|
-
background
|
|
288
|
+
background: #0056b3;
|
|
289
289
|
border-color: #0056b3;
|
|
290
290
|
color: #fff;
|
|
291
291
|
box-shadow: none;
|
|
@@ -296,7 +296,7 @@
|
|
|
296
296
|
.e-btn-group input:focus + label.e-btn.e-warning,
|
|
297
297
|
.e-css.e-btn-group .e-btn:focus.e-warning,
|
|
298
298
|
.e-css.e-btn-group input:focus + label.e-btn.e-warning {
|
|
299
|
-
background
|
|
299
|
+
background: #944000;
|
|
300
300
|
border-color: #944000;
|
|
301
301
|
color: #fff;
|
|
302
302
|
box-shadow: none;
|
|
@@ -307,7 +307,7 @@
|
|
|
307
307
|
.e-btn-group input:focus + label.e-btn.e-danger,
|
|
308
308
|
.e-css.e-btn-group .e-btn:focus.e-danger,
|
|
309
309
|
.e-css.e-btn-group input:focus + label.e-btn.e-danger {
|
|
310
|
-
background
|
|
310
|
+
background: #b30900;
|
|
311
311
|
border-color: #b30900;
|
|
312
312
|
color: #fff;
|
|
313
313
|
box-shadow: none;
|
|
@@ -369,7 +369,7 @@
|
|
|
369
369
|
.e-css.e-btn-group .e-btn:active,
|
|
370
370
|
.e-css.e-btn-group input:active + label.e-btn,
|
|
371
371
|
.e-css.e-btn-group input:checked + label.e-btn {
|
|
372
|
-
background
|
|
372
|
+
background: #ffd939;
|
|
373
373
|
border-color: #ffd939;
|
|
374
374
|
color: #000;
|
|
375
375
|
outline: #fff 0 solid;
|
|
@@ -382,7 +382,7 @@
|
|
|
382
382
|
.e-css.e-btn-group .e-btn:active.e-primary,
|
|
383
383
|
.e-css.e-btn-group input:active + label.e-btn.e-primary,
|
|
384
384
|
.e-css.e-btn-group input:checked + label.e-btn.e-primary {
|
|
385
|
-
background
|
|
385
|
+
background: #ffd939;
|
|
386
386
|
border-color: #ffd939;
|
|
387
387
|
color: #000;
|
|
388
388
|
outline: #fff 0 solid;
|
|
@@ -394,7 +394,7 @@
|
|
|
394
394
|
.e-css.e-btn-group .e-btn:active.e-success,
|
|
395
395
|
.e-css.e-btn-group input:active + label.e-btn.e-success,
|
|
396
396
|
.e-css.e-btn-group input:checked + label.e-btn.e-success {
|
|
397
|
-
background
|
|
397
|
+
background: #fff;
|
|
398
398
|
border-color: #fff;
|
|
399
399
|
color: #166600;
|
|
400
400
|
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
|
|
@@ -405,7 +405,7 @@
|
|
|
405
405
|
.e-css.e-btn-group .e-btn:active.e-info,
|
|
406
406
|
.e-css.e-btn-group input:active + label.e-btn.e-info,
|
|
407
407
|
.e-css.e-btn-group input:checked + label.e-btn.e-info {
|
|
408
|
-
background
|
|
408
|
+
background: #fff;
|
|
409
409
|
color: #0056b3;
|
|
410
410
|
border-color: #fff;
|
|
411
411
|
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
|
|
@@ -416,7 +416,7 @@
|
|
|
416
416
|
.e-css.e-btn-group .e-btn:active.e-warning,
|
|
417
417
|
.e-css.e-btn-group input:active + label.e-btn.e-warning,
|
|
418
418
|
.e-css.e-btn-group input:checked + label.e-btn.e-warning {
|
|
419
|
-
background
|
|
419
|
+
background: #fff;
|
|
420
420
|
border-color: #fff;
|
|
421
421
|
color: #944000;
|
|
422
422
|
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
|
|
@@ -427,7 +427,7 @@
|
|
|
427
427
|
.e-css.e-btn-group .e-btn:active.e-danger,
|
|
428
428
|
.e-css.e-btn-group input:active + label.e-btn.e-danger,
|
|
429
429
|
.e-css.e-btn-group input:checked + label.e-btn.e-danger {
|
|
430
|
-
background
|
|
430
|
+
background: #fff;
|
|
431
431
|
border-color: #fff;
|
|
432
432
|
color: #b30900;
|
|
433
433
|
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
|
|
@@ -438,7 +438,7 @@
|
|
|
438
438
|
.e-css.e-btn-group .e-btn:active.e-outline,
|
|
439
439
|
.e-css.e-btn-group input:active + label.e-btn.e-outline,
|
|
440
440
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline {
|
|
441
|
-
background
|
|
441
|
+
background: #ffd939;
|
|
442
442
|
border-color: #ffd939;
|
|
443
443
|
box-shadow: none;
|
|
444
444
|
color: #000;
|
|
@@ -449,7 +449,7 @@
|
|
|
449
449
|
.e-css.e-btn-group .e-btn:active.e-outline.e-primary,
|
|
450
450
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-primary,
|
|
451
451
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
|
|
452
|
-
background
|
|
452
|
+
background: #ffd939;
|
|
453
453
|
border-color: #ffd939;
|
|
454
454
|
box-shadow: none;
|
|
455
455
|
color: #000;
|
|
@@ -460,7 +460,7 @@
|
|
|
460
460
|
.e-css.e-btn-group .e-btn:active.e-outline.e-success,
|
|
461
461
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-success,
|
|
462
462
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
|
|
463
|
-
background
|
|
463
|
+
background: #fff;
|
|
464
464
|
border-color: #fff;
|
|
465
465
|
box-shadow: none;
|
|
466
466
|
color: #166600;
|
|
@@ -471,7 +471,7 @@
|
|
|
471
471
|
.e-css.e-btn-group .e-btn:active.e-outline.e-info,
|
|
472
472
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-info,
|
|
473
473
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
|
|
474
|
-
background
|
|
474
|
+
background: #fff;
|
|
475
475
|
border-color: #fff;
|
|
476
476
|
box-shadow: none;
|
|
477
477
|
color: #0056b3;
|
|
@@ -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: #fff;
|
|
486
486
|
border-color: #fff;
|
|
487
487
|
box-shadow: none;
|
|
488
488
|
color: #944000;
|
|
@@ -493,7 +493,7 @@
|
|
|
493
493
|
.e-css.e-btn-group .e-btn:active.e-outline.e-danger,
|
|
494
494
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-danger,
|
|
495
495
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
|
|
496
|
-
background
|
|
496
|
+
background: #fff;
|
|
497
497
|
border-color: #fff;
|
|
498
498
|
box-shadow: none;
|
|
499
499
|
color: #b30900;
|
|
@@ -512,7 +512,7 @@
|
|
|
512
512
|
.e-btn-group input:disabled + label.e-btn.e-primary,
|
|
513
513
|
.e-css.e-btn-group .e-btn:disabled.e-primary,
|
|
514
514
|
.e-css.e-btn-group input:disabled + label.e-btn.e-primary {
|
|
515
|
-
background
|
|
515
|
+
background: #000;
|
|
516
516
|
border-color: #757575;
|
|
517
517
|
box-shadow: none;
|
|
518
518
|
color: #757575;
|
|
@@ -522,7 +522,7 @@
|
|
|
522
522
|
.e-btn-group input:disabled + label.e-btn.e-success,
|
|
523
523
|
.e-css.e-btn-group .e-btn:disabled.e-success,
|
|
524
524
|
.e-css.e-btn-group input:disabled + label.e-btn.e-success {
|
|
525
|
-
background
|
|
525
|
+
background: #000;
|
|
526
526
|
border-color: #757575;
|
|
527
527
|
box-shadow: none;
|
|
528
528
|
color: #757575;
|
|
@@ -532,7 +532,7 @@
|
|
|
532
532
|
.e-btn-group input:disabled + label.e-btn.e-info,
|
|
533
533
|
.e-css.e-btn-group .e-btn:disabled.e-info,
|
|
534
534
|
.e-css.e-btn-group input:disabled + label.e-btn.e-info {
|
|
535
|
-
background
|
|
535
|
+
background: #000;
|
|
536
536
|
border-color: #757575;
|
|
537
537
|
box-shadow: none;
|
|
538
538
|
color: #757575;
|
|
@@ -542,7 +542,7 @@
|
|
|
542
542
|
.e-btn-group input:disabled + label.e-btn.e-warning,
|
|
543
543
|
.e-css.e-btn-group .e-btn:disabled.e-warning,
|
|
544
544
|
.e-css.e-btn-group input:disabled + label.e-btn.e-warning {
|
|
545
|
-
background
|
|
545
|
+
background: #000;
|
|
546
546
|
border-color: #757575;
|
|
547
547
|
box-shadow: none;
|
|
548
548
|
color: #757575;
|
|
@@ -552,7 +552,7 @@
|
|
|
552
552
|
.e-btn-group input:disabled + label.e-btn.e-danger,
|
|
553
553
|
.e-css.e-btn-group .e-btn:disabled.e-danger,
|
|
554
554
|
.e-css.e-btn-group input:disabled + label.e-btn.e-danger {
|
|
555
|
-
background
|
|
555
|
+
background: #000;
|
|
556
556
|
border-color: #757575;
|
|
557
557
|
box-shadow: none;
|
|
558
558
|
color: #757575;
|
|
@@ -563,7 +563,7 @@
|
|
|
563
563
|
.e-css.e-btn-group .e-btn:disabled.e-link,
|
|
564
564
|
.e-css.e-btn-group input:disabled + label.e-btn.e-link {
|
|
565
565
|
color: #757575;
|
|
566
|
-
background
|
|
566
|
+
background: transparent;
|
|
567
567
|
box-shadow: none;
|
|
568
568
|
text-decoration: none;
|
|
569
569
|
border-color: transparent;
|
|
@@ -572,7 +572,7 @@
|
|
|
572
572
|
.e-btn-group input:disabled + label.e-btn.e-outline,
|
|
573
573
|
.e-css.e-btn-group .e-btn:disabled.e-outline,
|
|
574
574
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline {
|
|
575
|
-
background
|
|
575
|
+
background: #000;
|
|
576
576
|
border-color: #757575;
|
|
577
577
|
box-shadow: none;
|
|
578
578
|
color: #757575;
|
|
@@ -582,7 +582,7 @@
|
|
|
582
582
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-primary,
|
|
583
583
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
|
|
584
584
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
|
|
585
|
-
background
|
|
585
|
+
background: #000;
|
|
586
586
|
border-color: #757575;
|
|
587
587
|
box-shadow: none;
|
|
588
588
|
color: #757575;
|
|
@@ -592,7 +592,7 @@
|
|
|
592
592
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-success,
|
|
593
593
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-success,
|
|
594
594
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
|
|
595
|
-
background
|
|
595
|
+
background: #000;
|
|
596
596
|
border-color: #757575;
|
|
597
597
|
box-shadow: none;
|
|
598
598
|
color: #757575;
|
|
@@ -602,7 +602,7 @@
|
|
|
602
602
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-info,
|
|
603
603
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-info,
|
|
604
604
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
|
|
605
|
-
background
|
|
605
|
+
background: #000;
|
|
606
606
|
border-color: #757575;
|
|
607
607
|
box-shadow: none;
|
|
608
608
|
color: #757575;
|
|
@@ -612,7 +612,7 @@
|
|
|
612
612
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-warning,
|
|
613
613
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-warning,
|
|
614
614
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
|
|
615
|
-
background
|
|
615
|
+
background: #000;
|
|
616
616
|
border-color: #757575;
|
|
617
617
|
box-shadow: none;
|
|
618
618
|
color: #757575;
|
|
@@ -622,7 +622,7 @@
|
|
|
622
622
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-danger,
|
|
623
623
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-danger,
|
|
624
624
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
|
|
625
|
-
background
|
|
625
|
+
background: #000;
|
|
626
626
|
border-color: #757575;
|
|
627
627
|
box-shadow: none;
|
|
628
628
|
color: #757575;
|