fomantic-ui-sass 2.9.1 → 2.9.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (97) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +12 -0
  3. data/app/assets/fonts/semantic-ui/Lato-Bold.woff +0 -0
  4. data/app/assets/fonts/semantic-ui/Lato-Bold.woff2 +0 -0
  5. data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff +0 -0
  6. data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff2 +0 -0
  7. data/app/assets/fonts/semantic-ui/Lato-Italic.woff +0 -0
  8. data/app/assets/fonts/semantic-ui/Lato-Italic.woff2 +0 -0
  9. data/app/assets/fonts/semantic-ui/Lato-Regular.woff +0 -0
  10. data/app/assets/fonts/semantic-ui/Lato-Regular.woff2 +0 -0
  11. data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff +0 -0
  12. data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff2 +0 -0
  13. data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff +0 -0
  14. data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff2 +0 -0
  15. data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff +0 -0
  16. data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff2 +0 -0
  17. data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff +0 -0
  18. data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff2 +0 -0
  19. data/app/assets/javascripts/semantic-ui/accordion.js +4 -8
  20. data/app/assets/javascripts/semantic-ui/api.js +22 -15
  21. data/app/assets/javascripts/semantic-ui/calendar.js +1 -6
  22. data/app/assets/javascripts/semantic-ui/checkbox.js +4 -6
  23. data/app/assets/javascripts/semantic-ui/dimmer.js +3 -7
  24. data/app/assets/javascripts/semantic-ui/dropdown.js +58 -35
  25. data/app/assets/javascripts/semantic-ui/embed.js +2 -7
  26. data/app/assets/javascripts/semantic-ui/flyout.js +56 -86
  27. data/app/assets/javascripts/semantic-ui/form.js +216 -157
  28. data/app/assets/javascripts/semantic-ui/modal.js +58 -39
  29. data/app/assets/javascripts/semantic-ui/nag.js +17 -9
  30. data/app/assets/javascripts/semantic-ui/popup.js +46 -26
  31. data/app/assets/javascripts/semantic-ui/progress.js +3 -34
  32. data/app/assets/javascripts/semantic-ui/rating.js +1 -5
  33. data/app/assets/javascripts/semantic-ui/search.js +5 -8
  34. data/app/assets/javascripts/semantic-ui/shape.js +15 -41
  35. data/app/assets/javascripts/semantic-ui/sidebar.js +21 -64
  36. data/app/assets/javascripts/semantic-ui/site.js +1 -1
  37. data/app/assets/javascripts/semantic-ui/slider.js +130 -34
  38. data/app/assets/javascripts/semantic-ui/state.js +23 -20
  39. data/app/assets/javascripts/semantic-ui/sticky.js +17 -16
  40. data/app/assets/javascripts/semantic-ui/tab.js +18 -8
  41. data/app/assets/javascripts/semantic-ui/toast.js +19 -11
  42. data/app/assets/javascripts/semantic-ui/transition.js +11 -66
  43. data/app/assets/javascripts/semantic-ui/visibility.js +15 -6
  44. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +1 -1
  45. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +118 -56
  46. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +113 -107
  47. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +39 -9
  48. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +1 -1
  49. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +66 -2
  50. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +2 -2
  51. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +62 -1
  52. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +1 -1
  53. data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +698 -250
  54. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +3 -2
  55. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +1 -1
  56. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +62 -62
  57. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +1 -1
  58. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +61 -51
  59. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +21 -2
  60. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +13 -13
  61. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +282 -282
  62. data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +1 -1
  63. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +1 -1
  64. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +1 -1
  65. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +186 -37
  66. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +4 -4
  67. data/app/assets/stylesheets/semantic-ui/elements/_text.scss +2 -2
  68. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +1 -1
  69. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +1 -10
  70. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +1 -1
  71. data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +145 -8
  72. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +89 -45
  73. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +3 -3
  74. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +126 -31
  75. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +2 -2
  76. data/app/assets/stylesheets/semantic-ui/modules/_flyout.scss +1 -1
  77. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +10 -3
  78. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +1 -1
  79. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +188 -42
  80. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +1 -1
  81. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +1 -1
  82. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +26 -1
  83. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +1 -1
  84. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +1 -1
  85. data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +9 -6
  86. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +1 -1
  87. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +1 -1
  88. data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +6 -1
  89. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +1 -1
  90. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +1 -1
  91. data/app/assets/stylesheets/semantic-ui/views/_card.scss +1 -1
  92. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +6 -1
  93. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +486 -5
  94. data/app/assets/stylesheets/semantic-ui/views/_item.scss +7 -2
  95. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +1 -1
  96. data/lib/fomantic/ui/sass/version.rb +2 -2
  97. metadata +1 -1
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Popup
2
+ * # Fomantic-UI 2.9.3 - Popup
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -79,7 +79,6 @@
79
79
  width: 0.71428571em;
