semantic-ui-sass 2.1.6.0 → 2.1.8.0
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/README.md +2 -0
- data/app/assets/javascripts/semantic-ui/api.js +22 -16
- data/app/assets/javascripts/semantic-ui/checkbox.js +4 -4
- data/app/assets/javascripts/semantic-ui/popup.js +7 -3
- data/app/assets/javascripts/semantic-ui/search.js +36 -11
- data/app/assets/javascripts/semantic-ui/transition.js +1 -1
- data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/collections/_form.scss +42 -47
- data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +32 -32
- data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +75 -74
- data/app/assets/stylesheets/semantic-ui/collections/_message.scss +51 -51
- data/app/assets/stylesheets/semantic-ui/collections/_table.scss +61 -61
- data/app/assets/stylesheets/semantic-ui/elements/_button.scss +284 -284
- data/app/assets/stylesheets/semantic-ui/elements/_container.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +10 -2
- data/app/assets/stylesheets/semantic-ui/elements/_header.scss +41 -41
- data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +55 -55
- data/app/assets/stylesheets/semantic-ui/elements/_image.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_input.scss +13 -13
- data/app/assets/stylesheets/semantic-ui/elements/_label.scss +115 -115
- data/app/assets/stylesheets/semantic-ui/elements/_list.scss +3 -3
- data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +3 -3
- data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +47 -47
- data/app/assets/stylesheets/semantic-ui/elements/_step.scss +12 -12
- data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/globals/_site.scss +6 -6
- data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +19 -19
- data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +3 -3
- data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +20 -20
- data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +4 -4
- data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +9 -9
- data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +4 -4
- data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +14 -14
- data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +45 -45
- data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +9 -9
- data/app/assets/stylesheets/semantic-ui/modules/_search.scss +47 -14
- data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +16 -18
- data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_ad.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/views/_card.scss +35 -35
- data/app/assets/stylesheets/semantic-ui/views/_comment.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_feed.scss +3 -3
- data/app/assets/stylesheets/semantic-ui/views/_item.scss +5 -5
- data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +26 -26
- data/app/helpers/semantic_icon_helper.rb +2 -2
- data/lib/semantic/ui/sass/version.rb +2 -2
- data/spec/helpers/semantic_icon_helper_spec.rb +16 -0
- metadata +2 -2
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Semantic UI 2.1.
|
2
|
+
* # Semantic UI 2.1.7 - Button
|
3
3
|
* http://github.com/semantic-org/semantic-ui/
|
4
4
|
*
|
5
5
|
*
|
@@ -21,7 +21,7 @@
|
|
21
21
|
outline: none;
|
22
22
|
border: none;
|
23
23
|
vertical-align: baseline;
|
24
|
-
background: #
|
24
|
+
background: #e0e1e2 none;
|
25
25
|
color: rgba(0, 0, 0, 0.6);
|
26
26
|
font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
|
27
27
|
margin: 0em 0.25em 0em 0em;
|
@@ -56,7 +56,7 @@
|
|
56
56
|
---------------*/
|
57
57
|
|
58
58
|
.ui.button:hover {
|
59
|
-
background-color: #
|
59
|
+
background-color: #cacbcd;
|
60
60
|
background-image: none;
|
61
61
|
box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
|
62
62
|
color: rgba(0, 0, 0, 0.8);
|
@@ -70,7 +70,7 @@
|
|
70
70
|
---------------*/
|
71
71
|
|
72
72
|
.ui.button:focus {
|
73
|
-
background-color: #
|
73
|
+
background-color: #cacbcd;
|
74
74
|
color: rgba(0, 0, 0, 0.8);
|
75
75
|
background-image: '' !important;
|
76
76
|
box-shadow: '' !important;
|
@@ -85,7 +85,7 @@
|
|
85
85
|
|
86
86
|
.ui.button:active,
|
87
87
|
.ui.active.button:active {
|
88
|
-
background-color: #
|
88
|
+
background-color: #babbbc;
|
89
89
|
background-image: '';
|
90
90
|
color: rgba(0, 0, 0, 0.9);
|
91
91
|
box-shadow: 0px 0px 0px 1px transparent inset, none;
|
@@ -96,18 +96,18 @@
|
|
96
96
|
---------------*/
|
97
97
|
|
98
98
|
.ui.active.button {
|
99
|
-
background-color: #
|
99
|
+
background-color: #c0c1c2;
|
100
100
|
background-image: none;
|
101
101
|
box-shadow: 0px 0px 0px 1px transparent inset;
|
102
102
|
color: rgba(0, 0, 0, 0.95);
|
103
103
|
}
|
104
104
|
.ui.active.button:hover {
|
105
|
-
background-color: #
|
105
|
+
background-color: #c0c1c2;
|
106
106
|
background-image: none;
|
107
107
|
color: rgba(0, 0, 0, 0.95);
|
108
108
|
}
|
109
109
|
.ui.active.button:active {
|
110
|
-
background-color: #
|
110
|
+
background-color: #c0c1c2;
|
111
111
|
background-image: none;
|
112
112
|
}
|
113
113
|
|
@@ -151,7 +151,7 @@
|
|
151
151
|
-webkit-animation-iteration-count: infinite;
|
152
152
|
animation-iteration-count: infinite;
|
153
153
|
border-radius: 500rem;
|
154
|
-
border-color: #
|
154
|
+
border-color: #ffffff transparent transparent;
|
155
155
|
border-style: solid;
|
156
156
|
border-width: 0.2em;
|
157
157
|
box-shadow: 0px 0px 0px 1px transparent;
|
@@ -340,9 +340,9 @@
|
|
340
340
|
--------------------*/
|
341
341
|
|
342
342
|
.ui.inverted.button {
|
343
|
-
box-shadow: 0px 0px 0px 2px #
|
343
|
+
box-shadow: 0px 0px 0px 2px #ffffff inset !important;
|
344
344
|
background: transparent none;
|
345
|
-
color: #
|
345
|
+
color: #ffffff;
|
346
346
|
text-shadow: none !important;
|
347
347
|
}
|
348
348
|
|
@@ -364,23 +364,23 @@
|
|
364
364
|
|
365
365
|
/* Hover */
|
366
366
|
.ui.inverted.button:hover {
|
367
|
-
background: #
|
368
|
-
box-shadow: 0px 0px 0px 2px #
|
367
|
+
background: #ffffff;
|
368
|
+
box-shadow: 0px 0px 0px 2px #ffffff inset !important;
|
369
369
|
color: rgba(0, 0, 0, 0.8);
|
370
370
|
}
|
371
371
|
|
372
372
|
/* Active / Focus */
|
373
373
|
.ui.inverted.button:focus,
|
374
374
|
.ui.inverted.button.active {
|
375
|
-
background: #
|
376
|
-
box-shadow: 0px 0px 0px 2px #
|
375
|
+
background: #ffffff;
|
376
|
+
box-shadow: 0px 0px 0px 2px #ffffff inset !important;
|
377
377
|
color: rgba(0, 0, 0, 0.8);
|
378
378
|
}
|
379
379
|
|
380
380
|
/* Active Focus */
|
381
381
|
.ui.inverted.button.active:focus {
|
382
|
-
background: #
|
383
|
-
box-shadow: 0px 0px 0px 2px #
|
382
|
+
background: #dcddde;
|
383
|
+
box-shadow: 0px 0px 0px 2px #dcddde inset !important;
|
384
384
|
color: rgba(0, 0, 0, 0.8);
|
385
385
|
}
|
386
386
|
|
@@ -454,149 +454,149 @@
|
|
454
454
|
|
455
455
|
/* Facebook */
|
456
456
|
.ui.facebook.button {
|
457
|
-
background-color: #
|
458
|
-
color: #
|
457
|
+
background-color: #3b5998;
|
458
|
+
color: #ffffff;
|
459
459
|
text-shadow: none;
|
460
460
|
background-image: none;
|
461
461
|
box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
|
462
462
|
}
|
463
463
|
.ui.facebook.button:hover {
|
464
464
|
background-color: #304d8a;
|
465
|
-
color: #
|
465
|
+
color: #ffffff;
|
466
466
|
text-shadow: none;
|
467
467
|
}
|
468
468
|
.ui.facebook.button:active {
|
469
469
|
background-color: #2d4373;
|
470
|
-
color: #
|
470
|
+
color: #ffffff;
|
471
471
|
text-shadow: none;
|
472
472
|
}
|
473
473
|
|
474
474
|
/* Twitter */
|
475
475
|
.ui.twitter.button {
|
476
|
-
background-color: #
|
477
|
-
color: #
|
476
|
+
background-color: #0084b4;
|
477
|
+
color: #ffffff;
|
478
478
|
text-shadow: none;
|
479
479
|
background-image: none;
|
480
480
|
box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
|
481
481
|
}
|
482
482
|
.ui.twitter.button:hover {
|
483
483
|
background-color: #00719b;
|
484
|
-
color: #
|
484
|
+
color: #ffffff;
|
485
485
|
text-shadow: none;
|
486
486
|
}
|
487
487
|
.ui.twitter.button:active {
|
488
488
|
background-color: #005f81;
|
489
|
-
color: #
|
489
|
+
color: #ffffff;
|
490
490
|
text-shadow: none;
|
491
491
|
}
|
492
492
|
|
493
493
|
/* Google Plus */
|
494
494
|
.ui.google.plus.button {
|
495
|
-
background-color: #
|
496
|
-
color: #
|
495
|
+
background-color: #dc4a38;
|
496
|
+
color: #ffffff;
|
497
497
|
text-shadow: none;
|
498
498
|
background-image: none;
|
499
499
|
box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
|
500
500
|
}
|
501
501
|
.ui.google.plus.button:hover {
|
502
502
|
background-color: #de321d;
|
503
|
-
color: #
|
503
|
+
color: #ffffff;
|
504
504
|
text-shadow: none;
|
505
505
|
}
|
506
506
|
.ui.google.plus.button:active {
|
507
507
|
background-color: #bf3322;
|
508
|
-
color: #
|
508
|
+
color: #ffffff;
|
509
509
|
text-shadow: none;
|
510
510
|
}
|
511
511
|
|
512
512
|
/* Linked In */
|
513
513
|
.ui.linkedin.button {
|
514
|
-
background-color: #
|
515
|
-
color: #
|
514
|
+
background-color: #1f88be;
|
515
|
+
color: #ffffff;
|
516
516
|
text-shadow: none;
|
517
517
|
}
|
518
518
|
.ui.linkedin.button:hover {
|
519
519
|
background-color: #147baf;
|
520
|
-
color: #
|
520
|
+
color: #ffffff;
|
521
521
|
text-shadow: none;
|
522
522
|
}
|
523
523
|
.ui.linkedin.button:active {
|
524
524
|
background-color: #186992;
|
525
|
-
color: #
|
525
|
+
color: #ffffff;
|
526
526
|
text-shadow: none;
|
527
527
|
}
|
528
528
|
|
529
529
|
/* YouTube */
|
530
530
|
.ui.youtube.button {
|
531
|
-
background-color: #
|
532
|
-
color: #
|
531
|
+
background-color: #cc181e;
|
532
|
+
color: #ffffff;
|
533
533
|
text-shadow: none;
|
534
534
|
background-image: none;
|
535
535
|
box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
|
536
536
|
}
|
537
537
|
.ui.youtube.button:hover {
|
538
538
|
background-color: #bd0d13;
|
539
|
-
color: #
|
539
|
+
color: #ffffff;
|
540
540
|
text-shadow: none;
|
541
541
|
}
|
542
542
|
.ui.youtube.button:active {
|
543
543
|
background-color: #9e1317;
|
544
|
-
color: #
|
544
|
+
color: #ffffff;
|
545
545
|
text-shadow: none;
|
546
546
|
}
|
547
547
|
|
548
548
|
/* Instagram */
|
549
549
|
.ui.instagram.button {
|
550
|
-
background-color: #
|
551
|
-
color: #
|
550
|
+
background-color: #49769c;
|
551
|
+
color: #ffffff;
|
552
552
|
text-shadow: none;
|
553
553
|
background-image: none;
|
554
554
|
box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
|
555
555
|
}
|
556
556
|
.ui.instagram.button:hover {
|
557
557
|
background-color: #3d698e;
|
558
|
-
color: #
|
558
|
+
color: #ffffff;
|
559
559
|
text-shadow: none;
|
560
560
|
}
|
561
561
|
.ui.instagram.button:active {
|
562
562
|
background-color: #395c79;
|
563
|
-
color: #
|
563
|
+
color: #ffffff;
|
564
564
|
text-shadow: none;
|
565
565
|
}
|
566
566
|
|
567
567
|
/* Pinterest */
|
568
568
|
.ui.pinterest.button {
|
569
|
-
background-color: #
|
570
|
-
color: #
|
569
|
+
background-color: #00aced;
|
570
|
+
color: #ffffff;
|
571
571
|
text-shadow: none;
|
572
572
|
background-image: none;
|
573
573
|
box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
|
574
574
|
}
|
575
575
|
.ui.pinterest.button:hover {
|
576
576
|
background-color: #0099d4;
|
577
|
-
color: #
|
577
|
+
color: #ffffff;
|
578
578
|
text-shadow: none;
|
579
579
|
}
|
580
580
|
.ui.pinterest.button:active {
|
581
581
|
background-color: #0087ba;
|
582
|
-
color: #
|
582
|
+
color: #ffffff;
|
583
583
|
text-shadow: none;
|
584
584
|
}
|
585
585
|
|
586
586
|
/* VK */
|
587
587
|
.ui.vk.button {
|
588
588
|
background-color: #4D7198;
|
589
|
-
color: #
|
589
|
+
color: #ffffff;
|
590
590
|
background-image: none;
|
591
591
|
box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
|
592
592
|
}
|
593
593
|
.ui.vk.button:hover {
|
594
594
|
background-color: #41648a;
|
595
|
-
color: #
|
595
|
+
color: #ffffff;
|
596
596
|
}
|
597
597
|
.ui.vk.button:active {
|
598
598
|
background-color: #3c5876;
|
599
|
-
color: #
|
599
|
+
color: #ffffff;
|
600
600
|
}
|
601
601
|
|
602
602
|
/*--------------
|
@@ -740,19 +740,19 @@
|
|
740
740
|
}
|
741
741
|
.ui.basic.buttons .button:hover,
|
742
742
|
.ui.basic.button:hover {
|
743
|
-
background: #
|
743
|
+
background: #ffffff !important;
|
744
744
|
color: rgba(0, 0, 0, 0.8) !important;
|
745
745
|
box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.35) inset, 0px 0px 0px 0px rgba(34, 36, 38, 0.15) inset;
|
746
746
|
}
|
747
747
|
.ui.basic.buttons .button:focus,
|
748
748
|
.ui.basic.button:focus {
|
749
|
-
background: #
|
749
|
+
background: #ffffff !important;
|
750
750
|
color: rgba(0, 0, 0, 0.8) !important;
|
751
751
|
box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.35) inset, 0px 0px 0px 0px rgba(34, 36, 38, 0.15) inset;
|
752
752
|
}
|
753
753
|
.ui.basic.buttons .button:active,
|
754
754
|
.ui.basic.button:active {
|
755
|
-
background: #
|
755
|
+
background: #f8f8f8 !important;
|
756
756
|
color: rgba(0, 0, 0, 0.9) !important;
|
757
757
|
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15) inset, 0px 1px 4px 0px rgba(34, 36, 38, 0.15) inset;
|
758
758
|
}
|
@@ -783,29 +783,29 @@
|
|
783
783
|
.ui.basic.inverted.buttons .button,
|
784
784
|
.ui.basic.inverted.button {
|
785
785
|
background-color: transparent !important;
|
786
|
-
color: #
|
786
|
+
color: #f9fafb !important;
|
787
787
|
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
|
788
788
|
}
|
789
789
|
.ui.basic.inverted.buttons .button:hover,
|
790
790
|
.ui.basic.inverted.button:hover {
|
791
|
-
color: #
|
791
|
+
color: #ffffff !important;
|
792
792
|
box-shadow: 0px 0px 0px 2px #ffffff inset !important;
|
793
793
|
}
|
794
794
|
.ui.basic.inverted.buttons .button:focus,
|
795
795
|
.ui.basic.inverted.button:focus {
|
796
|
-
color: #
|
796
|
+
color: #ffffff !important;
|
797
797
|
box-shadow: 0px 0px 0px 2px #ffffff inset !important;
|
798
798
|
}
|
799
799
|
.ui.basic.inverted.buttons .button:active,
|
800
800
|
.ui.basic.inverted.button:active {
|
801
801
|
background-color: rgba(255, 255, 255, 0.08) !important;
|
802
|
-
color: #
|
802
|
+
color: #ffffff !important;
|
803
803
|
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.9) inset !important;
|
804
804
|
}
|
805
805
|
.ui.basic.inverted.buttons .active.button,
|
806
806
|
.ui.basic.inverted.active.button {
|
807
807
|
background-color: rgba(255, 255, 255, 0.08);
|
808
|
-
color: #
|
808
|
+
color: #ffffff;
|
809
809
|
text-shadow: none;
|
810
810
|
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.7) inset;
|
811
811
|
}
|
@@ -928,15 +928,15 @@
|
|
928
928
|
.ui.toggle.buttons .active.button,
|
929
929
|
.ui.buttons .button.toggle.active,
|
930
930
|
.ui.button.toggle.active {
|
931
|
-
background-color: #
|
931
|
+
background-color: #21ba45 !important;
|
932
932
|
box-shadow: none !important;
|
933
933
|
text-shadow: none;
|
934
|
-
color: #
|
934
|
+
color: #ffffff !important;
|
935
935
|
}
|
936
936
|
.ui.button.toggle.active:hover {
|
937
937
|
background-color: #16ab39 !important;
|
938
938
|
text-shadow: none;
|
939
|
-
color: #
|
939
|
+
color: #ffffff !important;
|
940
940
|
}
|
941
941
|
|
942
942
|
/*--------------
|
@@ -968,7 +968,7 @@
|
|
968
968
|
content: 'or';
|
969
969
|
top: 50%;
|
970
970
|
left: 50%;
|
971
|
-
background-color: #
|
971
|
+
background-color: #ffffff;
|
972
972
|
text-shadow: none;
|
973
973
|
margin-top: -0.89285714em;
|
974
974
|
margin-left: -0.89285714em;
|
@@ -1240,8 +1240,8 @@
|
|
1240
1240
|
|
1241
1241
|
.ui.black.buttons .button,
|
1242
1242
|
.ui.black.button {
|
1243
|
-
background-color: #
|
1244
|
-
color: #
|
1243
|
+
background-color: #1b1c1d;
|
1244
|
+
color: #ffffff;
|
1245
1245
|
text-shadow: none;
|
1246
1246
|
background-image: none;
|
1247
1247
|
}
|
@@ -1251,19 +1251,19 @@
|
|
1251
1251
|
.ui.black.buttons .button:hover,
|
1252
1252
|
.ui.black.button:hover {
|
1253
1253
|
background-color: #27292a;
|
1254
|
-
color: #
|
1254
|
+
color: #ffffff;
|
1255
1255
|
text-shadow: none;
|
1256
1256
|
}
|
1257
1257
|
.ui.black.buttons .button:focus,
|
1258
1258
|
.ui.black.button:focus {
|
1259
1259
|
background-color: #2f3032;
|
1260
|
-
color: #
|
1260
|
+
color: #ffffff;
|
1261
1261
|
text-shadow: none;
|
1262
1262
|
}
|
1263
1263
|
.ui.black.buttons .button:active,
|
1264
1264
|
.ui.black.button:active {
|
1265
1265
|
background-color: #343637;
|
1266
|
-
color: #
|
1266
|
+
color: #ffffff;
|
1267
1267
|
text-shadow: none;
|
1268
1268
|
}
|
1269
1269
|
.ui.black.buttons .active.button,
|
@@ -1271,15 +1271,15 @@
|
|
1271
1271
|
.ui.black.active.button,
|
1272
1272
|
.ui.black.button .active.button:active {
|
1273
1273
|
background-color: #0f0f10;
|
1274
|
-
color: #
|
1274
|
+
color: #ffffff;
|
1275
1275
|
text-shadow: none;
|
1276
1276
|
}
|
1277
1277
|
|
1278
1278
|
/* Basic */
|
1279
1279
|
.ui.basic.black.buttons .button,
|
1280
1280
|
.ui.basic.black.button {
|
1281
|
-
box-shadow: 0px 0px 0px 1px #
|
1282
|
-
color: #
|
1281
|
+
box-shadow: 0px 0px 0px 1px #1b1c1d inset !important;
|
1282
|
+
color: #1b1c1d !important;
|
1283
1283
|
}
|
1284
1284
|
.ui.basic.black.buttons .button:hover,
|
1285
1285
|
.ui.basic.black.button:hover {
|
@@ -1312,8 +1312,8 @@
|
|
1312
1312
|
.ui.inverted.black.buttons .button,
|
1313
1313
|
.ui.inverted.black.button {
|
1314
1314
|
background-color: transparent;
|
1315
|
-
box-shadow: 0px 0px 0px 2px #
|
1316
|
-
color: #
|
1315
|
+
box-shadow: 0px 0px 0px 2px #d4d4d5 inset !important;
|
1316
|
+
color: #ffffff;
|
1317
1317
|
}
|
1318
1318
|
.ui.inverted.black.buttons .button:hover,
|
1319
1319
|
.ui.inverted.black.button:hover,
|
@@ -1324,7 +1324,7 @@
|
|
1324
1324
|
.ui.inverted.black.buttons .button:active,
|
1325
1325
|
.ui.inverted.black.button:active {
|
1326
1326
|
box-shadow: none !important;
|
1327
|
-
color: #
|
1327
|
+
color: #ffffff;
|
1328
1328
|
}
|
1329
1329
|
.ui.inverted.black.buttons .button:hover,
|
1330
1330
|
.ui.inverted.black.button:hover {
|
@@ -1349,13 +1349,13 @@
|
|
1349
1349
|
.ui.inverted.black.basic.button {
|
1350
1350
|
background-color: transparent;
|
1351
1351
|
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
|
1352
|
-
color: #
|
1352
|
+
color: #ffffff !important;
|
1353
1353
|
}
|
1354
1354
|
.ui.inverted.black.basic.buttons .button:hover,
|
1355
1355
|
.ui.inverted.black.buttons .basic.button:hover,
|
1356
1356
|
.ui.inverted.black.basic.button:hover {
|
1357
1357
|
box-shadow: 0px 0px 0px 2px #000000 inset !important;
|
1358
|
-
color: #
|
1358
|
+
color: #ffffff !important;
|
1359
1359
|
}
|
1360
1360
|
.ui.inverted.black.basic.buttons .button:focus,
|
1361
1361
|
.ui.inverted.black.basic.buttons .button:focus,
|
@@ -1367,13 +1367,13 @@
|
|
1367
1367
|
.ui.inverted.black.buttons .basic.active.button,
|
1368
1368
|
.ui.inverted.black.basic.active.button {
|
1369
1369
|
box-shadow: 0px 0px 0px 2px #000000 inset !important;
|
1370
|
-
color: #
|
1370
|
+
color: #ffffff !important;
|
1371
1371
|
}
|
1372
1372
|
.ui.inverted.black.basic.buttons .button:active,
|
1373
1373
|
.ui.inverted.black.buttons .basic.button:active,
|
1374
1374
|
.ui.inverted.black.basic.button:active {
|
1375
1375
|
box-shadow: 0px 0px 0px 2px #000000 inset !important;
|
1376
|
-
color: #
|
1376
|
+
color: #ffffff !important;
|
1377
1377
|
}
|
1378
1378
|
|
1379
1379
|
/*--- Grey ---*/
|
@@ -1381,7 +1381,7 @@
|
|
1381
1381
|
.ui.grey.buttons .button,
|
1382
1382
|
.ui.grey.button {
|
1383
1383
|
background-color: #767676;
|
1384
|
-
color: #
|
1384
|
+
color: #ffffff;
|
1385
1385
|
text-shadow: none;
|
1386
1386
|
background-image: none;
|
1387
1387
|
}
|
@@ -1391,19 +1391,19 @@
|
|
1391
1391
|
.ui.grey.buttons .button:hover,
|
1392
1392
|
.ui.grey.button:hover {
|
1393
1393
|
background-color: #838383;
|
1394
|
-
color: #
|
1394
|
+
color: #ffffff;
|
1395
1395
|
text-shadow: none;
|
1396
1396
|
}
|
1397
1397
|
.ui.grey.buttons .button:focus,
|
1398
1398
|
.ui.grey.button:focus {
|
1399
1399
|
background-color: #8a8a8a;
|
1400
|
-
color: #
|
1400
|
+
color: #ffffff;
|
1401
1401
|
text-shadow: none;
|
1402
1402
|
}
|
1403
1403
|
.ui.grey.buttons .button:active,
|
1404
1404
|
.ui.grey.button:active {
|
1405
1405
|
background-color: #909090;
|
1406
|
-
color: #
|
1406
|
+
color: #ffffff;
|
1407
1407
|
text-shadow: none;
|
1408
1408
|
}
|
1409
1409
|
.ui.grey.buttons .active.button,
|
@@ -1411,7 +1411,7 @@
|
|
1411
1411
|
.ui.grey.active.button,
|
1412
1412
|
.ui.grey.button .active.button:active {
|
1413
1413
|
background-color: #696969;
|
1414
|
-
color: #
|
1414
|
+
color: #ffffff;
|
1415
1415
|
text-shadow: none;
|
1416
1416
|
}
|
1417
1417
|
|
@@ -1452,8 +1452,8 @@
|
|
1452
1452
|
.ui.inverted.grey.buttons .button,
|
1453
1453
|
.ui.inverted.grey.button {
|
1454
1454
|
background-color: transparent;
|
1455
|
-
box-shadow: 0px 0px 0px 2px #
|
1456
|
-
color: #
|
1455
|
+
box-shadow: 0px 0px 0px 2px #d4d4d5 inset !important;
|
1456
|
+
color: #ffffff;
|
1457
1457
|
}
|
1458
1458
|
.ui.inverted.grey.buttons .button:hover,
|
1459
1459
|
.ui.inverted.grey.button:hover,
|
@@ -1489,39 +1489,39 @@
|
|
1489
1489
|
.ui.inverted.grey.basic.button {
|
1490
1490
|
background-color: transparent;
|
1491
1491
|
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
|
1492
|
-
color: #
|
1492
|
+
color: #ffffff !important;
|
1493
1493
|
}
|
1494
1494
|
.ui.inverted.grey.basic.buttons .button:hover,
|
1495
1495
|
.ui.inverted.grey.buttons .basic.button:hover,
|
1496
1496
|
.ui.inverted.grey.basic.button:hover {
|
1497
1497
|
box-shadow: 0px 0px 0px 2px #cfd0d2 inset !important;
|
1498
|
-
color: #
|
1498
|
+
color: #ffffff !important;
|
1499
1499
|
}
|
1500
1500
|
.ui.inverted.grey.basic.buttons .button:focus,
|
1501
1501
|
.ui.inverted.grey.basic.buttons .button:focus,
|
1502
1502
|
.ui.inverted.grey.basic.button:focus {
|
1503
1503
|
box-shadow: 0px 0px 0px 2px #c7c9cb inset !important;
|
1504
|
-
color: #
|
1504
|
+
color: #dcddde !important;
|
1505
1505
|
}
|
1506
1506
|
.ui.inverted.grey.basic.buttons .active.button,
|
1507
1507
|
.ui.inverted.grey.buttons .basic.active.button,
|
1508
1508
|
.ui.inverted.grey.basic.active.button {
|
1509
1509
|
box-shadow: 0px 0px 0px 2px #cfd0d2 inset !important;
|
1510
|
-
color: #
|
1510
|
+
color: #ffffff !important;
|
1511
1511
|
}
|
1512
1512
|
.ui.inverted.grey.basic.buttons .button:active,
|
1513
1513
|
.ui.inverted.grey.buttons .basic.button:active,
|
1514
1514
|
.ui.inverted.grey.basic.button:active {
|
1515
1515
|
box-shadow: 0px 0px 0px 2px #c2c4c5 inset !important;
|
1516
|
-
color: #
|
1516
|
+
color: #ffffff !important;
|
1517
1517
|
}
|
1518
1518
|
|
1519
1519
|
/*--- Brown ---*/
|
1520
1520
|
|
1521
1521
|
.ui.brown.buttons .button,
|
1522
1522
|
.ui.brown.button {
|
1523
|
-
background-color: #
|
1524
|
-
color: #
|
1523
|
+
background-color: #a5673f;
|
1524
|
+
color: #ffffff;
|
1525
1525
|
text-shadow: none;
|
1526
1526
|
background-image: none;
|
1527
1527
|
}
|
@@ -1531,19 +1531,19 @@
|
|
1531
1531
|
.ui.brown.buttons .button:hover,
|
1532
1532
|
.ui.brown.button:hover {
|
1533
1533
|
background-color: #975b33;
|
1534
|
-
color: #
|
1534
|
+
color: #ffffff;
|
1535
1535
|
text-shadow: none;
|
1536
1536
|
}
|
1537
1537
|
.ui.brown.buttons .button:focus,
|
1538
1538
|
.ui.brown.button:focus {
|
1539
1539
|
background-color: #90532b;
|
1540
|
-
color: #
|
1540
|
+
color: #ffffff;
|
1541
1541
|
text-shadow: none;
|
1542
1542
|
}
|
1543
1543
|
.ui.brown.buttons .button:active,
|
1544
1544
|
.ui.brown.button:active {
|
1545
1545
|
background-color: #805031;
|
1546
|
-
color: #
|
1546
|
+
color: #ffffff;
|
1547
1547
|
text-shadow: none;
|
1548
1548
|
}
|
1549
1549
|
.ui.brown.buttons .active.button,
|
@@ -1551,15 +1551,15 @@
|
|
1551
1551
|
.ui.brown.active.button,
|
1552
1552
|
.ui.brown.button .active.button:active {
|
1553
1553
|
background-color: #995a31;
|
1554
|
-
color: #
|
1554
|
+
color: #ffffff;
|
1555
1555
|
text-shadow: none;
|
1556
1556
|
}
|
1557
1557
|
|
1558
1558
|
/* Basic */
|
1559
1559
|
.ui.basic.brown.buttons .button,
|
1560
1560
|
.ui.basic.brown.button {
|
1561
|
-
box-shadow: 0px 0px 0px 1px #
|
1562
|
-
color: #
|
1561
|
+
box-shadow: 0px 0px 0px 1px #a5673f inset !important;
|
1562
|
+
color: #a5673f !important;
|
1563
1563
|
}
|
1564
1564
|
.ui.basic.brown.buttons .button:hover,
|
1565
1565
|
.ui.basic.brown.button:hover {
|
@@ -1592,8 +1592,8 @@
|
|
1592
1592
|
.ui.inverted.brown.buttons .button,
|
1593
1593
|
.ui.inverted.brown.button {
|
1594
1594
|
background-color: transparent;
|
1595
|
-
box-shadow: 0px 0px 0px 2px #
|
1596
|
-
color: #
|
1595
|
+
box-shadow: 0px 0px 0px 2px #d67c1c inset !important;
|
1596
|
+
color: #d67c1c;
|
1597
1597
|
}
|
1598
1598
|
.ui.inverted.brown.buttons .button:hover,
|
1599
1599
|
.ui.inverted.brown.button:hover,
|
@@ -1604,7 +1604,7 @@
|
|
1604
1604
|
.ui.inverted.brown.buttons .button:active,
|
1605
1605
|
.ui.inverted.brown.button:active {
|
1606
1606
|
box-shadow: none !important;
|
1607
|
-
color: #
|
1607
|
+
color: #ffffff;
|
1608
1608
|
}
|
1609
1609
|
.ui.inverted.brown.buttons .button:hover,
|
1610
1610
|
.ui.inverted.brown.button:hover {
|
@@ -1629,39 +1629,39 @@
|
|
1629
1629
|
.ui.inverted.brown.basic.button {
|
1630
1630
|
background-color: transparent;
|
1631
1631
|
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
|
1632
|
-
color: #
|
1632
|
+
color: #ffffff !important;
|
1633
1633
|
}
|
1634
1634
|
.ui.inverted.brown.basic.buttons .button:hover,
|
1635
1635
|
.ui.inverted.brown.buttons .basic.button:hover,
|
1636
1636
|
.ui.inverted.brown.basic.button:hover {
|
1637
1637
|
box-shadow: 0px 0px 0px 2px #c86f11 inset !important;
|
1638
|
-
color: #
|
1638
|
+
color: #d67c1c !important;
|
1639
1639
|
}
|
1640
1640
|
.ui.inverted.brown.basic.buttons .button:focus,
|
1641
1641
|
.ui.inverted.brown.basic.buttons .button:focus,
|
1642
1642
|
.ui.inverted.brown.basic.button:focus {
|
1643
1643
|
box-shadow: 0px 0px 0px 2px #c16808 inset !important;
|
1644
|
-
color: #
|
1644
|
+
color: #d67c1c !important;
|
1645
1645
|
}
|
1646
1646
|
.ui.inverted.brown.basic.buttons .active.button,
|
1647
1647
|
.ui.inverted.brown.buttons .basic.active.button,
|
1648
1648
|
.ui.inverted.brown.basic.active.button {
|
1649
1649
|
box-shadow: 0px 0px 0px 2px #cc6f0d inset !important;
|
1650
|
-
color: #
|
1650
|
+
color: #d67c1c !important;
|
1651
1651
|
}
|
1652
1652
|
.ui.inverted.brown.basic.buttons .button:active,
|
1653
1653
|
.ui.inverted.brown.buttons .basic.button:active,
|
1654
1654
|
.ui.inverted.brown.basic.button:active {
|
1655
1655
|
box-shadow: 0px 0px 0px 2px #a96216 inset !important;
|
1656
|
-
color: #
|
1656
|
+
color: #d67c1c !important;
|
1657
1657
|
}
|
1658
1658
|
|
1659
1659
|
/*--- Blue ---*/
|
1660
1660
|
|
1661
1661
|
.ui.blue.buttons .button,
|
1662
1662
|
.ui.blue.button {
|
1663
|
-
background-color: #
|
1664
|
-
color: #
|
1663
|
+
background-color: #2185d0;
|
1664
|
+
color: #ffffff;
|
1665
1665
|
text-shadow: none;
|
1666
1666
|
background-image: none;
|
1667
1667
|
}
|
@@ -1671,19 +1671,19 @@
|
|
1671
1671
|
.ui.blue.buttons .button:hover,
|
1672
1672
|
.ui.blue.button:hover {
|
1673
1673
|
background-color: #1678c2;
|
1674
|
-
color: #
|
1674
|
+
color: #ffffff;
|
1675
1675
|
text-shadow: none;
|
1676
1676
|
}
|
1677
1677
|
.ui.blue.buttons .button:focus,
|
1678
1678
|
.ui.blue.button:focus {
|
1679
1679
|
background-color: #0d71bb;
|
1680
|
-
color: #
|
1680
|
+
color: #ffffff;
|
1681
1681
|
text-shadow: none;
|
1682
1682
|
}
|
1683
1683
|
.ui.blue.buttons .button:active,
|
1684
1684
|
.ui.blue.button:active {
|
1685
1685
|
background-color: #1a69a4;
|
1686
|
-
color: #
|
1686
|
+
color: #ffffff;
|
1687
1687
|
text-shadow: none;
|
1688
1688
|
}
|
1689
1689
|
.ui.blue.buttons .active.button,
|
@@ -1691,15 +1691,15 @@
|
|
1691
1691
|
.ui.blue.active.button,
|
1692
1692
|
.ui.blue.button .active.button:active {
|
1693
1693
|
background-color: #1279c6;
|
1694
|
-
color: #
|
1694
|
+
color: #ffffff;
|
1695
1695
|
text-shadow: none;
|
1696
1696
|
}
|
1697
1697
|
|
1698
1698
|
/* Basic */
|
1699
1699
|
.ui.basic.blue.buttons .button,
|
1700
1700
|
.ui.basic.blue.button {
|
1701
|
-
box-shadow: 0px 0px 0px 1px #
|
1702
|
-
color: #
|
1701
|
+
box-shadow: 0px 0px 0px 1px #2185d0 inset !important;
|
1702
|
+
color: #2185d0 !important;
|
1703
1703
|
}
|
1704
1704
|
.ui.basic.blue.buttons .button:hover,
|
1705
1705
|
.ui.basic.blue.button:hover {
|
@@ -1732,8 +1732,8 @@
|
|
1732
1732
|
.ui.inverted.blue.buttons .button,
|
1733
1733
|
.ui.inverted.blue.button {
|
1734
1734
|
background-color: transparent;
|
1735
|
-
box-shadow: 0px 0px 0px 2px #
|
1736
|
-
color: #
|
1735
|
+
box-shadow: 0px 0px 0px 2px #54c8ff inset !important;
|
1736
|
+
color: #54c8ff;
|
1737
1737
|
}
|
1738
1738
|
.ui.inverted.blue.buttons .button:hover,
|
1739
1739
|
.ui.inverted.blue.button:hover,
|
@@ -1744,7 +1744,7 @@
|
|
1744
1744
|
.ui.inverted.blue.buttons .button:active,
|
1745
1745
|
.ui.inverted.blue.button:active {
|
1746
1746
|
box-shadow: none !important;
|
1747
|
-
color: #
|
1747
|
+
color: #ffffff;
|
1748
1748
|
}
|
1749
1749
|
.ui.inverted.blue.buttons .button:hover,
|
1750
1750
|
.ui.inverted.blue.button:hover {
|
@@ -1769,39 +1769,39 @@
|
|
1769
1769
|
.ui.inverted.blue.basic.button {
|
1770
1770
|
background-color: transparent;
|
1771
1771
|
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
|
1772
|
-
color: #
|
1772
|
+
color: #ffffff !important;
|
1773
1773
|
}
|
1774
1774
|
.ui.inverted.blue.basic.buttons .button:hover,
|
1775
1775
|
.ui.inverted.blue.buttons .basic.button:hover,
|
1776
1776
|
.ui.inverted.blue.basic.button:hover {
|
1777
1777
|
box-shadow: 0px 0px 0px 2px #3ac0ff inset !important;
|
1778
|
-
color: #
|
1778
|
+
color: #54c8ff !important;
|
1779
1779
|
}
|
1780
1780
|
.ui.inverted.blue.basic.buttons .button:focus,
|
1781
1781
|
.ui.inverted.blue.basic.buttons .button:focus,
|
1782
1782
|
.ui.inverted.blue.basic.button:focus {
|
1783
1783
|
box-shadow: 0px 0px 0px 2px #2bbbff inset !important;
|
1784
|
-
color: #
|
1784
|
+
color: #54c8ff !important;
|
1785
1785
|
}
|
1786
1786
|
.ui.inverted.blue.basic.buttons .active.button,
|
1787
1787
|
.ui.inverted.blue.buttons .basic.active.button,
|
1788
1788
|
.ui.inverted.blue.basic.active.button {
|
1789
1789
|
box-shadow: 0px 0px 0px 2px #3ac0ff inset !important;
|
1790
|
-
color: #
|
1790
|
+
color: #54c8ff !important;
|
1791
1791
|
}
|
1792
1792
|
.ui.inverted.blue.basic.buttons .button:active,
|
1793
1793
|
.ui.inverted.blue.buttons .basic.button:active,
|
1794
1794
|
.ui.inverted.blue.basic.button:active {
|
1795
1795
|
box-shadow: 0px 0px 0px 2px #21b8ff inset !important;
|
1796
|
-
color: #
|
1796
|
+
color: #54c8ff !important;
|
1797
1797
|
}
|
1798
1798
|
|
1799
1799
|
/*--- Green ---*/
|
1800
1800
|
|
1801
1801
|
.ui.green.buttons .button,
|
1802
1802
|
.ui.green.button {
|
1803
|
-
background-color: #
|
1804
|
-
color: #
|
1803
|
+
background-color: #21ba45;
|
1804
|
+
color: #ffffff;
|
1805
1805
|
text-shadow: none;
|
1806
1806
|
background-image: none;
|
1807
1807
|
}
|
@@ -1811,19 +1811,19 @@
|
|
1811
1811
|
.ui.green.buttons .button:hover,
|
1812
1812
|
.ui.green.button:hover {
|
1813
1813
|
background-color: #16ab39;
|
1814
|
-
color: #
|
1814
|
+
color: #ffffff;
|
1815
1815
|
text-shadow: none;
|
1816
1816
|
}
|
1817
1817
|
.ui.green.buttons .button:focus,
|
1818
1818
|
.ui.green.button:focus {
|
1819
1819
|
background-color: #0ea432;
|
1820
|
-
color: #
|
1820
|
+
color: #ffffff;
|
1821
1821
|
text-shadow: none;
|
1822
1822
|
}
|
1823
1823
|
.ui.green.buttons .button:active,
|
1824
1824
|
.ui.green.button:active {
|
1825
1825
|
background-color: #198f35;
|
1826
|
-
color: #
|
1826
|
+
color: #ffffff;
|
1827
1827
|
text-shadow: none;
|
1828
1828
|
}
|
1829
1829
|
.ui.green.buttons .active.button,
|
@@ -1831,15 +1831,15 @@
|
|
1831
1831
|
.ui.green.active.button,
|
1832
1832
|
.ui.green.button .active.button:active {
|
1833
1833
|
background-color: #13ae38;
|
1834
|
-
color: #
|
1834
|
+
color: #ffffff;
|
1835
1835
|
text-shadow: none;
|
1836
1836
|
}
|
1837
1837
|
|
1838
1838
|
/* Basic */
|
1839
1839
|
.ui.basic.green.buttons .button,
|
1840
1840
|
.ui.basic.green.button {
|
1841
|
-
box-shadow: 0px 0px 0px 1px #
|
1842
|
-
color: #
|
1841
|
+
box-shadow: 0px 0px 0px 1px #21ba45 inset !important;
|
1842
|
+
color: #21ba45 !important;
|
1843
1843
|
}
|
1844
1844
|
.ui.basic.green.buttons .button:hover,
|
1845
1845
|
.ui.basic.green.button:hover {
|
@@ -1872,8 +1872,8 @@
|
|
1872
1872
|
.ui.inverted.green.buttons .button,
|
1873
1873
|
.ui.inverted.green.button {
|
1874
1874
|
background-color: transparent;
|
1875
|
-
box-shadow: 0px 0px 0px 2px #
|
1876
|
-
color: #
|
1875
|
+
box-shadow: 0px 0px 0px 2px #2ecc40 inset !important;
|
1876
|
+
color: #2ecc40;
|
1877
1877
|
}
|
1878
1878
|
.ui.inverted.green.buttons .button:hover,
|
1879
1879
|
.ui.inverted.green.button:hover,
|
@@ -1884,7 +1884,7 @@
|
|
1884
1884
|
.ui.inverted.green.buttons .button:active,
|
1885
1885
|
.ui.inverted.green.button:active {
|
1886
1886
|
box-shadlightOw: none !important;
|
1887
|
-
color: #
|
1887
|
+
color: #ffffff;
|
1888
1888
|
}
|
1889
1889
|
.ui.inverted.green.buttons .button:hover,
|
1890
1890
|
.ui.inverted.green.button:hover {
|
@@ -1909,39 +1909,39 @@
|
|
1909
1909
|
.ui.inverted.green.basic.button {
|
1910
1910
|
background-color: transparent;
|
1911
1911
|
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
|
1912
|
-
color: #
|
1912
|
+
color: #ffffff !important;
|
1913
1913
|
}
|
1914
1914
|
.ui.inverted.green.basic.buttons .button:hover,
|
1915
1915
|
.ui.inverted.green.buttons .basic.button:hover,
|
1916
1916
|
.ui.inverted.green.basic.button:hover {
|
1917
1917
|
box-shadow: 0px 0px 0px 2px #22be34 inset !important;
|
1918
|
-
color: #
|
1918
|
+
color: #2ecc40 !important;
|
1919
1919
|
}
|
1920
1920
|
.ui.inverted.green.basic.buttons .button:focus,
|
1921
1921
|
.ui.inverted.green.basic.buttons .button:focus,
|
1922
1922
|
.ui.inverted.green.basic.button:focus {
|
1923
1923
|
box-shadow: 0px 0px 0px 2px #19b82b inset !important;
|
1924
|
-
color: #
|
1924
|
+
color: #2ecc40 !important;
|
1925
1925
|
}
|
1926
1926
|
.ui.inverted.green.basic.buttons .active.button,
|
1927
1927
|
.ui.inverted.green.buttons .basic.active.button,
|
1928
1928
|
.ui.inverted.green.basic.active.button {
|
1929
1929
|
box-shadow: 0px 0px 0px 2px #1fc231 inset !important;
|
1930
|
-
color: #
|
1930
|
+
color: #2ecc40 !important;
|
1931
1931
|
}
|
1932
1932
|
.ui.inverted.green.basic.buttons .button:active,
|
1933
1933
|
.ui.inverted.green.buttons .basic.button:active,
|
1934
1934
|
.ui.inverted.green.basic.button:active {
|
1935
1935
|
box-shadow: 0px 0px 0px 2px #25a233 inset !important;
|
1936
|
-
color: #
|
1936
|
+
color: #2ecc40 !important;
|
1937
1937
|
}
|
1938
1938
|
|
1939
1939
|
/*--- Orange ---*/
|
1940
1940
|
|
1941
1941
|
.ui.orange.buttons .button,
|
1942
1942
|
.ui.orange.button {
|
1943
|
-
background-color: #
|
1944
|
-
color: #
|
1943
|
+
background-color: #f2711c;
|
1944
|
+
color: #ffffff;
|
1945
1945
|
text-shadow: none;
|
1946
1946
|
background-image: none;
|
1947
1947
|
}
|
@@ -1951,19 +1951,19 @@
|
|
1951
1951
|
.ui.orange.buttons .button:hover,
|
1952
1952
|
.ui.orange.button:hover {
|
1953
1953
|
background-color: #f26202;
|
1954
|
-
color: #
|
1954
|
+
color: #ffffff;
|
1955
1955
|
text-shadow: none;
|
1956
1956
|
}
|
1957
1957
|
.ui.orange.buttons .button:focus,
|
1958
1958
|
.ui.orange.button:focus {
|
1959
1959
|
background-color: #e55b00;
|
1960
|
-
color: #
|
1960
|
+
color: #ffffff;
|
1961
1961
|
text-shadow: none;
|
1962
1962
|
}
|
1963
1963
|
.ui.orange.buttons .button:active,
|
1964
1964
|
.ui.orange.button:active {
|
1965
1965
|
background-color: #cf590c;
|
1966
|
-
color: #
|
1966
|
+
color: #ffffff;
|
1967
1967
|
text-shadow: none;
|
1968
1968
|
}
|
1969
1969
|
.ui.orange.buttons .active.button,
|
@@ -1971,15 +1971,15 @@
|
|
1971
1971
|
.ui.orange.active.button,
|
1972
1972
|
.ui.orange.button .active.button:active {
|
1973
1973
|
background-color: #f56100;
|
1974
|
-
color: #
|
1974
|
+
color: #ffffff;
|
1975
1975
|
text-shadow: none;
|
1976
1976
|
}
|
1977
1977
|
|
1978
1978
|
/* Basic */
|
1979
1979
|
.ui.basic.orange.buttons .button,
|
1980
1980
|
.ui.basic.orange.button {
|
1981
|
-
box-shadow: 0px 0px 0px 1px #
|
1982
|
-
color: #
|
1981
|
+
box-shadow: 0px 0px 0px 1px #f2711c inset !important;
|
1982
|
+
color: #f2711c !important;
|
1983
1983
|
}
|
1984
1984
|
.ui.basic.orange.buttons .button:hover,
|
1985
1985
|
.ui.basic.orange.button:hover {
|
@@ -2012,8 +2012,8 @@
|
|
2012
2012
|
.ui.inverted.orange.buttons .button,
|
2013
2013
|
.ui.inverted.orange.button {
|
2014
2014
|
background-color: transparent;
|
2015
|
-
box-shadow: 0px 0px 0px 2px #
|
2016
|
-
color: #
|
2015
|
+
box-shadow: 0px 0px 0px 2px #ff851b inset !important;
|
2016
|
+
color: #ff851b;
|
2017
2017
|
}
|
2018
2018
|
.ui.inverted.orange.buttons .button:hover,
|
2019
2019
|
.ui.inverted.orange.button:hover,
|
@@ -2024,7 +2024,7 @@
|
|
2024
2024
|
.ui.inverted.orange.buttons .button:active,
|
2025
2025
|
.ui.inverted.orange.button:active {
|
2026
2026
|
box-shadow: none !important;
|
2027
|
-
color: #
|
2027
|
+
color: #ffffff;
|
2028
2028
|
}
|
2029
2029
|
.ui.inverted.orange.buttons .button:hover,
|
2030
2030
|
.ui.inverted.orange.button:hover {
|
@@ -2049,39 +2049,39 @@
|
|
2049
2049
|
.ui.inverted.orange.basic.button {
|
2050
2050
|
background-color: transparent;
|
2051
2051
|
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
|
2052
|
-
color: #
|
2052
|
+
color: #ffffff !important;
|
2053
2053
|
}
|
2054
2054
|
.ui.inverted.orange.basic.buttons .button:hover,
|
2055
2055
|
.ui.inverted.orange.buttons .basic.button:hover,
|
2056
2056
|
.ui.inverted.orange.basic.button:hover {
|
2057
2057
|
box-shadow: 0px 0px 0px 2px #ff7701 inset !important;
|
2058
|
-
color: #
|
2058
|
+
color: #ff851b !important;
|
2059
2059
|
}
|
2060
2060
|
.ui.inverted.orange.basic.buttons .button:focus,
|
2061
2061
|
.ui.inverted.orange.basic.buttons .button:focus,
|
2062
2062
|
.ui.inverted.orange.basic.button:focus {
|
2063
2063
|
box-shadow: 0px 0px 0px 2px #f17000 inset !important;
|
2064
|
-
color: #
|
2064
|
+
color: #ff851b !important;
|
2065
2065
|
}
|
2066
2066
|
.ui.inverted.orange.basic.buttons .active.button,
|
2067
2067
|
.ui.inverted.orange.buttons .basic.active.button,
|
2068
2068
|
.ui.inverted.orange.basic.active.button {
|
2069
2069
|
box-shadow: 0px 0px 0px 2px #ff7701 inset !important;
|
2070
|
-
color: #
|
2070
|
+
color: #ff851b !important;
|
2071
2071
|
}
|
2072
2072
|
.ui.inverted.orange.basic.buttons .button:active,
|
2073
2073
|
.ui.inverted.orange.buttons .basic.button:active,
|
2074
2074
|
.ui.inverted.orange.basic.button:active {
|
2075
2075
|
box-shadow: 0px 0px 0px 2px #e76b00 inset !important;
|
2076
|
-
color: #
|
2076
|
+
color: #ff851b !important;
|
2077
2077
|
}
|
2078
2078
|
|
2079
2079
|
/*--- Pink ---*/
|
2080
2080
|
|
2081
2081
|
.ui.pink.buttons .button,
|
2082
2082
|
.ui.pink.button {
|
2083
|
-
background-color: #
|
2084
|
-
color: #
|
2083
|
+
background-color: #e03997;
|
2084
|
+
color: #ffffff;
|
2085
2085
|
text-shadow: none;
|
2086
2086
|
background-image: none;
|
2087
2087
|
}
|
@@ -2091,19 +2091,19 @@
|
|
2091
2091
|
.ui.pink.buttons .button:hover,
|
2092
2092
|
.ui.pink.button:hover {
|
2093
2093
|
background-color: #e61a8d;
|
2094
|
-
color: #
|
2094
|
+
color: #ffffff;
|
2095
2095
|
text-shadow: none;
|
2096
2096
|
}
|
2097
2097
|
.ui.pink.buttons .button:focus,
|
2098
2098
|
.ui.pink.button:focus {
|
2099
2099
|
background-color: #e10f85;
|
2100
|
-
color: #
|
2100
|
+
color: #ffffff;
|
2101
2101
|
text-shadow: none;
|
2102
2102
|
}
|
2103
2103
|
.ui.pink.buttons .button:active,
|
2104
2104
|
.ui.pink.button:active {
|
2105
2105
|
background-color: #c71f7e;
|
2106
|
-
color: #
|
2106
|
+
color: #ffffff;
|
2107
2107
|
text-shadow: none;
|
2108
2108
|
}
|
2109
2109
|
.ui.pink.buttons .active.button,
|
@@ -2111,15 +2111,15 @@
|
|
2111
2111
|
.ui.pink.active.button,
|
2112
2112
|
.ui.pink.button .active.button:active {
|
2113
2113
|
background-color: #ea158d;
|
2114
|
-
color: #
|
2114
|
+
color: #ffffff;
|
2115
2115
|
text-shadow: none;
|
2116
2116
|
}
|
2117
2117
|
|
2118
2118
|
/* Basic */
|
2119
2119
|
.ui.basic.pink.buttons .button,
|
2120
2120
|
.ui.basic.pink.button {
|
2121
|
-
box-shadow: 0px 0px 0px 1px #
|
2122
|
-
color: #
|
2121
|
+
box-shadow: 0px 0px 0px 1px #e03997 inset !important;
|
2122
|
+
color: #e03997 !important;
|
2123
2123
|
}
|
2124
2124
|
.ui.basic.pink.buttons .button:hover,
|
2125
2125
|
.ui.basic.pink.button:hover {
|
@@ -2152,8 +2152,8 @@
|
|
2152
2152
|
.ui.inverted.pink.buttons .button,
|
2153
2153
|
.ui.inverted.pink.button {
|
2154
2154
|
background-color: transparent;
|
2155
|
-
box-shadow: 0px 0px 0px 2px #
|
2156
|
-
color: #
|
2155
|
+
box-shadow: 0px 0px 0px 2px #ff8edf inset !important;
|
2156
|
+
color: #ff8edf;
|
2157
2157
|
}
|
2158
2158
|
.ui.inverted.pink.buttons .button:hover,
|
2159
2159
|
.ui.inverted.pink.button:hover,
|
@@ -2164,7 +2164,7 @@
|
|
2164
2164
|
.ui.inverted.pink.buttons .button:active,
|
2165
2165
|
.ui.inverted.pink.button:active {
|
2166
2166
|
box-shadow: none !important;
|
2167
|
-
color: #
|
2167
|
+
color: #ffffff;
|
2168
2168
|
}
|
2169
2169
|
.ui.inverted.pink.buttons .button:hover,
|
2170
2170
|
.ui.inverted.pink.button:hover {
|
@@ -2189,39 +2189,39 @@
|
|
2189
2189
|
.ui.inverted.pink.basic.button {
|
2190
2190
|
background-color: transparent;
|
2191
2191
|
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
|
2192
|
-
color: #
|
2192
|
+
color: #ffffff !important;
|
2193
2193
|
}
|
2194
2194
|
.ui.inverted.pink.basic.buttons .button:hover,
|
2195
2195
|
.ui.inverted.pink.buttons .basic.button:hover,
|
2196
2196
|
.ui.inverted.pink.basic.button:hover {
|
2197
2197
|
box-shadow: 0px 0px 0px 2px #ff74d8 inset !important;
|
2198
|
-
color: #
|
2198
|
+
color: #ff8edf !important;
|
2199
2199
|
}
|
2200
2200
|
.ui.inverted.pink.basic.buttons .button:focus,
|
2201
2201
|
.ui.inverted.pink.basic.buttons .button:focus,
|
2202
2202
|
.ui.inverted.pink.basic.button:focus {
|
2203
2203
|
box-shadow: 0px 0px 0px 2px #ff65d3 inset !important;
|
2204
|
-
color: #
|
2204
|
+
color: #ff8edf !important;
|
2205
2205
|
}
|
2206
2206
|
.ui.inverted.pink.basic.buttons .active.button,
|
2207
2207
|
.ui.inverted.pink.buttons .basic.active.button,
|
2208
2208
|
.ui.inverted.pink.basic.active.button {
|
2209
2209
|
box-shadow: 0px 0px 0px 2px #ff74d8 inset !important;
|
2210
|
-
color: #
|
2210
|
+
color: #ff8edf !important;
|
2211
2211
|
}
|
2212
2212
|
.ui.inverted.pink.basic.buttons .button:active,
|
2213
2213
|
.ui.inverted.pink.buttons .basic.button:active,
|
2214
2214
|
.ui.inverted.pink.basic.button:active {
|
2215
2215
|
box-shadow: 0px 0px 0px 2px #ff5bd1 inset !important;
|
2216
|
-
color: #
|
2216
|
+
color: #ff8edf !important;
|
2217
2217
|
}
|
2218
2218
|
|
2219
2219
|
/*--- Violet ---*/
|
2220
2220
|
|
2221
2221
|
.ui.violet.buttons .button,
|
2222
2222
|
.ui.violet.button {
|
2223
|
-
background-color: #
|
2224
|
-
color: #
|
2223
|
+
background-color: #6435c9;
|
2224
|
+
color: #ffffff;
|
2225
2225
|
text-shadow: none;
|
2226
2226
|
background-image: none;
|
2227
2227
|
}
|
@@ -2231,19 +2231,19 @@
|
|
2231
2231
|
.ui.violet.buttons .button:hover,
|
2232
2232
|
.ui.violet.button:hover {
|
2233
2233
|
background-color: #5829bb;
|
2234
|
-
color: #
|
2234
|
+
color: #ffffff;
|
2235
2235
|
text-shadow: none;
|
2236
2236
|
}
|
2237
2237
|
.ui.violet.buttons .button:focus,
|
2238
2238
|
.ui.violet.button:focus {
|
2239
2239
|
background-color: #4f20b5;
|
2240
|
-
color: #
|
2240
|
+
color: #ffffff;
|
2241
2241
|
text-shadow: none;
|
2242
2242
|
}
|
2243
2243
|
.ui.violet.buttons .button:active,
|
2244
2244
|
.ui.violet.button:active {
|
2245
2245
|
background-color: #502aa1;
|
2246
|
-
color: #
|
2246
|
+
color: #ffffff;
|
2247
2247
|
text-shadow: none;
|
2248
2248
|
}
|
2249
2249
|
.ui.violet.buttons .active.button,
|
@@ -2251,15 +2251,15 @@
|
|
2251
2251
|
.ui.violet.active.button,
|
2252
2252
|
.ui.violet.button .active.button:active {
|
2253
2253
|
background-color: #5626bf;
|
2254
|
-
color: #
|
2254
|
+
color: #ffffff;
|
2255
2255
|
text-shadow: none;
|
2256
2256
|
}
|
2257
2257
|
|
2258
2258
|
/* Basic */
|
2259
2259
|
.ui.basic.violet.buttons .button,
|
2260
2260
|
.ui.basic.violet.button {
|
2261
|
-
box-shadow: 0px 0px 0px 1px #
|
2262
|
-
color: #
|
2261
|
+
box-shadow: 0px 0px 0px 1px #6435c9 inset !important;
|
2262
|
+
color: #6435c9 !important;
|
2263
2263
|
}
|
2264
2264
|
.ui.basic.violet.buttons .button:hover,
|
2265
2265
|
.ui.basic.violet.button:hover {
|
@@ -2292,8 +2292,8 @@
|
|
2292
2292
|
.ui.inverted.violet.buttons .button,
|
2293
2293
|
.ui.inverted.violet.button {
|
2294
2294
|
background-color: transparent;
|
2295
|
-
box-shadow: 0px 0px 0px 2px #
|
2296
|
-
color: #
|
2295
|
+
box-shadow: 0px 0px 0px 2px #a291fb inset !important;
|
2296
|
+
color: #a291fb;
|
2297
2297
|
}
|
2298
2298
|
.ui.inverted.violet.buttons .button:hover,
|
2299
2299
|
.ui.inverted.violet.button:hover,
|
@@ -2304,7 +2304,7 @@
|
|
2304
2304
|
.ui.inverted.violet.buttons .button:active,
|
2305
2305
|
.ui.inverted.violet.button:active {
|
2306
2306
|
box-shadow: none !important;
|
2307
|
-
color: #
|
2307
|
+
color: #ffffff;
|
2308
2308
|
}
|
2309
2309
|
.ui.inverted.violet.buttons .button:hover,
|
2310
2310
|
.ui.inverted.violet.button:hover {
|
@@ -2329,39 +2329,39 @@
|
|
2329
2329
|
.ui.inverted.violet.basic.button {
|
2330
2330
|
background-color: transparent;
|
2331
2331
|
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
|
2332
|
-
color: #
|
2332
|
+
color: #ffffff !important;
|
2333
2333
|
}
|
2334
2334
|
.ui.inverted.violet.basic.buttons .button:hover,
|
2335
2335
|
.ui.inverted.violet.buttons .basic.button:hover,
|
2336
2336
|
.ui.inverted.violet.basic.button:hover {
|
2337
2337
|
box-shadow: 0px 0px 0px 2px #8a73ff inset !important;
|
2338
|
-
color: #
|
2338
|
+
color: #a291fb !important;
|
2339
2339
|
}
|
2340
2340
|
.ui.inverted.violet.basic.buttons .button:focus,
|
2341
2341
|
.ui.inverted.violet.basic.buttons .button:focus,
|
2342
2342
|
.ui.inverted.violet.basic.button:focus {
|
2343
2343
|
box-shadow: 0px 0px 0px 2px #7d64ff inset !important;
|
2344
|
-
color: #
|
2344
|
+
color: #a291fb !important;
|
2345
2345
|
}
|
2346
2346
|
.ui.inverted.violet.basic.buttons .active.button,
|
2347
2347
|
.ui.inverted.violet.buttons .basic.active.button,
|
2348
2348
|
.ui.inverted.violet.basic.active.button {
|
2349
2349
|
box-shadow: 0px 0px 0px 2px #8a73ff inset !important;
|
2350
|
-
color: #
|
2350
|
+
color: #a291fb !important;
|
2351
2351
|
}
|
2352
2352
|
.ui.inverted.violet.basic.buttons .button:active,
|
2353
2353
|
.ui.inverted.violet.buttons .basic.button:active,
|
2354
2354
|
.ui.inverted.violet.basic.button:active {
|
2355
2355
|
box-shadow: 0px 0px 0px 2px #7860f9 inset !important;
|
2356
|
-
color: #
|
2356
|
+
color: #a291fb !important;
|
2357
2357
|
}
|
2358
2358
|
|
2359
2359
|
/*--- Purple ---*/
|
2360
2360
|
|
2361
2361
|
.ui.purple.buttons .button,
|
2362
2362
|
.ui.purple.button {
|
2363
|
-
background-color: #
|
2364
|
-
color: #
|
2363
|
+
background-color: #a333c8;
|
2364
|
+
color: #ffffff;
|
2365
2365
|
text-shadow: none;
|
2366
2366
|
background-image: none;
|
2367
2367
|
}
|
@@ -2371,19 +2371,19 @@
|
|
2371
2371
|
.ui.purple.buttons .button:hover,
|
2372
2372
|
.ui.purple.button:hover {
|
2373
2373
|
background-color: #9627ba;
|
2374
|
-
color: #
|
2374
|
+
color: #ffffff;
|
2375
2375
|
text-shadow: none;
|
2376
2376
|
}
|
2377
2377
|
.ui.purple.buttons .button:focus,
|
2378
2378
|
.ui.purple.button:focus {
|
2379
2379
|
background-color: #8f1eb4;
|
2380
|
-
color: #
|
2380
|
+
color: #ffffff;
|
2381
2381
|
text-shadow: none;
|
2382
2382
|
}
|
2383
2383
|
.ui.purple.buttons .button:active,
|
2384
2384
|
.ui.purple.button:active {
|
2385
2385
|
background-color: #82299f;
|
2386
|
-
color: #
|
2386
|
+
color: #ffffff;
|
2387
2387
|
text-shadow: none;
|
2388
2388
|
}
|
2389
2389
|
.ui.purple.buttons .active.button,
|
@@ -2391,15 +2391,15 @@
|
|
2391
2391
|
.ui.purple.active.button,
|
2392
2392
|
.ui.purple.button .active.button:active {
|
2393
2393
|
background-color: #9724be;
|
2394
|
-
color: #
|
2394
|
+
color: #ffffff;
|
2395
2395
|
text-shadow: none;
|
2396
2396
|
}
|
2397
2397
|
|
2398
2398
|
/* Basic */
|
2399
2399
|
.ui.basic.purple.buttons .button,
|
2400
2400
|
.ui.basic.purple.button {
|
2401
|
-
box-shadow: 0px 0px 0px 1px #
|
2402
|
-
color: #
|
2401
|
+
box-shadow: 0px 0px 0px 1px #a333c8 inset !important;
|
2402
|
+
color: #a333c8 !important;
|
2403
2403
|
}
|
2404
2404
|
.ui.basic.purple.buttons .button:hover,
|
2405
2405
|
.ui.basic.purple.button:hover {
|
@@ -2432,8 +2432,8 @@
|
|
2432
2432
|
.ui.inverted.purple.buttons .button,
|
2433
2433
|
.ui.inverted.purple.button {
|
2434
2434
|
background-color: transparent;
|
2435
|
-
box-shadow: 0px 0px 0px 2px #
|
2436
|
-
color: #
|
2435
|
+
box-shadow: 0px 0px 0px 2px #dc73ff inset !important;
|
2436
|
+
color: #dc73ff;
|
2437
2437
|
}
|
2438
2438
|
.ui.inverted.purple.buttons .button:hover,
|
2439
2439
|
.ui.inverted.purple.button:hover,
|
@@ -2444,7 +2444,7 @@
|
|
2444
2444
|
.ui.inverted.purple.buttons .button:active,
|
2445
2445
|
.ui.inverted.purple.button:active {
|
2446
2446
|
box-shadow: none !important;
|
2447
|
-
color: #
|
2447
|
+
color: #ffffff;
|
2448
2448
|
}
|
2449
2449
|
.ui.inverted.purple.buttons .button:hover,
|
2450
2450
|
.ui.inverted.purple.button:hover {
|
@@ -2469,39 +2469,39 @@
|
|
2469
2469
|
.ui.inverted.purple.basic.button {
|
2470
2470
|
background-color: transparent;
|
2471
2471
|
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
|
2472
|
-
color: #
|
2472
|
+
color: #ffffff !important;
|
2473
2473
|
}
|
2474
2474
|
.ui.inverted.purple.basic.buttons .button:hover,
|
2475
2475
|
.ui.inverted.purple.buttons .basic.button:hover,
|
2476
2476
|
.ui.inverted.purple.basic.button:hover {
|
2477
2477
|
box-shadow: 0px 0px 0px 2px #d65aff inset !important;
|
2478
|
-
color: #
|
2478
|
+
color: #dc73ff !important;
|
2479
2479
|
}
|
2480
2480
|
.ui.inverted.purple.basic.buttons .button:focus,
|
2481
2481
|
.ui.inverted.purple.basic.buttons .button:focus,
|
2482
2482
|
.ui.inverted.purple.basic.button:focus {
|
2483
2483
|
box-shadow: 0px 0px 0px 2px #d24aff inset !important;
|
2484
|
-
color: #
|
2484
|
+
color: #dc73ff !important;
|
2485
2485
|
}
|
2486
2486
|
.ui.inverted.purple.basic.buttons .active.button,
|
2487
2487
|
.ui.inverted.purple.buttons .basic.active.button,
|
2488
2488
|
.ui.inverted.purple.basic.active.button {
|
2489
2489
|
box-shadow: 0px 0px 0px 2px #d65aff inset !important;
|
2490
|
-
color: #
|
2490
|
+
color: #dc73ff !important;
|
2491
2491
|
}
|
2492
2492
|
.ui.inverted.purple.basic.buttons .button:active,
|
2493
2493
|
.ui.inverted.purple.buttons .basic.button:active,
|
2494
2494
|
.ui.inverted.purple.basic.button:active {
|
2495
2495
|
box-shadow: 0px 0px 0px 2px #cf40ff inset !important;
|
2496
|
-
color: #
|
2496
|
+
color: #dc73ff !important;
|
2497
2497
|
}
|
2498
2498
|
|
2499
2499
|
/*--- Red ---*/
|
2500
2500
|
|
2501
2501
|
.ui.red.buttons .button,
|
2502
2502
|
.ui.red.button {
|
2503
|
-
background-color: #
|
2504
|
-
color: #
|
2503
|
+
background-color: #db2828;
|
2504
|
+
color: #ffffff;
|
2505
2505
|
text-shadow: none;
|
2506
2506
|
background-image: none;
|
2507
2507
|
}
|
@@ -2511,19 +2511,19 @@
|
|
2511
2511
|
.ui.red.buttons .button:hover,
|
2512
2512
|
.ui.red.button:hover {
|
2513
2513
|
background-color: #d01919;
|
2514
|
-
color: #
|
2514
|
+
color: #ffffff;
|
2515
2515
|
text-shadow: none;
|
2516
2516
|
}
|
2517
2517
|
.ui.red.buttons .button:focus,
|
2518
2518
|
.ui.red.button:focus {
|
2519
2519
|
background-color: #ca1010;
|
2520
|
-
color: #
|
2520
|
+
color: #ffffff;
|
2521
2521
|
text-shadow: none;
|
2522
2522
|
}
|
2523
2523
|
.ui.red.buttons .button:active,
|
2524
2524
|
.ui.red.button:active {
|
2525
2525
|
background-color: #b21e1e;
|
2526
|
-
color: #
|
2526
|
+
color: #ffffff;
|
2527
2527
|
text-shadow: none;
|
2528
2528
|
}
|
2529
2529
|
.ui.red.buttons .active.button,
|
@@ -2531,15 +2531,15 @@
|
|
2531
2531
|
.ui.red.active.button,
|
2532
2532
|
.ui.red.button .active.button:active {
|
2533
2533
|
background-color: #d41515;
|
2534
|
-
color: #
|
2534
|
+
color: #ffffff;
|
2535
2535
|
text-shadow: none;
|
2536
2536
|
}
|
2537
2537
|
|
2538
2538
|
/* Basic */
|
2539
2539
|
.ui.basic.red.buttons .button,
|
2540
2540
|
.ui.basic.red.button {
|
2541
|
-
box-shadow: 0px 0px 0px 1px #
|
2542
|
-
color: #
|
2541
|
+
box-shadow: 0px 0px 0px 1px #db2828 inset !important;
|
2542
|
+
color: #db2828 !important;
|
2543
2543
|
}
|
2544
2544
|
.ui.basic.red.buttons .button:hover,
|
2545
2545
|
.ui.basic.red.button:hover {
|
@@ -2572,8 +2572,8 @@
|
|
2572
2572
|
.ui.inverted.red.buttons .button,
|
2573
2573
|
.ui.inverted.red.button {
|
2574
2574
|
background-color: transparent;
|
2575
|
-
box-shadow: 0px 0px 0px 2px #
|
2576
|
-
color: #
|
2575
|
+
box-shadow: 0px 0px 0px 2px #ff695e inset !important;
|
2576
|
+
color: #ff695e;
|
2577
2577
|
}
|
2578
2578
|
.ui.inverted.red.buttons .button:hover,
|
2579
2579
|
.ui.inverted.red.button:hover,
|
@@ -2584,7 +2584,7 @@
|
|
2584
2584
|
.ui.inverted.red.buttons .button:active,
|
2585
2585
|
.ui.inverted.red.button:active {
|
2586
2586
|
box-shadow: none !important;
|
2587
|
-
color: #
|
2587
|
+
color: #ffffff;
|
2588
2588
|
}
|
2589
2589
|
.ui.inverted.red.buttons .button:hover,
|
2590
2590
|
.ui.inverted.red.button:hover {
|
@@ -2609,39 +2609,39 @@
|
|
2609
2609
|
.ui.inverted.red.basic.button {
|
2610
2610
|
background-color: transparent;
|
2611
2611
|
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
|
2612
|
-
color: #
|
2612
|
+
color: #ffffff !important;
|
2613
2613
|
}
|
2614
2614
|
.ui.inverted.red.basic.buttons .button:hover,
|
2615
2615
|
.ui.inverted.red.buttons .basic.button:hover,
|
2616
2616
|
.ui.inverted.red.basic.button:hover {
|
2617
2617
|
box-shadow: 0px 0px 0px 2px #ff5144 inset !important;
|
2618
|
-
color: #
|
2618
|
+
color: #ff695e !important;
|
2619
2619
|
}
|
2620
2620
|
.ui.inverted.red.basic.buttons .button:focus,
|
2621
2621
|
.ui.inverted.red.basic.buttons .button:focus,
|
2622
2622
|
.ui.inverted.red.basic.button:focus {
|
2623
2623
|
box-shadow: 0px 0px 0px 2px #ff4335 inset !important;
|
2624
|
-
color: #
|
2624
|
+
color: #ff695e !important;
|
2625
2625
|
}
|
2626
2626
|
.ui.inverted.red.basic.buttons .active.button,
|
2627
2627
|
.ui.inverted.red.buttons .basic.active.button,
|
2628
2628
|
.ui.inverted.red.basic.active.button {
|
2629
2629
|
box-shadow: 0px 0px 0px 2px #ff5144 inset !important;
|
2630
|
-
color: #
|
2630
|
+
color: #ff695e !important;
|
2631
2631
|
}
|
2632
2632
|
.ui.inverted.red.basic.buttons .button:active,
|
2633
2633
|
.ui.inverted.red.buttons .basic.button:active,
|
2634
2634
|
.ui.inverted.red.basic.button:active {
|
2635
2635
|
box-shadow: 0px 0px 0px 2px #ff392b inset !important;
|
2636
|
-
color: #
|
2636
|
+
color: #ff695e !important;
|
2637
2637
|
}
|
2638
2638
|
|
2639
2639
|
/*--- Teal ---*/
|
2640
2640
|
|
2641
2641
|
.ui.teal.buttons .button,
|
2642
2642
|
.ui.teal.button {
|
2643
|
-
background-color: #
|
2644
|
-
color: #
|
2643
|
+
background-color: #00b5ad;
|
2644
|
+
color: #ffffff;
|
2645
2645
|
text-shadow: none;
|
2646
2646
|
background-image: none;
|
2647
2647
|
}
|
@@ -2651,19 +2651,19 @@
|
|
2651
2651
|
.ui.teal.buttons .button:hover,
|
2652
2652
|
.ui.teal.button:hover {
|
2653
2653
|
background-color: #009c95;
|
2654
|
-
color: #
|
2654
|
+
color: #ffffff;
|
2655
2655
|
text-shadow: none;
|
2656
2656
|
}
|
2657
2657
|
.ui.teal.buttons .button:focus,
|
2658
2658
|
.ui.teal.button:focus {
|
2659
2659
|
background-color: #008c86;
|
2660
|
-
color: #
|
2660
|
+
color: #ffffff;
|
2661
2661
|
text-shadow: none;
|
2662
2662
|
}
|
2663
2663
|
.ui.teal.buttons .button:active,
|
2664
2664
|
.ui.teal.button:active {
|
2665
2665
|
background-color: #00827c;
|
2666
|
-
color: #
|
2666
|
+
color: #ffffff;
|
2667
2667
|
text-shadow: none;
|
2668
2668
|
}
|
2669
2669
|
.ui.teal.buttons .active.button,
|
@@ -2671,15 +2671,15 @@
|
|
2671
2671
|
.ui.teal.active.button,
|
2672
2672
|
.ui.teal.button .active.button:active {
|
2673
2673
|
background-color: #009c95;
|
2674
|
-
color: #
|
2674
|
+
color: #ffffff;
|
2675
2675
|
text-shadow: none;
|
2676
2676
|
}
|
2677
2677
|
|
2678
2678
|
/* Basic */
|
2679
2679
|
.ui.basic.teal.buttons .button,
|
2680
2680
|
.ui.basic.teal.button {
|
2681
|
-
box-shadow: 0px 0px 0px 1px #
|
2682
|
-
color: #
|
2681
|
+
box-shadow: 0px 0px 0px 1px #00b5ad inset !important;
|
2682
|
+
color: #00b5ad !important;
|
2683
2683
|
}
|
2684
2684
|
.ui.basic.teal.buttons .button:hover,
|
2685
2685
|
.ui.basic.teal.button:hover {
|
@@ -2712,8 +2712,8 @@
|
|
2712
2712
|
.ui.inverted.teal.buttons .button,
|
2713
2713
|
.ui.inverted.teal.button {
|
2714
2714
|
background-color: transparent;
|
2715
|
-
box-shadow: 0px 0px 0px 2px #
|
2716
|
-
color: #
|
2715
|
+
box-shadow: 0px 0px 0px 2px #6dffff inset !important;
|
2716
|
+
color: #6dffff;
|
2717
2717
|
}
|
2718
2718
|
.ui.inverted.teal.buttons .button:hover,
|
2719
2719
|
.ui.inverted.teal.button:hover,
|
@@ -2749,39 +2749,39 @@
|
|
2749
2749
|
.ui.inverted.teal.basic.button {
|
2750
2750
|
background-color: transparent;
|
2751
2751
|
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
|
2752
|
-
color: #
|
2752
|
+
color: #ffffff !important;
|
2753
2753
|
}
|
2754
2754
|
.ui.inverted.teal.basic.buttons .button:hover,
|
2755
2755
|
.ui.inverted.teal.buttons .basic.button:hover,
|
2756
2756
|
.ui.inverted.teal.basic.button:hover {
|
2757
2757
|
box-shadow: 0px 0px 0px 2px #54ffff inset !important;
|
2758
|
-
color: #
|
2758
|
+
color: #6dffff !important;
|
2759
2759
|
}
|
2760
2760
|
.ui.inverted.teal.basic.buttons .button:focus,
|
2761
2761
|
.ui.inverted.teal.basic.buttons .button:focus,
|
2762
2762
|
.ui.inverted.teal.basic.button:focus {
|
2763
2763
|
box-shadow: 0px 0px 0px 2px #44ffff inset !important;
|
2764
|
-
color: #
|
2764
|
+
color: #6dffff !important;
|
2765
2765
|
}
|
2766
2766
|
.ui.inverted.teal.basic.buttons .active.button,
|
2767
2767
|
.ui.inverted.teal.buttons .basic.active.button,
|
2768
2768
|
.ui.inverted.teal.basic.active.button {
|
2769
2769
|
box-shadow: 0px 0px 0px 2px #54ffff inset !important;
|
2770
|
-
color: #
|
2770
|
+
color: #6dffff !important;
|
2771
2771
|
}
|
2772
2772
|
.ui.inverted.teal.basic.buttons .button:active,
|
2773
2773
|
.ui.inverted.teal.buttons .basic.button:active,
|
2774
2774
|
.ui.inverted.teal.basic.button:active {
|
2775
2775
|
box-shadow: 0px 0px 0px 2px #3affff inset !important;
|
2776
|
-
color: #
|
2776
|
+
color: #6dffff !important;
|
2777
2777
|
}
|
2778
2778
|
|
2779
2779
|
/*--- Olive ---*/
|
2780
2780
|
|
2781
2781
|
.ui.olive.buttons .button,
|
2782
2782
|
.ui.olive.button {
|
2783
|
-
background-color: #
|
2784
|
-
color: #
|
2783
|
+
background-color: #b5cc18;
|
2784
|
+
color: #ffffff;
|
2785
2785
|
text-shadow: none;
|
2786
2786
|
background-image: none;
|
2787
2787
|
}
|
@@ -2791,19 +2791,19 @@
|
|
2791
2791
|
.ui.olive.buttons .button:hover,
|
2792
2792
|
.ui.olive.button:hover {
|
2793
2793
|
background-color: #a7bd0d;
|
2794
|
-
color: #
|
2794
|
+
color: #ffffff;
|
2795
2795
|
text-shadow: none;
|
2796
2796
|
}
|
2797
2797
|
.ui.olive.buttons .button:focus,
|
2798
2798
|
.ui.olive.button:focus {
|
2799
2799
|
background-color: #a0b605;
|
2800
|
-
color: #
|
2800
|
+
color: #ffffff;
|
2801
2801
|
text-shadow: none;
|
2802
2802
|
}
|
2803
2803
|
.ui.olive.buttons .button:active,
|
2804
2804
|
.ui.olive.button:active {
|
2805
2805
|
background-color: #8d9e13;
|
2806
|
-
color: #
|
2806
|
+
color: #ffffff;
|
2807
2807
|
text-shadow: none;
|
2808
2808
|
}
|
2809
2809
|
.ui.olive.buttons .active.button,
|
@@ -2811,15 +2811,15 @@
|
|
2811
2811
|
.ui.olive.active.button,
|
2812
2812
|
.ui.olive.button .active.button:active {
|
2813
2813
|
background-color: #aac109;
|
2814
|
-
color: #
|
2814
|
+
color: #ffffff;
|
2815
2815
|
text-shadow: none;
|
2816
2816
|
}
|
2817
2817
|
|
2818
2818
|
/* Basic */
|
2819
2819
|
.ui.basic.olive.buttons .button,
|
2820
2820
|
.ui.basic.olive.button {
|
2821
|
-
box-shadow: 0px 0px 0px 1px #
|
2822
|
-
color: #
|
2821
|
+
box-shadow: 0px 0px 0px 1px #b5cc18 inset !important;
|
2822
|
+
color: #b5cc18 !important;
|
2823
2823
|
}
|
2824
2824
|
.ui.basic.olive.buttons .button:hover,
|
2825
2825
|
.ui.basic.olive.button:hover {
|
@@ -2852,8 +2852,8 @@
|
|
2852
2852
|
.ui.inverted.olive.buttons .button,
|
2853
2853
|
.ui.inverted.olive.button {
|
2854
2854
|
background-color: transparent;
|
2855
|
-
box-shadow: 0px 0px 0px 2px #
|
2856
|
-
color: #
|
2855
|
+
box-shadow: 0px 0px 0px 2px #d9e778 inset !important;
|
2856
|
+
color: #d9e778;
|
2857
2857
|
}
|
2858
2858
|
.ui.inverted.olive.buttons .button:hover,
|
2859
2859
|
.ui.inverted.olive.button:hover,
|
@@ -2889,39 +2889,39 @@
|
|
2889
2889
|
.ui.inverted.olive.basic.button {
|
2890
2890
|
background-color: transparent;
|
2891
2891
|
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
|
2892
|
-
color: #
|
2892
|
+
color: #ffffff !important;
|
2893
2893
|
}
|
2894
2894
|
.ui.inverted.olive.basic.buttons .button:hover,
|
2895
2895
|
.ui.inverted.olive.buttons .basic.button:hover,
|
2896
2896
|
.ui.inverted.olive.basic.button:hover {
|
2897
2897
|
box-shadow: 0px 0px 0px 2px #d8ea5c inset !important;
|
2898
|
-
color: #
|
2898
|
+
color: #d9e778 !important;
|
2899
2899
|
}
|
2900
2900
|
.ui.inverted.olive.basic.buttons .button:focus,
|
2901
2901
|
.ui.inverted.olive.basic.buttons .button:focus,
|
2902
2902
|
.ui.inverted.olive.basic.button:focus {
|
2903
2903
|
box-shadow: 0px 0px 0px 2px #daef47 inset !important;
|
2904
|
-
color: #
|
2904
|
+
color: #d9e778 !important;
|
2905
2905
|
}
|
2906
2906
|
.ui.inverted.olive.basic.buttons .active.button,
|
2907
2907
|
.ui.inverted.olive.buttons .basic.active.button,
|
2908
2908
|
.ui.inverted.olive.basic.active.button {
|
2909
2909
|
box-shadow: 0px 0px 0px 2px #daed59 inset !important;
|
2910
|
-
color: #
|
2910
|
+
color: #d9e778 !important;
|
2911
2911
|
}
|
2912
2912
|
.ui.inverted.olive.basic.buttons .button:active,
|
2913
2913
|
.ui.inverted.olive.buttons .basic.button:active,
|
2914
2914
|
.ui.inverted.olive.basic.button:active {
|
2915
2915
|
box-shadow: 0px 0px 0px 2px #cddf4d inset !important;
|
2916
|
-
color: #
|
2916
|
+
color: #d9e778 !important;
|
2917
2917
|
}
|
2918
2918
|
|
2919
2919
|
/*--- Yellow ---*/
|
2920
2920
|
|
2921
2921
|
.ui.yellow.buttons .button,
|
2922
2922
|
.ui.yellow.button {
|
2923
|
-
background-color: #
|
2924
|
-
color: #
|
2923
|
+
background-color: #fbbd08;
|
2924
|
+
color: #ffffff;
|
2925
2925
|
text-shadow: none;
|
2926
2926
|
background-image: none;
|
2927
2927
|
}
|
@@ -2931,19 +2931,19 @@
|
|
2931
2931
|
.ui.yellow.buttons .button:hover,
|
2932
2932
|
.ui.yellow.button:hover {
|
2933
2933
|
background-color: #eaae00;
|
2934
|
-
color: #
|
2934
|
+
color: #ffffff;
|
2935
2935
|
text-shadow: none;
|
2936
2936
|
}
|
2937
2937
|
.ui.yellow.buttons .button:focus,
|
2938
2938
|
.ui.yellow.button:focus {
|
2939
2939
|
background-color: #daa300;
|
2940
|
-
color: #
|
2940
|
+
color: #ffffff;
|
2941
2941
|
text-shadow: none;
|
2942
2942
|
}
|
2943
2943
|
.ui.yellow.buttons .button:active,
|
2944
2944
|
.ui.yellow.button:active {
|
2945
2945
|
background-color: #cd9903;
|
2946
|
-
color: #
|
2946
|
+
color: #ffffff;
|
2947
2947
|
text-shadow: none;
|
2948
2948
|
}
|
2949
2949
|
.ui.yellow.buttons .active.button,
|
@@ -2951,15 +2951,15 @@
|
|
2951
2951
|
.ui.yellow.active.button,
|
2952
2952
|
.ui.yellow.button .active.button:active {
|
2953
2953
|
background-color: #eaae00;
|
2954
|
-
color: #
|
2954
|
+
color: #ffffff;
|
2955
2955
|
text-shadow: none;
|
2956
2956
|
}
|
2957
2957
|
|
2958
2958
|
/* Basic */
|
2959
2959
|
.ui.basic.yellow.buttons .button,
|
2960
2960
|
.ui.basic.yellow.button {
|
2961
|
-
box-shadow: 0px 0px 0px 1px #
|
2962
|
-
color: #
|
2961
|
+
box-shadow: 0px 0px 0px 1px #fbbd08 inset !important;
|
2962
|
+
color: #fbbd08 !important;
|
2963
2963
|
}
|
2964
2964
|
.ui.basic.yellow.buttons .button:hover,
|
2965
2965
|
.ui.basic.yellow.button:hover {
|
@@ -2992,8 +2992,8 @@
|
|
2992
2992
|
.ui.inverted.yellow.buttons .button,
|
2993
2993
|
.ui.inverted.yellow.button {
|
2994
2994
|
background-color: transparent;
|
2995
|
-
box-shadow: 0px 0px 0px 2px #
|
2996
|
-
color: #
|
2995
|
+
box-shadow: 0px 0px 0px 2px #ffe21f inset !important;
|
2996
|
+
color: #ffe21f;
|
2997
2997
|
}
|
2998
2998
|
.ui.inverted.yellow.buttons .button:hover,
|
2999
2999
|
.ui.inverted.yellow.button:hover,
|
@@ -3029,31 +3029,31 @@
|
|
3029
3029
|
.ui.inverted.yellow.basic.button {
|
3030
3030
|
background-color: transparent;
|
3031
3031
|
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
|
3032
|
-
color: #
|
3032
|
+
color: #ffffff !important;
|
3033
3033
|
}
|
3034
3034
|
.ui.inverted.yellow.basic.buttons .button:hover,
|
3035
3035
|
.ui.inverted.yellow.buttons .basic.button:hover,
|
3036
3036
|
.ui.inverted.yellow.basic.button:hover {
|
3037
3037
|
box-shadow: 0px 0px 0px 2px #ffdf05 inset !important;
|
3038
|
-
color: #
|
3038
|
+
color: #ffe21f !important;
|
3039
3039
|
}
|
3040
3040
|
.ui.inverted.yellow.basic.buttons .button:focus,
|
3041
3041
|
.ui.inverted.yellow.basic.buttons .button:focus,
|
3042
3042
|
.ui.inverted.yellow.basic.button:focus {
|
3043
3043
|
box-shadow: 0px 0px 0px 2px #f5d500 inset !important;
|
3044
|
-
color: #
|
3044
|
+
color: #ffe21f !important;
|
3045
3045
|
}
|
3046
3046
|
.ui.inverted.yellow.basic.buttons .active.button,
|
3047
3047
|
.ui.inverted.yellow.buttons .basic.active.button,
|
3048
3048
|
.ui.inverted.yellow.basic.active.button {
|
3049
3049
|
box-shadow: 0px 0px 0px 2px #ffdf05 inset !important;
|
3050
|
-
color: #
|
3050
|
+
color: #ffe21f !important;
|
3051
3051
|
}
|
3052
3052
|
.ui.inverted.yellow.basic.buttons .button:active,
|
3053
3053
|
.ui.inverted.yellow.buttons .basic.button:active,
|
3054
3054
|
.ui.inverted.yellow.basic.button:active {
|
3055
3055
|
box-shadow: 0px 0px 0px 2px #ebcd00 inset !important;
|
3056
|
-
color: #
|
3056
|
+
color: #ffe21f !important;
|
3057
3057
|
}
|
3058
3058
|
|
3059
3059
|
/*-------------------
|
@@ -3062,8 +3062,8 @@
|
|
3062
3062
|
|
3063
3063
|
.ui.primary.buttons .button,
|
3064
3064
|
.ui.primary.button {
|
3065
|
-
background-color: #
|
3066
|
-
color: #
|
3065
|
+
background-color: #2185d0;
|
3066
|
+
color: #ffffff;
|
3067
3067
|
text-shadow: none;
|
3068
3068
|
background-image: none;
|
3069
3069
|
}
|
@@ -3073,25 +3073,25 @@
|
|
3073
3073
|
.ui.primary.buttons .button:hover,
|
3074
3074
|
.ui.primary.button:hover {
|
3075
3075
|
background-color: #1678c2;
|
3076
|
-
color: #
|
3076
|
+
color: #ffffff;
|
3077
3077
|
text-shadow: none;
|
3078
3078
|
}
|
3079
3079
|
.ui.primary.buttons .button:focus,
|
3080
3080
|
.ui.primary.button:focus {
|
3081
3081
|
background-color: #0d71bb;
|
3082
|
-
color: #
|
3082
|
+
color: #ffffff;
|
3083
3083
|
text-shadow: none;
|
3084
3084
|
}
|
3085
3085
|
.ui.primary.buttons .button:active,
|
3086
3086
|
.ui.primary.button:active {
|
3087
3087
|
background-color: #1a69a4;
|
3088
|
-
color: #
|
3088
|
+
color: #ffffff;
|
3089
3089
|
text-shadow: none;
|
3090
3090
|
}
|
3091
3091
|
.ui.primary.buttons .active.button,
|
3092
3092
|
.ui.primary.active.button {
|
3093
3093
|
background-color: #1279c6;
|
3094
|
-
color: #
|
3094
|
+
color: #ffffff;
|
3095
3095
|
text-shadow: none;
|
3096
3096
|
}
|
3097
3097
|
|
@@ -3101,8 +3101,8 @@
|
|
3101
3101
|
|
3102
3102
|
.ui.secondary.buttons .button,
|
3103
3103
|
.ui.secondary.button {
|
3104
|
-
background-color: #
|
3105
|
-
color: #
|
3104
|
+
background-color: #1b1c1d;
|
3105
|
+
color: #ffffff;
|
3106
3106
|
text-shadow: none;
|
3107
3107
|
background-image: none;
|
3108
3108
|
}
|
@@ -3112,25 +3112,25 @@
|
|
3112
3112
|
.ui.secondary.buttons .button:hover,
|
3113
3113
|
.ui.secondary.button:hover {
|
3114
3114
|
background-color: #27292a;
|
3115
|
-
color: #
|
3115
|
+
color: #ffffff;
|
3116
3116
|
text-shadow: none;
|
3117
3117
|
}
|
3118
3118
|
.ui.secondary.buttons .button:focus,
|
3119
3119
|
.ui.secondary.button:focus {
|
3120
3120
|
background-color: #2e3032;
|
3121
|
-
color: #
|
3121
|
+
color: #ffffff;
|
3122
3122
|
text-shadow: none;
|
3123
3123
|
}
|
3124
3124
|
.ui.secondary.buttons .button:active,
|
3125
3125
|
.ui.secondary.button:active {
|
3126
3126
|
background-color: #343637;
|
3127
|
-
color: #
|
3127
|
+
color: #ffffff;
|
3128
3128
|
text-shadow: none;
|
3129
3129
|
}
|
3130
3130
|
.ui.secondary.buttons .active.button,
|
3131
3131
|
.ui.secondary.active.button {
|
3132
3132
|
background-color: #27292a;
|
3133
|
-
color: #
|
3133
|
+
color: #ffffff;
|
3134
3134
|
text-shadow: none;
|
3135
3135
|
}
|
3136
3136
|
|
@@ -3140,8 +3140,8 @@
|
|
3140
3140
|
|
3141
3141
|
.ui.positive.buttons .button,
|
3142
3142
|
.ui.positive.button {
|
3143
|
-
background-color: #
|
3144
|
-
color: #
|
3143
|
+
background-color: #21ba45 !important;
|
3144
|
+
color: #ffffff;
|
3145
3145
|
text-shadow: none;
|
3146
3146
|
background-image: none;
|
3147
3147
|
}
|
@@ -3151,26 +3151,26 @@
|
|
3151
3151
|
.ui.positive.buttons .button:hover,
|
3152
3152
|
.ui.positive.button:hover {
|
3153
3153
|
background-color: #16ab39 !important;
|
3154
|
-
color: #
|
3154
|
+
color: #ffffff;
|
3155
3155
|
text-shadow: none;
|
3156
3156
|
}
|
3157
3157
|
.ui.positive.buttons .button:focus,
|
3158
3158
|
.ui.positive.button:focus {
|
3159
3159
|
background-color: #0ea432 !important;
|
3160
|
-
color: #
|
3160
|
+
color: #ffffff;
|
3161
3161
|
text-shadow: none;
|
3162
3162
|
}
|
3163
3163
|
.ui.positive.buttons .button:active,
|
3164
3164
|
.ui.positive.button:active {
|
3165
3165
|
background-color: #198f35 !important;
|
3166
|
-
color: #
|
3166
|
+
color: #ffffff;
|
3167
3167
|
text-shadow: none;
|
3168
3168
|
}
|
3169
3169
|
.ui.positive.buttons .active.button,
|
3170
3170
|
.ui.positive.active.button,
|
3171
3171
|
.ui.positive.buttons .active.button:active {
|
3172
3172
|
background-color: #13ae38;
|
3173
|
-
color: #
|
3173
|
+
color: #ffffff;
|
3174
3174
|
text-shadow: none;
|
3175
3175
|
}
|
3176
3176
|
|
@@ -3180,8 +3180,8 @@
|
|
3180
3180
|
|
3181
3181
|
.ui.negative.buttons .button,
|
3182
3182
|
.ui.negative.button {
|
3183
|
-
background-color: #
|
3184
|
-
color: #
|
3183
|
+
background-color: #db2828 !important;
|
3184
|
+
color: #ffffff;
|
3185
3185
|
text-shadow: none;
|
3186
3186
|
background-image: none;
|
3187
3187
|
}
|
@@ -3191,26 +3191,26 @@
|
|
3191
3191
|
.ui.negative.buttons .button:hover,
|
3192
3192
|
.ui.negative.button:hover {
|
3193
3193
|
background-color: #d01919 !important;
|
3194
|
-
color: #
|
3194
|
+
color: #ffffff;
|
3195
3195
|
text-shadow: none;
|
3196
3196
|
}
|
3197
3197
|
.ui.negative.buttons .button:focus,
|
3198
3198
|
.ui.negative.button:focus {
|
3199
3199
|
background-color: #ca1010 !important;
|
3200
|
-
color: #
|
3200
|
+
color: #ffffff;
|
3201
3201
|
text-shadow: none;
|
3202
3202
|
}
|
3203
3203
|
.ui.negative.buttons .button:active,
|
3204
3204
|
.ui.negative.button:active {
|
3205
3205
|
background-color: #b21e1e !important;
|
3206
|
-
color: #
|
3206
|
+
color: #ffffff;
|
3207
3207
|
text-shadow: none;
|
3208
3208
|
}
|
3209
3209
|
.ui.negative.buttons .active.button,
|
3210
3210
|
.ui.negative.active.button,
|
3211
3211
|
.ui.negative.buttons .active.button:active {
|
3212
3212
|
background-color: #d41515;
|
3213
|
-
color: #
|
3213
|
+
color: #ffffff;
|
3214
3214
|
text-shadow: none;
|
3215
3215
|
}
|
3216
3216
|
|