semantic-ui-sass 2.1.8.0 → 2.2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (77) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +8 -1
  3. data/app/assets/javascripts/semantic-ui.js +21465 -24
  4. data/app/assets/javascripts/semantic-ui/accordion.js +20 -6
  5. data/app/assets/javascripts/semantic-ui/api.js +41 -16
  6. data/app/assets/javascripts/semantic-ui/checkbox.js +31 -9
  7. data/app/assets/javascripts/semantic-ui/colorize.js +233 -227
  8. data/app/assets/javascripts/semantic-ui/dimmer.js +27 -9
  9. data/app/assets/javascripts/semantic-ui/dropdown.js +485 -207
  10. data/app/assets/javascripts/semantic-ui/embed.js +50 -13
  11. data/app/assets/javascripts/semantic-ui/form.js +58 -23
  12. data/app/assets/javascripts/semantic-ui/modal.js +28 -13
  13. data/app/assets/javascripts/semantic-ui/nag.js +28 -7
  14. data/app/assets/javascripts/semantic-ui/popup.js +136 -76
  15. data/app/assets/javascripts/semantic-ui/progress.js +177 -62
  16. data/app/assets/javascripts/semantic-ui/rating.js +41 -8
  17. data/app/assets/javascripts/semantic-ui/search.js +109 -56
  18. data/app/assets/javascripts/semantic-ui/shape.js +52 -19
  19. data/app/assets/javascripts/semantic-ui/sidebar.js +21 -7
  20. data/app/assets/javascripts/semantic-ui/site.js +2 -2
  21. data/app/assets/javascripts/semantic-ui/state.js +20 -7
  22. data/app/assets/javascripts/semantic-ui/sticky.js +48 -19
  23. data/app/assets/javascripts/semantic-ui/tab.js +57 -27
  24. data/app/assets/javascripts/semantic-ui/transition.js +24 -8
  25. data/app/assets/javascripts/semantic-ui/video.js +6 -14
  26. data/app/assets/javascripts/semantic-ui/visibility.js +89 -22
  27. data/app/assets/javascripts/semantic-ui/visit.js +13 -5
  28. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +4 -5
  29. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +91 -85
  30. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +41 -37
  31. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +138 -94
  32. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +74 -55
  33. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +80 -68
  34. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +458 -305
  35. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +1 -2
  36. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +2 -4
  37. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +2 -3
  38. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +46 -46
  39. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +812 -252
  40. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +7 -3
  41. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +35 -35
  42. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +127 -127
  43. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +37 -25
  44. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +101 -38
  45. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +24 -4
  46. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +9 -6
  47. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +92 -51
  48. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +42 -23
  49. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +1 -6
  50. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +7 -9
  51. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +7 -6
  52. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +40 -37
  53. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +7 -8
  54. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +107 -88
  55. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +6 -7
  56. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +9 -10
  57. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +6 -7
  58. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +415 -36
  59. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +47 -48
  60. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +12 -13
  61. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +21 -21
  62. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +11 -8
  63. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +31 -14
  64. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +2 -3
  65. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +1 -2
  66. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +1 -2
  67. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +2 -2
  68. data/app/assets/stylesheets/semantic-ui/views/_card.scss +62 -42
  69. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +2 -3
  70. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +5 -6
  71. data/app/assets/stylesheets/semantic-ui/views/_item.scss +11 -12
  72. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +44 -45
  73. data/app/helpers/semantic_icon_helper.rb +6 -3
  74. data/lib/semantic/ui/sass/engine.rb +5 -1
  75. data/lib/semantic/ui/sass/version.rb +2 -2
  76. data/spec/helpers/semantic_icon_helper_spec.rb +22 -10
  77. metadata +3 -3
@@ -1,9 +1,8 @@
1
1
  /*!
2
- * # Semantic UI 2.1.7 - Button
2
+ * # Semantic UI 2.2.0 - Button
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
6
- * Copyright 2015 Contributors
7
6
  * Released under the MIT license
8
7
  * http://opensource.org/licenses/MIT
9
8
  *
@@ -21,7 +20,7 @@
21
20
  outline: none;
22
21
  border: none;
23
22
  vertical-align: baseline;
24
- background: #e0e1e2 none;
23
+ background: #E0E1E2 none;
25
24
  color: rgba(0, 0, 0, 0.6);
26
25
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
27
26
  margin: 0em 0.25em 0em 0em;
@@ -40,7 +39,7 @@
40
39
  -ms-user-select: none;
41
40
  user-select: none;
42
41
  -webkit-transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
43
- transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
42
+ transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
44
43
  will-change: '';
45
44
  -webkit-tap-highlight-color: transparent;
46
45
  }
@@ -56,7 +55,7 @@
56
55
  ---------------*/
57
56
 
58
57
  .ui.button:hover {
59
- background-color: #cacbcd;
58
+ background-color: #CACBCD;
60
59
  background-image: none;
61
60
  box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
62
61
  color: rgba(0, 0, 0, 0.8);
@@ -70,7 +69,7 @@
70
69
  ---------------*/
71
70
 
72
71
  .ui.button:focus {
73
- background-color: #cacbcd;
72
+ background-color: #CACBCD;
74
73
  color: rgba(0, 0, 0, 0.8);
75
74
  background-image: '' !important;
76
75
  box-shadow: '' !important;
@@ -85,7 +84,7 @@
85
84
 
86
85
  .ui.button:active,
87
86
  .ui.active.button:active {
88
- background-color: #babbbc;
87
+ background-color: #BABBBC;
89
88
  background-image: '';
90
89
  color: rgba(0, 0, 0, 0.9);
91
90
  box-shadow: 0px 0px 0px 1px transparent inset, none;
@@ -96,18 +95,18 @@
96
95
  ---------------*/
97
96
 
98
97
  .ui.active.button {
99
- background-color: #c0c1c2;
98
+ background-color: #C0C1C2;
100
99
  background-image: none;
101
100
  box-shadow: 0px 0px 0px 1px transparent inset;
102
101
  color: rgba(0, 0, 0, 0.95);
103
102
  }
104
103
  .ui.active.button:hover {
105
- background-color: #c0c1c2;
104
+ background-color: #C0C1C2;
106
105
  background-image: none;
107
106
  color: rgba(0, 0, 0, 0.95);
108
107
  }
109
108
  .ui.active.button:active {
110
- background-color: #c0c1c2;
109
+ background-color: #C0C1C2;
111
110
  background-image: none;
112
111
  }
113
112
 
@@ -125,7 +124,7 @@
125
124
  opacity: 1;
126
125
  pointer-events: auto;
127
126
  -webkit-transition: all 0s linear, opacity 0.1s ease;
128
- transition: all 0s linear, opacity 0.1s ease;
127
+ transition: all 0s linear, opacity 0.1s ease;
129
128
  }
130
129
  .ui.loading.button:before {
131
130
  position: absolute;
@@ -151,7 +150,7 @@
151
150
  -webkit-animation-iteration-count: infinite;
152
151
  animation-iteration-count: infinite;
153
152
  border-radius: 500rem;
154
- border-color: #ffffff transparent transparent;
153
+ border-color: #FFFFFF transparent transparent;
155
154
  border-style: solid;
156
155
  border-width: 0.2em;
157
156
  box-shadow: 0px 0px 0px 1px transparent;
@@ -200,7 +199,7 @@
200
199
  opacity: 0.45 !important;
201
200
  background-image: none !important;
202
201
  box-shadow: none !important;
203
- pointer-events: none;
202
+ pointer-events: none !important;
204
203
  }
205
204
 
206
205
  /* Basic Group With Disabled */
@@ -241,7 +240,7 @@
241
240
  .ui.animated.button .visible.content,
242
241
  .ui.animated.button .hidden.content {
243
242
  -webkit-transition: right 0.3s ease 0s;
244
- transition: right 0.3s ease 0s;
243
+ transition: right 0.3s ease 0s;
245
244
  }
246
245
  .ui.animated.button .visible.content {
247
246
  left: auto;
@@ -268,7 +267,9 @@
268
267
  .ui.vertical.animated.button .visible.content,
269
268
  .ui.vertical.animated.button .hidden.content {
270
269
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
271
- transition: top 0.3s ease, transform 0.3s ease;
270
+ transition: top 0.3s ease, -webkit-transform 0.3s ease;
271
+ transition: top 0.3s ease, transform 0.3s ease;
272
+ transition: top 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
272
273
  }
273
274
  .ui.vertical.animated.button .visible.content {
274
275
  -webkit-transform: translateY(0%);
@@ -298,7 +299,9 @@
298
299
  .ui.fade.animated.button .visible.content,
299
300
  .ui.fade.animated.button .hidden.content {
300
301
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
301
- transition: opacity 0.3s ease, transform 0.3s ease;
302
+ transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
303
+ transition: opacity 0.3s ease, transform 0.3s ease;
304
+ transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
302
305
  }
303
306
  .ui.fade.animated.button .visible.content {
304
307
  left: auto;
@@ -340,9 +343,9 @@
340
343
  --------------------*/
341
344
 
342
345
  .ui.inverted.button {
343
- box-shadow: 0px 0px 0px 2px #ffffff inset !important;
346
+ box-shadow: 0px 0px 0px 2px #FFFFFF inset !important;
344
347
  background: transparent none;
345
- color: #ffffff;
348
+ color: #FFFFFF;
346
349
  text-shadow: none !important;
347
350
  }
348
351
 
@@ -364,23 +367,23 @@
364
367
 
365
368
  /* Hover */
366
369
  .ui.inverted.button:hover {
367
- background: #ffffff;
368
- box-shadow: 0px 0px 0px 2px #ffffff inset !important;
370
+ background: #FFFFFF;
371
+ box-shadow: 0px 0px 0px 2px #FFFFFF inset !important;
369
372
  color: rgba(0, 0, 0, 0.8);
370
373
  }
371
374
 
372
375
  /* Active / Focus */
373
376
  .ui.inverted.button:focus,
374
377
  .ui.inverted.button.active {
375
- background: #ffffff;
376
- box-shadow: 0px 0px 0px 2px #ffffff inset !important;
378
+ background: #FFFFFF;
379
+ box-shadow: 0px 0px 0px 2px #FFFFFF inset !important;
377
380
  color: rgba(0, 0, 0, 0.8);
378
381
  }
379
382
 
380
383
  /* Active Focus */
381
384
  .ui.inverted.button.active:focus {
382
- background: #dcddde;
383
- box-shadow: 0px 0px 0px 2px #dcddde inset !important;
385
+ background: #DCDDDE;
386
+ box-shadow: 0px 0px 0px 2px #DCDDDE inset !important;
384
387
  color: rgba(0, 0, 0, 0.8);
385
388
  }
386
389
 
@@ -454,149 +457,149 @@
454
457
 
455
458
  /* Facebook */
456
459
  .ui.facebook.button {
457
- background-color: #3b5998;
458
- color: #ffffff;
460
+ background-color: #3B5998;
461
+ color: #FFFFFF;
459
462
  text-shadow: none;
460
463
  background-image: none;
461
464
  box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
462
465
  }
463
466
  .ui.facebook.button:hover {
464
467
  background-color: #304d8a;
465
- color: #ffffff;
468
+ color: #FFFFFF;
466
469
  text-shadow: none;
467
470
  }
468
471
  .ui.facebook.button:active {
469
472
  background-color: #2d4373;
470
- color: #ffffff;
473
+ color: #FFFFFF;
471
474
  text-shadow: none;
472
475
  }
473
476
 
474
477
  /* Twitter */
475
478
  .ui.twitter.button {
476
- background-color: #0084b4;
477
- color: #ffffff;
479
+ background-color: #0084B4;
480
+ color: #FFFFFF;
478
481
  text-shadow: none;
479
482
  background-image: none;
480
483
  box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
481
484
  }
482
485
  .ui.twitter.button:hover {
483
486
  background-color: #00719b;
484
- color: #ffffff;
487
+ color: #FFFFFF;
485
488
  text-shadow: none;
486
489
  }
487
490
  .ui.twitter.button:active {
488
491
  background-color: #005f81;
489
- color: #ffffff;
492
+ color: #FFFFFF;
490
493
  text-shadow: none;
491
494
  }
492
495
 
493
496
  /* Google Plus */
494
497
  .ui.google.plus.button {
495
- background-color: #dc4a38;
496
- color: #ffffff;
498
+ background-color: #DC4A38;
499
+ color: #FFFFFF;
497
500
  text-shadow: none;
498
501
  background-image: none;
499
502
  box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
500
503
  }
501
504
  .ui.google.plus.button:hover {
502
505
  background-color: #de321d;
503
- color: #ffffff;
506
+ color: #FFFFFF;
504
507
  text-shadow: none;
505
508
  }
506
509
  .ui.google.plus.button:active {
507
510
  background-color: #bf3322;
508
- color: #ffffff;
511
+ color: #FFFFFF;
509
512
  text-shadow: none;
510
513
  }
511
514
 
512
515
  /* Linked In */
513
516
  .ui.linkedin.button {
514
- background-color: #1f88be;
515
- color: #ffffff;
517
+ background-color: #1F88BE;
518
+ color: #FFFFFF;
516
519
  text-shadow: none;
517
520
  }
518
521
  .ui.linkedin.button:hover {
519
522
  background-color: #147baf;
520
- color: #ffffff;
523
+ color: #FFFFFF;
521
524
  text-shadow: none;
522
525
  }
523
526
  .ui.linkedin.button:active {
524
527
  background-color: #186992;
525
- color: #ffffff;
528
+ color: #FFFFFF;
526
529
  text-shadow: none;
527
530
  }
528
531
 
529
532
  /* YouTube */
530
533
  .ui.youtube.button {
531
- background-color: #cc181e;
532
- color: #ffffff;
534
+ background-color: #CC181E;
535
+ color: #FFFFFF;
533
536
  text-shadow: none;
534
537
  background-image: none;
535
538
  box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
536
539
  }
537
540
  .ui.youtube.button:hover {
538
541
  background-color: #bd0d13;
539
- color: #ffffff;
542
+ color: #FFFFFF;
540
543
  text-shadow: none;
541
544
  }
542
545
  .ui.youtube.button:active {
543
546
  background-color: #9e1317;
544
- color: #ffffff;
547
+ color: #FFFFFF;
545
548
  text-shadow: none;
546
549
  }
547
550
 
548
551
  /* Instagram */
549
552
  .ui.instagram.button {
550
- background-color: #49769c;
551
- color: #ffffff;
553
+ background-color: #49769C;
554
+ color: #FFFFFF;
552
555
  text-shadow: none;
553
556
  background-image: none;
554
557
  box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
555
558
  }
556
559
  .ui.instagram.button:hover {
557
560
  background-color: #3d698e;
558
- color: #ffffff;
561
+ color: #FFFFFF;
559
562
  text-shadow: none;
560
563
  }
561
564
  .ui.instagram.button:active {
562
565
  background-color: #395c79;
563
- color: #ffffff;
566
+ color: #FFFFFF;
564
567
  text-shadow: none;
565
568
  }
566
569
 
567
570
  /* Pinterest */
568
571
  .ui.pinterest.button {
569
- background-color: #00aced;
570
- color: #ffffff;
572
+ background-color: #00ACED;
573
+ color: #FFFFFF;
571
574
  text-shadow: none;
572
575
  background-image: none;
573
576
  box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
574
577
  }
575
578
  .ui.pinterest.button:hover {
576
579
  background-color: #0099d4;
577
- color: #ffffff;
580
+ color: #FFFFFF;
578
581
  text-shadow: none;
579
582
  }
580
583
  .ui.pinterest.button:active {
581
584
  background-color: #0087ba;
582
- color: #ffffff;
585
+ color: #FFFFFF;
583
586
  text-shadow: none;
584
587
  }
585
588
 
586
589
  /* VK */
587
590
  .ui.vk.button {
588
591
  background-color: #4D7198;
589
- color: #ffffff;
592
+ color: #FFFFFF;
590
593
  background-image: none;
591
594
  box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
592
595
  }
593
596
  .ui.vk.button:hover {
594
597
  background-color: #41648a;
595
- color: #ffffff;
598
+ color: #FFFFFF;
596
599
  }
597
600
  .ui.vk.button:active {
598
601
  background-color: #3c5876;
599
- color: #ffffff;
602
+ color: #FFFFFF;
600
603
  }
601
604
 
602
605
  /*--------------
@@ -608,11 +611,14 @@
608
611
  opacity: 0.8;
609
612
  margin: 0em 0.42857143em 0em -0.21428571em;
610
613
  -webkit-transition: opacity 0.1s ease;
611
- transition: opacity 0.1s ease;
614
+ transition: opacity 0.1s ease;
612
615
  vertical-align: '';
613
616
  color: '';
614
617
  }
615
- .ui.button > .right.icon:not(.button) {
618
+ .ui.button:not(.icon) > .icon:not(.button) {
619
+ margin: 0em 0.42857143em 0em -0.21428571em;
620
+ }
621
+ .ui.button:not(.icon) > .right.icon:not(.button) {
616
622
  margin: 0em -0.21428571em 0em 0.42857143em;
617
623
  }
618
624
 
@@ -663,7 +669,7 @@
663
669
  .ui.mini.buttons .button,
664
670
  .ui.mini.buttons .or,
665
671
  .ui.mini.button {
666
- font-size: 0.71428571rem;
672
+ font-size: 0.78571429rem;
667
673
  }
668
674
  .ui.tiny.buttons .button,
669
675
  .ui.tiny.buttons .or,
@@ -740,19 +746,19 @@
740
746
  }
741
747
  .ui.basic.buttons .button:hover,
742
748
  .ui.basic.button:hover {
743
- background: #ffffff !important;
749
+ background: #FFFFFF !important;
744
750
  color: rgba(0, 0, 0, 0.8) !important;
745
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;
746
752
  }
747
753
  .ui.basic.buttons .button:focus,
748
754
  .ui.basic.button:focus {
749
- background: #ffffff !important;
755
+ background: #FFFFFF !important;
750
756
  color: rgba(0, 0, 0, 0.8) !important;
751
757
  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
758
  }
753
759
  .ui.basic.buttons .button:active,
754
760
  .ui.basic.button:active {
755
- background: #f8f8f8 !important;
761
+ background: #F8F8F8 !important;
756
762
  color: rgba(0, 0, 0, 0.9) !important;
757
763
  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
764
  }
@@ -783,29 +789,29 @@
783
789
  .ui.basic.inverted.buttons .button,
784
790
  .ui.basic.inverted.button {
785
791
  background-color: transparent !important;
786
- color: #f9fafb !important;
792
+ color: #F9FAFB !important;
787
793
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
788
794
  }
789
795
  .ui.basic.inverted.buttons .button:hover,
790
796
  .ui.basic.inverted.button:hover {
791
- color: #ffffff !important;
797
+ color: #FFFFFF !important;
792
798
  box-shadow: 0px 0px 0px 2px #ffffff inset !important;
793
799
  }
794
800
  .ui.basic.inverted.buttons .button:focus,
795
801
  .ui.basic.inverted.button:focus {
796
- color: #ffffff !important;
802
+ color: #FFFFFF !important;
797
803
  box-shadow: 0px 0px 0px 2px #ffffff inset !important;
798
804
  }
799
805
  .ui.basic.inverted.buttons .button:active,
800
806
  .ui.basic.inverted.button:active {
801
807
  background-color: rgba(255, 255, 255, 0.08) !important;
802
- color: #ffffff !important;
808
+ color: #FFFFFF !important;
803
809
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.9) inset !important;
804
810
  }
805
811
  .ui.basic.inverted.buttons .active.button,
806
812
  .ui.basic.inverted.active.button {
807
813
  background-color: rgba(255, 255, 255, 0.08);
808
- color: #ffffff;
814
+ color: #FFFFFF;
809
815
  text-shadow: none;
810
816
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.7) inset;
811
817
  }
@@ -928,15 +934,15 @@
928
934
  .ui.toggle.buttons .active.button,
929
935
  .ui.buttons .button.toggle.active,
930
936
  .ui.button.toggle.active {
931
- background-color: #21ba45 !important;
937
+ background-color: #21BA45 !important;
932
938
  box-shadow: none !important;
933
939
  text-shadow: none;
934
- color: #ffffff !important;
940
+ color: #FFFFFF !important;
935
941
  }
936
942
  .ui.button.toggle.active:hover {
937
943
  background-color: #16ab39 !important;
938
944
  text-shadow: none;
939
- color: #ffffff !important;
945
+ color: #FFFFFF !important;
940
946
  }
941
947
 
942
948
  /*--------------
@@ -968,7 +974,7 @@
968
974
  content: 'or';
969
975
  top: 50%;
970
976
  left: 50%;
971
- background-color: #ffffff;
977
+ background-color: #FFFFFF;
972
978
  text-shadow: none;
973
979
  margin-top: -0.89285714em;
974
980
  margin-left: -0.89285714em;
@@ -1240,8 +1246,8 @@
1240
1246
 
1241
1247
  .ui.black.buttons .button,
1242
1248
  .ui.black.button {
1243
- background-color: #1b1c1d;
1244
- color: #ffffff;
1249
+ background-color: #1B1C1D;
1250
+ color: #FFFFFF;
1245
1251
  text-shadow: none;
1246
1252
  background-image: none;
1247
1253
  }
@@ -1251,19 +1257,19 @@
1251
1257
  .ui.black.buttons .button:hover,
1252
1258
  .ui.black.button:hover {
1253
1259
  background-color: #27292a;
1254
- color: #ffffff;
1260
+ color: #FFFFFF;
1255
1261
  text-shadow: none;
1256
1262
  }
1257
1263
  .ui.black.buttons .button:focus,
1258
1264
  .ui.black.button:focus {
1259
1265
  background-color: #2f3032;
1260
- color: #ffffff;
1266
+ color: #FFFFFF;
1261
1267
  text-shadow: none;
1262
1268
  }
1263
1269
  .ui.black.buttons .button:active,
1264
1270
  .ui.black.button:active {
1265
1271
  background-color: #343637;
1266
- color: #ffffff;
1272
+ color: #FFFFFF;
1267
1273
  text-shadow: none;
1268
1274
  }
1269
1275
  .ui.black.buttons .active.button,
@@ -1271,15 +1277,15 @@
1271
1277
  .ui.black.active.button,
1272
1278
  .ui.black.button .active.button:active {
1273
1279
  background-color: #0f0f10;
1274
- color: #ffffff;
1280
+ color: #FFFFFF;
1275
1281
  text-shadow: none;
1276
1282
  }
1277
1283
 
1278
1284
  /* Basic */
1279
1285
  .ui.basic.black.buttons .button,
1280
1286
  .ui.basic.black.button {
1281
- box-shadow: 0px 0px 0px 1px #1b1c1d inset !important;
1282
- color: #1b1c1d !important;
1287
+ box-shadow: 0px 0px 0px 1px #1B1C1D inset !important;
1288
+ color: #1B1C1D !important;
1283
1289
  }
1284
1290
  .ui.basic.black.buttons .button:hover,
1285
1291
  .ui.basic.black.button:hover {
@@ -1312,8 +1318,8 @@
1312
1318
  .ui.inverted.black.buttons .button,
1313
1319
  .ui.inverted.black.button {
1314
1320
  background-color: transparent;
1315
- box-shadow: 0px 0px 0px 2px #d4d4d5 inset !important;
1316
- color: #ffffff;
1321
+ box-shadow: 0px 0px 0px 2px #D4D4D5 inset !important;
1322
+ color: #FFFFFF;
1317
1323
  }
1318
1324
  .ui.inverted.black.buttons .button:hover,
1319
1325
  .ui.inverted.black.button:hover,
@@ -1324,7 +1330,7 @@
1324
1330
  .ui.inverted.black.buttons .button:active,
1325
1331
  .ui.inverted.black.button:active {
1326
1332
  box-shadow: none !important;
1327
- color: #ffffff;
1333
+ color: #FFFFFF;
1328
1334
  }
1329
1335
  .ui.inverted.black.buttons .button:hover,
1330
1336
  .ui.inverted.black.button:hover {
@@ -1349,13 +1355,13 @@
1349
1355
  .ui.inverted.black.basic.button {
1350
1356
  background-color: transparent;
1351
1357
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
1352
- color: #ffffff !important;
1358
+ color: #FFFFFF !important;
1353
1359
  }
1354
1360
  .ui.inverted.black.basic.buttons .button:hover,
1355
1361
  .ui.inverted.black.buttons .basic.button:hover,
1356
1362
  .ui.inverted.black.basic.button:hover {
1357
1363
  box-shadow: 0px 0px 0px 2px #000000 inset !important;
1358
- color: #ffffff !important;
1364
+ color: #FFFFFF !important;
1359
1365
  }
1360
1366
  .ui.inverted.black.basic.buttons .button:focus,
1361
1367
  .ui.inverted.black.basic.buttons .button:focus,
@@ -1367,13 +1373,13 @@
1367
1373
  .ui.inverted.black.buttons .basic.active.button,
1368
1374
  .ui.inverted.black.basic.active.button {
1369
1375
  box-shadow: 0px 0px 0px 2px #000000 inset !important;
1370
- color: #ffffff !important;
1376
+ color: #FFFFFF !important;
1371
1377
  }
1372
1378
  .ui.inverted.black.basic.buttons .button:active,
1373
1379
  .ui.inverted.black.buttons .basic.button:active,
1374
1380
  .ui.inverted.black.basic.button:active {
1375
1381
  box-shadow: 0px 0px 0px 2px #000000 inset !important;
1376
- color: #ffffff !important;
1382
+ color: #FFFFFF !important;
1377
1383
  }
1378
1384
 
1379
1385
  /*--- Grey ---*/
@@ -1381,7 +1387,7 @@
1381
1387
  .ui.grey.buttons .button,
1382
1388
  .ui.grey.button {
1383
1389
  background-color: #767676;
1384
- color: #ffffff;
1390
+ color: #FFFFFF;
1385
1391
  text-shadow: none;
1386
1392
  background-image: none;
1387
1393
  }
@@ -1391,19 +1397,19 @@
1391
1397
  .ui.grey.buttons .button:hover,
1392
1398
  .ui.grey.button:hover {
1393
1399
  background-color: #838383;
1394
- color: #ffffff;
1400
+ color: #FFFFFF;
1395
1401
  text-shadow: none;
1396
1402
  }
1397
1403
  .ui.grey.buttons .button:focus,
1398
1404
  .ui.grey.button:focus {
1399
1405
  background-color: #8a8a8a;
1400
- color: #ffffff;
1406
+ color: #FFFFFF;
1401
1407
  text-shadow: none;
1402
1408
  }
1403
1409
  .ui.grey.buttons .button:active,
1404
1410
  .ui.grey.button:active {
1405
1411
  background-color: #909090;
1406
- color: #ffffff;
1412
+ color: #FFFFFF;
1407
1413
  text-shadow: none;
1408
1414
  }
1409
1415
  .ui.grey.buttons .active.button,
@@ -1411,7 +1417,7 @@
1411
1417
  .ui.grey.active.button,
1412
1418
  .ui.grey.button .active.button:active {
1413
1419
  background-color: #696969;
1414
- color: #ffffff;
1420
+ color: #FFFFFF;
1415
1421
  text-shadow: none;
1416
1422
  }
1417
1423
 
@@ -1452,8 +1458,8 @@
1452
1458
  .ui.inverted.grey.buttons .button,
1453
1459
  .ui.inverted.grey.button {
1454
1460
  background-color: transparent;
1455
- box-shadow: 0px 0px 0px 2px #d4d4d5 inset !important;
1456
- color: #ffffff;
1461
+ box-shadow: 0px 0px 0px 2px #D4D4D5 inset !important;
1462
+ color: #FFFFFF;
1457
1463
  }
1458
1464
  .ui.inverted.grey.buttons .button:hover,
1459
1465
  .ui.inverted.grey.button:hover,
@@ -1489,39 +1495,39 @@
1489
1495
  .ui.inverted.grey.basic.button {
1490
1496
  background-color: transparent;
1491
1497
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
1492
- color: #ffffff !important;
1498
+ color: #FFFFFF !important;
1493
1499
  }
1494
1500
  .ui.inverted.grey.basic.buttons .button:hover,
1495
1501
  .ui.inverted.grey.buttons .basic.button:hover,
1496
1502
  .ui.inverted.grey.basic.button:hover {
1497
1503
  box-shadow: 0px 0px 0px 2px #cfd0d2 inset !important;
1498
- color: #ffffff !important;
1504
+ color: #FFFFFF !important;
1499
1505
  }
1500
1506
  .ui.inverted.grey.basic.buttons .button:focus,
1501
1507
  .ui.inverted.grey.basic.buttons .button:focus,
1502
1508
  .ui.inverted.grey.basic.button:focus {
1503
1509
  box-shadow: 0px 0px 0px 2px #c7c9cb inset !important;
1504
- color: #dcddde !important;
1510
+ color: #DCDDDE !important;
1505
1511
  }
1506
1512
  .ui.inverted.grey.basic.buttons .active.button,
1507
1513
  .ui.inverted.grey.buttons .basic.active.button,
1508
1514
  .ui.inverted.grey.basic.active.button {
1509
1515
  box-shadow: 0px 0px 0px 2px #cfd0d2 inset !important;
1510
- color: #ffffff !important;
1516
+ color: #FFFFFF !important;
1511
1517
  }
1512
1518
  .ui.inverted.grey.basic.buttons .button:active,
1513
1519
  .ui.inverted.grey.buttons .basic.button:active,
1514
1520
  .ui.inverted.grey.basic.button:active {
1515
1521
  box-shadow: 0px 0px 0px 2px #c2c4c5 inset !important;
1516
- color: #ffffff !important;
1522
+ color: #FFFFFF !important;
1517
1523
  }
1518
1524
 
1519
1525
  /*--- Brown ---*/
1520
1526
 
1521
1527
  .ui.brown.buttons .button,
1522
1528
  .ui.brown.button {
1523
- background-color: #a5673f;
1524
- color: #ffffff;
1529
+ background-color: #A5673F;
1530
+ color: #FFFFFF;
1525
1531
  text-shadow: none;
1526
1532
  background-image: none;
1527
1533
  }
@@ -1531,19 +1537,19 @@
1531
1537
  .ui.brown.buttons .button:hover,
1532
1538
  .ui.brown.button:hover {
1533
1539
  background-color: #975b33;
1534
- color: #ffffff;
1540
+ color: #FFFFFF;
1535
1541
  text-shadow: none;
1536
1542
  }
1537
1543
  .ui.brown.buttons .button:focus,
1538
1544
  .ui.brown.button:focus {
1539
1545
  background-color: #90532b;
1540
- color: #ffffff;
1546
+ color: #FFFFFF;
1541
1547
  text-shadow: none;
1542
1548
  }
1543
1549
  .ui.brown.buttons .button:active,
1544
1550
  .ui.brown.button:active {
1545
1551
  background-color: #805031;
1546
- color: #ffffff;
1552
+ color: #FFFFFF;
1547
1553
  text-shadow: none;
1548
1554
  }
1549
1555
  .ui.brown.buttons .active.button,
@@ -1551,15 +1557,15 @@
1551
1557
  .ui.brown.active.button,
1552
1558
  .ui.brown.button .active.button:active {
1553
1559
  background-color: #995a31;
1554
- color: #ffffff;
1560
+ color: #FFFFFF;
1555
1561
  text-shadow: none;
1556
1562
  }
1557
1563
 
1558
1564
  /* Basic */
1559
1565
  .ui.basic.brown.buttons .button,
1560
1566
  .ui.basic.brown.button {
1561
- box-shadow: 0px 0px 0px 1px #a5673f inset !important;
1562
- color: #a5673f !important;
1567
+ box-shadow: 0px 0px 0px 1px #A5673F inset !important;
1568
+ color: #A5673F !important;
1563
1569
  }
1564
1570
  .ui.basic.brown.buttons .button:hover,
1565
1571
  .ui.basic.brown.button:hover {
@@ -1592,8 +1598,8 @@
1592
1598
  .ui.inverted.brown.buttons .button,
1593
1599
  .ui.inverted.brown.button {
1594
1600
  background-color: transparent;
1595
- box-shadow: 0px 0px 0px 2px #d67c1c inset !important;
1596
- color: #d67c1c;
1601
+ box-shadow: 0px 0px 0px 2px #D67C1C inset !important;
1602
+ color: #D67C1C;
1597
1603
  }
1598
1604
  .ui.inverted.brown.buttons .button:hover,
1599
1605
  .ui.inverted.brown.button:hover,
@@ -1604,7 +1610,7 @@
1604
1610
  .ui.inverted.brown.buttons .button:active,
1605
1611
  .ui.inverted.brown.button:active {
1606
1612
  box-shadow: none !important;
1607
- color: #ffffff;
1613
+ color: #FFFFFF;
1608
1614
  }
1609
1615
  .ui.inverted.brown.buttons .button:hover,
1610
1616
  .ui.inverted.brown.button:hover {
@@ -1629,39 +1635,39 @@
1629
1635
  .ui.inverted.brown.basic.button {
1630
1636
  background-color: transparent;
1631
1637
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
1632
- color: #ffffff !important;
1638
+ color: #FFFFFF !important;
1633
1639
  }
1634
1640
  .ui.inverted.brown.basic.buttons .button:hover,
1635
1641
  .ui.inverted.brown.buttons .basic.button:hover,
1636
1642
  .ui.inverted.brown.basic.button:hover {
1637
1643
  box-shadow: 0px 0px 0px 2px #c86f11 inset !important;
1638
- color: #d67c1c !important;
1644
+ color: #D67C1C !important;
1639
1645
  }
1640
1646
  .ui.inverted.brown.basic.buttons .button:focus,
1641
1647
  .ui.inverted.brown.basic.buttons .button:focus,
1642
1648
  .ui.inverted.brown.basic.button:focus {
1643
1649
  box-shadow: 0px 0px 0px 2px #c16808 inset !important;
1644
- color: #d67c1c !important;
1650
+ color: #D67C1C !important;
1645
1651
  }
1646
1652
  .ui.inverted.brown.basic.buttons .active.button,
1647
1653
  .ui.inverted.brown.buttons .basic.active.button,
1648
1654
  .ui.inverted.brown.basic.active.button {
1649
1655
  box-shadow: 0px 0px 0px 2px #cc6f0d inset !important;
1650
- color: #d67c1c !important;
1656
+ color: #D67C1C !important;
1651
1657
  }
1652
1658
  .ui.inverted.brown.basic.buttons .button:active,
1653
1659
  .ui.inverted.brown.buttons .basic.button:active,
1654
1660
  .ui.inverted.brown.basic.button:active {
1655
1661
  box-shadow: 0px 0px 0px 2px #a96216 inset !important;
1656
- color: #d67c1c !important;
1662
+ color: #D67C1C !important;
1657
1663
  }
1658
1664
 
1659
1665
  /*--- Blue ---*/
1660
1666
 
1661
1667
  .ui.blue.buttons .button,
1662
1668
  .ui.blue.button {
1663
- background-color: #2185d0;
1664
- color: #ffffff;
1669
+ background-color: #2185D0;
1670
+ color: #FFFFFF;
1665
1671
  text-shadow: none;
1666
1672
  background-image: none;
1667
1673
  }
@@ -1671,19 +1677,19 @@
1671
1677
  .ui.blue.buttons .button:hover,
1672
1678
  .ui.blue.button:hover {
1673
1679
  background-color: #1678c2;
1674
- color: #ffffff;
1680
+ color: #FFFFFF;
1675
1681
  text-shadow: none;
1676
1682
  }
1677
1683
  .ui.blue.buttons .button:focus,
1678
1684
  .ui.blue.button:focus {
1679
1685
  background-color: #0d71bb;
1680
- color: #ffffff;
1686
+ color: #FFFFFF;
1681
1687
  text-shadow: none;
1682
1688
  }
1683
1689
  .ui.blue.buttons .button:active,
1684
1690
  .ui.blue.button:active {
1685
1691
  background-color: #1a69a4;
1686
- color: #ffffff;
1692
+ color: #FFFFFF;
1687
1693
  text-shadow: none;
1688
1694
  }
1689
1695
  .ui.blue.buttons .active.button,
@@ -1691,15 +1697,15 @@
1691
1697
  .ui.blue.active.button,
1692
1698
  .ui.blue.button .active.button:active {
1693
1699
  background-color: #1279c6;
1694
- color: #ffffff;
1700
+ color: #FFFFFF;
1695
1701
  text-shadow: none;
1696
1702
  }
1697
1703
 
1698
1704
  /* Basic */
1699
1705
  .ui.basic.blue.buttons .button,
1700
1706
  .ui.basic.blue.button {
1701
- box-shadow: 0px 0px 0px 1px #2185d0 inset !important;
1702
- color: #2185d0 !important;
1707
+ box-shadow: 0px 0px 0px 1px #2185D0 inset !important;
1708
+ color: #2185D0 !important;
1703
1709
  }
1704
1710
  .ui.basic.blue.buttons .button:hover,
1705
1711
  .ui.basic.blue.button:hover {
@@ -1732,8 +1738,8 @@
1732
1738
  .ui.inverted.blue.buttons .button,
1733
1739
  .ui.inverted.blue.button {
1734
1740
  background-color: transparent;
1735
- box-shadow: 0px 0px 0px 2px #54c8ff inset !important;
1736
- color: #54c8ff;
1741
+ box-shadow: 0px 0px 0px 2px #54C8FF inset !important;
1742
+ color: #54C8FF;
1737
1743
  }
1738
1744
  .ui.inverted.blue.buttons .button:hover,
1739
1745
  .ui.inverted.blue.button:hover,
@@ -1744,7 +1750,7 @@
1744
1750
  .ui.inverted.blue.buttons .button:active,
1745
1751
  .ui.inverted.blue.button:active {
1746
1752
  box-shadow: none !important;
1747
- color: #ffffff;
1753
+ color: #FFFFFF;
1748
1754
  }
1749
1755
  .ui.inverted.blue.buttons .button:hover,
1750
1756
  .ui.inverted.blue.button:hover {
@@ -1769,39 +1775,39 @@
1769
1775
  .ui.inverted.blue.basic.button {
1770
1776
  background-color: transparent;
1771
1777
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
1772
- color: #ffffff !important;
1778
+ color: #FFFFFF !important;
1773
1779
  }
1774
1780
  .ui.inverted.blue.basic.buttons .button:hover,
1775
1781
  .ui.inverted.blue.buttons .basic.button:hover,
1776
1782
  .ui.inverted.blue.basic.button:hover {
1777
1783
  box-shadow: 0px 0px 0px 2px #3ac0ff inset !important;
1778
- color: #54c8ff !important;
1784
+ color: #54C8FF !important;
1779
1785
  }
1780
1786
  .ui.inverted.blue.basic.buttons .button:focus,
1781
1787
  .ui.inverted.blue.basic.buttons .button:focus,
1782
1788
  .ui.inverted.blue.basic.button:focus {
1783
1789
  box-shadow: 0px 0px 0px 2px #2bbbff inset !important;
1784
- color: #54c8ff !important;
1790
+ color: #54C8FF !important;
1785
1791
  }
1786
1792
  .ui.inverted.blue.basic.buttons .active.button,
1787
1793
  .ui.inverted.blue.buttons .basic.active.button,
1788
1794
  .ui.inverted.blue.basic.active.button {
1789
1795
  box-shadow: 0px 0px 0px 2px #3ac0ff inset !important;
1790
- color: #54c8ff !important;
1796
+ color: #54C8FF !important;
1791
1797
  }
1792
1798
  .ui.inverted.blue.basic.buttons .button:active,
1793
1799
  .ui.inverted.blue.buttons .basic.button:active,
1794
1800
  .ui.inverted.blue.basic.button:active {
1795
1801
  box-shadow: 0px 0px 0px 2px #21b8ff inset !important;
1796
- color: #54c8ff !important;
1802
+ color: #54C8FF !important;
1797
1803
  }
1798
1804
 
1799
1805
  /*--- Green ---*/
1800
1806
 
1801
1807
  .ui.green.buttons .button,
1802
1808
  .ui.green.button {
1803
- background-color: #21ba45;
1804
- color: #ffffff;
1809
+ background-color: #21BA45;
1810
+ color: #FFFFFF;
1805
1811
  text-shadow: none;
1806
1812
  background-image: none;
1807
1813
  }
@@ -1811,19 +1817,19 @@
1811
1817
  .ui.green.buttons .button:hover,
1812
1818
  .ui.green.button:hover {
1813
1819
  background-color: #16ab39;
1814
- color: #ffffff;
1820
+ color: #FFFFFF;
1815
1821
  text-shadow: none;
1816
1822
  }
1817
1823
  .ui.green.buttons .button:focus,
1818
1824
  .ui.green.button:focus {
1819
1825
  background-color: #0ea432;
1820
- color: #ffffff;
1826
+ color: #FFFFFF;
1821
1827
  text-shadow: none;
1822
1828
  }
1823
1829
  .ui.green.buttons .button:active,
1824
1830
  .ui.green.button:active {
1825
1831
  background-color: #198f35;
1826
- color: #ffffff;
1832
+ color: #FFFFFF;
1827
1833
  text-shadow: none;
1828
1834
  }
1829
1835
  .ui.green.buttons .active.button,
@@ -1831,15 +1837,15 @@
1831
1837
  .ui.green.active.button,
1832
1838
  .ui.green.button .active.button:active {
1833
1839
  background-color: #13ae38;
1834
- color: #ffffff;
1840
+ color: #FFFFFF;
1835
1841
  text-shadow: none;
1836
1842
  }
1837
1843
 
1838
1844
  /* Basic */
1839
1845
  .ui.basic.green.buttons .button,
1840
1846
  .ui.basic.green.button {
1841
- box-shadow: 0px 0px 0px 1px #21ba45 inset !important;
1842
- color: #21ba45 !important;
1847
+ box-shadow: 0px 0px 0px 1px #21BA45 inset !important;
1848
+ color: #21BA45 !important;
1843
1849
  }
1844
1850
  .ui.basic.green.buttons .button:hover,
1845
1851
  .ui.basic.green.button:hover {
@@ -1872,8 +1878,8 @@
1872
1878
  .ui.inverted.green.buttons .button,
1873
1879
  .ui.inverted.green.button {
1874
1880
  background-color: transparent;
1875
- box-shadow: 0px 0px 0px 2px #2ecc40 inset !important;
1876
- color: #2ecc40;
1881
+ box-shadow: 0px 0px 0px 2px #2ECC40 inset !important;
1882
+ color: #2ECC40;
1877
1883
  }
1878
1884
  .ui.inverted.green.buttons .button:hover,
1879
1885
  .ui.inverted.green.button:hover,
@@ -1883,8 +1889,8 @@
1883
1889
  .ui.inverted.green.button.active,
1884
1890
  .ui.inverted.green.buttons .button:active,
1885
1891
  .ui.inverted.green.button:active {
1886
- box-shadlightOw: none !important;
1887
- color: #ffffff;
1892
+ box-shadow: none !important;
1893
+ color: #FFFFFF;
1888
1894
  }
1889
1895
  .ui.inverted.green.buttons .button:hover,
1890
1896
  .ui.inverted.green.button:hover {
@@ -1909,39 +1915,39 @@
1909
1915
  .ui.inverted.green.basic.button {
1910
1916
  background-color: transparent;
1911
1917
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
1912
- color: #ffffff !important;
1918
+ color: #FFFFFF !important;
1913
1919
  }
1914
1920
  .ui.inverted.green.basic.buttons .button:hover,
1915
1921
  .ui.inverted.green.buttons .basic.button:hover,
1916
1922
  .ui.inverted.green.basic.button:hover {
1917
1923
  box-shadow: 0px 0px 0px 2px #22be34 inset !important;
1918
- color: #2ecc40 !important;
1924
+ color: #2ECC40 !important;
1919
1925
  }
1920
1926
  .ui.inverted.green.basic.buttons .button:focus,
1921
1927
  .ui.inverted.green.basic.buttons .button:focus,
1922
1928
  .ui.inverted.green.basic.button:focus {
1923
1929
  box-shadow: 0px 0px 0px 2px #19b82b inset !important;
1924
- color: #2ecc40 !important;
1930
+ color: #2ECC40 !important;
1925
1931
  }
1926
1932
  .ui.inverted.green.basic.buttons .active.button,
1927
1933
  .ui.inverted.green.buttons .basic.active.button,
1928
1934
  .ui.inverted.green.basic.active.button {
1929
1935
  box-shadow: 0px 0px 0px 2px #1fc231 inset !important;
1930
- color: #2ecc40 !important;
1936
+ color: #2ECC40 !important;
1931
1937
  }
1932
1938
  .ui.inverted.green.basic.buttons .button:active,
1933
1939
  .ui.inverted.green.buttons .basic.button:active,
1934
1940
  .ui.inverted.green.basic.button:active {
1935
1941
  box-shadow: 0px 0px 0px 2px #25a233 inset !important;
1936
- color: #2ecc40 !important;
1942
+ color: #2ECC40 !important;
1937
1943
  }
1938
1944
 
1939
1945
  /*--- Orange ---*/
1940
1946
 
1941
1947
  .ui.orange.buttons .button,
1942
1948
  .ui.orange.button {
1943
- background-color: #f2711c;
1944
- color: #ffffff;
1949
+ background-color: #F2711C;
1950
+ color: #FFFFFF;
1945
1951
  text-shadow: none;
1946
1952
  background-image: none;
1947
1953
  }
@@ -1951,19 +1957,19 @@
1951
1957
  .ui.orange.buttons .button:hover,
1952
1958
  .ui.orange.button:hover {
1953
1959
  background-color: #f26202;
1954
- color: #ffffff;
1960
+ color: #FFFFFF;
1955
1961
  text-shadow: none;
1956
1962
  }
1957
1963
  .ui.orange.buttons .button:focus,
1958
1964
  .ui.orange.button:focus {
1959
1965
  background-color: #e55b00;
1960
- color: #ffffff;
1966
+ color: #FFFFFF;
1961
1967
  text-shadow: none;
1962
1968
  }
1963
1969
  .ui.orange.buttons .button:active,
1964
1970
  .ui.orange.button:active {
1965
1971
  background-color: #cf590c;
1966
- color: #ffffff;
1972
+ color: #FFFFFF;
1967
1973
  text-shadow: none;
1968
1974
  }
1969
1975
  .ui.orange.buttons .active.button,
@@ -1971,15 +1977,15 @@
1971
1977
  .ui.orange.active.button,
1972
1978
  .ui.orange.button .active.button:active {
1973
1979
  background-color: #f56100;
1974
- color: #ffffff;
1980
+ color: #FFFFFF;
1975
1981
  text-shadow: none;
1976
1982
  }
1977
1983
 
1978
1984
  /* Basic */
1979
1985
  .ui.basic.orange.buttons .button,
1980
1986
  .ui.basic.orange.button {
1981
- box-shadow: 0px 0px 0px 1px #f2711c inset !important;
1982
- color: #f2711c !important;
1987
+ box-shadow: 0px 0px 0px 1px #F2711C inset !important;
1988
+ color: #F2711C !important;
1983
1989
  }
1984
1990
  .ui.basic.orange.buttons .button:hover,
1985
1991
  .ui.basic.orange.button:hover {
@@ -2012,8 +2018,8 @@
2012
2018
  .ui.inverted.orange.buttons .button,
2013
2019
  .ui.inverted.orange.button {
2014
2020
  background-color: transparent;
2015
- box-shadow: 0px 0px 0px 2px #ff851b inset !important;
2016
- color: #ff851b;
2021
+ box-shadow: 0px 0px 0px 2px #FF851B inset !important;
2022
+ color: #FF851B;
2017
2023
  }
2018
2024
  .ui.inverted.orange.buttons .button:hover,
2019
2025
  .ui.inverted.orange.button:hover,
@@ -2024,7 +2030,7 @@
2024
2030
  .ui.inverted.orange.buttons .button:active,
2025
2031
  .ui.inverted.orange.button:active {
2026
2032
  box-shadow: none !important;
2027
- color: #ffffff;
2033
+ color: #FFFFFF;
2028
2034
  }
2029
2035
  .ui.inverted.orange.buttons .button:hover,
2030
2036
  .ui.inverted.orange.button:hover {
@@ -2049,39 +2055,39 @@
2049
2055
  .ui.inverted.orange.basic.button {
2050
2056
  background-color: transparent;
2051
2057
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
2052
- color: #ffffff !important;
2058
+ color: #FFFFFF !important;
2053
2059
  }
2054
2060
  .ui.inverted.orange.basic.buttons .button:hover,
2055
2061
  .ui.inverted.orange.buttons .basic.button:hover,
2056
2062
  .ui.inverted.orange.basic.button:hover {
2057
2063
  box-shadow: 0px 0px 0px 2px #ff7701 inset !important;
2058
- color: #ff851b !important;
2064
+ color: #FF851B !important;
2059
2065
  }
2060
2066
  .ui.inverted.orange.basic.buttons .button:focus,
2061
2067
  .ui.inverted.orange.basic.buttons .button:focus,
2062
2068
  .ui.inverted.orange.basic.button:focus {
2063
2069
  box-shadow: 0px 0px 0px 2px #f17000 inset !important;
2064
- color: #ff851b !important;
2070
+ color: #FF851B !important;
2065
2071
  }
2066
2072
  .ui.inverted.orange.basic.buttons .active.button,
2067
2073
  .ui.inverted.orange.buttons .basic.active.button,
2068
2074
  .ui.inverted.orange.basic.active.button {
2069
2075
  box-shadow: 0px 0px 0px 2px #ff7701 inset !important;
2070
- color: #ff851b !important;
2076
+ color: #FF851B !important;
2071
2077
  }
2072
2078
  .ui.inverted.orange.basic.buttons .button:active,
2073
2079
  .ui.inverted.orange.buttons .basic.button:active,
2074
2080
  .ui.inverted.orange.basic.button:active {
2075
2081
  box-shadow: 0px 0px 0px 2px #e76b00 inset !important;
2076
- color: #ff851b !important;
2082
+ color: #FF851B !important;
2077
2083
  }
2078
2084
 
2079
2085
  /*--- Pink ---*/
2080
2086
 
2081
2087
  .ui.pink.buttons .button,
2082
2088
  .ui.pink.button {
2083
- background-color: #e03997;
2084
- color: #ffffff;
2089
+ background-color: #E03997;
2090
+ color: #FFFFFF;
2085
2091
  text-shadow: none;
2086
2092
  background-image: none;
2087
2093
  }
@@ -2091,19 +2097,19 @@
2091
2097
  .ui.pink.buttons .button:hover,
2092
2098
  .ui.pink.button:hover {
2093
2099
  background-color: #e61a8d;
2094
- color: #ffffff;
2100
+ color: #FFFFFF;
2095
2101
  text-shadow: none;
2096
2102
  }
2097
2103
  .ui.pink.buttons .button:focus,
2098
2104
  .ui.pink.button:focus {
2099
2105
  background-color: #e10f85;
2100
- color: #ffffff;
2106
+ color: #FFFFFF;
2101
2107
  text-shadow: none;
2102
2108
  }
2103
2109
  .ui.pink.buttons .button:active,
2104
2110
  .ui.pink.button:active {
2105
2111
  background-color: #c71f7e;
2106
- color: #ffffff;
2112
+ color: #FFFFFF;
2107
2113
  text-shadow: none;
2108
2114
  }
2109
2115
  .ui.pink.buttons .active.button,
@@ -2111,15 +2117,15 @@
2111
2117
  .ui.pink.active.button,
2112
2118
  .ui.pink.button .active.button:active {
2113
2119
  background-color: #ea158d;
2114
- color: #ffffff;
2120
+ color: #FFFFFF;
2115
2121
  text-shadow: none;
2116
2122
  }
2117
2123
 
2118
2124
  /* Basic */
2119
2125
  .ui.basic.pink.buttons .button,
2120
2126
  .ui.basic.pink.button {
2121
- box-shadow: 0px 0px 0px 1px #e03997 inset !important;
2122
- color: #e03997 !important;
2127
+ box-shadow: 0px 0px 0px 1px #E03997 inset !important;
2128
+ color: #E03997 !important;
2123
2129
  }
2124
2130
  .ui.basic.pink.buttons .button:hover,
2125
2131
  .ui.basic.pink.button:hover {
@@ -2152,8 +2158,8 @@
2152
2158
  .ui.inverted.pink.buttons .button,
2153
2159
  .ui.inverted.pink.button {
2154
2160
  background-color: transparent;
2155
- box-shadow: 0px 0px 0px 2px #ff8edf inset !important;
2156
- color: #ff8edf;
2161
+ box-shadow: 0px 0px 0px 2px #FF8EDF inset !important;
2162
+ color: #FF8EDF;
2157
2163
  }
2158
2164
  .ui.inverted.pink.buttons .button:hover,
2159
2165
  .ui.inverted.pink.button:hover,
@@ -2164,7 +2170,7 @@
2164
2170
  .ui.inverted.pink.buttons .button:active,
2165
2171
  .ui.inverted.pink.button:active {
2166
2172
  box-shadow: none !important;
2167
- color: #ffffff;
2173
+ color: #FFFFFF;
2168
2174
  }
2169
2175
  .ui.inverted.pink.buttons .button:hover,
2170
2176
  .ui.inverted.pink.button:hover {
@@ -2189,39 +2195,39 @@
2189
2195
  .ui.inverted.pink.basic.button {
2190
2196
  background-color: transparent;
2191
2197
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
2192
- color: #ffffff !important;
2198
+ color: #FFFFFF !important;
2193
2199
  }
2194
2200
  .ui.inverted.pink.basic.buttons .button:hover,
2195
2201
  .ui.inverted.pink.buttons .basic.button:hover,
2196
2202
  .ui.inverted.pink.basic.button:hover {
2197
2203
  box-shadow: 0px 0px 0px 2px #ff74d8 inset !important;
2198
- color: #ff8edf !important;
2204
+ color: #FF8EDF !important;
2199
2205
  }
2200
2206
  .ui.inverted.pink.basic.buttons .button:focus,
2201
2207
  .ui.inverted.pink.basic.buttons .button:focus,
2202
2208
  .ui.inverted.pink.basic.button:focus {
2203
2209
  box-shadow: 0px 0px 0px 2px #ff65d3 inset !important;
2204
- color: #ff8edf !important;
2210
+ color: #FF8EDF !important;
2205
2211
  }
2206
2212
  .ui.inverted.pink.basic.buttons .active.button,
2207
2213
  .ui.inverted.pink.buttons .basic.active.button,
2208
2214
  .ui.inverted.pink.basic.active.button {
2209
2215
  box-shadow: 0px 0px 0px 2px #ff74d8 inset !important;
2210
- color: #ff8edf !important;
2216
+ color: #FF8EDF !important;
2211
2217
  }
2212
2218
  .ui.inverted.pink.basic.buttons .button:active,
2213
2219
  .ui.inverted.pink.buttons .basic.button:active,
2214
2220
  .ui.inverted.pink.basic.button:active {
2215
2221
  box-shadow: 0px 0px 0px 2px #ff5bd1 inset !important;
2216
- color: #ff8edf !important;
2222
+ color: #FF8EDF !important;
2217
2223
  }
2218
2224
 
2219
2225
  /*--- Violet ---*/
2220
2226
 
2221
2227
  .ui.violet.buttons .button,
2222
2228
  .ui.violet.button {
2223
- background-color: #6435c9;
2224
- color: #ffffff;
2229
+ background-color: #6435C9;
2230
+ color: #FFFFFF;
2225
2231
  text-shadow: none;
2226
2232
  background-image: none;
2227
2233
  }
@@ -2231,19 +2237,19 @@
2231
2237
  .ui.violet.buttons .button:hover,
2232
2238
  .ui.violet.button:hover {
2233
2239
  background-color: #5829bb;
2234
- color: #ffffff;
2240
+ color: #FFFFFF;
2235
2241
  text-shadow: none;
2236
2242
  }
2237
2243
  .ui.violet.buttons .button:focus,
2238
2244
  .ui.violet.button:focus {
2239
2245
  background-color: #4f20b5;
2240
- color: #ffffff;
2246
+ color: #FFFFFF;
2241
2247
  text-shadow: none;
2242
2248
  }
2243
2249
  .ui.violet.buttons .button:active,
2244
2250
  .ui.violet.button:active {
2245
2251
  background-color: #502aa1;
2246
- color: #ffffff;
2252
+ color: #FFFFFF;
2247
2253
  text-shadow: none;
2248
2254
  }
2249
2255
  .ui.violet.buttons .active.button,
@@ -2251,15 +2257,15 @@
2251
2257
  .ui.violet.active.button,
2252
2258
  .ui.violet.button .active.button:active {
2253
2259
  background-color: #5626bf;
2254
- color: #ffffff;
2260
+ color: #FFFFFF;
2255
2261
  text-shadow: none;
2256
2262
  }
2257
2263
 
2258
2264
  /* Basic */
2259
2265
  .ui.basic.violet.buttons .button,
2260
2266
  .ui.basic.violet.button {
2261
- box-shadow: 0px 0px 0px 1px #6435c9 inset !important;
2262
- color: #6435c9 !important;
2267
+ box-shadow: 0px 0px 0px 1px #6435C9 inset !important;
2268
+ color: #6435C9 !important;
2263
2269
  }
2264
2270
  .ui.basic.violet.buttons .button:hover,
2265
2271
  .ui.basic.violet.button:hover {
@@ -2292,8 +2298,8 @@
2292
2298
  .ui.inverted.violet.buttons .button,
2293
2299
  .ui.inverted.violet.button {
2294
2300
  background-color: transparent;
2295
- box-shadow: 0px 0px 0px 2px #a291fb inset !important;
2296
- color: #a291fb;
2301
+ box-shadow: 0px 0px 0px 2px #A291FB inset !important;
2302
+ color: #A291FB;
2297
2303
  }
2298
2304
  .ui.inverted.violet.buttons .button:hover,
2299
2305
  .ui.inverted.violet.button:hover,
@@ -2304,7 +2310,7 @@
2304
2310
  .ui.inverted.violet.buttons .button:active,
2305
2311
  .ui.inverted.violet.button:active {
2306
2312
  box-shadow: none !important;
2307
- color: #ffffff;
2313
+ color: #FFFFFF;
2308
2314
  }
2309
2315
  .ui.inverted.violet.buttons .button:hover,
2310
2316
  .ui.inverted.violet.button:hover {
@@ -2329,39 +2335,39 @@
2329
2335
  .ui.inverted.violet.basic.button {
2330
2336
  background-color: transparent;
2331
2337
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
2332
- color: #ffffff !important;
2338
+ color: #FFFFFF !important;
2333
2339
  }
2334
2340
  .ui.inverted.violet.basic.buttons .button:hover,
2335
2341
  .ui.inverted.violet.buttons .basic.button:hover,
2336
2342
  .ui.inverted.violet.basic.button:hover {
2337
2343
  box-shadow: 0px 0px 0px 2px #8a73ff inset !important;
2338
- color: #a291fb !important;
2344
+ color: #A291FB !important;
2339
2345
  }
2340
2346
  .ui.inverted.violet.basic.buttons .button:focus,
2341
2347
  .ui.inverted.violet.basic.buttons .button:focus,
2342
2348
  .ui.inverted.violet.basic.button:focus {
2343
2349
  box-shadow: 0px 0px 0px 2px #7d64ff inset !important;
2344
- color: #a291fb !important;
2350
+ color: #A291FB !important;
2345
2351
  }
2346
2352
  .ui.inverted.violet.basic.buttons .active.button,
2347
2353
  .ui.inverted.violet.buttons .basic.active.button,
2348
2354
  .ui.inverted.violet.basic.active.button {
2349
2355
  box-shadow: 0px 0px 0px 2px #8a73ff inset !important;
2350
- color: #a291fb !important;
2356
+ color: #A291FB !important;
2351
2357
  }
2352
2358
  .ui.inverted.violet.basic.buttons .button:active,
2353
2359
  .ui.inverted.violet.buttons .basic.button:active,
2354
2360
  .ui.inverted.violet.basic.button:active {
2355
2361
  box-shadow: 0px 0px 0px 2px #7860f9 inset !important;
2356
- color: #a291fb !important;
2362
+ color: #A291FB !important;
2357
2363
  }
2358
2364
 
2359
2365
  /*--- Purple ---*/
2360
2366
 
2361
2367
  .ui.purple.buttons .button,
2362
2368
  .ui.purple.button {
2363
- background-color: #a333c8;
2364
- color: #ffffff;
2369
+ background-color: #A333C8;
2370
+ color: #FFFFFF;
2365
2371
  text-shadow: none;
2366
2372
  background-image: none;
2367
2373
  }
@@ -2371,19 +2377,19 @@
2371
2377
  .ui.purple.buttons .button:hover,
2372
2378
  .ui.purple.button:hover {
2373
2379
  background-color: #9627ba;
2374
- color: #ffffff;
2380
+ color: #FFFFFF;
2375
2381
  text-shadow: none;
2376
2382
  }
2377
2383
  .ui.purple.buttons .button:focus,
2378
2384
  .ui.purple.button:focus {
2379
2385
  background-color: #8f1eb4;
2380
- color: #ffffff;
2386
+ color: #FFFFFF;
2381
2387
  text-shadow: none;
2382
2388
  }
2383
2389
  .ui.purple.buttons .button:active,
2384
2390
  .ui.purple.button:active {
2385
2391
  background-color: #82299f;
2386
- color: #ffffff;
2392
+ color: #FFFFFF;
2387
2393
  text-shadow: none;
2388
2394
  }
2389
2395
  .ui.purple.buttons .active.button,
@@ -2391,15 +2397,15 @@
2391
2397
  .ui.purple.active.button,
2392
2398
  .ui.purple.button .active.button:active {
2393
2399
  background-color: #9724be;
2394
- color: #ffffff;
2400
+ color: #FFFFFF;
2395
2401
  text-shadow: none;
2396
2402
  }
2397
2403
 
2398
2404
  /* Basic */
2399
2405
  .ui.basic.purple.buttons .button,
2400
2406
  .ui.basic.purple.button {
2401
- box-shadow: 0px 0px 0px 1px #a333c8 inset !important;
2402
- color: #a333c8 !important;
2407
+ box-shadow: 0px 0px 0px 1px #A333C8 inset !important;
2408
+ color: #A333C8 !important;
2403
2409
  }
2404
2410
  .ui.basic.purple.buttons .button:hover,
2405
2411
  .ui.basic.purple.button:hover {
@@ -2432,8 +2438,8 @@
2432
2438
  .ui.inverted.purple.buttons .button,
2433
2439
  .ui.inverted.purple.button {
2434
2440
  background-color: transparent;
2435
- box-shadow: 0px 0px 0px 2px #dc73ff inset !important;
2436
- color: #dc73ff;
2441
+ box-shadow: 0px 0px 0px 2px #DC73FF inset !important;
2442
+ color: #DC73FF;
2437
2443
  }
2438
2444
  .ui.inverted.purple.buttons .button:hover,
2439
2445
  .ui.inverted.purple.button:hover,
@@ -2444,7 +2450,7 @@
2444
2450
  .ui.inverted.purple.buttons .button:active,
2445
2451
  .ui.inverted.purple.button:active {
2446
2452
  box-shadow: none !important;
2447
- color: #ffffff;
2453
+ color: #FFFFFF;
2448
2454
  }
2449
2455
  .ui.inverted.purple.buttons .button:hover,
2450
2456
  .ui.inverted.purple.button:hover {
@@ -2469,39 +2475,39 @@
2469
2475
  .ui.inverted.purple.basic.button {
2470
2476
  background-color: transparent;
2471
2477
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
2472
- color: #ffffff !important;
2478
+ color: #FFFFFF !important;
2473
2479
  }
2474
2480
  .ui.inverted.purple.basic.buttons .button:hover,
2475
2481
  .ui.inverted.purple.buttons .basic.button:hover,
2476
2482
  .ui.inverted.purple.basic.button:hover {
2477
2483
  box-shadow: 0px 0px 0px 2px #d65aff inset !important;
2478
- color: #dc73ff !important;
2484
+ color: #DC73FF !important;
2479
2485
  }
2480
2486
  .ui.inverted.purple.basic.buttons .button:focus,
2481
2487
  .ui.inverted.purple.basic.buttons .button:focus,
2482
2488
  .ui.inverted.purple.basic.button:focus {
2483
2489
  box-shadow: 0px 0px 0px 2px #d24aff inset !important;
2484
- color: #dc73ff !important;
2490
+ color: #DC73FF !important;
2485
2491
  }
2486
2492
  .ui.inverted.purple.basic.buttons .active.button,
2487
2493
  .ui.inverted.purple.buttons .basic.active.button,
2488
2494
  .ui.inverted.purple.basic.active.button {
2489
2495
  box-shadow: 0px 0px 0px 2px #d65aff inset !important;
2490
- color: #dc73ff !important;
2496
+ color: #DC73FF !important;
2491
2497
  }
2492
2498
  .ui.inverted.purple.basic.buttons .button:active,
2493
2499
  .ui.inverted.purple.buttons .basic.button:active,
2494
2500
  .ui.inverted.purple.basic.button:active {
2495
2501
  box-shadow: 0px 0px 0px 2px #cf40ff inset !important;
2496
- color: #dc73ff !important;
2502
+ color: #DC73FF !important;
2497
2503
  }
2498
2504
 
2499
2505
  /*--- Red ---*/
2500
2506
 
2501
2507
  .ui.red.buttons .button,
2502
2508
  .ui.red.button {
2503
- background-color: #db2828;
2504
- color: #ffffff;
2509
+ background-color: #DB2828;
2510
+ color: #FFFFFF;
2505
2511
  text-shadow: none;
2506
2512
  background-image: none;
2507
2513
  }
@@ -2511,19 +2517,19 @@
2511
2517
  .ui.red.buttons .button:hover,
2512
2518
  .ui.red.button:hover {
2513
2519
  background-color: #d01919;
2514
- color: #ffffff;
2520
+ color: #FFFFFF;
2515
2521
  text-shadow: none;
2516
2522
  }
2517
2523
  .ui.red.buttons .button:focus,
2518
2524
  .ui.red.button:focus {
2519
2525
  background-color: #ca1010;
2520
- color: #ffffff;
2526
+ color: #FFFFFF;
2521
2527
  text-shadow: none;
2522
2528
  }
2523
2529
  .ui.red.buttons .button:active,
2524
2530
  .ui.red.button:active {
2525
2531
  background-color: #b21e1e;
2526
- color: #ffffff;
2532
+ color: #FFFFFF;
2527
2533
  text-shadow: none;
2528
2534
  }
2529
2535
  .ui.red.buttons .active.button,
@@ -2531,15 +2537,15 @@
2531
2537
  .ui.red.active.button,
2532
2538
  .ui.red.button .active.button:active {
2533
2539
  background-color: #d41515;
2534
- color: #ffffff;
2540
+ color: #FFFFFF;
2535
2541
  text-shadow: none;
2536
2542
  }
2537
2543
 
2538
2544
  /* Basic */
2539
2545
  .ui.basic.red.buttons .button,
2540
2546
  .ui.basic.red.button {
2541
- box-shadow: 0px 0px 0px 1px #db2828 inset !important;
2542
- color: #db2828 !important;
2547
+ box-shadow: 0px 0px 0px 1px #DB2828 inset !important;
2548
+ color: #DB2828 !important;
2543
2549
  }
2544
2550
  .ui.basic.red.buttons .button:hover,
2545
2551
  .ui.basic.red.button:hover {
@@ -2572,8 +2578,8 @@
2572
2578
  .ui.inverted.red.buttons .button,
2573
2579
  .ui.inverted.red.button {
2574
2580
  background-color: transparent;
2575
- box-shadow: 0px 0px 0px 2px #ff695e inset !important;
2576
- color: #ff695e;
2581
+ box-shadow: 0px 0px 0px 2px #FF695E inset !important;
2582
+ color: #FF695E;
2577
2583
  }
2578
2584
  .ui.inverted.red.buttons .button:hover,
2579
2585
  .ui.inverted.red.button:hover,
@@ -2584,7 +2590,7 @@
2584
2590
  .ui.inverted.red.buttons .button:active,
2585
2591
  .ui.inverted.red.button:active {
2586
2592
  box-shadow: none !important;
2587
- color: #ffffff;
2593
+ color: #FFFFFF;
2588
2594
  }
2589
2595
  .ui.inverted.red.buttons .button:hover,
2590
2596
  .ui.inverted.red.button:hover {
@@ -2609,39 +2615,39 @@
2609
2615
  .ui.inverted.red.basic.button {
2610
2616
  background-color: transparent;
2611
2617
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
2612
- color: #ffffff !important;
2618
+ color: #FFFFFF !important;
2613
2619
  }
2614
2620
  .ui.inverted.red.basic.buttons .button:hover,
2615
2621
  .ui.inverted.red.buttons .basic.button:hover,
2616
2622
  .ui.inverted.red.basic.button:hover {
2617
2623
  box-shadow: 0px 0px 0px 2px #ff5144 inset !important;
2618
- color: #ff695e !important;
2624
+ color: #FF695E !important;
2619
2625
  }
2620
2626
  .ui.inverted.red.basic.buttons .button:focus,
2621
2627
  .ui.inverted.red.basic.buttons .button:focus,
2622
2628
  .ui.inverted.red.basic.button:focus {
2623
2629
  box-shadow: 0px 0px 0px 2px #ff4335 inset !important;
2624
- color: #ff695e !important;
2630
+ color: #FF695E !important;
2625
2631
  }
2626
2632
  .ui.inverted.red.basic.buttons .active.button,
2627
2633
  .ui.inverted.red.buttons .basic.active.button,
2628
2634
  .ui.inverted.red.basic.active.button {
2629
2635
  box-shadow: 0px 0px 0px 2px #ff5144 inset !important;
2630
- color: #ff695e !important;
2636
+ color: #FF695E !important;
2631
2637
  }
2632
2638
  .ui.inverted.red.basic.buttons .button:active,
2633
2639
  .ui.inverted.red.buttons .basic.button:active,
2634
2640
  .ui.inverted.red.basic.button:active {
2635
2641
  box-shadow: 0px 0px 0px 2px #ff392b inset !important;
2636
- color: #ff695e !important;
2642
+ color: #FF695E !important;
2637
2643
  }
2638
2644
 
2639
2645
  /*--- Teal ---*/
2640
2646
 
2641
2647
  .ui.teal.buttons .button,
2642
2648
  .ui.teal.button {
2643
- background-color: #00b5ad;
2644
- color: #ffffff;
2649
+ background-color: #00B5AD;
2650
+ color: #FFFFFF;
2645
2651
  text-shadow: none;
2646
2652
  background-image: none;
2647
2653
  }
@@ -2651,19 +2657,19 @@
2651
2657
  .ui.teal.buttons .button:hover,
2652
2658
  .ui.teal.button:hover {
2653
2659
  background-color: #009c95;
2654
- color: #ffffff;
2660
+ color: #FFFFFF;
2655
2661
  text-shadow: none;
2656
2662
  }
2657
2663
  .ui.teal.buttons .button:focus,
2658
2664
  .ui.teal.button:focus {
2659
2665
  background-color: #008c86;
2660
- color: #ffffff;
2666
+ color: #FFFFFF;
2661
2667
  text-shadow: none;
2662
2668
  }
2663
2669
  .ui.teal.buttons .button:active,
2664
2670
  .ui.teal.button:active {
2665
2671
  background-color: #00827c;
2666
- color: #ffffff;
2672
+ color: #FFFFFF;
2667
2673
  text-shadow: none;
2668
2674
  }
2669
2675
  .ui.teal.buttons .active.button,
@@ -2671,15 +2677,15 @@
2671
2677
  .ui.teal.active.button,
2672
2678
  .ui.teal.button .active.button:active {
2673
2679
  background-color: #009c95;
2674
- color: #ffffff;
2680
+ color: #FFFFFF;
2675
2681
  text-shadow: none;
2676
2682
  }
2677
2683
 
2678
2684
  /* Basic */
2679
2685
  .ui.basic.teal.buttons .button,
2680
2686
  .ui.basic.teal.button {
2681
- box-shadow: 0px 0px 0px 1px #00b5ad inset !important;
2682
- color: #00b5ad !important;
2687
+ box-shadow: 0px 0px 0px 1px #00B5AD inset !important;
2688
+ color: #00B5AD !important;
2683
2689
  }
2684
2690
  .ui.basic.teal.buttons .button:hover,
2685
2691
  .ui.basic.teal.button:hover {
@@ -2712,8 +2718,8 @@
2712
2718
  .ui.inverted.teal.buttons .button,
2713
2719
  .ui.inverted.teal.button {
2714
2720
  background-color: transparent;
2715
- box-shadow: 0px 0px 0px 2px #6dffff inset !important;
2716
- color: #6dffff;
2721
+ box-shadow: 0px 0px 0px 2px #6DFFFF inset !important;
2722
+ color: #6DFFFF;
2717
2723
  }
2718
2724
  .ui.inverted.teal.buttons .button:hover,
2719
2725
  .ui.inverted.teal.button:hover,
@@ -2749,39 +2755,39 @@
2749
2755
  .ui.inverted.teal.basic.button {
2750
2756
  background-color: transparent;
2751
2757
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
2752
- color: #ffffff !important;
2758
+ color: #FFFFFF !important;
2753
2759
  }
2754
2760
  .ui.inverted.teal.basic.buttons .button:hover,
2755
2761
  .ui.inverted.teal.buttons .basic.button:hover,
2756
2762
  .ui.inverted.teal.basic.button:hover {
2757
2763
  box-shadow: 0px 0px 0px 2px #54ffff inset !important;
2758
- color: #6dffff !important;
2764
+ color: #6DFFFF !important;
2759
2765
  }
2760
2766
  .ui.inverted.teal.basic.buttons .button:focus,
2761
2767
  .ui.inverted.teal.basic.buttons .button:focus,
2762
2768
  .ui.inverted.teal.basic.button:focus {
2763
2769
  box-shadow: 0px 0px 0px 2px #44ffff inset !important;
2764
- color: #6dffff !important;
2770
+ color: #6DFFFF !important;
2765
2771
  }
2766
2772
  .ui.inverted.teal.basic.buttons .active.button,
2767
2773
  .ui.inverted.teal.buttons .basic.active.button,
2768
2774
  .ui.inverted.teal.basic.active.button {
2769
2775
  box-shadow: 0px 0px 0px 2px #54ffff inset !important;
2770
- color: #6dffff !important;
2776
+ color: #6DFFFF !important;
2771
2777
  }
2772
2778
  .ui.inverted.teal.basic.buttons .button:active,
2773
2779
  .ui.inverted.teal.buttons .basic.button:active,
2774
2780
  .ui.inverted.teal.basic.button:active {
2775
2781
  box-shadow: 0px 0px 0px 2px #3affff inset !important;
2776
- color: #6dffff !important;
2782
+ color: #6DFFFF !important;
2777
2783
  }
2778
2784
 
2779
2785
  /*--- Olive ---*/
2780
2786
 
2781
2787
  .ui.olive.buttons .button,
2782
2788
  .ui.olive.button {
2783
- background-color: #b5cc18;
2784
- color: #ffffff;
2789
+ background-color: #B5CC18;
2790
+ color: #FFFFFF;
2785
2791
  text-shadow: none;
2786
2792
  background-image: none;
2787
2793
  }
@@ -2791,19 +2797,19 @@
2791
2797
  .ui.olive.buttons .button:hover,
2792
2798
  .ui.olive.button:hover {
2793
2799
  background-color: #a7bd0d;
2794
- color: #ffffff;
2800
+ color: #FFFFFF;
2795
2801
  text-shadow: none;
2796
2802
  }
2797
2803
  .ui.olive.buttons .button:focus,
2798
2804
  .ui.olive.button:focus {
2799
2805
  background-color: #a0b605;
2800
- color: #ffffff;
2806
+ color: #FFFFFF;
2801
2807
  text-shadow: none;
2802
2808
  }
2803
2809
  .ui.olive.buttons .button:active,
2804
2810
  .ui.olive.button:active {
2805
2811
  background-color: #8d9e13;
2806
- color: #ffffff;
2812
+ color: #FFFFFF;
2807
2813
  text-shadow: none;
2808
2814
  }
2809
2815
  .ui.olive.buttons .active.button,
@@ -2811,15 +2817,15 @@
2811
2817
  .ui.olive.active.button,
2812
2818
  .ui.olive.button .active.button:active {
2813
2819
  background-color: #aac109;
2814
- color: #ffffff;
2820
+ color: #FFFFFF;
2815
2821
  text-shadow: none;
2816
2822
  }
2817
2823
 
2818
2824
  /* Basic */
2819
2825
  .ui.basic.olive.buttons .button,
2820
2826
  .ui.basic.olive.button {
2821
- box-shadow: 0px 0px 0px 1px #b5cc18 inset !important;
2822
- color: #b5cc18 !important;
2827
+ box-shadow: 0px 0px 0px 1px #B5CC18 inset !important;
2828
+ color: #B5CC18 !important;
2823
2829
  }
2824
2830
  .ui.basic.olive.buttons .button:hover,
2825
2831
  .ui.basic.olive.button:hover {
@@ -2852,8 +2858,8 @@
2852
2858
  .ui.inverted.olive.buttons .button,
2853
2859
  .ui.inverted.olive.button {
2854
2860
  background-color: transparent;
2855
- box-shadow: 0px 0px 0px 2px #d9e778 inset !important;
2856
- color: #d9e778;
2861
+ box-shadow: 0px 0px 0px 2px #D9E778 inset !important;
2862
+ color: #D9E778;
2857
2863
  }
2858
2864
  .ui.inverted.olive.buttons .button:hover,
2859
2865
  .ui.inverted.olive.button:hover,
@@ -2889,39 +2895,39 @@
2889
2895
  .ui.inverted.olive.basic.button {
2890
2896
  background-color: transparent;
2891
2897
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
2892
- color: #ffffff !important;
2898
+ color: #FFFFFF !important;
2893
2899
  }
2894
2900
  .ui.inverted.olive.basic.buttons .button:hover,
2895
2901
  .ui.inverted.olive.buttons .basic.button:hover,
2896
2902
  .ui.inverted.olive.basic.button:hover {
2897
2903
  box-shadow: 0px 0px 0px 2px #d8ea5c inset !important;
2898
- color: #d9e778 !important;
2904
+ color: #D9E778 !important;
2899
2905
  }
2900
2906
  .ui.inverted.olive.basic.buttons .button:focus,
2901
2907
  .ui.inverted.olive.basic.buttons .button:focus,
2902
2908
  .ui.inverted.olive.basic.button:focus {
2903
2909
  box-shadow: 0px 0px 0px 2px #daef47 inset !important;
2904
- color: #d9e778 !important;
2910
+ color: #D9E778 !important;
2905
2911
  }
2906
2912
  .ui.inverted.olive.basic.buttons .active.button,
2907
2913
  .ui.inverted.olive.buttons .basic.active.button,
2908
2914
  .ui.inverted.olive.basic.active.button {
2909
2915
  box-shadow: 0px 0px 0px 2px #daed59 inset !important;
2910
- color: #d9e778 !important;
2916
+ color: #D9E778 !important;
2911
2917
  }
2912
2918
  .ui.inverted.olive.basic.buttons .button:active,
2913
2919
  .ui.inverted.olive.buttons .basic.button:active,
2914
2920
  .ui.inverted.olive.basic.button:active {
2915
2921
  box-shadow: 0px 0px 0px 2px #cddf4d inset !important;
2916
- color: #d9e778 !important;
2922
+ color: #D9E778 !important;
2917
2923
  }
2918
2924
 
2919
2925
  /*--- Yellow ---*/
2920
2926
 
2921
2927
  .ui.yellow.buttons .button,
2922
2928
  .ui.yellow.button {
2923
- background-color: #fbbd08;
2924
- color: #ffffff;
2929
+ background-color: #FBBD08;
2930
+ color: #FFFFFF;
2925
2931
  text-shadow: none;
2926
2932
  background-image: none;
2927
2933
  }
@@ -2931,19 +2937,19 @@
2931
2937
  .ui.yellow.buttons .button:hover,
2932
2938
  .ui.yellow.button:hover {
2933
2939
  background-color: #eaae00;
2934
- color: #ffffff;
2940
+ color: #FFFFFF;
2935
2941
  text-shadow: none;
2936
2942
  }
2937
2943
  .ui.yellow.buttons .button:focus,
2938
2944
  .ui.yellow.button:focus {
2939
2945
  background-color: #daa300;
2940
- color: #ffffff;
2946
+ color: #FFFFFF;
2941
2947
  text-shadow: none;
2942
2948
  }
2943
2949
  .ui.yellow.buttons .button:active,
2944
2950
  .ui.yellow.button:active {
2945
2951
  background-color: #cd9903;
2946
- color: #ffffff;
2952
+ color: #FFFFFF;
2947
2953
  text-shadow: none;
2948
2954
  }
2949
2955
  .ui.yellow.buttons .active.button,
@@ -2951,15 +2957,15 @@
2951
2957
  .ui.yellow.active.button,
2952
2958
  .ui.yellow.button .active.button:active {
2953
2959
  background-color: #eaae00;
2954
- color: #ffffff;
2960
+ color: #FFFFFF;
2955
2961
  text-shadow: none;
2956
2962
  }
2957
2963
 
2958
2964
  /* Basic */
2959
2965
  .ui.basic.yellow.buttons .button,
2960
2966
  .ui.basic.yellow.button {
2961
- box-shadow: 0px 0px 0px 1px #fbbd08 inset !important;
2962
- color: #fbbd08 !important;
2967
+ box-shadow: 0px 0px 0px 1px #FBBD08 inset !important;
2968
+ color: #FBBD08 !important;
2963
2969
  }
2964
2970
  .ui.basic.yellow.buttons .button:hover,
2965
2971
  .ui.basic.yellow.button:hover {
@@ -2992,8 +2998,8 @@
2992
2998
  .ui.inverted.yellow.buttons .button,
2993
2999
  .ui.inverted.yellow.button {
2994
3000
  background-color: transparent;
2995
- box-shadow: 0px 0px 0px 2px #ffe21f inset !important;
2996
- color: #ffe21f;
3001
+ box-shadow: 0px 0px 0px 2px #FFE21F inset !important;
3002
+ color: #FFE21F;
2997
3003
  }
2998
3004
  .ui.inverted.yellow.buttons .button:hover,
2999
3005
  .ui.inverted.yellow.button:hover,
@@ -3029,41 +3035,44 @@
3029
3035
  .ui.inverted.yellow.basic.button {
3030
3036
  background-color: transparent;
3031
3037
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
3032
- color: #ffffff !important;
3038
+ color: #FFFFFF !important;
3033
3039
  }
3034
3040
  .ui.inverted.yellow.basic.buttons .button:hover,
3035
3041
  .ui.inverted.yellow.buttons .basic.button:hover,
3036
3042
  .ui.inverted.yellow.basic.button:hover {
3037
3043
  box-shadow: 0px 0px 0px 2px #ffdf05 inset !important;
3038
- color: #ffe21f !important;
3044
+ color: #FFE21F !important;
3039
3045
  }
3040
3046
  .ui.inverted.yellow.basic.buttons .button:focus,
3041
3047
  .ui.inverted.yellow.basic.buttons .button:focus,
3042
3048
  .ui.inverted.yellow.basic.button:focus {
3043
3049
  box-shadow: 0px 0px 0px 2px #f5d500 inset !important;
3044
- color: #ffe21f !important;
3050
+ color: #FFE21F !important;
3045
3051
  }
3046
3052
  .ui.inverted.yellow.basic.buttons .active.button,
3047
3053
  .ui.inverted.yellow.buttons .basic.active.button,
3048
3054
  .ui.inverted.yellow.basic.active.button {
3049
3055
  box-shadow: 0px 0px 0px 2px #ffdf05 inset !important;
3050
- color: #ffe21f !important;
3056
+ color: #FFE21F !important;
3051
3057
  }
3052
3058
  .ui.inverted.yellow.basic.buttons .button:active,
3053
3059
  .ui.inverted.yellow.buttons .basic.button:active,
3054
3060
  .ui.inverted.yellow.basic.button:active {
3055
3061
  box-shadow: 0px 0px 0px 2px #ebcd00 inset !important;
3056
- color: #ffe21f !important;
3062
+ color: #FFE21F !important;
3057
3063
  }
3058
3064
 
3059
3065
  /*-------------------
3060
3066
  Primary
3061
3067
  --------------------*/
3062
3068
 
3069
+
3070
+ /*--- Standard ---*/
3071
+
3063
3072
  .ui.primary.buttons .button,
3064
3073
  .ui.primary.button {
3065
- background-color: #2185d0;
3066
- color: #ffffff;
3074
+ background-color: #2185D0;
3075
+ color: #FFFFFF;
3067
3076
  text-shadow: none;
3068
3077
  background-image: none;
3069
3078
  }
@@ -3073,36 +3082,73 @@
3073
3082
  .ui.primary.buttons .button:hover,
3074
3083
  .ui.primary.button:hover {
3075
3084
  background-color: #1678c2;
3076
- color: #ffffff;
3085
+ color: #FFFFFF;
3077
3086
  text-shadow: none;
3078
3087
  }
3079
3088
  .ui.primary.buttons .button:focus,
3080
3089
  .ui.primary.button:focus {
3081
3090
  background-color: #0d71bb;
3082
- color: #ffffff;
3091
+ color: #FFFFFF;
3083
3092
  text-shadow: none;
3084
3093
  }
3085
3094
  .ui.primary.buttons .button:active,
3086
3095
  .ui.primary.button:active {
3087
3096
  background-color: #1a69a4;
3088
- color: #ffffff;
3097
+ color: #FFFFFF;
3089
3098
  text-shadow: none;
3090
3099
  }
3091
3100
  .ui.primary.buttons .active.button,
3092
- .ui.primary.active.button {
3101
+ .ui.primary.buttons .active.button:active,
3102
+ .ui.primary.active.button,
3103
+ .ui.primary.button .active.button:active {
3093
3104
  background-color: #1279c6;
3094
- color: #ffffff;
3105
+ color: #FFFFFF;
3095
3106
  text-shadow: none;
3096
3107
  }
3097
3108
 
3109
+ /* Basic */
3110
+ .ui.basic.primary.buttons .button,
3111
+ .ui.basic.primary.button {
3112
+ box-shadow: 0px 0px 0px 1px #2185D0 inset !important;
3113
+ color: #2185D0 !important;
3114
+ }
3115
+ .ui.basic.primary.buttons .button:hover,
3116
+ .ui.basic.primary.button:hover {
3117
+ background: transparent !important;
3118
+ box-shadow: 0px 0px 0px 1px #1678c2 inset !important;
3119
+ color: #1678c2 !important;
3120
+ }
3121
+ .ui.basic.primary.buttons .button:focus,
3122
+ .ui.basic.primary.button:focus {
3123
+ background: transparent !important;
3124
+ box-shadow: 0px 0px 0px 1px #0d71bb inset !important;
3125
+ color: #1678c2 !important;
3126
+ }
3127
+ .ui.basic.primary.buttons .active.button,
3128
+ .ui.basic.primary.active.button {
3129
+ background: transparent !important;
3130
+ box-shadow: 0px 0px 0px 1px #1279c6 inset !important;
3131
+ color: #1a69a4 !important;
3132
+ }
3133
+ .ui.basic.primary.buttons .button:active,
3134
+ .ui.basic.primary.button:active {
3135
+ box-shadow: 0px 0px 0px 1px #1a69a4 inset !important;
3136
+ color: #1a69a4 !important;
3137
+ }
3138
+ .ui.buttons:not(.vertical) > .basic.primary.button:not(:first-child) {
3139
+ margin-left: -1px;
3140
+ }
3141
+
3098
3142
  /*-------------------
3099
3143
  Secondary
3100
3144
  --------------------*/
3101
3145
 
3146
+
3147
+ /* Standard */
3102
3148
  .ui.secondary.buttons .button,
3103
3149
  .ui.secondary.button {
3104
- background-color: #1b1c1d;
3105
- color: #ffffff;
3150
+ background-color: #1B1C1D;
3151
+ color: #FFFFFF;
3106
3152
  text-shadow: none;
3107
3153
  background-image: none;
3108
3154
  }
@@ -3112,36 +3158,73 @@
3112
3158
  .ui.secondary.buttons .button:hover,
3113
3159
  .ui.secondary.button:hover {
3114
3160
  background-color: #27292a;
3115
- color: #ffffff;
3161
+ color: #FFFFFF;
3116
3162
  text-shadow: none;
3117
3163
  }
3118
3164
  .ui.secondary.buttons .button:focus,
3119
3165
  .ui.secondary.button:focus {
3120
3166
  background-color: #2e3032;
3121
- color: #ffffff;
3167
+ color: #FFFFFF;
3122
3168
  text-shadow: none;
3123
3169
  }
3124
3170
  .ui.secondary.buttons .button:active,
3125
3171
  .ui.secondary.button:active {
3126
3172
  background-color: #343637;
3127
- color: #ffffff;
3173
+ color: #FFFFFF;
3128
3174
  text-shadow: none;
3129
3175
  }
3130
3176
  .ui.secondary.buttons .active.button,
3131
- .ui.secondary.active.button {
3177
+ .ui.secondary.buttons .active.button:active,
3178
+ .ui.secondary.active.button,
3179
+ .ui.secondary.button .active.button:active {
3132
3180
  background-color: #27292a;
3133
- color: #ffffff;
3181
+ color: #FFFFFF;
3134
3182
  text-shadow: none;
3135
3183
  }
3136
3184
 
3185
+ /* Basic */
3186
+ .ui.basic.secondary.buttons .button,
3187
+ .ui.basic.secondary.button {
3188
+ box-shadow: 0px 0px 0px 1px #1B1C1D inset !important;
3189
+ color: #1B1C1D !important;
3190
+ }
3191
+ .ui.basic.secondary.buttons .button:hover,
3192
+ .ui.basic.secondary.button:hover {
3193
+ background: transparent !important;
3194
+ box-shadow: 0px 0px 0px 1px #27292a inset !important;
3195
+ color: #27292a !important;
3196
+ }
3197
+ .ui.basic.secondary.buttons .button:focus,
3198
+ .ui.basic.secondary.button:focus {
3199
+ background: transparent !important;
3200
+ box-shadow: 0px 0px 0px 1px #2e3032 inset !important;
3201
+ color: #27292a !important;
3202
+ }
3203
+ .ui.basic.secondary.buttons .active.button,
3204
+ .ui.basic.secondary.active.button {
3205
+ background: transparent !important;
3206
+ box-shadow: 0px 0px 0px 1px #27292a inset !important;
3207
+ color: #343637 !important;
3208
+ }
3209
+ .ui.basic.secondary.buttons .button:active,
3210
+ .ui.basic.secondary.button:active {
3211
+ box-shadow: 0px 0px 0px 1px #343637 inset !important;
3212
+ color: #343637 !important;
3213
+ }
3214
+ .ui.buttons:not(.vertical) > .basic.primary.button:not(:first-child) {
3215
+ margin-left: -1px;
3216
+ }
3217
+
3137
3218
  /*---------------
3138
3219
  Positive
3139
3220
  ----------------*/
3140
3221
 
3222
+
3223
+ /* Standard */
3141
3224
  .ui.positive.buttons .button,
3142
3225
  .ui.positive.button {
3143
- background-color: #21ba45 !important;
3144
- color: #ffffff;
3226
+ background-color: #21BA45;
3227
+ color: #FFFFFF;
3145
3228
  text-shadow: none;
3146
3229
  background-image: none;
3147
3230
  }
@@ -3150,38 +3233,74 @@
3150
3233
  }
3151
3234
  .ui.positive.buttons .button:hover,
3152
3235
  .ui.positive.button:hover {
3153
- background-color: #16ab39 !important;
3154
- color: #ffffff;
3236
+ background-color: #16ab39;
3237
+ color: #FFFFFF;
3155
3238
  text-shadow: none;
3156
3239
  }
3157
3240
  .ui.positive.buttons .button:focus,
3158
3241
  .ui.positive.button:focus {
3159
- background-color: #0ea432 !important;
3160
- color: #ffffff;
3242
+ background-color: #0ea432;
3243
+ color: #FFFFFF;
3161
3244
  text-shadow: none;
3162
3245
  }
3163
3246
  .ui.positive.buttons .button:active,
3164
3247
  .ui.positive.button:active {
3165
- background-color: #198f35 !important;
3166
- color: #ffffff;
3248
+ background-color: #198f35;
3249
+ color: #FFFFFF;
3167
3250
  text-shadow: none;
3168
3251
  }
3169
3252
  .ui.positive.buttons .active.button,
3253
+ .ui.positive.buttons .active.button:active,
3170
3254
  .ui.positive.active.button,
3171
- .ui.positive.buttons .active.button:active {
3255
+ .ui.positive.button .active.button:active {
3172
3256
  background-color: #13ae38;
3173
- color: #ffffff;
3257
+ color: #FFFFFF;
3174
3258
  text-shadow: none;
3175
3259
  }
3176
3260
 
3261
+ /* Basic */
3262
+ .ui.basic.positive.buttons .button,
3263
+ .ui.basic.positive.button {
3264
+ box-shadow: 0px 0px 0px 1px #21BA45 inset !important;
3265
+ color: #21BA45 !important;
3266
+ }
3267
+ .ui.basic.positive.buttons .button:hover,
3268
+ .ui.basic.positive.button:hover {
3269
+ background: transparent !important;
3270
+ box-shadow: 0px 0px 0px 1px #16ab39 inset !important;
3271
+ color: #16ab39 !important;
3272
+ }
3273
+ .ui.basic.positive.buttons .button:focus,
3274
+ .ui.basic.positive.button:focus {
3275
+ background: transparent !important;
3276
+ box-shadow: 0px 0px 0px 1px #0ea432 inset !important;
3277
+ color: #16ab39 !important;
3278
+ }
3279
+ .ui.basic.positive.buttons .active.button,
3280
+ .ui.basic.positive.active.button {
3281
+ background: transparent !important;
3282
+ box-shadow: 0px 0px 0px 1px #13ae38 inset !important;
3283
+ color: #198f35 !important;
3284
+ }
3285
+ .ui.basic.positive.buttons .button:active,
3286
+ .ui.basic.positive.button:active {
3287
+ box-shadow: 0px 0px 0px 1px #198f35 inset !important;
3288
+ color: #198f35 !important;
3289
+ }
3290
+ .ui.buttons:not(.vertical) > .basic.primary.button:not(:first-child) {
3291
+ margin-left: -1px;
3292
+ }
3293
+
3177
3294
  /*---------------
3178
3295
  Negative
3179
3296
  ----------------*/
3180
3297
 
3298
+
3299
+ /* Standard */
3181
3300
  .ui.negative.buttons .button,
3182
3301
  .ui.negative.button {
3183
- background-color: #db2828 !important;
3184
- color: #ffffff;
3302
+ background-color: #DB2828;
3303
+ color: #FFFFFF;
3185
3304
  text-shadow: none;
3186
3305
  background-image: none;
3187
3306
  }
@@ -3190,30 +3309,64 @@
3190
3309
  }
3191
3310
  .ui.negative.buttons .button:hover,
3192
3311
  .ui.negative.button:hover {
3193
- background-color: #d01919 !important;
3194
- color: #ffffff;
3312
+ background-color: #d01919;
3313
+ color: #FFFFFF;
3195
3314
  text-shadow: none;
3196
3315
  }
3197
3316
  .ui.negative.buttons .button:focus,
3198
3317
  .ui.negative.button:focus {
3199
- background-color: #ca1010 !important;
3200
- color: #ffffff;
3318
+ background-color: #ca1010;
3319
+ color: #FFFFFF;
3201
3320
  text-shadow: none;
3202
3321
  }
3203
3322
  .ui.negative.buttons .button:active,
3204
3323
  .ui.negative.button:active {
3205
- background-color: #b21e1e !important;
3206
- color: #ffffff;
3324
+ background-color: #b21e1e;
3325
+ color: #FFFFFF;
3207
3326
  text-shadow: none;
3208
3327
  }
3209
3328
  .ui.negative.buttons .active.button,
3329
+ .ui.negative.buttons .active.button:active,
3210
3330
  .ui.negative.active.button,
3211
- .ui.negative.buttons .active.button:active {
3331
+ .ui.negative.button .active.button:active {
3212
3332
  background-color: #d41515;
3213
- color: #ffffff;
3333
+ color: #FFFFFF;
3214
3334
  text-shadow: none;
3215
3335
  }
3216
3336
 
3337
+ /* Basic */
3338
+ .ui.basic.negative.buttons .button,
3339
+ .ui.basic.negative.button {
3340
+ box-shadow: 0px 0px 0px 1px #DB2828 inset !important;
3341
+ color: #DB2828 !important;
3342
+ }
3343
+ .ui.basic.negative.buttons .button:hover,
3344
+ .ui.basic.negative.button:hover {
3345
+ background: transparent !important;
3346
+ box-shadow: 0px 0px 0px 1px #d01919 inset !important;
3347
+ color: #d01919 !important;
3348
+ }
3349
+ .ui.basic.negative.buttons .button:focus,
3350
+ .ui.basic.negative.button:focus {
3351
+ background: transparent !important;
3352
+ box-shadow: 0px 0px 0px 1px #ca1010 inset !important;
3353
+ color: #d01919 !important;
3354
+ }
3355
+ .ui.basic.negative.buttons .active.button,
3356
+ .ui.basic.negative.active.button {
3357
+ background: transparent !important;
3358
+ box-shadow: 0px 0px 0px 1px #d41515 inset !important;
3359
+ color: #b21e1e !important;
3360
+ }
3361
+ .ui.basic.negative.buttons .button:active,
3362
+ .ui.basic.negative.button:active {
3363
+ box-shadow: 0px 0px 0px 1px #b21e1e inset !important;
3364
+ color: #b21e1e !important;
3365
+ }
3366
+ .ui.buttons:not(.vertical) > .basic.primary.button:not(:first-child) {
3367
+ margin-left: -1px;
3368
+ }
3369
+
3217
3370
 
3218
3371
  /*******************************
3219
3372
  Groups