80
80
  height: 0.71428571em;
81
81
  background: #fff;
82
- transform: rotate(45deg);
83
82
  z-index: 1901;
84
83
  box-shadow: 1px 1px 0 0 #bababc;
85
84
  }
@@ -107,78 +106,70 @@
107
106
  z-index: 1900;
108
107
  }
109
108
 
110
- /* Default Position (Top Center) */
111
- [data-tooltip]:not([data-position])::before {
112
- top: auto;
113
- right: auto;
114
- bottom: 100%;
115
- left: 50%;
116
- background: #fff;
117
- margin-left: -0.07142857rem;
118
- margin-bottom: 0.14285714rem;
119
- }
120
- [data-tooltip]:not([data-position])::after {
121
- left: 50%;
122
- transform: translateX(-50%);
123
- bottom: 100%;
124
- margin-bottom: 0.5em;
125
- }
126
-
127
109
  /* Animation */
128
110
  [data-tooltip]::before,
129
111
  [data-tooltip]::after {
130
112
  pointer-events: none;
131
- visibility: hidden;
132
113
  opacity: 0;
133
- transition: transform 0.1s ease, opacity 0.1s ease;
114
+ transition: transform 0.2s ease, opacity 0.2s ease;
115
+ }
116
+ [data-tooltip]::after,
117
+ [data-tooltip]:hover::before {
118
+ transition-delay: 0.04s;
119
+ }
120
+ [data-tooltip]::before,
121
+ [data-tooltip]:hover::after {
122
+ transition-delay: 0s;
134
123
  }
135
124
  [data-tooltip]::before {
136
- transform: rotate(45deg) scale(0) !important;
125
+ transform: rotate(45deg) scale(0.8);
137
126
  transform-origin: center top;
138
127
  }
139
128
  [data-tooltip]::after {
140
129
  transform-origin: center bottom;
141
130
  }
131
+ [data-tooltip][data-variation~="visible"]::before,
132
+ [data-tooltip][data-variation~="visible"]::after,
142
133
  [data-tooltip]:hover::before,
143
134
  [data-tooltip]:hover::after {
144
- visibility: visible;
145
135
  pointer-events: auto;
146
136
  opacity: 1;
147
137
  }
148
138
  [data-tooltip]:hover::before {
149
- transform: rotate(45deg) scale(1) !important;
139
+ transform: rotate(45deg) scale(1);
150
140
  }
151
141
 
152
142
  /* Animation Position */
153
- [data-tooltip]::after,
143
+ [data-tooltip]:not([data-position])::after,
154
144
  [data-tooltip][data-position="top center"]::after,
155
145
  [data-tooltip][data-position="bottom center"]::after {
156
- transform: translateX(-50%) scale(0) !important;
146
+ transform: translateX(-50%) scale(0.8);
157
147
  }
158
- [data-tooltip]:hover::after,
148
+ [data-tooltip]:not([data-position]):hover::after,
149
+ [data-tooltip][data-position="top center"]:hover::after,
159
150
  [data-tooltip][data-position="bottom center"]:hover::after {
160
- transform: translateX(-50%) scale(1) !important;
151
+ transform: translateX(-50%) scale(1);
161
152
  }
162
153
  [data-tooltip][data-position="left center"]::after,
163
154
  [data-tooltip][data-position="right center"]::after {
164
- transform: translateY(-50%) scale(0) !important;
155
+ transform: translateY(-50%) scale(0.8);
165
156
  }
166
157
  [data-tooltip][data-position="left center"]:hover::after,
167
158
  [data-tooltip][data-position="right center"]:hover::after {
168
- transform: translateY(-50%) scale(1) !important;
159
+ transform: translateY(-50%) scale(1);
169
160
  -moz-transform: translateY(-50%) scale(1.0001) !important;
170
161
  }
171
162
  [data-tooltip][data-position="top left"]::after,
172
163
  [data-tooltip][data-position="top right"]::after,
173
164
  [data-tooltip][data-position="bottom left"]::after,
174
165
  [data-tooltip][data-position="bottom right"]::after {
175
- transform: scale(0) !important;
166
+ transform: scale(0.8);
176
167
  }
177
168
  [data-tooltip][data-position="top left"]:hover::after,
178
169
  [data-tooltip][data-position="top right"]:hover::after,
179
170
  [data-tooltip][data-position="bottom left"]:hover::after,
180
171
  [data-tooltip][data-position="bottom right"]:hover::after {
181
- transform: scale(1) !important;
172
+ transform: scale(1);
182
173
  }
183
174
  [data-tooltip][data-variation~="fixed"]::after {
184
175
  white-space: normal;
@@ -202,11 +193,11 @@
202
193
 
203
194
  /* Arrow */
204
195
  [data-tooltip][data-inverted]::before {
205
- box-shadow: none !important;
196
+ box-shadow: none;
206
197
  }
207
198
 
208
199
  /* Arrow Position */
209
- [data-tooltip][data-inverted]::before {
200
+ [data-tooltip]:not([data-position])[data-inverted]::before {
210
201
  background: #1b1c1d;
211
202
  }
212
203
 
@@ -225,15 +216,16 @@
225
216
  background: #fff;
226
217
  }
227
218
 
228
- /* Top Center */
219
+ /* Top Center (default) */
220
+ [data-tooltip]:not([data-position])::after,
229
221
  [data-position="top center"][data-tooltip]::after {
230
222
  top: auto;
231
223
  right: auto;
232
224
  left: 50%;
233
225
  bottom: 100%;
234
- transform: translateX(-50%);
235
226
  margin-bottom: 0.5em;
236
227
  }
228
+ [data-tooltip]:not([data-position])::before,
237
229
  [data-position="top center"][data-tooltip]::before {
238
230
  top: auto;
239
231
  right: auto;
@@ -288,7 +280,6 @@
288
280
  right: auto;
289
281
  left: 50%;
290
282
  top: 100%;
291
- transform: translateX(-50%);
292
283
  margin-top: 0.5em;
293
284
  }
294
285
  [data-position="bottom center"][data-tooltip]::before {
@@ -335,7 +326,6 @@
335
326
  right: 100%;
336
327
  top: 50%;
337
328
  margin-right: 0.5em;
338
- transform: translateY(-50%);
339
329
  }
340
330
  [data-position="left center"][data-tooltip]::before {
341
331
  right: 100%;
@@ -351,7 +341,6 @@
351
341
  left: 100%;
352
342
  top: 50%;
353
343
  margin-left: 0.5em;
354
- transform: translateY(-50%);
355
344
  }
356
345
  [data-position="right center"][data-tooltip]::before {
357
346
  left: 100%;
@@ -399,6 +388,18 @@
399
388
  [data-position="right center"][data-tooltip]::after {
400
389
  transform-origin: left center;
401
390
  }
391
+ [data-position="top left"][data-tooltip]::after {
392
+ transform-origin: bottom left;
393
+ }
394
+ [data-position="top right"][data-tooltip]::after {
395
+ transform-origin: bottom right;
396
+ }
397
+ [data-position="bottom left"][data-tooltip]::after {
398
+ transform-origin: top left;
399
+ }
400
+ [data-position="bottom right"][data-tooltip]::after {
401
+ transform-origin: top right;
402
+ }
402
403
 
403
404
  /* --------------
404
405
  Basic
@@ -594,8 +595,33 @@
594
595
  *******************************/
595
596
 
596
597
  .ui.loading.popup {
598
+ cursor: default;
599
+ pointer-events: none;
600
+ -webkit-user-select: none;
601
+ -ms-user-select: none;
602
+ user-select: none;
603
+ }
604
+ .ui.loading.popup * {
605
+ opacity: 0.3;
606
+ }
607
+ .ui.loading.popup::after {
608
+ position: absolute;
609
+ content: "";
610
+ top: 50%;
611
+ left: 50%;
612
+ margin: -1em 0 0 -1em;
613
+ width: 2em;
614
+ height: 2em;
615
+ animation: loader 0.6s infinite linear;
616
+ border: 0.2em solid #767676;
617
+ border-radius: 500rem;
618
+ box-shadow: 0 0 0 1px transparent;
619
+ visibility: visible;
620
+ z-index: 101;
621
+ }
622
+ .ui.invisible.popup {
597
623
  display: block;
598
- visibility: hidden;
624
+ visibility: hidden !important;
599
625
  z-index: -1;
600
626
  }
601
627
  .ui.animating.popup,
@@ -670,12 +696,12 @@
670
696
  box-shadow: none;
671
697
  }
672
698
  .ui.inverted.popup .header {
673
- background-color: none;
699
+ background: none;
674
700
  color: #fff;
675
701
  }
676
702
  .ui.inverted.popup::before {
677
703
  background-color: #1b1c1d;
678
- box-shadow: none !important;
704
+ box-shadow: none;
679
705
  }
680
706
  .ui.ui.ui.primary.popup::before,
681
707
  .ui.primary.popup,
@@ -685,6 +711,10 @@
685
711
  color: #fff;
686
712
  border: none;
687
713
  }
714
+ .ui.ui.ui.primary.loading.popup::before,
715
+ .ui.primary.loading.popup {
716
+ background: #9bcbef;
717
+ }
688
718
  .ui.ui.ui.primary.popup::before,
689
719
  [data-tooltip][data-variation~="primary"]::before {
690
720
  box-shadow: none;
@@ -696,6 +726,10 @@
696
726
  background: #54c8ff;
697
727
  color: #1b1c1d;
698
728
  }
729
+ .ui.ui.ui.inverted.primary.loading.popup::before,
730
+ .ui.inverted.primary.loading.popup {
731
+ background: #007eba;
732
+ }
699
733
  .ui.ui.ui.secondary.popup::before,
700
734
  .ui.secondary.popup,
701
735
  [data-tooltip][data-variation~="secondary"]::after,
@@ -704,6 +738,10 @@
704
738
  color: #fff;
705
739
  border: none;
706
740
  }
741
+ .ui.ui.ui.secondary.loading.popup::before,
742
+ .ui.secondary.loading.popup {
743
+ background: #65696c;
744
+ }
707
745
  .ui.ui.ui.secondary.popup::before,
708
746
  [data-tooltip][data-variation~="secondary"]::before {
709
747
  box-shadow: none;
@@ -715,6 +753,10 @@
715
753
  background: #545454;
716
754
  color: #1b1c1d;
717
755
  }
756
+ .ui.ui.ui.inverted.secondary.loading.popup::before,
757
+ .ui.inverted.secondary.loading.popup {
758
+ background: #080808;
759
+ }
718
760
  .ui.ui.ui.red.popup::before,
719
761
  .ui.red.popup,
720
762
  [data-tooltip][data-variation~="red"]::after,
@@ -723,6 +765,10 @@
723
765
  color: #fff;
724
766
  border: none;
725
767
  }
768
+ .ui.ui.ui.red.loading.popup::before,
769
+ .ui.red.loading.popup {
770
+ background: #f1abab;
771
+ }
726
772
  .ui.ui.ui.red.popup::before,
727
773
  [data-tooltip][data-variation~="red"]::before {
728
774
  box-shadow: none;
@@ -734,6 +780,10 @@
734
780
  background: #ff695e;
735
781
  color: #1b1c1d;
736
782
  }
783
+ .ui.ui.ui.inverted.red.loading.popup::before,
784
+ .ui.inverted.red.loading.popup {
785
+ background: #c40d00;
786
+ }
737
787
  .ui.ui.ui.orange.popup::before,
738
788
  .ui.orange.popup,
739
789
  [data-tooltip][data-variation~="orange"]::after,
@@ -742,6 +792,10 @@
742
792
  color: #fff;
743
793
  border: none;
744
794
  }
795
+ .ui.ui.ui.orange.loading.popup::before,
796
+ .ui.orange.loading.popup {
797
+ background: #faccad;
798
+ }
745
799
  .ui.ui.ui.orange.popup::before,
746
800
  [data-tooltip][data-variation~="orange"]::before {
747
801
  box-shadow: none;
@@ -753,6 +807,10 @@
753
807
  background: #ff851b;
754
808
  color: #1b1c1d;
755
809
  }
810
+ .ui.ui.ui.inverted.orange.loading.popup::before,
811
+ .ui.inverted.orange.loading.popup {
812
+ background: #813c00;
813
+ }
756
814
  .ui.ui.ui.yellow.popup::before,
757
815
  .ui.yellow.popup,
758
816
  [data-tooltip][data-variation~="yellow"]::after,
@@ -761,6 +819,10 @@
761
819
  color: #fff;
762
820
  border: none;
763
821
  }
822
+ .ui.ui.ui.yellow.loading.popup::before,
823
+ .ui.yellow.loading.popup {
824
+ background: #fde59f;
825
+ }
764
826
  .ui.ui.ui.yellow.popup::before,
765
827
  [data-tooltip][data-variation~="yellow"]::before {
766
828
  box-shadow: none;
@@ -772,6 +834,10 @@
772
834
  background: #ffe21f;
773
835
  color: #1b1c1d;
774
836
  }
837
+ .ui.ui.ui.inverted.yellow.loading.popup::before,
838
+ .ui.inverted.yellow.loading.popup {
839
+ background: #857400;
840
+ }
775
841
  .ui.ui.ui.olive.popup::before,
776
842
  .ui.olive.popup,
777
843
  [data-tooltip][data-variation~="olive"]::after,
@@ -780,6 +846,10 @@
780
846
  color: #fff;
781
847
  border: none;
782
848
  }
849
+ .ui.ui.ui.olive.loading.popup::before,
850
+ .ui.olive.loading.popup {
851
+ background: #e4f18c;
852
+ }
783
853
  .ui.ui.ui.olive.popup::before,
784
854
  [data-tooltip][data-variation~="olive"]::before {
785
855
  box-shadow: none;
@@ -791,6 +861,10 @@
791
861
  background: #d9e778;
792
862
  color: #1b1c1d;
793
863
  }
864
+ .ui.ui.ui.inverted.olive.loading.popup::before,
865
+ .ui.inverted.olive.loading.popup {
866
+ background: #97a81e;
867
+ }
794
868
  .ui.ui.ui.green.popup::before,
795
869
  .ui.green.popup,
796
870
  [data-tooltip][data-variation~="green"]::after,
@@ -799,6 +873,10 @@
799
873
  color: #fff;
800
874
  border: none;
801
875
  }
876
+ .ui.ui.ui.green.loading.popup::before,
877
+ .ui.green.loading.popup {
878
+ background: #8aeaa0;
879
+ }
802
880
  .ui.ui.ui.green.popup::before,
803
881
  [data-tooltip][data-variation~="green"]::before {
804
882
  box-shadow: none;
@@ -810,6 +888,10 @@
810
888
  background: #2ecc40;
811
889
  color: #1b1c1d;
812
890
  }
