fomantic-ui-sass 2.9.1 → 2.9.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (86) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +8 -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 +3 -3
  20. data/app/assets/javascripts/semantic-ui/dimmer.js +2 -2
  21. data/app/assets/javascripts/semantic-ui/dropdown.js +2 -2
  22. data/app/assets/javascripts/semantic-ui/embed.js +1 -1
  23. data/app/assets/javascripts/semantic-ui/flyout.js +17 -29
  24. data/app/assets/javascripts/semantic-ui/form.js +116 -106
  25. data/app/assets/javascripts/semantic-ui/modal.js +14 -7
  26. data/app/assets/javascripts/semantic-ui/popup.js +19 -7
  27. data/app/assets/javascripts/semantic-ui/progress.js +2 -28
  28. data/app/assets/javascripts/semantic-ui/search.js +1 -1
  29. data/app/assets/javascripts/semantic-ui/shape.js +14 -36
  30. data/app/assets/javascripts/semantic-ui/sidebar.js +6 -26
  31. data/app/assets/javascripts/semantic-ui/toast.js +2 -2
  32. data/app/assets/javascripts/semantic-ui/transition.js +9 -60
  33. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +1 -1
  34. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +66 -37
  35. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +7 -1
  36. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +31 -7
  37. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +1 -1
  38. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +2 -2
  39. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +1 -1
  40. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +1 -1
  41. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +1 -1
  42. data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +2 -2
  43. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +1 -1
  44. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +1 -1
  45. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +1 -1
  46. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +1 -1
  47. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +59 -25
  48. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +1 -1
  49. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +1 -1
  50. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +1 -1
  51. data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +1 -1
  52. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +1 -1
  53. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +1 -1
  54. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +26 -4
  55. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +4 -4
  56. data/app/assets/stylesheets/semantic-ui/elements/_text.scss +2 -2
  57. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +1 -1
  58. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +1 -10
  59. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +1 -1
  60. data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +1 -1
  61. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +40 -40
  62. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +1 -1
  63. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +8 -6
  64. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +2 -2
  65. data/app/assets/stylesheets/semantic-ui/modules/_flyout.scss +1 -1
  66. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +1 -1
  67. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +1 -1
  68. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +148 -3
  69. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +1 -1
  70. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +1 -1
  71. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +1 -1
  72. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +1 -1
  73. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +1 -1
  74. data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +9 -6
  75. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +1 -1
  76. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +1 -1
  77. data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +1 -1
  78. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +1 -1
  79. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +1 -1
  80. data/app/assets/stylesheets/semantic-ui/views/_card.scss +1 -1
  81. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +1 -1
  82. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +1 -1
  83. data/app/assets/stylesheets/semantic-ui/views/_item.scss +2 -2
  84. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +1 -1
  85. data/lib/fomantic/ui/sass/version.rb +2 -2
  86. metadata +1 -1
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Checkbox
2
+ * # Fomantic-UI 2.9.2 - Checkbox
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -379,10 +379,10 @@
379
379
 
380
380
  /* Active */
381
381
  .ui.slider.checkbox input:checked ~ label {
382
- color: rgba(0, 0, 0, 0.95) !important;
382
+ color: rgba(0, 0, 0, 0.95);
383
383
  }
384
384
  .ui.slider.checkbox input:checked ~ label::before {
385
- background-color: #545454 !important;
385
+ background-color: #545454;
386
386
  }
387
387
  .ui.slider.checkbox input:checked ~ label::after {
388
388
  left: 2rem;
@@ -390,10 +390,10 @@
390
390
 
391
391
  /* Active Focus */
392
392
  .ui.slider.checkbox input:focus:checked ~ label {
393
- color: rgba(0, 0, 0, 0.95) !important;
393
+ color: rgba(0, 0, 0, 0.95);
394
394
  }
395
395
  .ui.slider.checkbox input:focus:checked ~ label::before {
396
- background-color: #000000 !important;
396
+ background-color: #000000;
397
397
  }
398
398
  .ui.right.aligned.slider.checkbox label {
399
399
  padding-left: 0;
@@ -483,10 +483,10 @@
483
483
 
484
484
  /* Active */
485
485
  .ui.toggle.checkbox input:checked ~ label {
486
- color: rgba(0, 0, 0, 0.95) !important;
486
+ color: rgba(0, 0, 0, 0.95);
487
487
  }
488
488
  .ui.toggle.checkbox input:checked ~ label::before {
489
- background-color: #2185d0 !important;
489
+ background-color: #2185d0;
490
490
  }
491
491
  .ui.toggle.checkbox input:checked ~ label::after {
492
492
  left: 2.15rem;
@@ -495,10 +495,10 @@
495
495
 
496
496
  /* Active Focus */
497
497
  .ui.toggle.checkbox input:focus:checked ~ label {
498
- color: rgba(0, 0, 0, 0.95) !important;
498
+ color: rgba(0, 0, 0, 0.95);
499
499
  }
500
500
  .ui.toggle.checkbox input:focus:checked ~ label::before {
501
- background-color: #0d71bb !important;
501
+ background-color: #0d71bb;
502
502
  }
503
503
  .ui.right.aligned.toggle.checkbox label {
504
504
  padding-left: 0;
@@ -523,8 +523,8 @@
523
523
  /* --------------
524
524
  Fitted
525
525
  --------------- */
526
- .ui.fitted.checkbox label {
527
- padding-left: 0 !important;
526
+ .ui.ui.fitted.checkbox label {
527
+ padding-left: 0;
528
528
  }
529
529
  .ui.fitted.toggle.checkbox {
530
530
  width: 3.5rem;
@@ -536,14 +536,14 @@
536
536
  /* --------------
537
537
  Inverted
538
538
  --------------- */
539
- .ui.inverted.checkbox label,
540
- .ui.inverted.checkbox + label {
541
- color: rgba(255, 255, 255, 0.9) !important;
539
+ .ui.ui.ui.inverted.checkbox label,
540
+ .ui.ui.ui.inverted.checkbox + label {
541
+ color: rgba(255, 255, 255, 0.9);
542
542
  }
543
543
 
544
544
  /* Hover */
545
- .ui.inverted.checkbox label:hover {
546
- color: #ffffff !important;
545
+ .ui.ui.inverted.checkbox label:hover {
546
+ color: #ffffff;
547
547
  }
548
548
  .ui.inverted.checkbox label:hover::before {
549
549
  border-color: rgba(34, 36, 38, 0.5);
@@ -555,55 +555,55 @@
555
555
  }
556
556
 
557
557
  /* Slider Line */
558
- .ui.inverted.slider.checkbox label::before {
559
- background-color: rgba(255, 255, 255, 0.5) !important;
558
+ .ui.ui.inverted.slider.checkbox label::before {
559
+ background-color: rgba(255, 255, 255, 0.5);
560
560
  }
561
561
 
562
562
  /* Slider Hover */
563
- .ui.inverted.slider.checkbox label:hover::before {
564
- background: rgba(255, 255, 255, 0.7) !important;
563
+ .ui.ui.inverted.slider.checkbox label:hover::before {
564
+ background: rgba(255, 255, 255, 0.7);
565
565
  }
566
566
 
567
567
  /* Slider Active */
568
- .ui.inverted.slider.checkbox input:checked ~ label {
569
- color: #ffffff !important;
568
+ .ui.ui.inverted.slider.checkbox input:checked ~ label {
569
+ color: #ffffff;
570
570
  }
571
- .ui.inverted.slider.checkbox input:checked ~ label::before {
572
- background-color: rgba(255, 255, 255, 0.8) !important;
571
+ .ui.ui.inverted.slider.checkbox input:checked ~ label::before {
572
+ background-color: rgba(255, 255, 255, 0.8);
573
573
  }
574
574
 
575
575
  /* Slider Active Focus */
576
- .ui.inverted.slider.checkbox input:focus:checked ~ label {
577
- color: #ffffff !important;
576
+ .ui.ui.inverted.slider.checkbox input:focus:checked ~ label {
577
+ color: #ffffff;
578
578
  }
579
- .ui.inverted.slider.checkbox input:focus:checked ~ label::before {
580
- background-color: rgba(255, 255, 255, 0.8) !important;
579
+ .ui.ui.inverted.slider.checkbox input:focus:checked ~ label::before {
580
+ background-color: rgba(255, 255, 255, 0.8);
581
581
  }
582
582
 
583
583
  /* Toggle Switch */
584
- .ui.inverted.toggle.checkbox label::before {
585
- background-color: rgba(255, 255, 255, 0.9) !important;
584
+ .ui.ui.inverted.toggle.checkbox label::before {
585
+ background-color: rgba(255, 255, 255, 0.9);
586
586
  }
587
587
 
588
588
  /* Toggle Hover */
589
- .ui.inverted.toggle.checkbox label:hover::before {
590
- background: #ffffff !important;
589
+ .ui.ui.inverted.toggle.checkbox label:hover::before {
590
+ background: #ffffff;
591
591
  }
592
592
 
593
593
  /* Toggle Active */
594
- .ui.inverted.toggle.checkbox input:checked ~ label {
595
- color: #ffffff !important;
594
+ .ui.ui.inverted.toggle.checkbox input:checked ~ label {
595
+ color: #ffffff;
596
596
  }
597
- .ui.inverted.toggle.checkbox input:checked ~ label::before {
598
- background-color: #2185d0 !important;
597
+ .ui.ui.inverted.toggle.checkbox input:checked ~ label::before {
598
+ background-color: #2185d0;
599
599
  }
600
600
 
601
601
  /* Toggle Active Focus */
602
- .ui.inverted.toggle.checkbox input:focus:checked ~ label {
603
- color: #ffffff !important;
602
+ .ui.ui.inverted.toggle.checkbox input:focus:checked ~ label {
603
+ color: #ffffff;
604
604
  }
605
- .ui.inverted.toggle.checkbox input:focus:checked ~ label::before {
606
- background-color: #0d71bb !important;
605
+ .ui.ui.inverted.toggle.checkbox input:focus:checked ~ label::before {
606
+ background-color: #0d71bb;
607
607
  }
608
608
 
609
609
  /* --------------------
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Dimmer
2
+ * # Fomantic-UI 2.9.2 - Dimmer
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Dropdown
2
+ * # Fomantic-UI 2.9.2 - Dropdown
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -403,6 +403,13 @@ select.ui.dropdown {
403
403
  .ui.compact.selection.dropdown {
404
404
  min-width: 0;
405
405
  }
406
+ .ui.compact.selection.dropdown > .menu {
407
+ width: auto;
408
+ }
409
+ .ui.compact.selection.dropdown > .menu:not(.multiline) {
410
+ width: -webkit-max-content;
411
+ width: max-content;
412
+ }
406
413
 
407
414
  /* Selection Menu */
408
415
  .ui.selection.dropdown .menu {
@@ -1860,11 +1867,6 @@ select.ui.dropdown {
1860
1867
  }
1861
1868
 
1862
1869
  /* Selection for form elements */
1863
- .ui.inverted.dropdown textarea::-webkit-selection,
1864
- .ui.inverted.dropdown input::-webkit-selection {
1865
- background-color: rgba(255, 255, 255, 0.25);
1866
- color: rgba(255, 255, 255, 0.8);
1867
- }
1868
1870
  .ui.inverted.dropdown textarea::selection,
1869
1871
  .ui.inverted.dropdown input::selection {
1870
1872
  background-color: rgba(255, 255, 255, 0.25);
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Video
2
+ * # Fomantic-UI 2.9.2 - Embed
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -57,7 +57,7 @@
57
57
  display: block;
58
58
  width: 100%;
59
59
  height: 100%;
60
- background-color: radial-gradient(transparent 45%, rgba(0, 0, 0, 0.3));
60
+ background: radial-gradient(transparent 45%, rgba(0, 0, 0, 0.3));
61
61
  }
62
62
 
63
63
  /* --------------
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Flyout
2
+ * # Fomantic-UI 2.9.2 - Flyout
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Modal
2
+ * # Fomantic-UI 2.9.2 - Modal
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Nag
2
+ * # Fomantic-UI 2.9.2 - Nag
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Popup
2
+ * # Fomantic-UI 2.9.2 - Popup
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -594,8 +594,33 @@
594
594
  *******************************/
595
595
 
596
596
  .ui.loading.popup {
597
+ cursor: default;
598
+ pointer-events: none;
599
+ -webkit-user-select: none;
600
+ -ms-user-select: none;
601
+ user-select: none;
602
+ }
603
+ .ui.loading.popup * {
604
+ opacity: 0.3;
605
+ }
606
+ .ui.loading.popup::after {
607
+ position: absolute;
608
+ content: "";
609
+ top: 50%;
610
+ left: 50%;
611
+ margin: -1em 0 0 -1em;
612
+ width: 2em;
613
+ height: 2em;
614
+ animation: loader 0.6s infinite linear;
615
+ border: 0.2em solid #767676;
616
+ border-radius: 500rem;
617
+ box-shadow: 0 0 0 1px transparent;
618
+ visibility: visible;
619
+ z-index: 101;
620
+ }
621
+ .ui.invisible.popup {
597
622
  display: block;
598
- visibility: hidden;
623
+ visibility: hidden !important;
599
624
  z-index: -1;
600
625
  }
601
626
  .ui.animating.popup,
@@ -670,7 +695,7 @@
670
695
  box-shadow: none;
671
696
  }
672
697
  .ui.inverted.popup .header {
673
- background-color: none;
698
+ background: none;
674
699
  color: #fff;
675
700
  }
676
701
  .ui.inverted.popup::before {
@@ -685,6 +710,10 @@
685
710
  color: #fff;
686
711
  border: none;
687
712
  }
713
+ .ui.ui.ui.primary.loading.popup::before,
714
+ .ui.primary.loading.popup {
715
+ background: #9bcbef;
716
+ }
688
717
  .ui.ui.ui.primary.popup::before,
689
718
  [data-tooltip][data-variation~="primary"]::before {
690
719
  box-shadow: none;
@@ -696,6 +725,10 @@
696
725
  background: #54c8ff;
697
726
  color: #1b1c1d;
698
727
  }
728
+ .ui.ui.ui.inverted.primary.loading.popup::before,
729
+ .ui.inverted.primary.loading.popup {
730
+ background: #007eba;
731
+ }
699
732
  .ui.ui.ui.secondary.popup::before,
700
733
  .ui.secondary.popup,
701
734
  [data-tooltip][data-variation~="secondary"]::after,
@@ -704,6 +737,10 @@
704
737
  color: #fff;
705
738
  border: none;
706
739
  }
740
+ .ui.ui.ui.secondary.loading.popup::before,
741
+ .ui.secondary.loading.popup {
742
+ background: #65696c;
743
+ }
707
744
  .ui.ui.ui.secondary.popup::before,
708
745
  [data-tooltip][data-variation~="secondary"]::before {
709
746
  box-shadow: none;
@@ -715,6 +752,10 @@
715
752
  background: #545454;
716
753
  color: #1b1c1d;
717
754
  }
755
+ .ui.ui.ui.inverted.secondary.loading.popup::before,
756
+ .ui.inverted.secondary.loading.popup {
757
+ background: #080808;
758
+ }
718
759
  .ui.ui.ui.red.popup::before,
719
760
  .ui.red.popup,
720
761
  [data-tooltip][data-variation~="red"]::after,
@@ -723,6 +764,10 @@
723
764
  color: #fff;
724
765
  border: none;
725
766
  }
767
+ .ui.ui.ui.red.loading.popup::before,
768
+ .ui.red.loading.popup {
769
+ background: #f1abab;
770
+ }
726
771
  .ui.ui.ui.red.popup::before,
727
772
  [data-tooltip][data-variation~="red"]::before {
728
773
  box-shadow: none;
@@ -734,6 +779,10 @@
734
779
  background: #ff695e;
735
780
  color: #1b1c1d;
736
781
  }
782
+ .ui.ui.ui.inverted.red.loading.popup::before,
783
+ .ui.inverted.red.loading.popup {
784
+ background: #c40d00;
785
+ }
737
786
  .ui.ui.ui.orange.popup::before,
738
787
  .ui.orange.popup,
739
788
  [data-tooltip][data-variation~="orange"]::after,
@@ -742,6 +791,10 @@
742
791
  color: #fff;
743
792
  border: none;
744
793
  }
794
+ .ui.ui.ui.orange.loading.popup::before,
795
+ .ui.orange.loading.popup {
796
+ background: #faccad;
797
+ }
745
798
  .ui.ui.ui.orange.popup::before,
746
799
  [data-tooltip][data-variation~="orange"]::before {
747
800
  box-shadow: none;
@@ -753,6 +806,10 @@
753
806
  background: #ff851b;
754
807
  color: #1b1c1d;
755
808
  }
809
+ .ui.ui.ui.inverted.orange.loading.popup::before,
810
+ .ui.inverted.orange.loading.popup {
811
+ background: #813c00;
812
+ }
756
813
  .ui.ui.ui.yellow.popup::before,
757
814
  .ui.yellow.popup,
758
815
  [data-tooltip][data-variation~="yellow"]::after,
@@ -761,6 +818,10 @@
761
818
  color: #fff;
762
819
  border: none;
763
820
  }
821
+ .ui.ui.ui.yellow.loading.popup::before,
822
+ .ui.yellow.loading.popup {
823
+ background: #fde59f;
824
+ }
764
825
  .ui.ui.ui.yellow.popup::before,
765
826
  [data-tooltip][data-variation~="yellow"]::before {
766
827
  box-shadow: none;
@@ -772,6 +833,10 @@
772
833
  background: #ffe21f;
773
834
  color: #1b1c1d;
774
835
  }
836
+ .ui.ui.ui.inverted.yellow.loading.popup::before,
837
+ .ui.inverted.yellow.loading.popup {
838
+ background: #857400;
839
+ }
775
840
  .ui.ui.ui.olive.popup::before,
776
841
  .ui.olive.popup,
777
842
  [data-tooltip][data-variation~="olive"]::after,
@@ -780,6 +845,10 @@
780
845
  color: #fff;
781
846
  border: none;
782
847
  }
848
+ .ui.ui.ui.olive.loading.popup::before,
849
+ .ui.olive.loading.popup {
850
+ background: #e4f18c;
851
+ }
783
852
  .ui.ui.ui.olive.popup::before,
784
853
  [data-tooltip][data-variation~="olive"]::before {
785
854
  box-shadow: none;
@@ -791,6 +860,10 @@
791
860
  background: #d9e778;
792
861
  color: #1b1c1d;
793
862
  }
863
+ .ui.ui.ui.inverted.olive.loading.popup::before,
864
+ .ui.inverted.olive.loading.popup {
865
+ background: #97a81e;
866
+ }
794
867
  .ui.ui.ui.green.popup::before,
795
868
  .ui.green.popup,
796
869
  [data-tooltip][data-variation~="green"]::after,
@@ -799,6 +872,10 @@
799
872
  color: #fff;
800
873
  border: none;
801
874
  }
875
+ .ui.ui.ui.green.loading.popup::before,
876
+ .ui.green.loading.popup {
877
+ background: #8aeaa0;
878
+ }
802
879
  .ui.ui.ui.green.popup::before,
803
880
  [data-tooltip][data-variation~="green"]::before {
804
881
  box-shadow: none;
@@ -810,6 +887,10 @@
810
887
  background: #2ecc40;
811
888
  color: #1b1c1d;
812
889
  }
890
+ .ui.ui.ui.inverted.green.loading.popup::before,
891
+ .ui.inverted.green.loading.popup {
892
+ background: #124f19;
893
+ }
813
894
  .ui.ui.ui.teal.popup::before,
814
895
  .ui.teal.popup,
815
896
  [data-tooltip][data-variation~="teal"]::after,
@@ -818,6 +899,10 @@
818
899
  color: #fff;
819
900
  border: none;
820
901
  }
902
+ .ui.ui.ui.teal.loading.popup::before,
903
+ .ui.teal.loading.popup {
904
+ background: #4ffff7;
905
+ }
821
906
  .ui.ui.ui.teal.popup::before,
822
907
  [data-tooltip][data-variation~="teal"]::before {
823
908
  box-shadow: none;
@@ -829,6 +914,10 @@
829
914
  background: #6dffff;
830
915
  color: #1b1c1d;
831
916
  }
917
+ .ui.ui.ui.inverted.teal.loading.popup::before,
918
+ .ui.inverted.teal.loading.popup {
919
+ background: #00d3d3;
920
+ }
832
921
  .ui.ui.ui.blue.popup::before,
833
922
  .ui.blue.popup,
834
923
  [data-tooltip][data-variation~="blue"]::after,
@@ -837,6 +926,10 @@
837
926
  color: #fff;
838
927
  border: none;
839
928
  }
929
+ .ui.ui.ui.blue.loading.popup::before,
930
+ .ui.blue.loading.popup {
931
+ background: #9bcbef;
932
+ }
840
933
  .ui.ui.ui.blue.popup::before,
841
934
  [data-tooltip][data-variation~="blue"]::before {
842
935
  box-shadow: none;
@@ -848,6 +941,10 @@
848
941
  background: #54c8ff;
849
942
  color: #1b1c1d;
850
943
  }
944
+ .ui.ui.ui.inverted.blue.loading.popup::before,
945
+ .ui.inverted.blue.loading.popup {
946
+ background: #007eba;
947
+ }
851
948
  .ui.ui.ui.violet.popup::before,
852
949
  .ui.violet.popup,
853
950
  [data-tooltip][data-variation~="violet"]::after,
@@ -856,6 +953,10 @@
856
953
  color: #fff;
857
954
  border: none;
858
955
  }
956
+ .ui.ui.ui.violet.loading.popup::before,
957
+ .ui.violet.loading.popup {
958
+ background: #c1adea;
959
+ }
859
960
  .ui.ui.ui.violet.popup::before,
860
961
  [data-tooltip][data-variation~="violet"]::before {
861
962
  box-shadow: none;
@@ -867,6 +968,10 @@
867
968
  background: #a291fb;
868
969
  color: #1b1c1d;
869
970
  }
971
+ .ui.ui.ui.inverted.violet.loading.popup::before,
972
+ .ui.inverted.violet.loading.popup {
973
+ background: #2d09ea;
974
+ }
870
975
  .ui.ui.ui.purple.popup::before,
871
976
  .ui.purple.popup,
872
977
  [data-tooltip][data-variation~="purple"]::after,
@@ -875,6 +980,10 @@
875
980
  color: #fff;
876
981
  border: none;
877
982
  }
983
+ .ui.ui.ui.purple.loading.popup::before,
984
+ .ui.purple.loading.popup {
985
+ background: #daabe9;
986
+ }
878
987
  .ui.ui.ui.purple.popup::before,
879
988
  [data-tooltip][data-variation~="purple"]::before {
880
989
  box-shadow: none;
@@ -886,6 +995,10 @@
886
995
  background: #dc73ff;
887
996
  color: #1b1c1d;
888
997
  }
998
+ .ui.ui.ui.inverted.purple.loading.popup::before,
999
+ .ui.inverted.purple.loading.popup {
1000
+ background: #a300d9;
1001
+ }
889
1002
  .ui.ui.ui.pink.popup::before,
890
1003
  .ui.pink.popup,
891
1004
  [data-tooltip][data-variation~="pink"]::after,
@@ -894,6 +1007,10 @@
894
1007
  color: #fff;
895
1008
  border: none;
896
1009
  }
1010
+ .ui.ui.ui.pink.loading.popup::before,
1011
+ .ui.pink.loading.popup {
1012
+ background: #f5bddc;
1013
+ }
897
1014
  .ui.ui.ui.pink.popup::before,
898
1015
  [data-tooltip][data-variation~="pink"]::before {
899
1016
  box-shadow: none;
@@ -905,6 +1022,10 @@
905
1022
  background: #ff8edf;
906
1023
  color: #1b1c1d;
907
1024
  }
1025
+ .ui.ui.ui.inverted.pink.loading.popup::before,
1026
+ .ui.inverted.pink.loading.popup {
1027
+ background: #f400af;
1028
+ }
908
1029
  .ui.ui.ui.brown.popup::before,
909
1030
  .ui.brown.popup,
910
1031
  [data-tooltip][data-variation~="brown"]::after,
@@ -913,6 +1034,10 @@
913
1034
  color: #fff;
914
1035
  border: none;
915
1036
  }
1037
+ .ui.ui.ui.brown.loading.popup::before,
1038
+ .ui.brown.loading.popup {
1039
+ background: #dbb8a2;
1040
+ }
916
1041
  .ui.ui.ui.brown.popup::before,
917
1042
  [data-tooltip][data-variation~="brown"]::before {
918
1043
  box-shadow: none;
@@ -924,6 +1049,10 @@
924
1049
  background: #d67c1c;
925
1050
  color: #1b1c1d;
926
1051
  }
1052
+ .ui.ui.ui.inverted.brown.loading.popup::before,
1053
+ .ui.inverted.brown.loading.popup {
1054
+ background: #4f2e0a;
1055
+ }
927
1056
  .ui.ui.ui.grey.popup::before,
928
1057
  .ui.grey.popup,
929
1058
  [data-tooltip][data-variation~="grey"]::after,
@@ -932,6 +1061,10 @@
932
1061
  color: #fff;
933
1062
  border: none;
934
1063
  }
1064
+ .ui.ui.ui.grey.loading.popup::before,
1065
+ .ui.grey.loading.popup {
1066
+ background: #c3c3c3;
1067
+ }
935
1068
  .ui.ui.ui.grey.popup::before,
936
1069
  [data-tooltip][data-variation~="grey"]::before {
937
1070
  box-shadow: none;
@@ -943,6 +1076,10 @@
943
1076
  background: #dcddde;
944
1077
  color: #1b1c1d;
945
1078
  }
1079
+ .ui.ui.ui.inverted.grey.loading.popup::before,
1080
+ .ui.inverted.grey.loading.popup {
1081
+ background: #8d9194;
1082
+ }
946
1083
  .ui.ui.ui.black.popup::before,
947
1084
  .ui.black.popup,
948
1085
  [data-tooltip][data-variation~="black"]::after,
@@ -951,6 +1088,10 @@
951
1088
  color: #fff;
952
1089
  border: none;
953
1090
  }
1091
+ .ui.ui.ui.black.loading.popup::before,
1092
+ .ui.black.loading.popup {
1093
+ background: #65696c;
1094
+ }
954
1095
  .ui.ui.ui.black.popup::before,
955
1096
  [data-tooltip][data-variation~="black"]::before {
956
1097
  box-shadow: none;
@@ -962,6 +1103,10 @@
962
1103
  background: #545454;
963
1104
  color: #1b1c1d;
964
1105
  }
1106
+ .ui.ui.ui.inverted.black.loading.popup::before,
1107
+ .ui.inverted.black.loading.popup {
1108
+ background: #080808;
1109
+ }
965
1110
 
966
1111
  /* --------------
967
1112
  Flowing
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Progress Bar
2
+ * # Fomantic-UI 2.9.2 - 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.2 - 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.2 - Search
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Shape
2
+ * # Fomantic-UI 2.9.2 - 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.2 - 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.2 - 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.2 - 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.2 - 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.2 - Toast
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *