fomantic-ui 2.9.2-beta.8 → 2.9.2

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.
Files changed (179) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/dist/components/accordion.css +1 -1
  3. package/dist/components/accordion.js +1 -1
  4. package/dist/components/accordion.min.css +1 -1
  5. package/dist/components/accordion.min.js +1 -1
  6. package/dist/components/ad.css +1 -1
  7. package/dist/components/ad.min.css +1 -1
  8. package/dist/components/api.js +1 -1
  9. package/dist/components/api.min.js +1 -1
  10. package/dist/components/breadcrumb.css +1 -1
  11. package/dist/components/breadcrumb.min.css +1 -1
  12. package/dist/components/button.css +1 -1
  13. package/dist/components/button.min.css +1 -1
  14. package/dist/components/calendar.css +1 -1
  15. package/dist/components/calendar.js +1 -1
  16. package/dist/components/calendar.min.css +1 -1
  17. package/dist/components/calendar.min.js +1 -1
  18. package/dist/components/card.css +1 -1
  19. package/dist/components/card.min.css +1 -1
  20. package/dist/components/checkbox.css +40 -40
  21. package/dist/components/checkbox.js +1 -1
  22. package/dist/components/checkbox.min.css +2 -2
  23. package/dist/components/checkbox.min.js +1 -1
  24. package/dist/components/comment.css +1 -1
  25. package/dist/components/comment.min.css +1 -1
  26. package/dist/components/container.css +1 -1
  27. package/dist/components/container.min.css +1 -1
  28. package/dist/components/dimmer.css +1 -1
  29. package/dist/components/dimmer.js +1 -1
  30. package/dist/components/dimmer.min.css +1 -1
  31. package/dist/components/dimmer.min.js +1 -1
  32. package/dist/components/divider.css +1 -1
  33. package/dist/components/divider.min.css +1 -1
  34. package/dist/components/dropdown.css +8 -6
  35. package/dist/components/dropdown.js +1 -1
  36. package/dist/components/dropdown.min.css +2 -2
  37. package/dist/components/dropdown.min.js +1 -1
  38. package/dist/components/embed.css +1 -1
  39. package/dist/components/embed.js +1 -1
  40. package/dist/components/embed.min.css +1 -1
  41. package/dist/components/embed.min.js +1 -1
  42. package/dist/components/emoji.css +2 -2
  43. package/dist/components/emoji.min.css +2 -2
  44. package/dist/components/feed.css +1 -1
  45. package/dist/components/feed.min.css +1 -1
  46. package/dist/components/flag.css +1 -1
  47. package/dist/components/flag.min.css +1 -1
  48. package/dist/components/flyout.css +1 -1
  49. package/dist/components/flyout.js +1 -1
  50. package/dist/components/flyout.min.css +1 -1
  51. package/dist/components/flyout.min.js +1 -1
  52. package/dist/components/form.css +66 -37
  53. package/dist/components/form.js +115 -105
  54. package/dist/components/form.min.css +2 -2
  55. package/dist/components/form.min.js +2 -2
  56. package/dist/components/grid.css +7 -1
  57. package/dist/components/grid.min.css +2 -2
  58. package/dist/components/header.css +1 -1
  59. package/dist/components/header.min.css +1 -1
  60. package/dist/components/icon.css +1 -1
  61. package/dist/components/icon.min.css +1 -1
  62. package/dist/components/image.css +1 -1
  63. package/dist/components/image.min.css +1 -1
  64. package/dist/components/input.css +59 -25
  65. package/dist/components/input.min.css +2 -2
  66. package/dist/components/item.css +1 -1
  67. package/dist/components/item.min.css +1 -1
  68. package/dist/components/label.css +1 -1
  69. package/dist/components/label.min.css +1 -1
  70. package/dist/components/list.css +1 -1
  71. package/dist/components/list.min.css +1 -1
  72. package/dist/components/loader.css +1 -1
  73. package/dist/components/loader.min.css +1 -1
  74. package/dist/components/menu.css +30 -6
  75. package/dist/components/menu.min.css +9 -1
  76. package/dist/components/message.css +1 -1
  77. package/dist/components/message.min.css +1 -1
  78. package/dist/components/modal.css +1 -1
  79. package/dist/components/modal.js +1 -1
  80. package/dist/components/modal.min.css +1 -1
  81. package/dist/components/modal.min.js +1 -1
  82. package/dist/components/nag.css +1 -1
  83. package/dist/components/nag.js +1 -1
  84. package/dist/components/nag.min.css +1 -1
  85. package/dist/components/nag.min.js +1 -1
  86. package/dist/components/placeholder.css +1 -1
  87. package/dist/components/placeholder.min.css +1 -1
  88. package/dist/components/popup.css +147 -2
  89. package/dist/components/popup.js +18 -6
  90. package/dist/components/popup.min.css +2 -2
  91. package/dist/components/popup.min.js +2 -2
  92. package/dist/components/progress.css +1 -1
  93. package/dist/components/progress.js +1 -1
  94. package/dist/components/progress.min.css +1 -1
  95. package/dist/components/progress.min.js +1 -1
  96. package/dist/components/rail.css +1 -1
  97. package/dist/components/rail.min.css +1 -1
  98. package/dist/components/rating.css +1 -1
  99. package/dist/components/rating.js +1 -1
  100. package/dist/components/rating.min.css +1 -1
  101. package/dist/components/rating.min.js +1 -1
  102. package/dist/components/reset.css +1 -1
  103. package/dist/components/reset.min.css +1 -1
  104. package/dist/components/reveal.css +1 -1
  105. package/dist/components/reveal.min.css +1 -1
  106. package/dist/components/search.css +1 -1
  107. package/dist/components/search.js +1 -1
  108. package/dist/components/search.min.css +1 -1
  109. package/dist/components/search.min.js +1 -1
  110. package/dist/components/segment.css +24 -2
  111. package/dist/components/segment.min.css +2 -2
  112. package/dist/components/shape.css +1 -1
  113. package/dist/components/shape.js +1 -1
  114. package/dist/components/shape.min.css +1 -1
  115. package/dist/components/shape.min.js +1 -1
  116. package/dist/components/sidebar.css +1 -1
  117. package/dist/components/sidebar.js +1 -1
  118. package/dist/components/sidebar.min.css +1 -1
  119. package/dist/components/sidebar.min.js +1 -1
  120. package/dist/components/site.css +1 -10
  121. package/dist/components/site.js +1 -1
  122. package/dist/components/site.min.css +2 -2
  123. package/dist/components/site.min.js +1 -1
  124. package/dist/components/slider.css +9 -6
  125. package/dist/components/slider.js +1 -1
  126. package/dist/components/slider.min.css +9 -1
  127. package/dist/components/slider.min.js +1 -1
  128. package/dist/components/state.js +1 -1
  129. package/dist/components/state.min.js +1 -1
  130. package/dist/components/statistic.css +1 -1
  131. package/dist/components/statistic.min.css +1 -1
  132. package/dist/components/step.css +1 -1
  133. package/dist/components/step.min.css +1 -1
  134. package/dist/components/sticky.css +1 -1
  135. package/dist/components/sticky.js +1 -1
  136. package/dist/components/sticky.min.css +1 -1
  137. package/dist/components/sticky.min.js +1 -1
  138. package/dist/components/tab.css +1 -1
  139. package/dist/components/tab.js +1 -1
  140. package/dist/components/tab.min.css +1 -1
  141. package/dist/components/tab.min.js +1 -1
  142. package/dist/components/table.css +1 -1
  143. package/dist/components/table.min.css +1 -1
  144. package/dist/components/text.css +2 -2
  145. package/dist/components/text.min.css +2 -2
  146. package/dist/components/toast.css +1 -1
  147. package/dist/components/toast.js +1 -1
  148. package/dist/components/toast.min.css +1 -1
  149. package/dist/components/toast.min.js +1 -1
  150. package/dist/components/transition.css +1 -1
  151. package/dist/components/transition.js +1 -1
  152. package/dist/components/transition.min.css +1 -1
  153. package/dist/components/transition.min.js +1 -1
  154. package/dist/components/visibility.js +1 -1
  155. package/dist/components/visibility.min.js +1 -1
  156. package/dist/semantic.css +516 -185
  157. package/dist/semantic.js +158 -136
  158. package/dist/semantic.min.css +2 -2
  159. package/dist/semantic.min.js +2 -2
  160. package/package.json +2 -2
  161. package/src/definitions/behaviors/form.js +114 -104
  162. package/src/definitions/collections/form.less +4 -14
  163. package/src/definitions/collections/grid.less +9 -0
  164. package/src/definitions/collections/menu.less +39 -6
  165. package/src/definitions/elements/emoji.less +2 -2
  166. package/src/definitions/elements/input.less +6 -20
  167. package/src/definitions/elements/placeholder.less +1 -1
  168. package/src/definitions/elements/segment.less +27 -1
  169. package/src/definitions/elements/text.less +1 -1
  170. package/src/definitions/globals/site.less +0 -18
  171. package/src/definitions/modules/checkbox.less +39 -39
  172. package/src/definitions/modules/dropdown.less +6 -10
  173. package/src/definitions/modules/embed.less +1 -1
  174. package/src/definitions/modules/popup.js +17 -5
  175. package/src/definitions/modules/popup.less +47 -3
  176. package/src/definitions/modules/progress.less +1 -1
  177. package/src/definitions/modules/slider.less +10 -0
  178. package/src/themes/default/globals/variation.variables +4 -0
  179. package/src/themes/default/modules/popup.variables +8 -0
package/dist/semantic.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * # Fomantic UI - 2.9.2-beta.8+8838309
2
+ * # Fomantic UI - 2.9.2
3
3
  * https://github.com/fomantic/Fomantic-UI
4
4
  * https://fomantic-ui.com/
5
5
  *
@@ -9,7 +9,7 @@
9
9
  *
10
10
  */