891
+ .ui.ui.ui.inverted.green.loading.popup::before,
892
+ .ui.inverted.green.loading.popup {
893
+ background: #124f19;
894
+ }
813
895
  .ui.ui.ui.teal.popup::before,
814
896
  .ui.teal.popup,
815
897
  [data-tooltip][data-variation~="teal"]::after,
@@ -818,6 +900,10 @@
818
900
  color: #fff;
819
901
  border: none;
820
902
  }
903
+ .ui.ui.ui.teal.loading.popup::before,
904
+ .ui.teal.loading.popup {
905
+ background: #4ffff7;
906
+ }
821
907
  .ui.ui.ui.teal.popup::before,
822
908
  [data-tooltip][data-variation~="teal"]::before {
823
909
  box-shadow: none;
@@ -829,6 +915,10 @@
829
915
  background: #6dffff;
830
916
  color: #1b1c1d;
831
917
  }
918
+ .ui.ui.ui.inverted.teal.loading.popup::before,
919
+ .ui.inverted.teal.loading.popup {
920
+ background: #00d3d3;
921
+ }
832
922
  .ui.ui.ui.blue.popup::before,
833
923
  .ui.blue.popup,
834
924
  [data-tooltip][data-variation~="blue"]::after,
@@ -837,6 +927,10 @@
837
927
  color: #fff;
838
928
  border: none;
839
929
  }
930
+ .ui.ui.ui.blue.loading.popup::before,
931
+ .ui.blue.loading.popup {
932
+ background: #9bcbef;
933
+ }
840
934
  .ui.ui.ui.blue.popup::before,
841
935
  [data-tooltip][data-variation~="blue"]::before {
842
936
  box-shadow: none;
@@ -848,6 +942,10 @@
848
942
  background: #54c8ff;
849
943
  color: #1b1c1d;
850
944
  }
945
+ .ui.ui.ui.inverted.blue.loading.popup::before,
946
+ .ui.inverted.blue.loading.popup {
947
+ background: #007eba;
948
+ }
851
949
  .ui.ui.ui.violet.popup::before,
852
950
  .ui.violet.popup,
853
951
  [data-tooltip][data-variation~="violet"]::after,
@@ -856,6 +954,10 @@
856
954
  color: #fff;
857
955
  border: none;
858
956
  }
957
+ .ui.ui.ui.violet.loading.popup::before,
958
+ .ui.violet.loading.popup {
959
+ background: #c1adea;
960
+ }
859
961
  .ui.ui.ui.violet.popup::before,
860
962
  [data-tooltip][data-variation~="violet"]::before {
861
963
  box-shadow: none;
@@ -867,6 +969,10 @@
867
969
  background: #a291fb;
868
970
  color: #1b1c1d;
869
971
  }
972
+ .ui.ui.ui.inverted.violet.loading.popup::before,
973
+ .ui.inverted.violet.loading.popup {
974
+ background: #2d09ea;
975
+ }
870
976
  .ui.ui.ui.purple.popup::before,
871
977
  .ui.purple.popup,
872
978
  [data-tooltip][data-variation~="purple"]::after,
@@ -875,6 +981,10 @@
875
981
  color: #fff;
876
982
  border: none;
877
983
  }
984
+ .ui.ui.ui.purple.loading.popup::before,
985
+ .ui.purple.loading.popup {
986
+ background: #daabe9;
987
+ }
878
988
  .ui.ui.ui.purple.popup::before,
879
989
  [data-tooltip][data-variation~="purple"]::before {
880
990
  box-shadow: none;
@@ -886,6 +996,10 @@
886
996
  background: #dc73ff;
887
997
  color: #1b1c1d;
888
998
  }
999
+ .ui.ui.ui.inverted.purple.loading.popup::before,
1000
+ .ui.inverted.purple.loading.popup {
1001
+ background: #a300d9;
1002
+ }
889
1003
  .ui.ui.ui.pink.popup::before,
