fomantic-ui 2.9.4-beta.5 → 2.9.4-beta.51
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.
- package/.all-contributorsrc +20 -1
- package/.eslintrc.js +17 -0
- package/.github/FUNDING.yml +1 -1
- package/.github/workflows/ci.yml +5 -5
- package/.github/workflows/depsreview.yml +14 -0
- package/.github/workflows/nightly.yml +1 -1
- package/.github/workflows/release.yml +1 -1
- package/CONTRIBUTORS.md +2 -0
- package/README.md +2 -12
- package/dist/components/accordion.css +1 -1
- package/dist/components/accordion.js +4 -2
- package/dist/components/accordion.min.css +1 -1
- package/dist/components/accordion.min.js +2 -2
- package/dist/components/ad.css +1 -1
- package/dist/components/ad.min.css +1 -1
- package/dist/components/api.js +7 -3
- package/dist/components/api.min.js +2 -2
- package/dist/components/breadcrumb.css +1 -1
- package/dist/components/breadcrumb.min.css +1 -1
- package/dist/components/button.css +19 -3
- package/dist/components/button.min.css +2 -2
- package/dist/components/calendar.css +1 -1
- package/dist/components/calendar.js +15 -3
- package/dist/components/calendar.min.css +1 -1
- package/dist/components/calendar.min.js +3 -3
- package/dist/components/card.css +1 -1
- package/dist/components/card.min.css +1 -1
- package/dist/components/checkbox.css +1 -1
- package/dist/components/checkbox.js +10 -4
- package/dist/components/checkbox.min.css +1 -1
- package/dist/components/checkbox.min.js +3 -3
- package/dist/components/comment.css +1 -1
- package/dist/components/comment.min.css +1 -1
- package/dist/components/container.css +1 -1
- package/dist/components/container.min.css +1 -1
- package/dist/components/dimmer.css +7 -3
- package/dist/components/dimmer.js +4 -2
- package/dist/components/dimmer.min.css +2 -2
- package/dist/components/dimmer.min.js +2 -2
- package/dist/components/divider.css +1 -1
- package/dist/components/divider.min.css +1 -1
- package/dist/components/dropdown.css +41 -38
- package/dist/components/dropdown.js +102 -33
- package/dist/components/dropdown.min.css +2 -2
- package/dist/components/dropdown.min.js +3 -3
- package/dist/components/embed.css +1 -1
- package/dist/components/embed.js +17 -7
- package/dist/components/embed.min.css +1 -1
- package/dist/components/embed.min.js +3 -3
- package/dist/components/emoji.css +1 -1
- package/dist/components/emoji.min.css +1 -1
- package/dist/components/feed.css +12 -1
- package/dist/components/feed.min.css +2 -2
- package/dist/components/flag.css +1 -1
- package/dist/components/flag.min.css +1 -1
- package/dist/components/flyout.css +1 -1
- package/dist/components/flyout.js +4 -2
- package/dist/components/flyout.min.css +1 -1
- package/dist/components/flyout.min.js +2 -2
- package/dist/components/form.css +15 -5
- package/dist/components/form.js +46 -20
- package/dist/components/form.min.css +2 -2
- package/dist/components/form.min.js +3 -3
- package/dist/components/grid.css +5 -5
- package/dist/components/grid.min.css +2 -2
- package/dist/components/header.css +4 -1
- package/dist/components/header.min.css +2 -2
- package/dist/components/icon.css +1 -1
- package/dist/components/icon.min.css +1 -1
- package/dist/components/image.css +1 -1
- package/dist/components/image.min.css +1 -1
- package/dist/components/input.css +30 -10
- package/dist/components/input.min.css +2 -2
- package/dist/components/item.css +1 -1
- package/dist/components/item.min.css +1 -1
- package/dist/components/label.css +1 -2
- package/dist/components/label.min.css +2 -2
- package/dist/components/list.css +1 -1
- package/dist/components/list.min.css +1 -1
- package/dist/components/loader.css +1 -1
- package/dist/components/loader.min.css +1 -1
- package/dist/components/menu.css +1 -2
- package/dist/components/menu.min.css +2 -2
- package/dist/components/message.css +1 -1
- package/dist/components/message.min.css +1 -1
- package/dist/components/modal.css +1 -1
- package/dist/components/modal.js +7 -3
- package/dist/components/modal.min.css +1 -1
- package/dist/components/modal.min.js +2 -2
- package/dist/components/nag.css +1 -1
- package/dist/components/nag.js +11 -5
- package/dist/components/nag.min.css +1 -1
- package/dist/components/nag.min.js +3 -3
- package/dist/components/placeholder.css +1 -1
- package/dist/components/placeholder.min.css +1 -1
- package/dist/components/popup.css +1 -2
- package/dist/components/popup.js +10 -4
- package/dist/components/popup.min.css +2 -2
- package/dist/components/popup.min.js +2 -2
- package/dist/components/progress.css +1 -1
- package/dist/components/progress.js +4 -2
- package/dist/components/progress.min.css +1 -1
- package/dist/components/progress.min.js +2 -2
- package/dist/components/rail.css +1 -1
- package/dist/components/rail.min.css +1 -1
- package/dist/components/rating.css +1 -1
- package/dist/components/rating.js +4 -2
- package/dist/components/rating.min.css +1 -1
- package/dist/components/rating.min.js +2 -2
- package/dist/components/reset.css +1 -1
- package/dist/components/reset.min.css +1 -1
- package/dist/components/reveal.css +1 -1
- package/dist/components/reveal.min.css +1 -1
- package/dist/components/search.css +1 -1
- package/dist/components/search.js +67 -14
- package/dist/components/search.min.css +1 -1
- package/dist/components/search.min.js +3 -3
- package/dist/components/segment.css +1 -1
- package/dist/components/segment.min.css +1 -1
- package/dist/components/shape.css +1 -1
- package/dist/components/shape.js +4 -2
- package/dist/components/shape.min.css +1 -1
- package/dist/components/shape.min.js +2 -2
- package/dist/components/sidebar.css +1 -1
- package/dist/components/sidebar.js +4 -2
- package/dist/components/sidebar.min.css +1 -1
- package/dist/components/sidebar.min.js +2 -2
- package/dist/components/site.css +14 -6
- package/dist/components/site.js +4 -2
- package/dist/components/site.min.css +2 -2
- package/dist/components/site.min.js +2 -2
- package/dist/components/slider.css +1 -1
- package/dist/components/slider.js +4 -2
- package/dist/components/slider.min.css +1 -1
- package/dist/components/slider.min.js +2 -2
- package/dist/components/state.js +4 -2
- package/dist/components/state.min.js +2 -2
- package/dist/components/statistic.css +1 -1
- package/dist/components/statistic.min.css +1 -1
- package/dist/components/step.css +1 -1
- package/dist/components/step.min.css +1 -1
- package/dist/components/sticky.css +1 -1
- package/dist/components/sticky.js +4 -2
- package/dist/components/sticky.min.css +1 -1
- package/dist/components/sticky.min.js +2 -2
- package/dist/components/tab.css +1 -1
- package/dist/components/tab.js +4 -2
- package/dist/components/tab.min.css +1 -1
- package/dist/components/tab.min.js +2 -2
- package/dist/components/table.css +32 -21
- package/dist/components/table.min.css +2 -2
- package/dist/components/text.css +1 -1
- package/dist/components/text.min.css +1 -1
- package/dist/components/toast.css +1 -1
- package/dist/components/toast.js +7 -3
- package/dist/components/toast.min.css +1 -1
- package/dist/components/toast.min.js +3 -3
- package/dist/components/transition.css +1 -1
- package/dist/components/transition.js +7 -3
- package/dist/components/transition.min.css +1 -1
- package/dist/components/transition.min.js +2 -2
- package/dist/components/visibility.js +4 -2
- package/dist/components/visibility.min.js +2 -2
- package/dist/semantic.css +239 -139
- package/dist/semantic.js +360 -130
- package/dist/semantic.min.css +3 -3
- package/dist/semantic.min.js +3 -3
- package/dist/themes/basic/assets/fonts/LICENSE.txt +91 -0
- package/dist/themes/default/assets/fonts/LICENSE_Lato.txt +94 -0
- package/dist/themes/default/assets/fonts/LICENSE_icons.txt +165 -0
- package/dist/themes/github/assets/fonts/LICENSE.txt +94 -0
- package/dist/themes/material/assets/fonts/LICENSE.txt +202 -0
- package/package.json +3 -3
- package/src/definitions/behaviors/api.js +6 -2
- package/src/definitions/behaviors/form.js +45 -19
- package/src/definitions/behaviors/state.js +3 -1
- package/src/definitions/behaviors/visibility.js +3 -1
- package/src/definitions/collections/form.less +14 -4
- package/src/definitions/collections/grid.less +4 -4
- package/src/definitions/collections/table.less +69 -54
- package/src/definitions/elements/button.less +25 -3
- package/src/definitions/elements/header.less +5 -0
- package/src/definitions/elements/input.less +14 -6
- package/src/definitions/globals/site.js +3 -1
- package/src/definitions/globals/site.less +17 -12
- package/src/definitions/modules/accordion.js +3 -1
- package/src/definitions/modules/calendar.js +14 -2
- package/src/definitions/modules/checkbox.js +9 -3
- package/src/definitions/modules/dimmer.js +3 -1
- package/src/definitions/modules/dimmer.less +8 -5
- package/src/definitions/modules/dropdown.js +101 -32
- package/src/definitions/modules/dropdown.less +38 -27
- package/src/definitions/modules/embed.js +16 -6
- package/src/definitions/modules/flyout.js +3 -1
- package/src/definitions/modules/modal.js +6 -2
- package/src/definitions/modules/nag.js +10 -4
- package/src/definitions/modules/popup.js +9 -3
- package/src/definitions/modules/progress.js +3 -1
- package/src/definitions/modules/rating.js +3 -1
- package/src/definitions/modules/search.js +66 -13
- package/src/definitions/modules/search.less +9 -2
- package/src/definitions/modules/shape.js +3 -1
- package/src/definitions/modules/sidebar.js +3 -1
- package/src/definitions/modules/slider.js +3 -1
- package/src/definitions/modules/sticky.js +3 -1
- package/src/definitions/modules/tab.js +3 -1
- package/src/definitions/modules/toast.js +6 -2
- package/src/definitions/modules/transition.js +6 -2
- package/src/definitions/views/feed.less +11 -0
- package/src/themes/basic/assets/fonts/LICENSE.txt +91 -0
- package/src/themes/default/assets/fonts/LICENSE_Lato.txt +94 -0
- package/src/themes/default/assets/fonts/LICENSE_icons.txt +165 -0
- package/src/themes/default/collections/form.variables +1 -0
- package/src/themes/default/elements/button.variables +2 -0
- package/src/themes/default/globals/site.variables +3 -0
- package/src/themes/default/globals/variation.variables +3 -0
- package/src/themes/default/modules/dropdown.variables +3 -0
- package/src/themes/default/modules/search.variables +3 -0
- package/src/themes/default/views/feed.variables +3 -0
- package/src/themes/github/assets/fonts/LICENSE.txt +94 -0
- package/src/themes/material/assets/fonts/LICENSE.txt +202 -0
- package/types/fomantic-ui-accordion.d.ts +1 -1
- package/types/fomantic-ui-api.d.ts +9 -3
- package/types/fomantic-ui-calendar.d.ts +93 -8
- package/types/fomantic-ui-checkbox.d.ts +14 -4
- package/types/fomantic-ui-dimmer.d.ts +1 -1
- package/types/fomantic-ui-dropdown.d.ts +48 -35
- package/types/fomantic-ui-embed.d.ts +19 -2
- package/types/fomantic-ui-flyout.d.ts +24 -10
- package/types/fomantic-ui-form.d.ts +123 -15
- package/types/fomantic-ui-modal.d.ts +75 -5
- package/types/fomantic-ui-nag.d.ts +4 -4
- package/types/fomantic-ui-popup.d.ts +11 -11
- package/types/fomantic-ui-progress.d.ts +12 -6
- package/types/fomantic-ui-rating.d.ts +1 -1
- package/types/fomantic-ui-search.d.ts +125 -14
- package/types/fomantic-ui-shape.d.ts +2 -2
- package/types/fomantic-ui-sidebar.d.ts +4 -4
- package/types/fomantic-ui-slider.d.ts +1 -1
- package/types/fomantic-ui-sticky.d.ts +1 -1
- package/types/fomantic-ui-tab.d.ts +5 -5
- package/types/fomantic-ui-toast.d.ts +14 -2
- package/types/fomantic-ui-transition.d.ts +29 -1
- package/types/fomantic-ui-visibility.d.ts +3 -3
- package/types/index.d.ts +25 -25
- package/types/tests.ts +188 -0
- package/types/tsconfig.json +1 -1
- package/types/fomantic-ui-tests.ts +0 -25
package/dist/semantic.css
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
/*
|
2
|
-
* # Fomantic UI - 2.9.4-beta.
|
2
|
+
* # Fomantic UI - 2.9.4-beta.51+fa62639
|
3
3
|
* https://github.com/fomantic/Fomantic-UI
|
4
4
|
* https://fomantic-ui.com/
|
5
5
|
*
|
6
|
-
* Copyright
|
6
|
+
* Copyright 2024 Contributors
|
7
7
|
* Released under the MIT license
|
8
8
|
* https://opensource.org/licenses/MIT
|
9
9
|
*
|
10
10
|
*/
|
11
11
|
/*!
|
12
|
-
* # Fomantic-UI 2.9.4-beta.
|
12
|
+
* # Fomantic-UI 2.9.4-beta.51+fa62639 - 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.4-beta.
|
433
|
+
* # Fomantic-UI 2.9.4-beta.51+fa62639 - Site
|
434
434
|
* https://github.com/fomantic/Fomantic-UI/
|
435
435
|
*
|
436
436
|
*
|
@@ -667,9 +667,14 @@ body .ui {
|
|
667
667
|
scrollbar-shadow-color: #bfbfbf;
|
668
668
|
scrollbar-track-color: #e6e6e6;
|
669
669
|
scrollbar-arrow-color: #e6e6e6;
|
670
|
-
|
671
|
-
|
672
|
-
|
670
|
+
}
|
671
|
+
|
672
|
+
@supports (-moz-appearance: none) {
|
673
|
+
body .ui {
|
674
|
+
/* firefox: first color thumb, second track */
|
675
|
+
scrollbar-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.1);
|
676
|
+
scrollbar-width: thin;
|
677
|
+
}
|
673
678
|
}
|
674
679
|
|
675
680
|
/* Inverted UI */
|
@@ -696,8 +701,13 @@ body .ui.inverted:not(.dimmer) {
|
|
696
701
|
scrollbar-shadow-color: #656565;
|
697
702
|
scrollbar-track-color: #323232;
|
698
703
|
scrollbar-arrow-color: #323232;
|
699
|
-
|
700
|
-
|
704
|
+
}
|
705
|
+
|
706
|
+
@supports (-moz-appearance: none) {
|
707
|
+
body .ui.inverted:not(.dimmer) {
|
708
|
+
/* firefox: first color thumb, second track */
|
709
|
+
scrollbar-color: rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.1);
|
710
|
+
}
|
701
711
|
}
|
702
712
|
|
703
713
|
/*******************************
|
@@ -727,7 +737,7 @@ input::selection {
|
|
727
737
|
Site Overrides
|
728
738
|
*******************************/
|
729
739
|
/*!
|
730
|
-
* # Fomantic-UI 2.9.4-beta.
|
740
|
+
* # Fomantic-UI 2.9.4-beta.51+fa62639 - Button
|
731
741
|
* https://github.com/fomantic/Fomantic-UI/
|
732
742
|
*
|
733
743
|
*
|
@@ -1686,7 +1696,7 @@ input::selection {
|
|
1686
1696
|
border-top: 1px solid rgba(34, 36, 38, 0.15);
|
1687
1697
|
}
|
1688
1698
|
|
1689
|
-
.ui.basic.vertical.buttons:not(.spaced) .button:first-child {
|
1699
|
+
.ui.basic.vertical.buttons:not(.spaced):not(.circular) .button:first-child {
|
1690
1700
|
border-top: none;
|
1691
1701
|
}
|
1692
1702
|
|
@@ -1840,7 +1850,8 @@ input::selection {
|
|
1840
1850
|
Circular
|
1841
1851
|
--------------- */
|
1842
1852
|
|
1843
|
-
.ui.circular.button
|
1853
|
+
.ui.ui.circular.buttons .button,
|
1854
|
+
.ui.ui.ui.ui.circular.button {
|
1844
1855
|
border-radius: 10em;
|
1845
1856
|
}
|
1846
1857
|
|
@@ -1849,6 +1860,26 @@ input::selection {
|
|
1849
1860
|
vertical-align: baseline;
|
1850
1861
|
}
|
1851
1862
|
|
1863
|
+
.ui.circular.buttons:not(.vertical) .button {
|
1864
|
+
margin-right: 0.25em;
|
1865
|
+
}
|
1866
|
+
|
1867
|
+
.ui.vertical.circular.buttons .button {
|
1868
|
+
margin-bottom: 0.25em;
|
1869
|
+
}
|
1870
|
+
|
1871
|
+
.ui.circular.basic.buttons {
|
1872
|
+
border: none;
|
1873
|
+
}
|
1874
|
+
|
1875
|
+
.ui.circular.basic.buttons .button {
|
1876
|
+
border: 1px solid rgba(34, 36, 38, 0.15);
|
1877
|
+
}
|
1878
|
+
|
1879
|
+
.ui.circular.basic.buttons .button.basic {
|
1880
|
+
border: none;
|
1881
|
+
}
|
1882
|
+
|
1852
1883
|
/* -------------------
|
1853
1884
|
Or Buttons
|
1854
1885
|
-------------------- */
|
@@ -5414,7 +5445,7 @@ input::selection {
|
|
5414
5445
|
Site Overrides
|
5415
5446
|
*******************************/
|
5416
5447
|
/*!
|
5417
|
-
* # Fomantic-UI 2.9.4-beta.
|
5448
|
+
* # Fomantic-UI 2.9.4-beta.51+fa62639 - Container
|
5418
5449
|
* https://github.com/fomantic/Fomantic-UI/
|
5419
5450
|
*
|
5420
5451
|
*
|
@@ -5771,7 +5802,7 @@ input::selection {
|
|
5771
5802
|
Site Overrides
|
5772
5803
|
*******************************/
|
5773
5804
|
/*!
|
5774
|
-
* # Fomantic-UI 2.9.4-beta.
|
5805
|
+
* # Fomantic-UI 2.9.4-beta.51+fa62639 - Divider
|
5775
5806
|
* https://github.com/fomantic/Fomantic-UI/
|
5776
5807
|
*
|
5777
5808
|
*
|
@@ -6079,7 +6110,7 @@ input::selection {
|
|
6079
6110
|
Site Overrides
|
6080
6111
|
*******************************/
|
6081
6112
|
/*!
|
6082
|
-
* # Fomantic-UI 2.9.4-beta.
|
6113
|
+
* # Fomantic-UI 2.9.4-beta.51+fa62639 - Emoji
|
6083
6114
|
* https://github.com/fomantic/Fomantic-UI/
|
6084
6115
|
*
|
6085
6116
|
*
|
@@ -24458,7 +24489,7 @@ em[data-emoji="regional_indicator_a"]::before {
|
|
24458
24489
|
Site Overrides
|
24459
24490
|
*******************************/
|
24460
24491
|
/*!
|
24461
|
-
* # Fomantic-UI 2.9.4-beta.
|
24492
|
+
* # Fomantic-UI 2.9.4-beta.51+fa62639 - Flag
|
24462
24493
|
* https://github.com/fomantic/Fomantic-UI/
|
24463
24494
|
*
|
24464
24495
|
*
|
@@ -25871,7 +25902,7 @@ i.flag.united.nations::before {
|
|
25871
25902
|
Site Overrides
|
25872
25903
|
*******************************/
|
25873
25904
|
/*!
|
25874
|
-
* # Fomantic-UI 2.9.4-beta.
|
25905
|
+
* # Fomantic-UI 2.9.4-beta.51+fa62639 - Header
|
25875
25906
|
* https://github.com/fomantic/Fomantic-UI/
|
25876
25907
|
*
|
25877
25908
|
*
|
@@ -26771,6 +26802,10 @@ a.ui.inverted.black.header.header.header:hover {
|
|
26771
26802
|
border-radius: 0 0 0.28571429rem 0.28571429rem;
|
26772
26803
|
}
|
26773
26804
|
|
26805
|
+
.ui.seamless.attached:not(.bottom).header {
|
26806
|
+
border-bottom: none;
|
26807
|
+
}
|
26808
|
+
|
26774
26809
|
/* Attached Sizes */
|
26775
26810
|
|
26776
26811
|
.ui.attached.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
|
@@ -26821,7 +26856,7 @@ a.ui.inverted.black.header.header.header:hover {
|
|
26821
26856
|
Site Overrides
|
26822
26857
|
*******************************/
|
26823
26858
|
/*!
|
26824
|
-
* # Fomantic-UI 2.9.4-beta.
|
26859
|
+
* # Fomantic-UI 2.9.4-beta.51+fa62639 - Icon
|
26825
26860
|
* https://github.com/fomantic/Fomantic-UI/
|
26826
26861
|
*
|
26827
26862
|
*
|
@@ -35931,7 +35966,7 @@ i.icon.youtube.play::before {
|
|
35931
35966
|
Site Overrides
|
35932
35967
|
*******************************/
|
35933
35968
|
/*!
|
35934
|
-
* # Fomantic-UI 2.9.4-beta.
|
35969
|
+
* # Fomantic-UI 2.9.4-beta.51+fa62639 - Image
|
35935
35970
|
* https://github.com/fomantic/Fomantic-UI/
|
35936
35971
|
*
|
35937
35972
|
*
|
@@ -36272,7 +36307,7 @@ img.ui.bordered.image {
|
|
36272
36307
|
Site Overrides
|
36273
36308
|
*******************************/
|
36274
36309
|
/*!
|
36275
|
-
* # Fomantic-UI 2.9.4-beta.
|
36310
|
+
* # Fomantic-UI 2.9.4-beta.51+fa62639 - Input
|
36276
36311
|
* https://github.com/fomantic/Fomantic-UI/
|
36277
36312
|
*
|
36278
36313
|
*
|
@@ -36300,7 +36335,7 @@ img.ui.bordered.image {
|
|
36300
36335
|
.ui.input > input {
|
36301
36336
|
margin: 0;
|
36302
36337
|
max-width: 100%;
|
36303
|
-
flex: 1
|
36338
|
+
flex: 1 1 auto;
|
36304
36339
|
outline: none;
|
36305
36340
|
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
|
36306
36341
|
text-align: left;
|
@@ -36976,7 +37011,11 @@ img.ui.bordered.image {
|
|
36976
37011
|
.ui.form .field.error > .ui.action.input:not([class*="left action"]) > input + .ui.button,
|
36977
37012
|
.ui.form .field.error > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
|
36978
37013
|
.ui.action.input.error:not([class*="left action"]) > input + .ui.button,
|
36979
|
-
.ui.right.labeled.input.error:not([class*="corner labeled"]) > input + .ui.label
|
37014
|
+
.ui.right.labeled.input.error:not([class*="corner labeled"]) > input + .ui.label,
|
37015
|
+
.ui.form .field.error > .ui.action.input:not([class*="left action"]) > textarea + .ui.button,
|
37016
|
+
.ui.form .field.error > .ui.right.labeled.input:not([class*="corner labeled"]) > textarea + .ui.label,
|
37017
|
+
.ui.action.input.error:not([class*="left action"]) > textarea + .ui.button,
|
37018
|
+
.ui.right.labeled.input.error:not([class*="corner labeled"]) > textarea + .ui.label {
|
36980
37019
|
border-right: 1px solid #e0b4b4;
|
36981
37020
|
}
|
36982
37021
|
|
@@ -37003,7 +37042,11 @@ img.ui.bordered.image {
|
|
37003
37042
|
.ui.form .field.info > .ui.action.input:not([class*="left action"]) > input + .ui.button,
|
37004
37043
|
.ui.form .field.info > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
|
37005
37044
|
.ui.action.input.info:not([class*="left action"]) > input + .ui.button,
|
37006
|
-
.ui.right.labeled.input.info:not([class*="corner labeled"]) > input + .ui.label
|
37045
|
+
.ui.right.labeled.input.info:not([class*="corner labeled"]) > input + .ui.label,
|
37046
|
+
.ui.form .field.info > .ui.action.input:not([class*="left action"]) > textarea + .ui.button,
|
37047
|
+
.ui.form .field.info > .ui.right.labeled.input:not([class*="corner labeled"]) > textarea + .ui.label,
|
37048
|
+
.ui.action.input.info:not([class*="left action"]) > textarea + .ui.button,
|
37049
|
+
.ui.right.labeled.input.info:not([class*="corner labeled"]) > textarea + .ui.label {
|
37007
37050
|
border-right: 1px solid #a9d5de;
|
37008
37051
|
}
|
37009
37052
|
|
@@ -37030,7 +37073,11 @@ img.ui.bordered.image {
|
|
37030
37073
|
.ui.form .field.success > .ui.action.input:not([class*="left action"]) > input + .ui.button,
|
37031
37074
|
.ui.form .field.success > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
|
37032
37075
|
.ui.action.input.success:not([class*="left action"]) > input + .ui.button,
|
37033
|
-
.ui.right.labeled.input.success:not([class*="corner labeled"]) > input + .ui.label
|
37076
|
+
.ui.right.labeled.input.success:not([class*="corner labeled"]) > input + .ui.label,
|
37077
|
+
.ui.form .field.success > .ui.action.input:not([class*="left action"]) > textarea + .ui.button,
|
37078
|
+
.ui.form .field.success > .ui.right.labeled.input:not([class*="corner labeled"]) > textarea + .ui.label,
|
37079
|
+
.ui.action.input.success:not([class*="left action"]) > textarea + .ui.button,
|
37080
|
+
.ui.right.labeled.input.success:not([class*="corner labeled"]) > textarea + .ui.label {
|
37034
37081
|
border-right: 1px solid #a3c293;
|
37035
37082
|
}
|
37036
37083
|
|
@@ -37057,7 +37104,11 @@ img.ui.bordered.image {
|
|
37057
37104
|
.ui.form .field.warning > .ui.action.input:not([class*="left action"]) > input + .ui.button,
|
37058
37105
|
.ui.form .field.warning > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
|
37059
37106
|
.ui.action.input.warning:not([class*="left action"]) > input + .ui.button,
|
37060
|
-
.ui.right.labeled.input.warning:not([class*="corner labeled"]) > input + .ui.label
|
37107
|
+
.ui.right.labeled.input.warning:not([class*="corner labeled"]) > input + .ui.label,
|
37108
|
+
.ui.form .field.warning > .ui.action.input:not([class*="left action"]) > textarea + .ui.button,
|
37109
|
+
.ui.form .field.warning > .ui.right.labeled.input:not([class*="corner labeled"]) > textarea + .ui.label,
|
37110
|
+
.ui.action.input.warning:not([class*="left action"]) > textarea + .ui.button,
|
37111
|
+
.ui.right.labeled.input.warning:not([class*="corner labeled"]) > textarea + .ui.label {
|
37061
37112
|
border-right: 1px solid #c9ba9b;
|
37062
37113
|
}
|
37063
37114
|
|
@@ -37086,7 +37137,8 @@ img.ui.bordered.image {
|
|
37086
37137
|
|
37087
37138
|
/* Input when ui Left */
|
37088
37139
|
|
37089
|
-
.ui[class*="left action"].input > input
|
37140
|
+
.ui[class*="left action"].input > input,
|
37141
|
+
.ui[class*="left action"].input > textarea {
|
37090
37142
|
border-top-left-radius: 0;
|
37091
37143
|
border-bottom-left-radius: 0;
|
37092
37144
|
border-left-color: transparent;
|
@@ -37094,7 +37146,8 @@ img.ui.bordered.image {
|
|
37094
37146
|
|
37095
37147
|
/* Input when ui Right */
|
37096
37148
|
|
37097
|
-
.ui.action.input:not([class*="left action"]) > input
|
37149
|
+
.ui.action.input:not([class*="left action"]) > input,
|
37150
|
+
.ui.action.input:not([class*="left action"]) > textarea {
|
37098
37151
|
border-top-right-radius: 0;
|
37099
37152
|
border-bottom-right-radius: 0;
|
37100
37153
|
border-right-color: transparent;
|
@@ -37122,11 +37175,13 @@ img.ui.bordered.image {
|
|
37122
37175
|
|
37123
37176
|
/* Input Focus */
|
37124
37177
|
|
37125
|
-
.ui.action.input:not([class*="left action"]) > input:focus
|
37178
|
+
.ui.action.input:not([class*="left action"]) > input:focus,
|
37179
|
+
.ui.action.input:not([class*="left action"]) > textarea:focus {
|
37126
37180
|
border-right-color: #85b7d9;
|
37127
37181
|
}
|
37128
37182
|
|
37129
|
-
.ui.ui[class*="left action"].input > input:focus
|
37183
|
+
.ui.ui[class*="left action"].input > input:focus,
|
37184
|
+
.ui.ui[class*="left action"].input > textarea:focus {
|
37130
37185
|
border-left-color: #85b7d9;
|
37131
37186
|
}
|
37132
37187
|
|
@@ -38152,7 +38207,7 @@ input[type="file"].ui.black.file.input::file-selector-button:hover,
|
|
38152
38207
|
Site Overrides
|
38153
38208
|
*******************************/
|
38154
38209
|
/*!
|
38155
|
-
* # Fomantic-UI 2.9.4-beta.
|
38210
|
+
* # Fomantic-UI 2.9.4-beta.51+fa62639 - Label
|
38156
38211
|
* https://github.com/fomantic/Fomantic-UI/
|
38157
38212
|
*
|
38158
38213
|
*
|
@@ -38542,7 +38597,6 @@ a.ui.label {
|
|
38542
38597
|
.ui.ribbon.label {
|
38543
38598
|
position: relative;
|
38544
38599
|
margin: 0;
|
38545
|
-
min-width: -webkit-max-content;
|
38546
38600
|
min-width: max-content;
|
38547
38601
|
border-radius: 0 0.28571429rem 0.28571429rem 0;
|
38548
38602
|
border-color: rgba(0, 0, 0, 0.15);
|
@@ -40559,7 +40613,7 @@ a.ui.ui.ui.inverted.basic.black.label:hover {
|
|
40559
40613
|
Site Overrides
|
40560
40614
|
*******************************/
|
40561
40615
|
/*!
|
40562
|
-
* # Fomantic-UI 2.9.4-beta.
|
40616
|
+
* # Fomantic-UI 2.9.4-beta.51+fa62639 - List
|
40563
40617
|
* https://github.com/fomantic/Fomantic-UI/
|
40564
40618
|
*
|
40565
40619
|
*
|
@@ -41659,7 +41713,7 @@ ol.ui.suffixed.list li::before,
|
|
41659
41713
|
Site Overrides
|
41660
41714
|
*******************************/
|
41661
41715
|
/*!
|
41662
|
-
* # Fomantic-UI 2.9.4-beta.
|
41716
|
+
* # Fomantic-UI 2.9.4-beta.51+fa62639 - Loader
|
41663
41717
|
* https://github.com/fomantic/Fomantic-UI/
|
41664
41718
|
*
|
41665
41719
|
*
|
@@ -42527,7 +42581,7 @@ ol.ui.suffixed.list li::before,
|
|
42527
42581
|
Site Overrides
|
42528
42582
|
*******************************/
|
42529
42583
|
/*!
|
42530
|
-
* # Fomantic-UI 2.9.4-beta.
|
42584
|
+
* # Fomantic-UI 2.9.4-beta.51+fa62639 - Placeholder
|
42531
42585
|
* https://github.com/fomantic/Fomantic-UI/
|
42532
42586
|
*
|
42533
42587
|
*
|
@@ -42798,7 +42852,7 @@ ol.ui.suffixed.list li::before,
|
|
42798
42852
|
Site Overrides
|
42799
42853
|
*******************************/
|
42800
42854
|
/*!
|
42801
|
-
* # Fomantic-UI 2.9.4-beta.
|
42855
|
+
* # Fomantic-UI 2.9.4-beta.51+fa62639 - Rail
|
42802
42856
|
* https://github.com/fomantic/Fomantic-UI/
|
42803
42857
|
*
|
42804
42858
|
*
|
@@ -42960,7 +43014,7 @@ ol.ui.suffixed.list li::before,
|
|
42960
43014
|
Site Overrides
|
42961
43015
|
*******************************/
|
42962
43016
|
/*!
|
42963
|
-
* # Fomantic-UI 2.9.4-beta.
|
43017
|
+
* # Fomantic-UI 2.9.4-beta.51+fa62639 - Reveal
|
42964
43018
|
* https://github.com/fomantic/Fomantic-UI/
|
42965
43019
|
*
|
42966
43020
|
*
|
@@ -43271,7 +43325,7 @@ ol.ui.suffixed.list li::before,
|
|
43271
43325
|
Site Overrides
|
43272
43326
|
*******************************/
|
43273
43327
|
/*!
|
43274
|
-
* # Fomantic-UI 2.9.4-beta.
|
43328
|
+
* # Fomantic-UI 2.9.4-beta.51+fa62639 - Segment
|
43275
43329
|
* https://github.com/fomantic/Fomantic-UI/
|
43276
43330
|
*
|
43277
43331
|
*
|
@@ -44510,7 +44564,7 @@ ol.ui.suffixed.list li::before,
|
|
44510
44564
|
Site Overrides
|
44511
44565
|
*******************************/
|
44512
44566
|
/*!
|
44513
|
-
* # Fomantic-UI 2.9.4-beta.
|
44567
|
+
* # Fomantic-UI 2.9.4-beta.51+fa62639 - Step
|
44514
44568
|
* https://github.com/fomantic/Fomantic-UI/
|
44515
44569
|
*
|
44516
44570
|
*
|
@@ -45218,7 +45272,7 @@ ol.ui.suffixed.list li::before,
|
|
45218
45272
|
Site Overrides
|
45219
45273
|
*******************************/
|
45220
45274
|
/*!
|
45221
|
-
* # Fomantic-UI 2.9.4-beta.
|
45275
|
+
* # Fomantic-UI 2.9.4-beta.51+fa62639 - Text
|
45222
45276
|
* https://github.com/fomantic/Fomantic-UI/
|
45223
45277
|
*
|
45224
45278
|
*
|
@@ -45417,7 +45471,7 @@ span.ui.massive.text {
|
|
45417
45471
|
Site Overrides
|
45418
45472
|
*******************************/
|
45419
45473
|
/*!
|
45420
|
-
* # Fomantic-UI 2.9.4-beta.
|
45474
|
+
* # Fomantic-UI 2.9.4-beta.51+fa62639 - Breadcrumb
|
45421
45475
|
* https://github.com/fomantic/Fomantic-UI/
|
45422
45476
|
*
|
45423
45477
|
*
|
@@ -45562,7 +45616,7 @@ span.ui.massive.text {
|
|
45562
45616
|
Site Overrides
|
45563
45617
|
*******************************/
|
45564
45618
|
/*!
|
45565
|
-
* # Fomantic-UI 2.9.4-beta.
|
45619
|
+
* # Fomantic-UI 2.9.4-beta.51+fa62639 - Form
|
45566
45620
|
* https://github.com/fomantic/Fomantic-UI/
|
45567
45621
|
*
|
45568
45622
|
*
|
@@ -45721,6 +45775,12 @@ span.ui.massive.text {
|
|
45721
45775
|
font-family: "Lato", system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
45722
45776
|
line-height: 1.2857;
|
45723
45777
|
resize: vertical;
|
45778
|
+
min-height: 2.99992857em;
|
45779
|
+
}
|
45780
|
+
|
45781
|
+
.ui.input > textarea {
|
45782
|
+
flex: 1 1 auto;
|
45783
|
+
max-width: 100%;
|
45724
45784
|
}
|
45725
45785
|
|
45726
45786
|
.ui.form textarea:not([rows]) {
|
@@ -45858,8 +45918,10 @@ span.ui.massive.text {
|
|
45858
45918
|
/* Auto Input */
|
45859
45919
|
|
45860
45920
|
.ui.form .fields .field .ui.input input,
|
45861
|
-
.ui.form .field .ui.input
|
45862
|
-
|
45921
|
+
.ui.form .fields .field .ui.input textarea,
|
45922
|
+
.ui.form .field .ui.input input,
|
45923
|
+
.ui.form .field .ui.input textarea {
|
45924
|
+
width: 100%;
|
45863
45925
|
}
|
45864
45926
|
|
45865
45927
|
/* Full Width Input */
|
@@ -46036,7 +46098,8 @@ span.ui.massive.text {
|
|
46036
46098
|
.ui.form .ui.action.input:not([class*="left action"]) input[type="text"]:focus,
|
46037
46099
|
.ui.form .ui.action.input:not([class*="left action"]) input[type="file"]:focus,
|
46038
46100
|
.ui.form .ui.action.input:not([class*="left action"]) input[type="url"]:focus,
|
46039
|
-
.ui.form .ui.action.input:not([class*="left action"]) input[type="week"]:focus
|
46101
|
+
.ui.form .ui.action.input:not([class*="left action"]) input[type="week"]:focus,
|
46102
|
+
.ui.form .ui.action.input:not([class*="left action"]) textarea:focus {
|
46040
46103
|
border-top-right-radius: 0;
|
46041
46104
|
border-bottom-right-radius: 0;
|
46042
46105
|
}
|
@@ -46055,7 +46118,8 @@ span.ui.massive.text {
|
|
46055
46118
|
.ui.form .ui[class*="left action"].input input[type="text"],
|
46056
46119
|
.ui.form .ui[class*="left action"].input input[type="file"],
|
46057
46120
|
.ui.form .ui[class*="left action"].input input[type="url"],
|
46058
|
-
.ui.form .ui[class*="left action"].input input[type="week"]
|
46121
|
+
.ui.form .ui[class*="left action"].input input[type="week"],
|
46122
|
+
.ui.form .ui[class*="left action"].input textarea {
|
46059
46123
|
border-bottom-left-radius: 0;
|
46060
46124
|
border-top-left-radius: 0;
|
46061
46125
|
}
|
@@ -47274,6 +47338,7 @@ span.ui.massive.text {
|
|
47274
47338
|
.ui.form .inverted.segment label,
|
47275
47339
|
.ui.form .inverted.segment .ui.checkbox label,
|
47276
47340
|
.ui.inverted.form .ui.checkbox label,
|
47341
|
+
.ui.inverted.form .grouped.fields > label,
|
47277
47342
|
.ui.inverted.form .inline.fields > label,
|
47278
47343
|
.ui.inverted.form .inline.fields .field > label,
|
47279
47344
|
.ui.inverted.form .inline.fields .field > p,
|
@@ -47660,7 +47725,7 @@ span.ui.massive.text {
|
|
47660
47725
|
Site Overrides
|
47661
47726
|
*******************************/
|
47662
47727
|
/*!
|
47663
|
-
* # Fomantic-UI 2.9.4-beta.
|
47728
|
+
* # Fomantic-UI 2.9.4-beta.51+fa62639 - Grid
|
47664
47729
|
* https://github.com/fomantic/Fomantic-UI/
|
47665
47730
|
*
|
47666
47731
|
*
|
@@ -49647,10 +49712,10 @@ span.ui.massive.text {
|
|
49647
49712
|
border-top: none !important;
|
49648
49713
|
}
|
49649
49714
|
|
49650
|
-
.ui.inverted.stackable.celled.grid > .column:not(.row),
|
49651
|
-
.ui.inverted.stackable.divided.grid > .column:not(.row),
|
49652
|
-
.ui.inverted.stackable.celled.grid > .row > .column,
|
49653
|
-
.ui.inverted.stackable.divided.grid > .row > .column {
|
49715
|
+
.ui.ui.inverted.stackable.celled.grid > .column:not(.row),
|
49716
|
+
.ui.ui.inverted.stackable.divided.grid > .column:not(.row),
|
49717
|
+
.ui.ui.inverted.stackable.celled.grid > .row > .column,
|
49718
|
+
.ui.ui.inverted.stackable.divided.grid > .row > .column {
|
49654
49719
|
border-top: 1px solid rgba(255, 255, 255, 0.1);
|
49655
49720
|
}
|
49656
49721
|
|
@@ -49924,7 +49989,7 @@ span.ui.massive.text {
|
|
49924
49989
|
Site Overrides
|
49925
49990
|
*******************************/
|
49926
49991
|
/*!
|
49927
|
-
* # Fomantic-UI 2.9.4-beta.
|
49992
|
+
* # Fomantic-UI 2.9.4-beta.51+fa62639 - Menu
|
49928
49993
|
* https://github.com/fomantic/Fomantic-UI/
|
49929
49994
|
*
|
49930
49995
|
*
|
@@ -50219,7 +50284,6 @@ span.ui.massive.text {
|
|
50219
50284
|
left: 100%;
|
50220
50285
|
/* IE needs 0, all others support max-content to show dropdown icon inline, so keep both settings! */
|
50221
50286
|
min-width: 0;
|
50222
|
-
min-width: -webkit-max-content;
|
50223
50287
|
min-width: max-content;
|
50224
50288
|
margin: 0 0 0 0;
|
50225
50289
|
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
|
@@ -52427,7 +52491,7 @@ Floated Menu / Item
|
|
52427
52491
|
Site Overrides
|
52428
52492
|
*******************************/
|
52429
52493
|
/*!
|
52430
|
-
* # Fomantic-UI 2.9.4-beta.
|
52494
|
+
* # Fomantic-UI 2.9.4-beta.51+fa62639 - Message
|
52431
52495
|
* https://github.com/fomantic/Fomantic-UI/
|
52432
52496
|
*
|
52433
52497
|
*
|
@@ -53171,7 +53235,7 @@ Floated Menu / Item
|
|
53171
53235
|
Site Overrides
|
53172
53236
|
*******************************/
|
53173
53237
|
/*!
|
53174
|
-
* # Fomantic-UI 2.9.4-beta.
|
53238
|
+
* # Fomantic-UI 2.9.4-beta.51+fa62639 - Table
|
53175
53239
|
* https://github.com/fomantic/Fomantic-UI/
|
53176
53240
|
*
|
53177
53241
|
*
|
@@ -53293,18 +53357,18 @@ Floated Menu / Item
|
|
53293
53357
|
border-left: none;
|
53294
53358
|
}
|
53295
53359
|
|
53296
|
-
.ui.table > tfoot > tr:
|
53297
|
-
.ui.table > tfoot > tr:
|
53360
|
+
.ui.table > tfoot > tr:last-child > th:first-child,
|
53361
|
+
.ui.table > tfoot > tr:last-child > td:first-child {
|
53298
53362
|
border-radius: 0 0 0 0.28571429rem;
|
53299
53363
|
}
|
53300
53364
|
|
53301
|
-
.ui.table > tfoot > tr:
|
53302
|
-
.ui.table > tfoot > tr:
|
53365
|
+
.ui.table > tfoot > tr:last-child > th:last-child,
|
53366
|
+
.ui.table > tfoot > tr:last-child > td:last-child {
|
53303
53367
|
border-radius: 0 0 0.28571429rem 0;
|
53304
53368
|
}
|
53305
53369
|
|
53306
|
-
.ui.table > tfoot > tr:
|
53307
|
-
.ui.table > tfoot > tr:
|
53370
|
+
.ui.table > tfoot > tr:last-child > th:only-child,
|
53371
|
+
.ui.table > tfoot > tr:last-child > td:only-child {
|
53308
53372
|
border-radius: 0 0 0.28571429rem 0.28571429rem;
|
53309
53373
|
}
|
53310
53374
|
|
@@ -53868,8 +53932,6 @@ Floated Menu / Item
|
|
53868
53932
|
overflow-y: scroll;
|
53869
53933
|
-ms-scroll-chaining: none;
|
53870
53934
|
overscroll-behavior: none;
|
53871
|
-
scrollbar-width: thin;
|
53872
|
-
/* Firefox */
|
53873
53935
|
}
|
53874
53936
|
|
53875
53937
|
.ui.scrolling.table > thead > tr,
|
@@ -53880,6 +53942,14 @@ Floated Menu / Item
|
|
53880
53942
|
width: 100%;
|
53881
53943
|
}
|
53882
53944
|
|
53945
|
+
@supports (-moz-appearance: none) {
|
53946
|
+
.ui.scrolling.table > thead,
|
53947
|
+
.ui.scrolling.table > tfoot,
|
53948
|
+
.ui.scrolling.table > tbody {
|
53949
|
+
scrollbar-width: thin;
|
53950
|
+
}
|
53951
|
+
}
|
53952
|
+
|
53883
53953
|
/* Camouflage scrollbars, we need them only to gain the same width as tbody */
|
53884
53954
|
|
53885
53955
|
.ui.scrolling.table > thead {
|
@@ -53910,20 +53980,24 @@ Floated Menu / Item
|
|
53910
53980
|
border-radius: 0.28571429rem;
|
53911
53981
|
}
|
53912
53982
|
|
53913
|
-
|
53914
|
-
|
53915
|
-
.ui.scrolling.table >
|
53916
|
-
|
53917
|
-
|
53918
|
-
scrollbar-face-color: currentColor;
|
53919
|
-
scrollbar-shadow-color: currentColor;
|
53920
|
-
scrollbar-track-color: currentColor;
|
53921
|
-
scrollbar-arrow-color: currentColor;
|
53983
|
+
@supports (-moz-appearance: none) {
|
53984
|
+
.ui.scrolling.table > thead,
|
53985
|
+
.ui.scrolling.table > tfoot {
|
53986
|
+
scrollbar-color: currentColor currentColor;
|
53987
|
+
}
|
53922
53988
|
}
|
53923
53989
|
|
53924
53990
|
/* IE scrollbar color needs hex values */
|
53925
53991
|
|
53926
53992
|
@media all and (-ms-high-contrast: none) {
|
53993
|
+
.ui.scrolling.table > thead,
|
53994
|
+
.ui.scrolling.table > tfoot {
|
53995
|
+
scrollbar-face-color: currentColor;
|
53996
|
+
scrollbar-shadow-color: currentColor;
|
53997
|
+
scrollbar-track-color: currentColor;
|
53998
|
+
scrollbar-arrow-color: currentColor;
|
53999
|
+
}
|
54000
|
+
|
53927
54001
|
.ui.scrolling.table > thead {
|
53928
54002
|
color: #f9fafb;
|
53929
54003
|
}
|
@@ -53963,8 +54037,13 @@ Floated Menu / Item
|
|
53963
54037
|
scrollbar-shadow-color: #656565;
|
53964
54038
|
scrollbar-track-color: #323232;
|
53965
54039
|
scrollbar-arrow-color: #323232;
|
53966
|
-
|
53967
|
-
|
54040
|
+
}
|
54041
|
+
|
54042
|
+
@supports (-moz-appearance: none) {
|
54043
|
+
.ui.inverted.scrolling.table > tbody {
|
54044
|
+
/* firefox: first color thumb, second track */
|
54045
|
+
scrollbar-color: rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.1);
|
54046
|
+
}
|
53968
54047
|
}
|
53969
54048
|
|
53970
54049
|
.ui.resizable.scrolling.table > tbody {
|
@@ -57267,7 +57346,7 @@ Floated Menu / Item
|
|
57267
57346
|
Site Overrides
|
57268
57347
|
*******************************/
|
57269
57348
|
/*!
|
57270
|
-
* # Fomantic-UI 2.9.4-beta.
|
57349
|
+
* # Fomantic-UI 2.9.4-beta.51+fa62639 - Ad
|
57271
57350
|
* https://github.com/fomantic/Fomantic-UI/
|
57272
57351
|
*
|
57273
57352
|
*
|
@@ -57555,7 +57634,7 @@ Floated Menu / Item
|
|
57555
57634
|
Site Overrides
|
57556
57635
|
*******************************/
|
57557
57636
|
/*!
|
57558
|
-
* # Fomantic-UI 2.9.4-beta.
|
57637
|
+
* # Fomantic-UI 2.9.4-beta.51+fa62639 - Card
|
57559
57638
|
* https://github.com/fomantic/Fomantic-UI/
|
57560
57639
|
*
|
57561
57640
|
*
|
@@ -59703,7 +59782,7 @@ a.inverted.ui.card:hover,
|
|
59703
59782
|
Site Overrides
|
59704
59783
|
*******************************/
|
59705
59784
|
/*!
|
59706
|
-
* # Fomantic-UI 2.9.4-beta.
|
59785
|
+
* # Fomantic-UI 2.9.4-beta.51+fa62639 - Comment
|
59707
59786
|
* https://github.com/fomantic/Fomantic-UI/
|
59708
59787
|
*
|
59709
59788
|
*
|
@@ -60020,7 +60099,7 @@ a.inverted.ui.card:hover,
|
|
60020
60099
|
Site Overrides
|
60021
60100
|
*******************************/
|
60022
60101
|
/*!
|
60023
|
-
* # Fomantic-UI 2.9.4-beta.
|
60102
|
+
* # Fomantic-UI 2.9.4-beta.51+fa62639 - Feed
|
60024
60103
|
* https://github.com/fomantic/Fomantic-UI/
|
60025
60104
|
*
|
60026
60105
|
*
|
@@ -60485,6 +60564,19 @@ a.inverted.ui.card:hover,
|
|
60485
60564
|
color: rgba(255, 255, 255, 0.7);
|
60486
60565
|
}
|
60487
60566
|
|
60567
|
+
/* Action */
|
60568
|
+
|
60569
|
+
.ui.inverted.feed > .event > .content .meta a,
|
60570
|
+
.ui.inverted.feed > .event > .content .meta > i.icon {
|
60571
|
+
color: rgba(255, 255, 255, 0.7);
|
60572
|
+
}
|
60573
|
+
|
60574
|
+
.ui.inverted.feed > .event > .content .meta a:hover,
|
60575
|
+
.ui.inverted.feed > .event > .content .meta a:hover i.icon,
|
60576
|
+
.ui.inverted.feed > .event > .content .meta > i.icon:hover {
|
60577
|
+
color: #ffffff;
|
60578
|
+
}
|
60579
|
+
|
60488
60580
|
/* --------------
|
60489
60581
|
Colors
|
60490
60582
|
--------------- */
|
@@ -60959,7 +61051,7 @@ a.inverted.ui.card:hover,
|
|
60959
61051
|
Site Overrides
|
60960
61052
|
*******************************/
|
60961
61053
|
/*!
|
60962
|
-
* # Fomantic-UI 2.9.4-beta.
|
61054
|
+
* # Fomantic-UI 2.9.4-beta.51+fa62639 - Item
|
60963
61055
|
* https://github.com/fomantic/Fomantic-UI/
|
60964
61056
|
*
|
60965
61057
|
*
|
@@ -61576,7 +61668,7 @@ a.inverted.ui.card:hover,
|
|
61576
61668
|
Site Overrides
|
61577
61669
|
*******************************/
|
61578
61670
|
/*!
|
61579
|
-
* # Fomantic-UI 2.9.4-beta.
|
61671
|
+
* # Fomantic-UI 2.9.4-beta.51+fa62639 - Statistic
|
61580
61672
|
* https://github.com/fomantic/Fomantic-UI/
|
61581
61673
|
*
|
61582
61674
|
*
|
@@ -62254,7 +62346,7 @@ a.inverted.ui.card:hover,
|
|
62254
62346
|
Site Overrides
|
62255
62347
|
*******************************/
|
62256
62348
|
/*!
|
62257
|
-
* # Fomantic-UI 2.9.4-beta.
|
62349
|
+
* # Fomantic-UI 2.9.4-beta.51+fa62639 - Accordion
|
62258
62350
|
* https://github.com/fomantic/Fomantic-UI/
|
62259
62351
|
*
|
62260
62352
|
*
|
@@ -62661,7 +62753,7 @@ a.inverted.ui.card:hover,
|
|
62661
62753
|
User Overrides
|
62662
62754
|
*******************************/
|
62663
62755
|
/*!
|
62664
|
-
* # Fomantic-UI 2.9.4-beta.
|
62756
|
+
* # Fomantic-UI 2.9.4-beta.51+fa62639 - Calendar
|
62665
62757
|
* https://github.com/fomantic/Fomantic-UI/
|
62666
62758
|
*
|
62667
62759
|
*
|
@@ -63050,7 +63142,7 @@ a.inverted.ui.card:hover,
|
|
63050
63142
|
User Overrides
|
63051
63143
|
*******************************/
|
63052
63144
|
/*!
|
63053
|
-
* # Fomantic-UI 2.9.4-beta.
|
63145
|
+
* # Fomantic-UI 2.9.4-beta.51+fa62639 - Checkbox
|
63054
63146
|
* https://github.com/fomantic/Fomantic-UI/
|
63055
63147
|
*
|
63056
63148
|
*
|
@@ -63951,7 +64043,7 @@ a.inverted.ui.card:hover,
|
|
63951
64043
|
Site Overrides
|
63952
64044
|
*******************************/
|
63953
64045
|
/*!
|
63954
|
-
* # Fomantic-UI 2.9.4-beta.
|
64046
|
+
* # Fomantic-UI 2.9.4-beta.51+fa62639 - Dimmer
|
63955
64047
|
* https://github.com/fomantic/Fomantic-UI/
|
63956
64048
|
*
|
63957
64049
|
*
|
@@ -64033,8 +64125,13 @@ a.inverted.ui.card:hover,
|
|
64033
64125
|
scrollbar-shadow-color: #656565;
|
64034
64126
|
scrollbar-track-color: #323232;
|
64035
64127
|
scrollbar-arrow-color: #323232;
|
64036
|
-
|
64037
|
-
|
64128
|
+
}
|
64129
|
+
|
64130
|
+
@supports (-moz-appearance: none) {
|
64131
|
+
.ui.dimmer:not(.inverted) {
|
64132
|
+
/* firefox: first color thumb, second track */
|
64133
|
+
scrollbar-color: rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.1);
|
64134
|
+
}
|
64038
64135
|
}
|
64039
64136
|
|
64040
64137
|
/*******************************
|
@@ -64357,7 +64454,7 @@ body.dimmable > .dimmer {
|
|
64357
64454
|
User Overrides
|
64358
64455
|
*******************************/
|
64359
64456
|
/*!
|
64360
|
-
* # Fomantic-UI 2.9.4-beta.
|
64457
|
+
* # Fomantic-UI 2.9.4-beta.51+fa62639 - Dropdown
|
64361
64458
|
* https://github.com/fomantic/Fomantic-UI/
|
64362
64459
|
*
|
64363
64460
|
*
|
@@ -64397,7 +64494,6 @@ body.dimmable > .dimmer {
|
|
64397
64494
|
display: none;
|
64398
64495
|
outline: none;
|
64399
64496
|
top: 100%;
|
64400
|
-
min-width: -webkit-max-content;
|
64401
64497
|
min-width: max-content;
|
64402
64498
|
margin: 0;
|
64403
64499
|
padding: 0;
|
@@ -64805,7 +64901,6 @@ select.ui.dropdown {
|
|
64805
64901
|
}
|
64806
64902
|
|
64807
64903
|
.ui.compact.selection.dropdown > .menu:not(.multiline) {
|
64808
|
-
width: -webkit-max-content;
|
64809
64904
|
width: max-content;
|
64810
64905
|
}
|
64811
64906
|
|
@@ -64848,11 +64943,11 @@ select.ui.dropdown {
|
|
64848
64943
|
}
|
64849
64944
|
|
64850
64945
|
@media only screen and (max-width: 767.98px) {
|
64851
|
-
.ui.selection.dropdown.short .menu {
|
64946
|
+
.ui.ui.selection.dropdown.short .menu {
|
64852
64947
|
max-height: 6.01071429rem;
|
64853
64948
|
}
|
64854
64949
|
|
64855
|
-
.ui.selection.dropdown[class*="very short"] .menu {
|
64950
|
+
.ui.ui.selection.dropdown[class*="very short"] .menu {
|
64856
64951
|
max-height: 4.00714286rem;
|
64857
64952
|
}
|
64858
64953
|
|
@@ -64860,21 +64955,21 @@ select.ui.dropdown {
|
|
64860
64955
|
max-height: 8.01428571rem;
|
64861
64956
|
}
|
64862
64957
|
|
64863
|
-
.ui.selection.dropdown.long .menu {
|
64958
|
+
.ui.ui.selection.dropdown.long .menu {
|
64864
64959
|
max-height: 16.02857143rem;
|
64865
64960
|
}
|
64866
64961
|
|
64867
|
-
.ui.selection.dropdown[class*="very long"] .menu {
|
64962
|
+
.ui.ui.selection.dropdown[class*="very long"] .menu {
|
64868
64963
|
max-height: 24.04285714rem;
|
64869
64964
|
}
|
64870
64965
|
}
|
64871
64966
|
|
64872
64967
|
@media only screen and (min-width: 768px) {
|
64873
|
-
.ui.selection.dropdown.short .menu {
|
64968
|
+
.ui.ui.selection.dropdown.short .menu {
|
64874
64969
|
max-height: 8.01428571rem;
|
64875
64970
|
}
|
64876
64971
|
|
64877
|
-
.ui.selection.dropdown[class*="very short"] .menu {
|
64972
|
+
.ui.ui.selection.dropdown[class*="very short"] .menu {
|
64878
64973
|
max-height: 5.34285714rem;
|
64879
64974
|
}
|
64880
64975
|
|
@@ -64882,21 +64977,21 @@ select.ui.dropdown {
|
|
64882
64977
|
max-height: 10.68571429rem;
|
64883
64978
|
}
|
64884
64979
|
|
64885
|
-
.ui.selection.dropdown.long .menu {
|
64980
|
+
.ui.ui.selection.dropdown.long .menu {
|
64886
64981
|
max-height: 21.37142857rem;
|
64887
64982
|
}
|
64888
64983
|
|
64889
|
-
.ui.selection.dropdown[class*="very long"] .menu {
|
64984
|
+
.ui.ui.selection.dropdown[class*="very long"] .menu {
|
64890
64985
|
max-height: 32.05714286rem;
|
64891
64986
|
}
|
64892
64987
|
}
|
64893
64988
|
|
64894
64989
|
@media only screen and (min-width: 992px) {
|
64895
|
-
.ui.selection.dropdown.short .menu {
|
64990
|
+
.ui.ui.selection.dropdown.short .menu {
|
64896
64991
|
max-height: 12.02142857rem;
|
64897
64992
|
}
|
64898
64993
|
|
64899
|
-
.ui.selection.dropdown[class*="very short"] .menu {
|
64994
|
+
.ui.ui.selection.dropdown[class*="very short"] .menu {
|
64900
64995
|
max-height: 8.01428571rem;
|
64901
64996
|
}
|
64902
64997
|
|
@@ -64904,21 +64999,21 @@ select.ui.dropdown {
|
|
64904
64999
|
max-height: 16.02857143rem;
|
64905
65000
|
}
|
64906
65001
|
|
64907
|
-
.ui.selection.dropdown.long .menu {
|
65002
|
+
.ui.ui.selection.dropdown.long .menu {
|
64908
65003
|
max-height: 32.05714286rem;
|
64909
65004
|
}
|
64910
65005
|
|
64911
|
-
.ui.selection.dropdown[class*="very long"] .menu {
|
65006
|
+
.ui.ui.selection.dropdown[class*="very long"] .menu {
|
64912
65007
|
max-height: 48.08571429rem;
|
64913
65008
|
}
|
64914
65009
|
}
|
64915
65010
|
|
64916
65011
|
@media only screen and (min-width: 1920px) {
|
64917
|
-
.ui.selection.dropdown.short .menu {
|
65012
|
+
.ui.ui.selection.dropdown.short .menu {
|
64918
65013
|
max-height: 16.02857143rem;
|
64919
65014
|
}
|
64920
65015
|
|
64921
|
-
.ui.selection.dropdown[class*="very short"] .menu {
|
65016
|
+
.ui.ui.selection.dropdown[class*="very short"] .menu {
|
64922
65017
|
max-height: 10.68571429rem;
|
64923
65018
|
}
|
64924
65019
|
|
@@ -64926,11 +65021,11 @@ select.ui.dropdown {
|
|
64926
65021
|
max-height: 21.37142857rem;
|
64927
65022
|
}
|
64928
65023
|
|
64929
|
-
.ui.selection.dropdown.long .menu {
|
65024
|
+
.ui.ui.selection.dropdown.long .menu {
|
64930
65025
|
max-height: 42.74285714rem;
|
64931
65026
|
}
|
64932
65027
|
|
64933
|
-
.ui.selection.dropdown[class*="very long"] .menu {
|
65028
|
+
.ui.ui.selection.dropdown[class*="very long"] .menu {
|
64934
65029
|
max-height: 64.11428571rem;
|
64935
65030
|
}
|
64936
65031
|
}
|
@@ -65220,14 +65315,14 @@ select.ui.dropdown {
|
|
65220
65315
|
right: 2.2em;
|
65221
65316
|
}
|
65222
65317
|
|
65223
|
-
.ui.clearable.dropdown .text,
|
65224
|
-
.ui.clearable.dropdown
|
65318
|
+
.ui.clearable.dropdown .text:not(.default),
|
65319
|
+
.ui.clearable.dropdown:not(.search) > .ui.label:last-of-type {
|
65225
65320
|
margin-right: 1.5em;
|
65226
65321
|
}
|
65227
65322
|
|
65228
65323
|
.ui.dropdown select.noselection ~ .remove.icon,
|
65229
65324
|
.ui.dropdown input[value=""] ~ .remove.icon,
|
65230
|
-
.ui.dropdown input:not([value]) ~ .remove.icon,
|
65325
|
+
.ui.dropdown input:not([value]):not(.search) ~ .remove.icon,
|
65231
65326
|
.ui.dropdown.loading > .remove.icon {
|
65232
65327
|
display: none;
|
65233
65328
|
}
|
@@ -66425,38 +66520,38 @@ select.ui.dropdown {
|
|
66425
66520
|
font-size: 1rem;
|
66426
66521
|
}
|
66427
66522
|
|
66428
|
-
.ui.mini.dropdown,
|
66429
|
-
.ui.mini.dropdown .menu > .item {
|
66523
|
+
.ui.ui.mini.dropdown,
|
66524
|
+
.ui.ui.mini.dropdown .menu > .item {
|
66430
66525
|
font-size: 0.78571429rem;
|
66431
66526
|
}
|
66432
66527
|
|
66433
|
-
.ui.tiny.dropdown,
|
66434
|
-
.ui.tiny.dropdown .menu > .item {
|
66528
|
+
.ui.ui.tiny.dropdown,
|
66529
|
+
.ui.ui.tiny.dropdown .menu > .item {
|
66435
66530
|
font-size: 0.85714286rem;
|
66436
66531
|
}
|
66437
66532
|
|
66438
|
-
.ui.small.dropdown,
|
66439
|
-
.ui.small.dropdown .menu > .item {
|
66533
|
+
.ui.ui.small.dropdown,
|
66534
|
+
.ui.ui.small.dropdown .menu > .item {
|
66440
66535
|
font-size: 0.92857143rem;
|
66441
66536
|
}
|
66442
66537
|
|
66443
|
-
.ui.large.dropdown,
|
66444
|
-
.ui.large.dropdown .menu > .item {
|
66538
|
+
.ui.ui.large.dropdown,
|
66539
|
+
.ui.ui.large.dropdown .menu > .item {
|
66445
66540
|
font-size: 1.14285714rem;
|
66446
66541
|
}
|
66447
66542
|
|
66448
|
-
.ui.big.dropdown,
|
66449
|
-
.ui.big.dropdown .menu > .item {
|
66543
|
+
.ui.ui.big.dropdown,
|
66544
|
+
.ui.ui.big.dropdown .menu > .item {
|
66450
66545
|
font-size: 1.28571429rem;
|
66451
66546
|
}
|
66452
66547
|
|
66453
|
-
.ui.huge.dropdown,
|
66454
|
-
.ui.huge.dropdown .menu > .item {
|
66548
|
+
.ui.ui.huge.dropdown,
|
66549
|
+
.ui.ui.huge.dropdown .menu > .item {
|
66455
66550
|
font-size: 1.42857143rem;
|
66456
66551
|
}
|
66457
66552
|
|
66458
|
-
.ui.massive.dropdown,
|
66459
|
-
.ui.massive.dropdown .menu > .item {
|
66553
|
+
.ui.ui.massive.dropdown,
|
66554
|
+
.ui.ui.massive.dropdown .menu > .item {
|
66460
66555
|
font-size: 1.71428571rem;
|
66461
66556
|
}
|
66462
66557
|
|
@@ -66648,8 +66743,14 @@ select.ui.dropdown {
|
|
66648
66743
|
scrollbar-shadow-color: #656565;
|
66649
66744
|
scrollbar-track-color: #323232;
|
66650
66745
|
scrollbar-arrow-color: #323232;
|
66651
|
-
|
66652
|
-
|
66746
|
+
}
|
66747
|
+
|
66748
|
+
@supports (-moz-appearance: none) {
|
66749
|
+
.ui.dropdown .inverted.menu,
|
66750
|
+
.ui.inverted.dropdown .menu {
|
66751
|
+
/* firefox: first color thumb, second track */
|
66752
|
+
scrollbar-color: rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.1);
|
66753
|
+
}
|
66653
66754
|
}
|
66654
66755
|
|
66655
66756
|
.ui.pointing.dropdown > .inverted.menu::after,
|
@@ -66745,7 +66846,7 @@ select.ui.dropdown {
|
|
66745
66846
|
User Overrides
|
66746
66847
|
*******************************/
|
66747
66848
|
/*!
|
66748
|
-
* # Fomantic-UI 2.9.4-beta.
|
66849
|
+
* # Fomantic-UI 2.9.4-beta.51+fa62639 - Embed
|
66749
66850
|
* https://github.com/fomantic/Fomantic-UI/
|
66750
66851
|
*
|
66751
66852
|
*
|
@@ -66905,7 +67006,7 @@ select.ui.dropdown {
|
|
66905
67006
|
Site Overrides
|
66906
67007
|
*******************************/
|
66907
67008
|
/*!
|
66908
|
-
* # Fomantic-UI 2.9.4-beta.
|
67009
|
+
* # Fomantic-UI 2.9.4-beta.51+fa62639 - Flyout
|
66909
67010
|
* https://github.com/fomantic/Fomantic-UI/
|
66910
67011
|
*
|
66911
67012
|
*
|
@@ -67536,7 +67637,7 @@ body.pushable > .pusher {
|
|
67536
67637
|
User Overrides
|
67537
67638
|
*******************************/
|
67538
67639
|
/*!
|
67539
|
-
* # Fomantic-UI 2.9.4-beta.
|
67640
|
+
* # Fomantic-UI 2.9.4-beta.51+fa62639 - Modal
|
67540
67641
|
* https://github.com/fomantic/Fomantic-UI/
|
67541
67642
|
*
|
67542
67643
|
*
|
@@ -68431,7 +68532,7 @@ body.pushable > .pusher {
|
|
68431
68532
|
Site Overrides
|
68432
68533
|
*******************************/
|
68433
68534
|
/*!
|
68434
|
-
* # Fomantic-UI 2.9.4-beta.
|
68535
|
+
* # Fomantic-UI 2.9.4-beta.51+fa62639 - Nag
|
68435
68536
|
* https://github.com/fomantic/Fomantic-UI/
|
68436
68537
|
*
|
68437
68538
|
*
|
@@ -68766,7 +68867,7 @@ a.ui.nag {
|
|
68766
68867
|
User Overrides
|
68767
68868
|
*******************************/
|
68768
68869
|
/*!
|
68769
|
-
* # Fomantic-UI 2.9.4-beta.
|
68870
|
+
* # Fomantic-UI 2.9.4-beta.51+fa62639 - Popup
|
68770
68871
|
* https://github.com/fomantic/Fomantic-UI/
|
68771
68872
|
*
|
68772
68873
|
*
|
@@ -68785,7 +68886,6 @@ a.ui.nag {
|
|
68785
68886
|
top: 0;
|
68786
68887
|
right: 0;
|
68787
68888
|
/* Fixes content being squished when inline (moz only) */
|
68788
|
-
min-width: -webkit-min-content;
|
68789
68889
|
min-width: min-content;
|
68790
68890
|
z-index: 1900;
|
68791
68891
|
border: 1px solid #d4d4d5;
|
@@ -70137,7 +70237,7 @@ a.ui.nag {
|
|
70137
70237
|
User Overrides
|
70138
70238
|
*******************************/
|
70139
70239
|
/*!
|
70140
|
-
* # Fomantic-UI 2.9.4-beta.
|
70240
|
+
* # Fomantic-UI 2.9.4-beta.51+fa62639 - Progress
|
70141
70241
|
* https://github.com/fomantic/Fomantic-UI/
|
70142
70242
|
*
|
70143
70243
|
*
|
@@ -71006,7 +71106,7 @@ a.ui.nag {
|
|
71006
71106
|
Site Overrides
|
71007
71107
|
*******************************/
|
71008
71108
|
/*!
|
71009
|
-
* # Fomantic-UI 2.9.4-beta.
|
71109
|
+
* # Fomantic-UI 2.9.4-beta.51+fa62639 - Slider
|
71010
71110
|
* https://github.com/fomantic/Fomantic-UI/
|
71011
71111
|
*
|
71012
71112
|
*
|
@@ -71943,7 +72043,7 @@ a.ui.nag {
|
|
71943
72043
|
User Overrides
|
71944
72044
|
*******************************/
|
71945
72045
|
/*!
|
71946
|
-
* # Fomantic-UI 2.9.4-beta.
|
72046
|
+
* # Fomantic-UI 2.9.4-beta.51+fa62639 - Rating
|
71947
72047
|
* https://github.com/fomantic/Fomantic-UI/
|
71948
72048
|
*
|
71949
72049
|
*
|
@@ -72409,7 +72509,7 @@ a.ui.nag {
|
|
72409
72509
|
Site Overrides
|
72410
72510
|
*******************************/
|
72411
72511
|
/*!
|
72412
|
-
* # Fomantic-UI 2.9.4-beta.
|
72512
|
+
* # Fomantic-UI 2.9.4-beta.51+fa62639 - Search
|
72413
72513
|
* https://github.com/fomantic/Fomantic-UI/
|
72414
72514
|
*
|
72415
72515
|
*
|
@@ -73011,7 +73111,7 @@ a.ui.nag {
|
|
73011
73111
|
Site Overrides
|
73012
73112
|
*******************************/
|
73013
73113
|
/*!
|
73014
|
-
* # Fomantic-UI 2.9.4-beta.
|
73114
|
+
* # Fomantic-UI 2.9.4-beta.51+fa62639 - Shape
|
73015
73115
|
* https://github.com/fomantic/Fomantic-UI/
|
73016
73116
|
*
|
73017
73117
|
*
|
@@ -73160,7 +73260,7 @@ a.ui.nag {
|
|
73160
73260
|
User Overrides
|
73161
73261
|
*******************************/
|
73162
73262
|
/*!
|
73163
|
-
* # Fomantic-UI 2.9.4-beta.
|
73263
|
+
* # Fomantic-UI 2.9.4-beta.51+fa62639 - Sidebar
|
73164
73264
|
* https://github.com/fomantic/Fomantic-UI/
|
73165
73265
|
*
|
73166
73266
|
*
|
@@ -73776,7 +73876,7 @@ body.pushable > .pusher {
|
|
73776
73876
|
Site Overrides
|
73777
73877
|
*******************************/
|
73778
73878
|
/*!
|
73779
|
-
* # Fomantic-UI 2.9.4-beta.
|
73879
|
+
* # Fomantic-UI 2.9.4-beta.51+fa62639 - Sticky
|
73780
73880
|
* https://github.com/fomantic/Fomantic-UI/
|
73781
73881
|
*
|
73782
73882
|
*
|
@@ -73845,7 +73945,7 @@ body.pushable > .pusher {
|
|
73845
73945
|
Site Overrides
|
73846
73946
|
*******************************/
|
73847
73947
|
/*!
|
73848
|
-
* # Fomantic-UI 2.9.4-beta.
|
73948
|
+
* # Fomantic-UI 2.9.4-beta.51+fa62639 - Tab
|
73849
73949
|
* https://github.com/fomantic/Fomantic-UI/
|
73850
73950
|
*
|
73851
73951
|
*
|
@@ -73927,7 +74027,7 @@ body.pushable > .pusher {
|
|
73927
74027
|
User Overrides
|
73928
74028
|
*******************************/
|
73929
74029
|
/*!
|
73930
|
-
* # Fomantic-UI 2.9.4-beta.
|
74030
|
+
* # Fomantic-UI 2.9.4-beta.51+fa62639 - Toast
|
73931
74031
|
* https://github.com/fomantic/Fomantic-UI/
|
73932
74032
|
*
|
73933
74033
|
*
|
@@ -74856,7 +74956,7 @@ body.pushable > .pusher {
|
|
74856
74956
|
User Overrides
|
74857
74957
|
*******************************/
|
74858
74958
|
/*!
|
74859
|
-
* # Fomantic-UI 2.9.4-beta.
|
74959
|
+
* # Fomantic-UI 2.9.4-beta.51+fa62639 - Transition
|
74860
74960
|
* https://github.com/fomantic/Fomantic-UI/
|
74861
74961
|
*
|
74862
74962
|
*
|