11
11
  /*!
12
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Reset
12
+ * # Fomantic-UI 2.9.2 - Reset
13
13
  * https://github.com/fomantic/Fomantic-UI/
14
14
  *
15
15
  *
@@ -430,7 +430,7 @@ template {
430
430
  Site Overrides
431
431
  *******************************/
432
432
  /*!
433
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Site
433
+ * # Fomantic-UI 2.9.2 - Site
434
434
  * https://github.com/fomantic/Fomantic-UI/
435
435
  *
436
436
  *
@@ -706,11 +706,6 @@ body .ui.inverted:not(.dimmer) {
706
706
 
707
707
  /* Site */
708
708
 
709
- ::-webkit-selection {
710
- background-color: #cce2ff;
711
- color: rgba(0, 0, 0, 0.87);
712
- }
713
-
714
709
  ::selection {
715
710
  background-color: #cce2ff;
716
711
  color: rgba(0, 0, 0, 0.87);
@@ -718,12 +713,6 @@ body .ui.inverted:not(.dimmer) {
718
713
 
719
714
  /* Form */
720
715
 
721
- textarea::-webkit-selection,
722
- input::-webkit-selection {
723
- background-color: rgba(100, 100, 100, 0.4);
724
- color: rgba(0, 0, 0, 0.87);
725
- }
726
-
727
716
  textarea::selection,
728
717
  input::selection {
729
718
  background-color: rgba(100, 100, 100, 0.4);
@@ -738,7 +727,7 @@ input::selection {
738
727
  Site Overrides
739
728
  *******************************/
740
729
  /*!
741
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Button
730
+ * # Fomantic-UI 2.9.2 - Button
742
731
  * https://github.com/fomantic/Fomantic-UI/
743
732
  *
744
733
  *
@@ -5425,7 +5414,7 @@ input::selection {
5425
5414
  Site Overrides
5426
5415
  *******************************/
5427
5416
  /*!
5428
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Container
5417
+ * # Fomantic-UI 2.9.2 - Container
5429
5418
  * https://github.com/fomantic/Fomantic-UI/
5430
5419
  *
5431
5420
  *
@@ -5701,7 +5690,7 @@ input::selection {
5701
5690
  Site Overrides
5702
5691
  *******************************/
5703
5692
  /*!
5704
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Divider
5693
+ * # Fomantic-UI 2.9.2 - Divider
5705
5694
  * https://github.com/fomantic/Fomantic-UI/
5706
5695
  *
5707
5696
  *
@@ -6009,12 +5998,12 @@ input::selection {
6009
5998
  Site Overrides
6010
5999
  *******************************/
6011
6000
  /*!
6012
- * # Fomantic UI - Emoji
6001
+ * # Fomantic-UI 2.9.2 - Emoji
6013
6002
  * https://github.com/fomantic/Fomantic-UI/
6014
6003
  *
6015
6004
  *
6016
6005
  * Released under the MIT license
6017
- * https://github.com/fomantic/Fomantic-UI/blob/master/LICENSE.md
6006
+ * https://opensource.org/licenses/MIT
6018
6007
  *
6019
6008
  */
6020
6009
 
@@ -23828,7 +23817,7 @@ em[data-emoji="regional_indicator_a"]::before {
23828
23817
  Site Overrides
23829
23818
  *******************************/
23830
23819
  /*!
23831
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Flag
23820
+ * # Fomantic-UI 2.9.2 - Flag
23832
23821
  * https://github.com/fomantic/Fomantic-UI/
23833
23822
  *
23834
23823
  *
@@ -25240,7 +25229,7 @@ i.flag.united.nations::before {
25240
25229
  Site Overrides
25241
25230
  *******************************/
25242
25231
  /*!
25243
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Header
25232
+ * # Fomantic-UI 2.9.2 - Header
25244
25233
  * https://github.com/fomantic/Fomantic-UI/
25245
25234
  *
25246
25235
  *
@@ -26190,7 +26179,7 @@ a.ui.inverted.black.header.header.header:hover {
26190
26179
  Site Overrides
26191
26180
  *******************************/
26192
26181
  /*!
26193
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Icon
26182
+ * # Fomantic-UI 2.9.2 - Icon
26194
26183
  * https://github.com/fomantic/Fomantic-UI/
26195
26184
  *
26196
26185
  *
@@ -35300,7 +35289,7 @@ i.icon.youtube.play::before {
35300
35289
  Site Overrides
35301
35290
  *******************************/
35302
35291
  /*!
35303
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Image
35292
+ * # Fomantic-UI 2.9.2 - Image
35304
35293
  * https://github.com/fomantic/Fomantic-UI/
35305
35294
  *
35306
35295
  *
@@ -35641,7 +35630,7 @@ img.ui.bordered.image {
35641
35630
  Site Overrides
35642
35631
  *******************************/
35643
35632
  /*!
35644
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Input
35633
+ * # Fomantic-UI 2.9.2 - Input
35645
35634
  * https://github.com/fomantic/Fomantic-UI/
35646
35635
  *
35647
35636
  *
@@ -35701,12 +35690,19 @@ img.ui.bordered.image {
35701
35690
 
35702
35691
  /* browsers require these rules separate */
35703
35692
 
35704
- .ui.input > input::-webkit-input-placeholder {
35693
+ .ui.input > input:-ms-input-placeholder {
35705
35694
  color: rgba(191, 191, 191, 0.87);
35706
35695
  }
35707
35696
 
35708
- .ui.input > input::-moz-placeholder {
35697
+ .ui.input > input::-ms-input-placeholder {
35709
35698
  color: rgba(191, 191, 191, 0.87);
35699
+ }
35700
+
35701
+ .ui.input > input::placeholder {
35702
+ color: rgba(191, 191, 191, 0.87);
35703
+ }
35704
+
35705
+ .ui.input > input::-moz-placeholder {
35710
35706
  opacity: 1;
35711
35707
  }
35712
35708
 
@@ -35786,13 +35782,18 @@ img.ui.bordered.image {
35786
35782
  box-shadow: none;
35787
35783
  }
35788
35784
 
35789
- .ui.input.focus > input::-webkit-input-placeholder,
35790
- .ui.input > input:focus::-webkit-input-placeholder {
35785
+ .ui.input.focus > input:-ms-input-placeholder,
35786
+ .ui.input > input:focus:-ms-input-placeholder {
35791
35787
  color: rgba(115, 115, 115, 0.87);
35792
35788
  }
35793
35789
 
35794
- .ui.input.focus > input::-moz-placeholder,
35795
- .ui.input > input:focus::-moz-placeholder {
35790
+ .ui.input.focus > input::-ms-input-placeholder,
35791
+ .ui.input > input:focus::-ms-input-placeholder {
35792
+ color: rgba(115, 115, 115, 0.87);
35793
+ }
35794
+
35795
+ .ui.input.focus > input::placeholder,
35796
+ .ui.input > input:focus::placeholder {
35796
35797
  color: rgba(115, 115, 115, 0.87);
35797
35798
  }
35798
35799
 
@@ -35835,11 +35836,15 @@ img.ui.bordered.image {
35835
35836
 
35836
35837
  /* Placeholder */
35837
35838
 
35838
- .ui.input.error > input::-webkit-input-placeholder {
35839
+ .ui.input.error > input:-ms-input-placeholder {
35840
+ color: #e7bdbc;
35841
+ }
35842
+
35843
+ .ui.input.error > input::-ms-input-placeholder {
35839
35844
  color: #e7bdbc;
35840
35845
  }
35841
35846
 
35842
- .ui.input.error > input::-moz-placeholder {
35847
+ .ui.input.error > input::placeholder {
35843
35848
  color: #e7bdbc;
35844
35849
  }
35845
35850
 
@@ -35849,11 +35854,15 @@ img.ui.bordered.image {
35849
35854
 
35850
35855
  /* Focused Placeholder */
35851
35856
 
35852
- .ui.input.error > input:focus::-webkit-input-placeholder {
35857
+ .ui.input.error > input:focus:-ms-input-placeholder {
35853
35858
  color: #da9796;
35854
35859
  }
35855
35860
 
35856
- .ui.input.error > input:focus::-moz-placeholder {
35861
+ .ui.input.error > input:focus::-ms-input-placeholder {
35862
+ color: #da9796;
35863
+ }
35864
+
35865
+ .ui.input.error > input:focus::placeholder {
35857
35866
  color: #da9796;
35858
35867
  }
35859
35868
 
@@ -35870,11 +35879,15 @@ img.ui.bordered.image {
35870
35879
 
35871
35880
  /* Placeholder */
35872
35881
 
35873
- .ui.input.info > input::-webkit-input-placeholder {
35882
+ .ui.input.info > input:-ms-input-placeholder {
35883
+ color: #98cfe1;
35884
+ }
35885
+
35886
+ .ui.input.info > input::-ms-input-placeholder {
35874
35887
  color: #98cfe1;
35875
35888
  }
35876
35889
 
35877
- .ui.input.info > input::-moz-placeholder {
35890
+ .ui.input.info > input::placeholder {
35878
35891
  color: #98cfe1;
35879
35892
  }
35880
35893
 
@@ -35884,11 +35897,15 @@ img.ui.bordered.image {
35884
35897
 
35885
35898
  /* Focused Placeholder */
35886
35899
 
35887
- .ui.input.info > input:focus::-webkit-input-placeholder {
35900
+ .ui.input.info > input:focus:-ms-input-placeholder {
35901
+ color: #70bdd6;
35902
+ }
35903
+
35904
+ .ui.input.info > input:focus::-ms-input-placeholder {
35888
35905
  color: #70bdd6;
35889
35906
  }
35890
35907
 
35891
- .ui.input.info > input:focus::-moz-placeholder {
35908
+ .ui.input.info > input:focus::placeholder {
35892
35909
  color: #70bdd6;
35893
35910
  }
35894
35911
 
@@ -35905,11 +35922,15 @@ img.ui.bordered.image {
35905
35922
 
35906
35923
  /* Placeholder */
35907
35924
 
35908
- .ui.input.success > input::-webkit-input-placeholder {
35925
+ .ui.input.success > input:-ms-input-placeholder {
35909
35926
  color: #8fcf90;
35910
35927
  }
35911
35928
 
35912
- .ui.input.success > input::-moz-placeholder {
35929
+ .ui.input.success > input::-ms-input-placeholder {
35930
+ color: #8fcf90;
35931
+ }
35932
+
35933
+ .ui.input.success > input::placeholder {
35913
35934
  color: #8fcf90;
35914
35935
  }
35915
35936
 
@@ -35919,11 +35940,15 @@ img.ui.bordered.image {
35919
35940
 
35920
35941
  /* Focused Placeholder */
35921
35942
 
35922
- .ui.input.success > input:focus::-webkit-input-placeholder {
35943
+ .ui.input.success > input:focus:-ms-input-placeholder {
35944
+ color: #6cbf6d;
35945
+ }
35946
+
35947
+ .ui.input.success > input:focus::-ms-input-placeholder {
35923
35948
  color: #6cbf6d;
35924
35949
  }
35925
35950
 
35926
- .ui.input.success > input:focus::-moz-placeholder {
35951
+ .ui.input.success > input:focus::placeholder {
35927
35952
  color: #6cbf6d;
35928
35953
  }
35929
35954
 
@@ -35940,11 +35965,15 @@ img.ui.bordered.image {
35940
35965
 
35941
35966
  /* Placeholder */
35942
35967
 
35943
- .ui.input.warning > input::-webkit-input-placeholder {
35968
+ .ui.input.warning > input:-ms-input-placeholder {
35944
35969
  color: #edad3e;
35945
35970
  }
35946
35971
 
35947
- .ui.input.warning > input::-moz-placeholder {
35972
+ .ui.input.warning > input::-ms-input-placeholder {
35973
+ color: #edad3e;
35974
+ }
35975
+
35976
+ .ui.input.warning > input::placeholder {
35948
35977
  color: #edad3e;
35949
35978
  }
35950
35979
 
@@ -35954,11 +35983,15 @@ img.ui.bordered.image {
35954
35983
 
35955
35984
  /* Focused Placeholder */
35956
35985
 
35957
- .ui.input.warning > input:focus::-webkit-input-placeholder {
35986
+ .ui.input.warning > input:focus:-ms-input-placeholder {
35987
+ color: #e39715;
35988
+ }
35989
+
35990
+ .ui.input.warning > input:focus::-ms-input-placeholder {
35958
35991
  color: #e39715;
35959
35992
  }
35960
35993
 
35961
- .ui.input.warning > input:focus::-moz-placeholder {
35994
+ .ui.input.warning > input:focus::placeholder {
35962
35995
  color: #e39715;
35963
35996
  }
35964
35997
 
@@ -36014,11 +36047,15 @@ img.ui.bordered.image {
36014
36047
  color: inherit;
36015
36048
  }
36016
36049
 
36017
- .ui.transparent.inverted.input > input::-webkit-input-placeholder {
36050
+ .ui.transparent.inverted.input > input:-ms-input-placeholder {
36051
+ color: rgba(255, 255, 255, 0.5);
36052
+ }
36053
+
36054
+ .ui.transparent.inverted.input > input::-ms-input-placeholder {
36018
36055
  color: rgba(255, 255, 255, 0.5);
36019
36056
  }
36020
36057
 
36021
- .ui.transparent.inverted.input > input::-moz-placeholder {
36058
+ .ui.transparent.inverted.input > input::placeholder {
36022
36059
  color: rgba(255, 255, 255, 0.5);
36023
36060
  }
36024
36061
 
@@ -37501,7 +37538,7 @@ input[type="file"].ui.black.file.input::file-selector-button:hover,
37501
37538
  Site Overrides
37502
37539
  *******************************/
37503
37540
  /*!
37504
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Label
37541
+ * # Fomantic-UI 2.9.2 - Label
37505
37542
  * https://github.com/fomantic/Fomantic-UI/
37506
37543
  *
37507
37544
  *
@@ -39885,7 +39922,7 @@ a.ui.ui.ui.inverted.basic.black.label:hover {
39885
39922
  Site Overrides
39886
39923
  *******************************/
39887
39924
  /*!
39888
- * # Fomantic-UI 2.9.2-beta.8+8838309 - List
39925
+ * # Fomantic-UI 2.9.2 - List
39889
39926
  * https://github.com/fomantic/Fomantic-UI/
39890
39927
  *
39891
39928
  *
@@ -40985,7 +41022,7 @@ ol.ui.suffixed.list li::before,
40985
41022
  Site Overrides
40986
41023
  *******************************/
40987
41024
  /*!
40988
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Loader
41025
+ * # Fomantic-UI 2.9.2 - Loader
40989
41026
  * https://github.com/fomantic/Fomantic-UI/
40990
41027
  *
40991
41028
  *
@@ -41853,7 +41890,7 @@ ol.ui.suffixed.list li::before,
41853
41890
  Site Overrides
41854
41891
  *******************************/
41855
41892
  /*!
41856
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Loader
41893
+ * # Fomantic-UI 2.9.2 - Placeholder
41857
41894
  * https://github.com/fomantic/Fomantic-UI/
41858
41895
  *
41859
41896
  *
@@ -42124,7 +42161,7 @@ ol.ui.suffixed.list li::before,
42124
42161
  Site Overrides
42125
42162
  *******************************/
42126
42163
  /*!
42127
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Rail
42164
+ * # Fomantic-UI 2.9.2 - Rail
42128
42165
  * https://github.com/fomantic/Fomantic-UI/
42129
42166
  *
42130
42167
  *
@@ -42286,7 +42323,7 @@ ol.ui.suffixed.list li::before,
42286
42323
  Site Overrides
42287
42324
  *******************************/
42288
42325
  /*!
42289
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Reveal
42326
+ * # Fomantic-UI 2.9.2 - Reveal
42290
42327
  * https://github.com/fomantic/Fomantic-UI/
42291
42328
  *
42292
42329
  *
@@ -42597,7 +42634,7 @@ ol.ui.suffixed.list li::before,
42597
42634
  Site Overrides
42598
42635
  *******************************/
42599
42636
  /*!
42600
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Segment
42637
+ * # Fomantic-UI 2.9.2 - Segment
42601
42638
  * https://github.com/fomantic/Fomantic-UI/
42602
42639
  *
42603
42640
  *
@@ -43437,7 +43474,7 @@ ol.ui.suffixed.list li::before,
43437
43474
  border: 1px solid #d4d4d5;
43438
43475
  }
43439
43476
 
43440
- .ui.attached:not(.message):not(.text) + .ui.attached.segment:not(.top) {
43477
+ .ui.attached:not(.message):not(.text) + .ui.attached.segment:not(.top):not([class*="left attached"]):not([class*="right attached"]) {
43441
43478
  border-top: none;
43442
43479
  }
43443
43480
 
@@ -43478,6 +43515,35 @@ ol.ui.suffixed.list li::before,
43478
43515
  margin-bottom: 1rem;
43479
43516
  }
43480
43517
 
43518
+ .ui[class*="left attached"].segment {
43519
+ margin-right: 0;
43520
+ }
43521
+
43522
+ .ui[class*="right attached"].segment {
43523
+ margin-left: 0;
43524
+ }
43525
+
43526
+ .ui.seamless.attached.segment:not(.top):not(.bottom):not([class*="right attached"]):not([class*="left attached"]) {
43527
+ border-top: none;
43528
+ border-bottom: none;
43529
+ }
43530
+
43531
+ .ui.seamless.attached.segment.top {
43532
+ border-bottom: none;
43533
+ }
43534
+
43535
+ .ui.seamless.attached.segment.bottom {
43536
+ border-top: none;
43537
+ }
43538
+
43539
+ .ui.seamless.attached.segment[class*="left attached"] {
43540
+ border-right: none;
43541
+ }
43542
+
43543
+ .ui.seamless.attached.segment[class*="right attached"] {
43544
+ border-left: none;
43545
+ }
43546
+
43481
43547
  /* --------------
43482
43548
  Fitted
43483
43549
  --------------- */
@@ -43642,7 +43708,7 @@ ol.ui.suffixed.list li::before,
43642
43708
  Site Overrides
43643
43709
  *******************************/
43644
43710
  /*!
43645
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Step
43711
+ * # Fomantic-UI 2.9.2 - Step
43646
43712
  * https://github.com/fomantic/Fomantic-UI/
43647
43713
  *
43648
43714
  *
@@ -44350,12 +44416,12 @@ ol.ui.suffixed.list li::before,
44350
44416
  Site Overrides
44351
44417
  *******************************/
44352
44418
  /*!
44353
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Text
44419
+ * # Fomantic-UI 2.9.2 - Text
44354
44420
  * https://github.com/fomantic/Fomantic-UI/
44355
44421
  *
44356
44422
  *
44357
44423
  * Released under the MIT license
44358
- * https://github.com/fomantic/Fomantic-UI/blob/master/LICENSE.md
44424
+ * https://opensource.org/licenses/MIT
44359
44425
  *
44360
44426
  */
44361
44427
 
@@ -44549,7 +44615,7 @@ span.ui.massive.text {
44549
44615
  Site Overrides
44550
44616
  *******************************/
44551
44617
  /*!
44552
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Breadcrumb
44618
+ * # Fomantic-UI 2.9.2 - Breadcrumb
44553
44619
  * https://github.com/fomantic/Fomantic-UI/
44554
44620
  *
44555
44621
  *
@@ -44694,7 +44760,7 @@ span.ui.massive.text {
44694
44760
  Site Overrides
44695
44761
  *******************************/
44696
44762
  /*!
44697
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Form
44763
+ * # Fomantic-UI 2.9.2 - Form
44698
44764
  * https://github.com/fomantic/Fomantic-UI/
44699
44765
  *
44700
44766
  *
@@ -45096,31 +45162,38 @@ span.ui.massive.text {
45096
45162
 
45097
45163
  /* browsers require these rules separate */
45098
45164
 
45099
- .ui.form ::-webkit-input-placeholder {
45165
+ .ui.form :-ms-input-placeholder {
45100
45166
  color: rgba(191, 191, 191, 0.87);
45101
45167
  }
45102
45168
 
45103
- .ui.form :-ms-input-placeholder {
45104
- color: rgba(191, 191, 191, 0.87) !important;
45169
+ .ui.form ::-ms-input-placeholder {
45170
+ color: rgba(191, 191, 191, 0.87);
45105
45171
  }
45106
45172
 
45107
- .ui.form ::-moz-placeholder {
45173
+ .ui.form ::placeholder {
45108
45174
  color: rgba(191, 191, 191, 0.87);
45109
- opacity: 1;
45110
45175
  }
45111
45176
 
45112
- .ui.form :focus::-webkit-input-placeholder {
45113
- color: rgba(115, 115, 115, 0.87);
45177
+ .ui.form :-ms-input-placeholder {
45178
+ color: rgba(191, 191, 191, 0.87) !important;
45114
45179
  }
45115
45180
 
45116
45181
  .ui.form :focus:-ms-input-placeholder {
45117
- color: rgba(115, 115, 115, 0.87) !important;
45182
+ color: rgba(115, 115, 115, 0.87);
45118
45183
  }
45119
45184
 
45120
- .ui.form :focus::-moz-placeholder {
45185
+ .ui.form :focus::-ms-input-placeholder {
45121
45186
  color: rgba(115, 115, 115, 0.87);
45122
45187
  }
45123
45188
 
45189
+ .ui.form :focus::placeholder {
45190
+ color: rgba(115, 115, 115, 0.87);
45191
+ }
45192
+
45193
+ .ui.form :focus:-ms-input-placeholder {
45194
+ color: rgba(115, 115, 115, 0.87) !important;
45195
+ }
45196
+
45124
45197
  /* --------------------
45125
45198
  Focus
45126
45199
  --------------------- */
@@ -45372,30 +45445,38 @@ span.ui.massive.text {
45372
45445
 
45373
45446
  /* Placeholder */
45374
45447
 
45375
- .ui.form .error ::-webkit-input-placeholder {
45448
+ .ui.form .error :-ms-input-placeholder {
45376
45449
  color: #e7bdbc;
45377
45450
  }
45378
45451
 
45379
- .ui.form .error :-ms-input-placeholder {
45380
- color: #e7bdbc !important;
45452
+ .ui.form .error ::-ms-input-placeholder {
45453
+ color: #e7bdbc;
45381
45454
  }
45382
45455
 
45383
- .ui.form .error ::-moz-placeholder {
45456
+ .ui.form .error ::placeholder {
45384
45457
  color: #e7bdbc;
45385
45458
  }
45386
45459
 
45387
- .ui.form .error :focus::-webkit-input-placeholder {
45388
- color: #da9796;
45460
+ .ui.form .error :-ms-input-placeholder {
45461
+ color: #e7bdbc !important;
45389
45462
  }
45390
45463
 
45391
45464
  .ui.form .error :focus:-ms-input-placeholder {
45392
- color: #da9796 !important;
45465
+ color: #da9796;
45393
45466
  }
45394
45467
 
45395
- .ui.form .error :focus::-moz-placeholder {
45468
+ .ui.form .error :focus::-ms-input-placeholder {
45396
45469
  color: #da9796;
45397
45470
  }
45398
45471
 
45472
+ .ui.form .error :focus::placeholder {
45473
+ color: #da9796;
45474
+ }
45475
+
45476
+ .ui.form .error :focus:-ms-input-placeholder {
45477
+ color: #da9796 !important;
45478
+ }
45479
+
45399
45480
  /*------------------
45400
45481
  Dropdown State
45401
45482
  --------------------*/
@@ -45620,30 +45701,38 @@ span.ui.massive.text {
45620
45701
 
45621
45702
  /* Placeholder */
45622
45703
 
45623
- .ui.form .info ::-webkit-input-placeholder {
45704
+ .ui.form .info :-ms-input-placeholder {
45624
45705
  color: #98cfe1;
45625
45706
  }
45626
45707
 
45627
- .ui.form .info :-ms-input-placeholder {
45628
- color: #98cfe1 !important;
45708
+ .ui.form .info ::-ms-input-placeholder {
45709
+ color: #98cfe1;
45629
45710
  }
45630
45711
 
45631
- .ui.form .info ::-moz-placeholder {
45712
+ .ui.form .info ::placeholder {
45632
45713
  color: #98cfe1;
45633
45714
  }
45634
45715
 
45635
- .ui.form .info :focus::-webkit-input-placeholder {
45636
- color: #70bdd6;
45716
+ .ui.form .info :-ms-input-placeholder {
45717
+ color: #98cfe1 !important;
45637
45718
  }
45638
45719
 
45639
45720
  .ui.form .info :focus:-ms-input-placeholder {
45640
- color: #70bdd6 !important;
45721
+ color: #70bdd6;
45641
45722
  }
45642
45723
 
45643
- .ui.form .info :focus::-moz-placeholder {
45724
+ .ui.form .info :focus::-ms-input-placeholder {
45644
45725
  color: #70bdd6;
45645
45726
  }
45646
45727
 
45728
+ .ui.form .info :focus::placeholder {
45729
+ color: #70bdd6;
45730
+ }
45731
+
45732
+ .ui.form .info :focus:-ms-input-placeholder {
45733
+ color: #70bdd6 !important;
45734
+ }
45735
+
45647
45736
  /*------------------
45648
45737
  Dropdown State
45649
45738
  --------------------*/
@@ -45868,30 +45957,38 @@ span.ui.massive.text {
45868
45957
 
45869
45958
  /* Placeholder */
45870
45959
 
45871
- .ui.form .success ::-webkit-input-placeholder {
45960
+ .ui.form .success :-ms-input-placeholder {
45872
45961
  color: #8fcf90;
45873
45962
  }
45874
45963
 
45875
- .ui.form .success :-ms-input-placeholder {
45876
- color: #8fcf90 !important;
45964
+ .ui.form .success ::-ms-input-placeholder {
45965
+ color: #8fcf90;
45877
45966
  }
45878
45967
 
45879
- .ui.form .success ::-moz-placeholder {
45968
+ .ui.form .success ::placeholder {
45880
45969
  color: #8fcf90;
45881
45970
  }
45882
45971
 
45883
- .ui.form .success :focus::-webkit-input-placeholder {
45884
- color: #6cbf6d;
45972
+ .ui.form .success :-ms-input-placeholder {
45973
+ color: #8fcf90 !important;
45885
45974
  }
45886
45975
 
45887
45976
  .ui.form .success :focus:-ms-input-placeholder {
45888
- color: #6cbf6d !important;
45977
+ color: #6cbf6d;
45978
+ }
45979
+
45980
+ .ui.form .success :focus::-ms-input-placeholder {
45981
+ color: #6cbf6d;
45889
45982
  }
45890
45983
 
45891
- .ui.form .success :focus::-moz-placeholder {
45984
+ .ui.form .success :focus::placeholder {
45892
45985
  color: #6cbf6d;
45893
45986
  }
45894
45987
 
45988
+ .ui.form .success :focus:-ms-input-placeholder {
45989
+ color: #6cbf6d !important;
45990
+ }
45991
+
45895
45992
  /*------------------
45896
45993
  Dropdown State
45897
45994
  --------------------*/
@@ -46116,30 +46213,38 @@ span.ui.massive.text {
46116
46213
 
46117
46214
  /* Placeholder */
46118
46215
 
46119
- .ui.form .warning ::-webkit-input-placeholder {
46216
+ .ui.form .warning :-ms-input-placeholder {
46120
46217
  color: #edad3e;
46121
46218
  }
46122
46219
 
46123
- .ui.form .warning :-ms-input-placeholder {
46124
- color: #edad3e !important;
46220
+ .ui.form .warning ::-ms-input-placeholder {
46221
+ color: #edad3e;
46125
46222
  }
46126
46223
 
46127
- .ui.form .warning ::-moz-placeholder {
46224
+ .ui.form .warning ::placeholder {
46128
46225
  color: #edad3e;
46129
46226
  }
46130
46227
 
46131
- .ui.form .warning :focus::-webkit-input-placeholder {
46132
- color: #e39715;
46228
+ .ui.form .warning :-ms-input-placeholder {
46229
+ color: #edad3e !important;
46133
46230
  }
46134
46231
 
46135
46232
  .ui.form .warning :focus:-ms-input-placeholder {
46136
- color: #e39715 !important;
46233
+ color: #e39715;
46234
+ }
46235
+
46236
+ .ui.form .warning :focus::-ms-input-placeholder {
46237
+ color: #e39715;
46137
46238
  }
46138
46239
 
46139
- .ui.form .warning :focus::-moz-placeholder {
46240
+ .ui.form .warning :focus::placeholder {
46140
46241
  color: #e39715;
46141
46242
  }
46142
46243
 
46244
+ .ui.form .warning :focus:-ms-input-placeholder {
46245
+ color: #e39715 !important;
46246
+ }
46247
+
46143
46248
  /*------------------
46144
46249
  Dropdown State
46145
46250
  --------------------*/
@@ -46713,7 +46818,7 @@ span.ui.massive.text {
46713
46818
  Site Overrides
46714
46819
  *******************************/
46715
46820
  /*!
46716
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Grid
46821
+ * # Fomantic-UI 2.9.2 - Grid
46717
46822
  * https://github.com/fomantic/Fomantic-UI/
46718
46823
  *
46719
46824
  *
@@ -48961,6 +49066,14 @@ span.ui.massive.text {
48961
49066
  padding: 0.5em;
48962
49067
  }
48963
49068
 
49069
+ .ui.grid .left.attached.column {
49070
+ padding-right: 0;
49071
+ }
49072
+
49073
+ .ui.grid .right.attached.column {
49074
+ padding-left: 0;
49075
+ }
49076
+
48964
49077
  /*******************************
48965
49078
  Theme Overrides
48966
49079
  *******************************/
@@ -48968,12 +49081,11 @@ span.ui.massive.text {
48968
49081
  /*******************************
48969
49082
  Site Overrides
48970
49083
  *******************************/
48971
- /*
48972
- * # Fomantic - Menu
49084
+ /*!
49085
+ * # Fomantic-UI 2.9.2 - Menu
48973
49086
  * https://github.com/fomantic/Fomantic-UI/
48974
49087
  *
48975
49088
  *
48976
- * Copyright 2015 Contributor
48977
49089
  * Released under the MIT license
48978
49090
  * https://opensource.org/licenses/MIT
48979
49091
  *
@@ -49816,7 +49928,7 @@ Floated Menu / Item
49816
49928
  border-radius: 0 0.28571429rem 0.28571429rem 0;
49817
49929
  }
49818
49930
 
49819
- .ui.pagination.menu .item:last-child::before {
49931
+ .ui.pagination.menu:not(.wrapping) .item:last-child::before {
49820
49932
  display: none;
49821
49933
  }
49822
49934
 
@@ -50616,13 +50728,19 @@ Floated Menu / Item
50616
50728
  margin: 0 0 0 0.5rem;
50617
50729
  }
50618
50730
 
50619
- .ui.center.aligned.menu,
50620
- .ui.centered.menu {
50731
+ .ui.center.aligned.menu:not(.fluid),
50732
+ .ui.centered.menu:not(.fluid) {
50621
50733
  display: inline-flex;
50622
50734
  transform: translateX(-50%);
50623
50735
  margin-left: 50%;
50624
50736
  }
50625
50737
 
50738
+ .ui.center.aligned.menu .item,
50739
+ .ui.centered.menu .item {
50740
+ flex: 1 0 auto;
50741
+ justify-content: center;
50742
+ }
50743
+
50626
50744
  /* --------------
50627
50745
  Inverted
50628
50746
  --------------- */
@@ -51310,6 +51428,32 @@ Floated Menu / Item
51310
51428
  width: 100%;
51311
51429
  }
51312
51430
 
51431
+ .ui.wrapping.menu {
51432
+ flex-wrap: wrap;
51433
+ }
51434
+
51435
+ .ui.wrapping.menu .item::before {
51436
+ right: auto;
51437
+ left: 0;
51438
+ }
51439
+
51440
+ .ui.wrapping.menu .item:first-child::before {
51441
+ display: none;
51442
+ }
51443
+
51444
+ .ui.wrapping.menu:not(.tabular) .item:last-of-type,
51445
+ .ui.wrapping.menu:not(.tabular) .item:last-child {
51446
+ border-right: 1px solid rgba(34, 36, 38, 0.1);
51447
+ }
51448
+
51449
+ .ui.wrapped.menu:not(.tabular) .item:first-child {
51450
+ border-bottom-left-radius: 0;
51451
+ }
51452
+
51453
+ .ui.wrapped.menu:not(.tabular) .item:last-child {
51454
+ border-top-right-radius: 0;
51455
+ }
51456
+
51313
51457
  /* --------------
51314
51458
  Sizes
51315
51459
  --------------- */
@@ -51434,7 +51578,7 @@ Floated Menu / Item
51434
51578
  Site Overrides
51435
51579
  *******************************/
51436
51580
  /*!
51437
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Message
51581
+ * # Fomantic-UI 2.9.2 - Message
51438
51582
  * https://github.com/fomantic/Fomantic-UI/
51439
51583
  *
51440
51584
  *
@@ -52178,7 +52322,7 @@ Floated Menu / Item
52178
52322
  Site Overrides
52179
52323
  *******************************/
52180
52324
  /*!
52181
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Table
52325
+ * # Fomantic-UI 2.9.2 - Table
52182
52326
  * https://github.com/fomantic/Fomantic-UI/
52183
52327
  *
52184
52328
  *
@@ -56189,7 +56333,7 @@ Floated Menu / Item
56189
56333
  Site Overrides
56190
56334
  *******************************/
56191
56335
  /*!
56192
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Ad
56336
+ * # Fomantic-UI 2.9.2 - Ad
56193
56337
  * https://github.com/fomantic/Fomantic-UI/
56194
56338
  *
56195
56339
  *
@@ -56477,7 +56621,7 @@ Floated Menu / Item
56477
56621
  Site Overrides
56478
56622
  *******************************/
56479
56623
  /*!
56480
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Card
56624
+ * # Fomantic-UI 2.9.2 - Card
56481
56625
  * https://github.com/fomantic/Fomantic-UI/
56482
56626
  *
56483
56627
  *
@@ -58625,7 +58769,7 @@ a.inverted.ui.card:hover,
58625
58769
  Site Overrides
58626
58770
  *******************************/
58627
58771
  /*!
58628
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Comment
58772
+ * # Fomantic-UI 2.9.2 - Comment
58629
58773
  * https://github.com/fomantic/Fomantic-UI/
58630
58774
  *
58631
58775
  *
@@ -58936,7 +59080,7 @@ a.inverted.ui.card:hover,
58936
59080
  Site Overrides
58937
59081
  *******************************/
58938
59082
  /*!
58939
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Feed
59083
+ * # Fomantic-UI 2.9.2 - Feed
58940
59084
  * https://github.com/fomantic/Fomantic-UI/
58941
59085
  *
58942
59086
  *
@@ -59277,7 +59421,7 @@ a.inverted.ui.card:hover,
59277
59421
  Site Overrides
59278
59422
  *******************************/
59279
59423
  /*!
59280
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Item
59424
+ * # Fomantic-UI 2.9.2 - Item
59281
59425
  * https://github.com/fomantic/Fomantic-UI/
59282
59426
  *
59283
59427
  *
@@ -59888,7 +60032,7 @@ a.inverted.ui.card:hover,
59888
60032
  Site Overrides
59889
60033
  *******************************/
59890
60034
  /*!
59891
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Statistic
60035
+ * # Fomantic-UI 2.9.2 - Statistic
59892
60036
  * https://github.com/fomantic/Fomantic-UI/
59893
60037
  *
59894
60038
  *
@@ -60566,7 +60710,7 @@ a.inverted.ui.card:hover,
60566
60710
  Site Overrides
60567
60711
  *******************************/
60568
60712
  /*!
60569
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Accordion
60713
+ * # Fomantic-UI 2.9.2 - Accordion
60570
60714
  * https://github.com/fomantic/Fomantic-UI/
60571
60715
  *
60572
60716
  *
@@ -60973,7 +61117,7 @@ a.inverted.ui.card:hover,
60973
61117
  User Overrides
60974
61118
  *******************************/
60975
61119
  /*!
60976
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Calendar
61120
+ * # Fomantic-UI 2.9.2 - Calendar
60977
61121
  * https://github.com/fomantic/Fomantic-UI/
60978
61122
  *
60979
61123
  *
@@ -61190,7 +61334,7 @@ a.inverted.ui.card:hover,
61190
61334
  User Overrides
61191
61335
  *******************************/
61192
61336
  /*!
61193
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Checkbox
61337
+ * # Fomantic-UI 2.9.2 - Checkbox
61194
61338
  * https://github.com/fomantic/Fomantic-UI/
61195
61339
  *
61196
61340
  *
@@ -61614,11 +61758,11 @@ a.inverted.ui.card:hover,
61614
61758
  /* Active */
61615
61759
 
61616
61760
  .ui.slider.checkbox input:checked ~ label {
61617
- color: rgba(0, 0, 0, 0.95) !important;
61761
+ color: rgba(0, 0, 0, 0.95);
61618
61762
  }
61619
61763
 
61620
61764
  .ui.slider.checkbox input:checked ~ label::before {
61621
- background-color: #545454 !important;
61765
+ background-color: #545454;
61622
61766
  }
61623
61767
 
61624
61768
  .ui.slider.checkbox input:checked ~ label::after {
@@ -61628,11 +61772,11 @@ a.inverted.ui.card:hover,
61628
61772
  /* Active Focus */
61629
61773
 
61630
61774
  .ui.slider.checkbox input:focus:checked ~ label {
61631
- color: rgba(0, 0, 0, 0.95) !important;
61775
+ color: rgba(0, 0, 0, 0.95);
61632
61776
  }
61633
61777
 
61634
61778
  .ui.slider.checkbox input:focus:checked ~ label::before {
61635
- background-color: #000000 !important;
61779
+ background-color: #000000;
61636
61780
  }
61637
61781
 
61638
61782
  .ui.right.aligned.slider.checkbox label {
@@ -61735,11 +61879,11 @@ a.inverted.ui.card:hover,
61735
61879
  /* Active */
61736
61880
 
61737
61881
  .ui.toggle.checkbox input:checked ~ label {
61738
- color: rgba(0, 0, 0, 0.95) !important;
61882
+ color: rgba(0, 0, 0, 0.95);
61739
61883
  }
61740
61884
 
61741
61885
  .ui.toggle.checkbox input:checked ~ label::before {
61742
- background-color: #2185d0 !important;
61886
+ background-color: #2185d0;
61743
61887
  }
61744
61888
 
61745
61889
  .ui.toggle.checkbox input:checked ~ label::after {
@@ -61750,11 +61894,11 @@ a.inverted.ui.card:hover,
61750
61894
  /* Active Focus */
61751
61895
 
61752
61896
  .ui.toggle.checkbox input:focus:checked ~ label {
61753
- color: rgba(0, 0, 0, 0.95) !important;
61897
+ color: rgba(0, 0, 0, 0.95);
61754
61898
  }
61755
61899
 
61756
61900
  .ui.toggle.checkbox input:focus:checked ~ label::before {
61757
- background-color: #0d71bb !important;
61901
+ background-color: #0d71bb;
61758
61902
  }
61759
61903
 
61760
61904
  .ui.right.aligned.toggle.checkbox label {
@@ -61781,8 +61925,8 @@ a.inverted.ui.card:hover,
61781
61925
  Fitted
61782
61926
  --------------- */
61783
61927
 
61784
- .ui.fitted.checkbox label {
61785
- padding-left: 0 !important;
61928
+ .ui.ui.fitted.checkbox label {
61929
+ padding-left: 0;
61786
61930
  }
61787
61931
 
61788
61932
  .ui.fitted.toggle.checkbox {
@@ -61797,15 +61941,15 @@ a.inverted.ui.card:hover,
61797
61941
  Inverted
61798
61942
  --------------- */
61799
61943
 
61800
- .ui.inverted.checkbox label,
61801
- .ui.inverted.checkbox + label {
61802
- color: rgba(255, 255, 255, 0.9) !important;
61944
+ .ui.ui.ui.inverted.checkbox label,
61945
+ .ui.ui.ui.inverted.checkbox + label {
61946
+ color: rgba(255, 255, 255, 0.9);
61803
61947
  }
61804
61948
 
61805
61949
  /* Hover */
61806
61950
 
61807
- .ui.inverted.checkbox label:hover {
61808
- color: #ffffff !important;
61951
+ .ui.ui.inverted.checkbox label:hover {
61952
+ color: #ffffff;
61809
61953
  }
61810
61954
 
61811
61955
  .ui.inverted.checkbox label:hover::before {
@@ -61820,66 +61964,66 @@ a.inverted.ui.card:hover,
61820
61964
 
61821
61965
  /* Slider Line */
61822
61966
 
61823
- .ui.inverted.slider.checkbox label::before {
61824
- background-color: rgba(255, 255, 255, 0.5) !important;
61967
+ .ui.ui.inverted.slider.checkbox label::before {
61968
+ background-color: rgba(255, 255, 255, 0.5);
61825
61969
  }
61826
61970
 
61827
61971
  /* Slider Hover */
61828
61972
 
61829
- .ui.inverted.slider.checkbox label:hover::before {
61830
- background: rgba(255, 255, 255, 0.7) !important;
61973
+ .ui.ui.inverted.slider.checkbox label:hover::before {
61974
+ background: rgba(255, 255, 255, 0.7);
61831
61975
  }
61832
61976
 
61833
61977
  /* Slider Active */
61834
61978
 
61835
- .ui.inverted.slider.checkbox input:checked ~ label {
61836
- color: #ffffff !important;
61979
+ .ui.ui.inverted.slider.checkbox input:checked ~ label {
61980
+ color: #ffffff;
61837
61981
  }
61838
61982
 
61839
- .ui.inverted.slider.checkbox input:checked ~ label::before {
61840
- background-color: rgba(255, 255, 255, 0.8) !important;
61983
+ .ui.ui.inverted.slider.checkbox input:checked ~ label::before {
61984
+ background-color: rgba(255, 255, 255, 0.8);
61841
61985
  }
61842
61986
 
61843
61987
  /* Slider Active Focus */
61844
61988
 
61845
- .ui.inverted.slider.checkbox input:focus:checked ~ label {
61846
- color: #ffffff !important;
61989
+ .ui.ui.inverted.slider.checkbox input:focus:checked ~ label {
61990
+ color: #ffffff;
61847
61991
  }
61848
61992
 
61849
- .ui.inverted.slider.checkbox input:focus:checked ~ label::before {
61850
- background-color: rgba(255, 255, 255, 0.8) !important;
61993
+ .ui.ui.inverted.slider.checkbox input:focus:checked ~ label::before {
61994
+ background-color: rgba(255, 255, 255, 0.8);
61851
61995
  }
61852
61996
 
61853
61997
  /* Toggle Switch */
61854
61998
 
61855
- .ui.inverted.toggle.checkbox label::before {
61856
- background-color: rgba(255, 255, 255, 0.9) !important;
61999
+ .ui.ui.inverted.toggle.checkbox label::before {
62000
+ background-color: rgba(255, 255, 255, 0.9);
61857
62001
  }
61858
62002
 
61859
62003
  /* Toggle Hover */
61860
62004
 
61861
- .ui.inverted.toggle.checkbox label:hover::before {
61862
- background: #ffffff !important;
62005
+ .ui.ui.inverted.toggle.checkbox label:hover::before {
62006
+ background: #ffffff;
61863
62007
  }
61864
62008
 
61865
62009
  /* Toggle Active */
61866
62010
 
61867
- .ui.inverted.toggle.checkbox input:checked ~ label {
61868
- color: #ffffff !important;
62011
+ .ui.ui.inverted.toggle.checkbox input:checked ~ label {
62012
+ color: #ffffff;
61869
62013
  }
61870
62014
 
61871
- .ui.inverted.toggle.checkbox input:checked ~ label::before {
61872
- background-color: #2185d0 !important;
62015
+ .ui.ui.inverted.toggle.checkbox input:checked ~ label::before {
62016
+ background-color: #2185d0;
61873
62017
  }
61874
62018
 
61875
62019
  /* Toggle Active Focus */
61876
62020
 
61877
- .ui.inverted.toggle.checkbox input:focus:checked ~ label {
61878
- color: #ffffff !important;
62021
+ .ui.ui.inverted.toggle.checkbox input:focus:checked ~ label {
62022
+ color: #ffffff;
61879
62023
  }
61880
62024
 
61881
- .ui.inverted.toggle.checkbox input:focus:checked ~ label::before {
61882
- background-color: #0d71bb !important;
62025
+ .ui.ui.inverted.toggle.checkbox input:focus:checked ~ label::before {
62026
+ background-color: #0d71bb;
61883
62027
  }
61884
62028
 
61885
62029
  /* --------------------
@@ -62036,7 +62180,7 @@ a.inverted.ui.card:hover,
62036
62180
  Site Overrides
62037
62181
  *******************************/
62038
62182
  /*!
62039
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Dimmer
62183
+ * # Fomantic-UI 2.9.2 - Dimmer
62040
62184
  * https://github.com/fomantic/Fomantic-UI/
62041
62185
  *
62042
62186
  *
@@ -62442,7 +62586,7 @@ body.dimmable > .dimmer {
62442
62586
  User Overrides
62443
62587
  *******************************/
62444
62588
  /*!
62445
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Dropdown
62589
+ * # Fomantic-UI 2.9.2 - Dropdown
62446
62590
  * https://github.com/fomantic/Fomantic-UI/
62447
62591
  *
62448
62592
  *
@@ -62885,6 +63029,15 @@ select.ui.dropdown {
62885
63029
  min-width: 0;
62886
63030
  }
62887
63031
 
63032
+ .ui.compact.selection.dropdown > .menu {
63033
+ width: auto;
63034
+ }
63035
+
63036
+ .ui.compact.selection.dropdown > .menu:not(.multiline) {
63037
+ width: -webkit-max-content;
63038
+ width: max-content;
63039
+ }
63040
+
62888
63041
  /* Selection Menu */
62889
63042
 
62890
63043
  .ui.selection.dropdown .menu {
@@ -64588,12 +64741,6 @@ select.ui.dropdown {
64588
64741
 
64589
64742
  /* Selection for form elements */
64590
64743
 
64591
- .ui.inverted.dropdown textarea::-webkit-selection,
64592
- .ui.inverted.dropdown input::-webkit-selection {
64593
- background-color: rgba(255, 255, 255, 0.25);
64594
- color: rgba(255, 255, 255, 0.8);
64595
- }
64596
-
64597
64744
  .ui.inverted.dropdown textarea::selection,
64598
64745
  .ui.inverted.dropdown input::selection {
64599
64746
  background-color: rgba(255, 255, 255, 0.25);
@@ -64710,7 +64857,7 @@ select.ui.dropdown {
64710
64857
  User Overrides
64711
64858
  *******************************/
64712
64859
  /*!
64713
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Video
64860
+ * # Fomantic-UI 2.9.2 - Embed
64714
64861
  * https://github.com/fomantic/Fomantic-UI/
64715
64862
  *
64716
64863
  *
@@ -64870,7 +65017,7 @@ select.ui.dropdown {
64870
65017
  Site Overrides
64871
65018
  *******************************/
64872
65019
  /*!
64873
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Flyout
65020
+ * # Fomantic-UI 2.9.2 - Flyout
64874
65021
  * https://github.com/fomantic/Fomantic-UI/
64875
65022
  *
64876
65023
  *
@@ -65501,7 +65648,7 @@ body.pushable > .pusher {
65501
65648
  User Overrides
65502
65649
  *******************************/
65503
65650
  /*!
65504
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Modal
65651
+ * # Fomantic-UI 2.9.2 - Modal
65505
65652
  * https://github.com/fomantic/Fomantic-UI/
65506
65653
  *
65507
65654
  *
@@ -66387,7 +66534,7 @@ body.pushable > .pusher {
66387
66534
  Site Overrides
66388
66535
  *******************************/
66389
66536
  /*!
66390
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Nag
66537
+ * # Fomantic-UI 2.9.2 - Nag
66391
66538
  * https://github.com/fomantic/Fomantic-UI/
66392
66539
  *
66393
66540
  *
@@ -66722,7 +66869,7 @@ a.ui.nag {
66722
66869
  User Overrides
66723
66870
  *******************************/
66724
66871
  /*!
66725
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Popup
66872
+ * # Fomantic-UI 2.9.2 - Popup
66726
66873
  * https://github.com/fomantic/Fomantic-UI/
66727
66874
  *
66728
66875
  *
@@ -67397,8 +67544,36 @@ a.ui.nag {
67397
67544
  *******************************/
67398
67545
 
67399
67546
  .ui.loading.popup {
67547
+ cursor: default;
67548
+ pointer-events: none;
67549
+ -webkit-user-select: none;
67550
+ -ms-user-select: none;
67551
+ user-select: none;
67552
+ }
67553
+
67554
+ .ui.loading.popup * {
67555
+ opacity: 0.3;
67556
+ }
67557
+
67558
+ .ui.loading.popup::after {
67559
+ position: absolute;
67560
+ content: "";
67561
+ top: 50%;
67562
+ left: 50%;
67563
+ margin: -1em 0 0 -1em;
67564
+ width: 2em;
67565
+ height: 2em;
67566
+ animation: loader 0.6s infinite linear;
67567
+ border: 0.2em solid #767676;
67568
+ border-radius: 500rem;
67569
+ box-shadow: 0 0 0 1px transparent;
67570
+ visibility: visible;
67571
+ z-index: 101;
67572
+ }
67573
+
67574
+ .ui.invisible.popup {
67400
67575
  display: block;
67401
- visibility: hidden;
67576
+ visibility: hidden !important;
67402
67577
  z-index: -1;
67403
67578
  }
67404
67579
 
@@ -67502,6 +67677,11 @@ a.ui.nag {
67502
67677
  border: none;
67503
67678
  }
67504
67679
 
67680
+ .ui.ui.ui.primary.loading.popup::before,
67681
+ .ui.primary.loading.popup {
67682
+ background: #9bcbef;
67683
+ }
67684
+
67505
67685
  .ui.ui.ui.primary.popup::before,
67506
67686
  [data-tooltip][data-variation~="primary"]::before {
67507
67687
  box-shadow: none;
@@ -67515,6 +67695,11 @@ a.ui.nag {
67515
67695
  color: #1b1c1d;
67516
67696
  }
67517
67697
 
67698
+ .ui.ui.ui.inverted.primary.loading.popup::before,
67699
+ .ui.inverted.primary.loading.popup {
67700
+ background: #007eba;
67701
+ }
67702
+
67518
67703
  .ui.ui.ui.secondary.popup::before,
67519
67704
  .ui.secondary.popup,
67520
67705
  [data-tooltip][data-variation~="secondary"]::after,
@@ -67524,6 +67709,11 @@ a.ui.nag {
67524
67709
  border: none;
67525
67710
  }
67526
67711
 
67712
+ .ui.ui.ui.secondary.loading.popup::before,
67713
+ .ui.secondary.loading.popup {
67714
+ background: #65696c;
67715
+ }
67716
+
67527
67717
  .ui.ui.ui.secondary.popup::before,
67528
67718
  [data-tooltip][data-variation~="secondary"]::before {
67529
67719
  box-shadow: none;
@@ -67537,6 +67727,11 @@ a.ui.nag {
67537
67727
  color: #1b1c1d;
67538
67728
  }
67539
67729
 
67730
+ .ui.ui.ui.inverted.secondary.loading.popup::before,
67731
+ .ui.inverted.secondary.loading.popup {
67732
+ background: #080808;
67733
+ }
67734
+
67540
67735
  .ui.ui.ui.red.popup::before,
67541
67736
  .ui.red.popup,
67542
67737
  [data-tooltip][data-variation~="red"]::after,
@@ -67546,6 +67741,11 @@ a.ui.nag {
67546
67741
  border: none;
67547
67742
  }
67548
67743
 
67744
+ .ui.ui.ui.red.loading.popup::before,
67745
+ .ui.red.loading.popup {
67746
+ background: #f1abab;
67747
+ }
67748
+
67549
67749
  .ui.ui.ui.red.popup::before,
67550
67750
  [data-tooltip][data-variation~="red"]::before {
67551
67751
  box-shadow: none;
@@ -67559,6 +67759,11 @@ a.ui.nag {
67559
67759
  color: #1b1c1d;
67560
67760
  }
67561
67761
 
67762
+ .ui.ui.ui.inverted.red.loading.popup::before,
67763
+ .ui.inverted.red.loading.popup {
67764
+ background: #c40d00;
67765
+ }
67766
+
67562
67767
  .ui.ui.ui.orange.popup::before,
67563
67768
  .ui.orange.popup,
67564
67769
  [data-tooltip][data-variation~="orange"]::after,
@@ -67568,6 +67773,11 @@ a.ui.nag {
67568
67773
  border: none;
67569
67774
  }
67570
67775
 
67776
+ .ui.ui.ui.orange.loading.popup::before,
67777
+ .ui.orange.loading.popup {
67778
+ background: #faccad;
67779
+ }
67780
+
67571
67781
  .ui.ui.ui.orange.popup::before,
67572
67782
  [data-tooltip][data-variation~="orange"]::before {
67573
67783
  box-shadow: none;
@@ -67581,6 +67791,11 @@ a.ui.nag {
67581
67791
  color: #1b1c1d;
67582
67792
  }
67583
67793
 
67794
+ .ui.ui.ui.inverted.orange.loading.popup::before,
67795
+ .ui.inverted.orange.loading.popup {
67796
+ background: #813c00;
67797
+ }
67798
+
67584
67799
  .ui.ui.ui.yellow.popup::before,
67585
67800
  .ui.yellow.popup,
67586
67801
  [data-tooltip][data-variation~="yellow"]::after,
@@ -67590,6 +67805,11 @@ a.ui.nag {
67590
67805
  border: none;
67591
67806
  }
67592
67807
 
67808
+ .ui.ui.ui.yellow.loading.popup::before,
67809
+ .ui.yellow.loading.popup {
67810
+ background: #fde59f;
67811
+ }
67812
+
67593
67813
  .ui.ui.ui.yellow.popup::before,
67594
67814
  [data-tooltip][data-variation~="yellow"]::before {
67595
67815
  box-shadow: none;
@@ -67603,6 +67823,11 @@ a.ui.nag {
67603
67823
  color: #1b1c1d;
67604
67824
  }
67605
67825
 
67826
+ .ui.ui.ui.inverted.yellow.loading.popup::before,
67827
+ .ui.inverted.yellow.loading.popup {
67828
+ background: #857400;
67829
+ }
67830
+
67606
67831
  .ui.ui.ui.olive.popup::before,
67607
67832
  .ui.olive.popup,
67608
67833
  [data-tooltip][data-variation~="olive"]::after,
@@ -67612,6 +67837,11 @@ a.ui.nag {
67612
67837
  border: none;
67613
67838
  }
67614
67839
 
67840
+ .ui.ui.ui.olive.loading.popup::before,
67841
+ .ui.olive.loading.popup {
67842
+ background: #e4f18c;
67843
+ }
67844
+
67615
67845
  .ui.ui.ui.olive.popup::before,
67616
67846
  [data-tooltip][data-variation~="olive"]::before {
67617
67847
  box-shadow: none;
@@ -67625,6 +67855,11 @@ a.ui.nag {
67625
67855
  color: #1b1c1d;
67626
67856
  }
67627
67857
 
67858
+ .ui.ui.ui.inverted.olive.loading.popup::before,
67859
+ .ui.inverted.olive.loading.popup {
67860
+ background: #97a81e;
67861
+ }
67862
+
67628
67863
  .ui.ui.ui.green.popup::before,
67629
67864
  .ui.green.popup,
67630
67865
  [data-tooltip][data-variation~="green"]::after,
@@ -67634,6 +67869,11 @@ a.ui.nag {
67634
67869
  border: none;
67635
67870
  }
67636
67871
 
67872
+ .ui.ui.ui.green.loading.popup::before,
67873
+ .ui.green.loading.popup {
67874
+ background: #8aeaa0;
67875
+ }
67876
+
67637
67877
  .ui.ui.ui.green.popup::before,
67638
67878
  [data-tooltip][data-variation~="green"]::before {
67639
67879
  box-shadow: none;
@@ -67647,6 +67887,11 @@ a.ui.nag {
67647
67887
  color: #1b1c1d;
67648
67888
  }
67649
67889
 
67890
+ .ui.ui.ui.inverted.green.loading.popup::before,
67891
+ .ui.inverted.green.loading.popup {
67892
+ background: #124f19;
67893
+ }
67894
+
67650
67895
  .ui.ui.ui.teal.popup::before,
67651
67896
  .ui.teal.popup,
67652
67897
  [data-tooltip][data-variation~="teal"]::after,
@@ -67656,6 +67901,11 @@ a.ui.nag {
67656
67901
  border: none;
67657
67902
  }
67658
67903
 
67904
+ .ui.ui.ui.teal.loading.popup::before,
67905
+ .ui.teal.loading.popup {
67906
+ background: #4ffff7;
67907
+ }
67908
+
67659
67909
  .ui.ui.ui.teal.popup::before,
67660
67910
  [data-tooltip][data-variation~="teal"]::before {
67661
67911
  box-shadow: none;
@@ -67669,6 +67919,11 @@ a.ui.nag {
67669
67919
  color: #1b1c1d;
67670
67920
  }
67671
67921
 
67922
+ .ui.ui.ui.inverted.teal.loading.popup::before,
67923
+ .ui.inverted.teal.loading.popup {
67924
+ background: #00d3d3;
67925
+ }
67926
+
67672
67927
  .ui.ui.ui.blue.popup::before,
67673
67928
  .ui.blue.popup,
67674
67929
  [data-tooltip][data-variation~="blue"]::after,
@@ -67678,6 +67933,11 @@ a.ui.nag {
67678
67933
  border: none;
67679
67934
  }
67680
67935
 
67936
+ .ui.ui.ui.blue.loading.popup::before,
67937
+ .ui.blue.loading.popup {
67938
+ background: #9bcbef;
67939
+ }
67940
+
67681
67941
  .ui.ui.ui.blue.popup::before,
67682
67942
  [data-tooltip][data-variation~="blue"]::before {
67683
67943
  box-shadow: none;
@@ -67691,6 +67951,11 @@ a.ui.nag {
67691
67951
  color: #1b1c1d;
67692
67952
  }
67693
67953
 
67954
+ .ui.ui.ui.inverted.blue.loading.popup::before,
67955
+ .ui.inverted.blue.loading.popup {
67956
+ background: #007eba;
67957
+ }
67958
+
67694
67959
  .ui.ui.ui.violet.popup::before,
67695
67960
  .ui.violet.popup,
67696
67961
  [data-tooltip][data-variation~="violet"]::after,
@@ -67700,6 +67965,11 @@ a.ui.nag {
67700
67965
  border: none;
67701
67966
  }
67702
67967
 
67968
+ .ui.ui.ui.violet.loading.popup::before,
67969
+ .ui.violet.loading.popup {
67970
+ background: #c1adea;
67971
+ }
67972
+
67703
67973
  .ui.ui.ui.violet.popup::before,
67704
67974
  [data-tooltip][data-variation~="violet"]::before {
67705
67975
  box-shadow: none;
@@ -67713,6 +67983,11 @@ a.ui.nag {
67713
67983
  color: #1b1c1d;
67714
67984
  }
67715
67985
 
67986
+ .ui.ui.ui.inverted.violet.loading.popup::before,
67987
+ .ui.inverted.violet.loading.popup {
67988
+ background: #2d09ea;
67989
+ }
67990
+
67716
67991
  .ui.ui.ui.purple.popup::before,
67717
67992
  .ui.purple.popup,
67718
67993
  [data-tooltip][data-variation~="purple"]::after,
@@ -67722,6 +67997,11 @@ a.ui.nag {
67722
67997
  border: none;
67723
67998
  }
67724
67999
 
68000
+ .ui.ui.ui.purple.loading.popup::before,
68001
+ .ui.purple.loading.popup {
68002
+ background: #daabe9;
68003
+ }
68004
+
67725
68005
  .ui.ui.ui.purple.popup::before,
67726
68006
  [data-tooltip][data-variation~="purple"]::before {
67727
68007
  box-shadow: none;
@@ -67735,6 +68015,11 @@ a.ui.nag {
67735
68015
  color: #1b1c1d;
67736
68016
  }
67737
68017
 
68018
+ .ui.ui.ui.inverted.purple.loading.popup::before,
68019
+ .ui.inverted.purple.loading.popup {
68020
+ background: #a300d9;
68021
+ }
68022
+
67738
68023
  .ui.ui.ui.pink.popup::before,
67739
68024
  .ui.pink.popup,
67740
68025
  [data-tooltip][data-variation~="pink"]::after,
@@ -67744,6 +68029,11 @@ a.ui.nag {
67744
68029
  border: none;
67745
68030
  }
67746
68031
 
68032
+ .ui.ui.ui.pink.loading.popup::before,
68033
+ .ui.pink.loading.popup {
68034
+ background: #f5bddc;
68035
+ }
68036
+
67747
68037
  .ui.ui.ui.pink.popup::before,
67748
68038
  [data-tooltip][data-variation~="pink"]::before {
67749
68039
  box-shadow: none;
@@ -67757,6 +68047,11 @@ a.ui.nag {
67757
68047
  color: #1b1c1d;
67758
68048
  }
67759
68049
 
68050
+ .ui.ui.ui.inverted.pink.loading.popup::before,
68051
+ .ui.inverted.pink.loading.popup {
68052
+ background: #f400af;
68053
+ }
68054
+
67760
68055
  .ui.ui.ui.brown.popup::before,
67761
68056
  .ui.brown.popup,
67762
68057
  [data-tooltip][data-variation~="brown"]::after,
@@ -67766,6 +68061,11 @@ a.ui.nag {
67766
68061
  border: none;
67767
68062
  }
67768
68063
 
68064
+ .ui.ui.ui.brown.loading.popup::before,
68065
+ .ui.brown.loading.popup {
68066
+ background: #dbb8a2;
68067
+ }
68068
+
67769
68069
  .ui.ui.ui.brown.popup::before,
67770
68070
  [data-tooltip][data-variation~="brown"]::before {
67771
68071
  box-shadow: none;
@@ -67779,6 +68079,11 @@ a.ui.nag {
67779
68079
  color: #1b1c1d;
67780
68080
  }
67781
68081
 
68082
+ .ui.ui.ui.inverted.brown.loading.popup::before,
68083
+ .ui.inverted.brown.loading.popup {
68084
+ background: #4f2e0a;
68085
+ }
68086
+
67782
68087
  .ui.ui.ui.grey.popup::before,
67783
68088
  .ui.grey.popup,
67784
68089
  [data-tooltip][data-variation~="grey"]::after,
@@ -67788,6 +68093,11 @@ a.ui.nag {
67788
68093
  border: none;
67789
68094
  }
67790
68095
 
68096
+ .ui.ui.ui.grey.loading.popup::before,
68097
+ .ui.grey.loading.popup {
68098
+ background: #c3c3c3;
68099
+ }
68100
+
67791
68101
  .ui.ui.ui.grey.popup::before,
67792
68102
  [data-tooltip][data-variation~="grey"]::before {
67793
68103
  box-shadow: none;
@@ -67801,6 +68111,11 @@ a.ui.nag {
67801
68111
  color: #1b1c1d;
67802
68112
  }
67803
68113
 
68114
+ .ui.ui.ui.inverted.grey.loading.popup::before,
68115
+ .ui.inverted.grey.loading.popup {
68116
+ background: #8d9194;
68117
+ }
68118
+
67804
68119
  .ui.ui.ui.black.popup::before,
67805
68120
  .ui.black.popup,
67806
68121
  [data-tooltip][data-variation~="black"]::after,
@@ -67810,6 +68125,11 @@ a.ui.nag {
67810
68125
  border: none;
67811
68126
  }
67812
68127
 
68128
+ .ui.ui.ui.black.loading.popup::before,
68129
+ .ui.black.loading.popup {
68130
+ background: #65696c;
68131
+ }
68132
+
67813
68133
  .ui.ui.ui.black.popup::before,
67814
68134
  [data-tooltip][data-variation~="black"]::before {
67815
68135
  box-shadow: none;
@@ -67823,6 +68143,11 @@ a.ui.nag {
67823
68143
  color: #1b1c1d;
67824
68144
  }
67825
68145
 
68146
+ .ui.ui.ui.inverted.black.loading.popup::before,
68147
+ .ui.inverted.black.loading.popup {
68148
+ background: #080808;
68149
+ }
68150
+
67826
68151
  /* --------------
67827
68152
  Flowing
67828
68153
  --------------- */
@@ -67910,7 +68235,7 @@ a.ui.nag {
67910
68235
  User Overrides
67911
68236
  *******************************/
67912
68237
  /*!
67913
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Progress Bar
68238
+ * # Fomantic-UI 2.9.2 - Progress
67914
68239
  * https://github.com/fomantic/Fomantic-UI/
67915
68240
  *
67916
68241
  *
@@ -68778,9 +69103,15 @@ a.ui.nag {
68778
69103
  /*******************************
68779
69104
  Site Overrides
68780
69105
  *******************************/
68781
- /*******************************
68782
- Theme
68783
- *******************************/
69106
+ /*!
69107
+ * # Fomantic-UI 2.9.2 - Slider
69108
+ * https://github.com/fomantic/Fomantic-UI/
69109
+ *
69110
+ *
69111
+ * Released under the MIT license
69112
+ * https://opensource.org/licenses/MIT
69113
+ *
69114
+ */
68784
69115
 
68785
69116
  .ui.slider:not(.vertical):not(.checkbox) {
68786
69117
  width: 100%;
@@ -69710,7 +70041,7 @@ a.ui.nag {
69710
70041
  User Overrides
69711
70042
  *******************************/
69712
70043
  /*!
69713
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Rating
70044
+ * # Fomantic-UI 2.9.2 - Rating
69714
70045
  * https://github.com/fomantic/Fomantic-UI/
69715
70046
  *
69716
70047
  *
@@ -70176,7 +70507,7 @@ a.ui.nag {
70176
70507
  Site Overrides
70177
70508
  *******************************/
70178
70509
  /*!
70179
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Search
70510
+ * # Fomantic-UI 2.9.2 - Search
70180
70511
  * https://github.com/fomantic/Fomantic-UI/
70181
70512
  *
70182
70513
  *
@@ -70746,7 +71077,7 @@ a.ui.nag {
70746
71077
  Site Overrides
70747
71078
  *******************************/
70748
71079
  /*!
70749
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Shape
71080
+ * # Fomantic-UI 2.9.2 - Shape
70750
71081
  * https://github.com/fomantic/Fomantic-UI/
70751
71082
  *
70752
71083
  *
@@ -70895,7 +71226,7 @@ a.ui.nag {
70895
71226
  User Overrides
70896
71227
  *******************************/
70897
71228
  /*!
70898
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Sidebar
71229
+ * # Fomantic-UI 2.9.2 - Sidebar
70899
71230
  * https://github.com/fomantic/Fomantic-UI/
70900
71231
  *
70901
71232
  *
@@ -71511,7 +71842,7 @@ body.pushable > .pusher {
71511
71842
  Site Overrides
71512
71843
  *******************************/
71513
71844
  /*!
71514
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Sticky
71845
+ * # Fomantic-UI 2.9.2 - Sticky
71515
71846
  * https://github.com/fomantic/Fomantic-UI/
71516
71847
  *
71517
71848
  *
@@ -71580,7 +71911,7 @@ body.pushable > .pusher {
71580
71911
  Site Overrides
71581
71912
  *******************************/
71582
71913
  /*!
71583
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Tab
71914
+ * # Fomantic-UI 2.9.2 - Tab
71584
71915
  * https://github.com/fomantic/Fomantic-UI/
71585
71916
  *
71586
71917
  *
@@ -71662,7 +71993,7 @@ body.pushable > .pusher {
71662
71993
  User Overrides
71663
71994
  *******************************/
71664
71995
  /*!
71665
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Toast
71996
+ * # Fomantic-UI 2.9.2 - Toast
71666
71997
  * https://github.com/fomantic/Fomantic-UI/
71667
71998
  *
71668
71999
  *
@@ -72585,7 +72916,7 @@ body.pushable > .pusher {
72585
72916
  User Overrides
72586
72917
  *******************************/
72587
72918
  /*!
72588
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Transition
72919
+ * # Fomantic-UI 2.9.2 - Transition
72589
72920
  * https://github.com/fomantic/Fomantic-UI/
72590
72921
  *
72591
72922
  *