890
1004
  .ui.pink.popup,
891
1005
  [data-tooltip][data-variation~="pink"]::after,
@@ -894,6 +1008,10 @@
894
1008
  color: #fff;
895
1009
  border: none;
896
1010
  }
1011
+ .ui.ui.ui.pink.loading.popup::before,
1012
+ .ui.pink.loading.popup {
1013
+ background: #f5bddc;
1014
+ }
897
1015
  .ui.ui.ui.pink.popup::before,
898
1016
  [data-tooltip][data-variation~="pink"]::before {
899
1017
  box-shadow: none;
@@ -905,6 +1023,10 @@
905
1023
  background: #ff8edf;
906
1024
  color: #1b1c1d;
907
1025
  }
1026
+ .ui.ui.ui.inverted.pink.loading.popup::before,
1027
+ .ui.inverted.pink.loading.popup {
1028
+ background: #f400af;
1029
+ }
908
1030
  .ui.ui.ui.brown.popup::before,
909
1031
  .ui.brown.popup,
910
1032
  [data-tooltip][data-variation~="brown"]::after,
@@ -913,6 +1035,10 @@
913
1035
  color: #fff;
914
1036
  border: none;
915
1037
  }
1038
+ .ui.ui.ui.brown.loading.popup::before,
1039
+ .ui.brown.loading.popup {
1040
+ background: #dbb8a2;
1041
+ }
916
1042
  .ui.ui.ui.brown.popup::before,
917
1043
  [data-tooltip][data-variation~="brown"]::before {
918
1044
  box-shadow: none;
@@ -924,6 +1050,10 @@
924
1050
  background: #d67c1c;
925
1051
  color: #1b1c1d;
926
1052
  }
1053
+ .ui.ui.ui.inverted.brown.loading.popup::before,
1054
+ .ui.inverted.brown.loading.popup {
1055
+ background: #4f2e0a;
1056
+ }
927
1057
  .ui.ui.ui.grey.popup::before,
928
1058
  .ui.grey.popup,
929
1059
  [data-tooltip][data-variation~="grey"]::after,
@@ -932,6 +1062,10 @@
932
1062
  color: #fff;
933
1063
  border: none;
934
1064
  }
1065
+ .ui.ui.ui.grey.loading.popup::before,
1066
+ .ui.grey.loading.popup {
1067
+ background: #c3c3c3;
1068
+ }
935
1069
  .ui.ui.ui.grey.popup::before,
936
1070
  [data-tooltip][data-variation~="grey"]::before {
937
1071
  box-shadow: none;
@@ -943,6 +1077,10 @@
943
1077
  background: #dcddde;
944
1078
  color: #1b1c1d;
945
1079
  }
1080
+ .ui.ui.ui.inverted.grey.loading.popup::before,
1081
+ .ui.inverted.grey.loading.popup {
1082
+ background: #8d9194;
1083
+ }
946
1084
  .ui.ui.ui.black.popup::before,
947
1085
  .ui.black.popup,
948
1086
  [data-tooltip][data-variation~="black"]::after,
@@ -951,6 +1089,10 @@
951
1089
  color: #fff;
952
1090
  border: none;
953
1091
  }
1092
+ .ui.ui.ui.black.loading.popup::before,
1093
+ .ui.black.loading.popup {
1094
+ background: #65696c;
1095
+ }
954
1096
  .ui.ui.ui.black.popup::before,
955
1097
  [data-tooltip][data-variation~="black"]::before {
956
1098
  box-shadow: none;
@@ -962,6 +1104,10 @@
962
1104
  background: #545454;
963
1105
  color: #1b1c1d;
964
1106
  }
1107
+ .ui.ui.ui.inverted.black.loading.popup::before,
1108
+ .ui.inverted.black.loading.popup {
1109
+ background: #080808;
1110
+ }
965
1111
 
966
1112
  /* --------------
967
1113
  Flowing
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Progress Bar
2
+ * # Fomantic-UI 2.9.3 - Progress
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Rating
2
+ * # Fomantic-UI 2.9.3 - Rating
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Search
2
+ * # Fomantic-UI 2.9.3 - Search
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -339,6 +339,15 @@
339
339
  transition: background 0.1s ease, border-color 0.1s ease;
340
340
  padding: 0.85714286em 1.14285714em;
341
341
  }
342
+ .ui.horizontal.category.search > .results .category,
343
+ .ui.horizontal.category.search > .results .category > .name,
344
+ .ui.horizontal.category.search > .results .category > .results {
345
+ display: block;
346
+ }
347
+ .ui.horizontal.category.search > .results .category > .results {
348
+ width: 100%;
349
+ border-left: 0;
350
+ }
342
351
 
343
352
 
344
353
  /*******************************
@@ -363,21 +372,37 @@
363
372
  .ui.scrolling.search > .results {
364
373
  max-height: 12.17714286em;
365
374
  }
375
+ .resizable.ui.scrolling.search > .results {
376
+ height: 12.17714286em;
377
+ }
366
378
  }
367
379
  @media only screen and (min-width: 768px) {
368
380
  .ui.scrolling.search > .results {
369
381
  max-height: 18.26571429em;
370
382
  }
383
+ .resizable.ui.scrolling.search > .results {
384
+ height: 18.26571429em;
385
+ }
371
386
  }
372
387
  @media only screen and (min-width: 992px) {
373
388
  .ui.scrolling.search > .results {
374
389
  max-height: 24.35428571em;
375
390
  }
391
+ .resizable.ui.scrolling.search > .results {
392
+ height: 24.35428571em;
393
+ }
376
394
  }
377
395
  @media only screen and (min-width: 1920px) {
378
396
  .ui.scrolling.search > .results {
379
397
  max-height: 36.53142857em;
380
398
  }
399
+ .resizable.ui.scrolling.search > .results {
400
+ height: 36.53142857em;
401
+ }
402
+ }
403
+ .ui.scrolling.resizable.search > .results {
404
+ resize: vertical;
405
+ max-height: none;
381
406
  }
382
407
  @media only screen and (max-width: 767.98px) {
383
408
  .ui.search.short > .results {
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Shape
2
+ * # Fomantic-UI 2.9.3 - Shape
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Sidebar
2
+ * # Fomantic-UI 2.9.3 - Sidebar
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,9 +1,12 @@
1
-
2
-
3
- /*******************************
4
- Theme
5
- *******************************/
6
-
1
+ /*!
2
+ * # Fomantic-UI 2.9.3 - Slider
3
+ * https://github.com/fomantic/Fomantic-UI/
4
+ *
5
+ *
6
+ * Released under the MIT license
7
+ * https://opensource.org/licenses/MIT
8
+ *
9
+ */
7
10
  .ui.slider:not(.vertical):not(.checkbox) {
8
11
  width: 100%;
9
12
  padding: 1em 0.5em;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Sticky
2
+ * # Fomantic-UI 2.9.3 - Sticky
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Tab
2
+ * # Fomantic-UI 2.9.3 - Tab
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Toast
2
+ * # Fomantic-UI 2.9.3 - Toast
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -126,6 +126,11 @@
126
126
  box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
127
127
  border: 1px solid rgba(34, 36, 38, 0.12);
128
128
  }
129
+ .ui.toast-container .toast-box.inverted.floating,
130
+ .ui.toast-container .toast-box.inverted.hoverfloating:hover {
131
+ box-shadow: 0 2px 4px 0 rgba(225, 225, 225, 0.1), 0 2px 10px 0 rgba(225, 225, 225, 0.5);
132
+ border: 1px solid rgba(225, 225, 225, 0.5);
133
+ }
129
134
  .ui.toast-container .toast-box.compact,
130
135
  .ui.toast-container .toast-box > .compact {
131
136
  width: 350px;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Transition
2
+ * # Fomantic-UI 2.9.3 - Transition
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *