fomantic-ui 2.9.4-beta.7 → 2.9.4-beta.70
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 +21 -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 +46 -38
- package/dist/components/dropdown.js +104 -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 -3
- package/dist/components/form.js +66 -23
- 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 +1 -1
- package/dist/components/header.min.css +1 -1
- 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 +1 -1
- package/dist/components/input.min.css +1 -1
- package/dist/components/item.css +1 -1
- package/dist/components/item.min.css +1 -1
- package/dist/components/label.css +1 -1
- package/dist/components/label.min.css +1 -1
- 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 -1
- package/dist/components/menu.min.css +1 -1
- package/dist/components/message.css +2 -1
- package/dist/components/message.min.css +2 -2
- 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 -1
- package/dist/components/popup.js +10 -4
- package/dist/components/popup.min.css +1 -1
- package/dist/components/popup.min.js +2 -2
- package/dist/components/progress.css +15 -6
- package/dist/components/progress.js +4 -2
- package/dist/components/progress.min.css +2 -2
- 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 +7 -5
- package/dist/components/shape.min.css +1 -1
- package/dist/components/shape.min.js +3 -3
- 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 +234 -132
- package/dist/semantic.js +385 -136
- 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 +14 -14
- package/src/definitions/behaviors/api.js +6 -2
- package/src/definitions/behaviors/form.js +65 -22
- package/src/definitions/behaviors/state.js +3 -1
- package/src/definitions/behaviors/visibility.js +3 -1
- package/src/definitions/collections/form.less +9 -2
- package/src/definitions/collections/grid.less +4 -4
- package/src/definitions/collections/message.less +1 -0
- package/src/definitions/collections/table.less +69 -54
- package/src/definitions/elements/button.less +27 -3
- 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 +103 -32
- package/src/definitions/modules/dropdown.less +43 -29
- 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/progress.less +17 -5
- 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 +6 -4
- 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/elements/button.variables +3 -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/progress.variables +1 -1
- 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/tasks/admin/components/create.js +4 -4
- package/tasks/admin/components/init.js +2 -2
- package/tasks/admin/components/update.js +3 -3
- package/tasks/admin/distributions/create.js +3 -3
- package/tasks/admin/distributions/init.js +2 -2
- package/tasks/admin/distributions/update.js +4 -4
- package/tasks/build/assets.js +1 -1
- package/tasks/build/css.js +19 -10
- package/tasks/build/javascript.js +12 -5
- package/tasks/check-install.js +1 -1
- package/tasks/config/defaults.js +2 -0
- package/tasks/config/tasks.js +1 -1
- package/tasks/docs/build.js +3 -3
- package/tasks/docs/metadata.js +1 -1
- package/tasks/docs/serve.js +3 -1
- package/tasks/install.js +2 -2
- package/tasks/watch.js +1 -1
- 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 +110 -9
- 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 +76 -44
- package/types/fomantic-ui-embed.d.ts +19 -2
- package/types/fomantic-ui-flyout.d.ts +25 -11
- package/types/fomantic-ui-form.d.ts +123 -15
- package/types/fomantic-ui-modal.d.ts +101 -5
- package/types/fomantic-ui-nag.d.ts +4 -4
- package/types/fomantic-ui-popup.d.ts +38 -12
- 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 +138 -22
- 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 +2 -2
- package/types/fomantic-ui-sticky.d.ts +1 -1
- package/types/fomantic-ui-tab.d.ts +6 -6
- package/types/fomantic-ui-toast.d.ts +14 -2
- package/types/fomantic-ui-transition.d.ts +41 -7
- 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.70+6ca9e03
|
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.70+6ca9e03 - 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.70+6ca9e03 - 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.70+6ca9e03 - 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,15 +1850,38 @@ 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;
|
1856
|
+
min-width: 2.5em;
|
1845
1857
|
}
|
1846
1858
|
|
1859
|
+
.ui.circular.buttons .button > .icon,
|
1847
1860
|
.ui.circular.button > .icon {
|
1848
1861
|
width: 1em;
|
1849
1862
|
vertical-align: baseline;
|
1850
1863
|
}
|
1851
1864
|
|
1865
|
+
.ui.circular.buttons:not(.vertical):not(.spaced) .button {
|
1866
|
+
margin-right: 0.25em;
|
1867
|
+
}
|
1868
|
+
|
1869
|
+
.ui.vertical.circular.buttons .button {
|
1870
|
+
margin-bottom: 0.25em;
|
1871
|
+
}
|
1872
|
+
|
1873
|
+
.ui.circular.basic.buttons {
|
1874
|
+
border: none;
|
1875
|
+
}
|
1876
|
+
|
1877
|
+
.ui.circular.basic.buttons .button {
|
1878
|
+
border: 1px solid rgba(34, 36, 38, 0.15);
|
1879
|
+
}
|
1880
|
+
|
1881
|
+
.ui.circular.basic.buttons .button.basic {
|
1882
|
+
border: none;
|
1883
|
+
}
|
1884
|
+
|
1852
1885
|
/* -------------------
|
1853
1886
|
Or Buttons
|
1854
1887
|
-------------------- */
|
@@ -5414,7 +5447,7 @@ input::selection {
|
|
5414
5447
|
Site Overrides
|
5415
5448
|
*******************************/
|
5416
5449
|
/*!
|
5417
|
-
* # Fomantic-UI 2.9.4-beta.
|
5450
|
+
* # Fomantic-UI 2.9.4-beta.70+6ca9e03 - Container
|
5418
5451
|
* https://github.com/fomantic/Fomantic-UI/
|
5419
5452
|
*
|
5420
5453
|
*
|
@@ -5771,7 +5804,7 @@ input::selection {
|
|
5771
5804
|
Site Overrides
|
5772
5805
|
*******************************/
|
5773
5806
|
/*!
|
5774
|
-
* # Fomantic-UI 2.9.4-beta.
|
5807
|
+
* # Fomantic-UI 2.9.4-beta.70+6ca9e03 - Divider
|
5775
5808
|
* https://github.com/fomantic/Fomantic-UI/
|
5776
5809
|
*
|
5777
5810
|
*
|
@@ -6079,7 +6112,7 @@ input::selection {
|
|
6079
6112
|
Site Overrides
|
6080
6113
|
*******************************/
|
6081
6114
|
/*!
|
6082
|
-
* # Fomantic-UI 2.9.4-beta.
|
6115
|
+
* # Fomantic-UI 2.9.4-beta.70+6ca9e03 - Emoji
|
6083
6116
|
* https://github.com/fomantic/Fomantic-UI/
|
6084
6117
|
*
|
6085
6118
|
*
|
@@ -24458,7 +24491,7 @@ em[data-emoji="regional_indicator_a"]::before {
|
|
24458
24491
|
Site Overrides
|
24459
24492
|
*******************************/
|
24460
24493
|
/*!
|
24461
|
-
* # Fomantic-UI 2.9.4-beta.
|
24494
|
+
* # Fomantic-UI 2.9.4-beta.70+6ca9e03 - Flag
|
24462
24495
|
* https://github.com/fomantic/Fomantic-UI/
|
24463
24496
|
*
|
24464
24497
|
*
|
@@ -25871,7 +25904,7 @@ i.flag.united.nations::before {
|
|
25871
25904
|
Site Overrides
|
25872
25905
|
*******************************/
|
25873
25906
|
/*!
|
25874
|
-
* # Fomantic-UI 2.9.4-beta.
|
25907
|
+
* # Fomantic-UI 2.9.4-beta.70+6ca9e03 - Header
|
25875
25908
|
* https://github.com/fomantic/Fomantic-UI/
|
25876
25909
|
*
|
25877
25910
|
*
|
@@ -26825,7 +26858,7 @@ a.ui.inverted.black.header.header.header:hover {
|
|
26825
26858
|
Site Overrides
|
26826
26859
|
*******************************/
|
26827
26860
|
/*!
|
26828
|
-
* # Fomantic-UI 2.9.4-beta.
|
26861
|
+
* # Fomantic-UI 2.9.4-beta.70+6ca9e03 - Icon
|
26829
26862
|
* https://github.com/fomantic/Fomantic-UI/
|
26830
26863
|
*
|
26831
26864
|
*
|
@@ -35935,7 +35968,7 @@ i.icon.youtube.play::before {
|
|
35935
35968
|
Site Overrides
|
35936
35969
|
*******************************/
|
35937
35970
|
/*!
|
35938
|
-
* # Fomantic-UI 2.9.4-beta.
|
35971
|
+
* # Fomantic-UI 2.9.4-beta.70+6ca9e03 - Image
|
35939
35972
|
* https://github.com/fomantic/Fomantic-UI/
|
35940
35973
|
*
|
35941
35974
|
*
|
@@ -36276,7 +36309,7 @@ img.ui.bordered.image {
|
|
36276
36309
|
Site Overrides
|
36277
36310
|
*******************************/
|
36278
36311
|
/*!
|
36279
|
-
* # Fomantic-UI 2.9.4-beta.
|
36312
|
+
* # Fomantic-UI 2.9.4-beta.70+6ca9e03 - Input
|
36280
36313
|
* https://github.com/fomantic/Fomantic-UI/
|
36281
36314
|
*
|
36282
36315
|
*
|
@@ -38176,7 +38209,7 @@ input[type="file"].ui.black.file.input::file-selector-button:hover,
|
|
38176
38209
|
Site Overrides
|
38177
38210
|
*******************************/
|
38178
38211
|
/*!
|
38179
|
-
* # Fomantic-UI 2.9.4-beta.
|
38212
|
+
* # Fomantic-UI 2.9.4-beta.70+6ca9e03 - Label
|
38180
38213
|
* https://github.com/fomantic/Fomantic-UI/
|
38181
38214
|
*
|
38182
38215
|
*
|
@@ -40582,7 +40615,7 @@ a.ui.ui.ui.inverted.basic.black.label:hover {
|
|
40582
40615
|
Site Overrides
|
40583
40616
|
*******************************/
|
40584
40617
|
/*!
|
40585
|
-
* # Fomantic-UI 2.9.4-beta.
|
40618
|
+
* # Fomantic-UI 2.9.4-beta.70+6ca9e03 - List
|
40586
40619
|
* https://github.com/fomantic/Fomantic-UI/
|
40587
40620
|
*
|
40588
40621
|
*
|
@@ -41682,7 +41715,7 @@ ol.ui.suffixed.list li::before,
|
|
41682
41715
|
Site Overrides
|
41683
41716
|
*******************************/
|
41684
41717
|
/*!
|
41685
|
-
* # Fomantic-UI 2.9.4-beta.
|
41718
|
+
* # Fomantic-UI 2.9.4-beta.70+6ca9e03 - Loader
|
41686
41719
|
* https://github.com/fomantic/Fomantic-UI/
|
41687
41720
|
*
|
41688
41721
|
*
|
@@ -42550,7 +42583,7 @@ ol.ui.suffixed.list li::before,
|
|
42550
42583
|
Site Overrides
|
42551
42584
|
*******************************/
|
42552
42585
|
/*!
|
42553
|
-
* # Fomantic-UI 2.9.4-beta.
|
42586
|
+
* # Fomantic-UI 2.9.4-beta.70+6ca9e03 - Placeholder
|
42554
42587
|
* https://github.com/fomantic/Fomantic-UI/
|
42555
42588
|
*
|
42556
42589
|
*
|
@@ -42821,7 +42854,7 @@ ol.ui.suffixed.list li::before,
|
|
42821
42854
|
Site Overrides
|
42822
42855
|
*******************************/
|
42823
42856
|
/*!
|
42824
|
-
* # Fomantic-UI 2.9.4-beta.
|
42857
|
+
* # Fomantic-UI 2.9.4-beta.70+6ca9e03 - Rail
|
42825
42858
|
* https://github.com/fomantic/Fomantic-UI/
|
42826
42859
|
*
|
42827
42860
|
*
|
@@ -42983,7 +43016,7 @@ ol.ui.suffixed.list li::before,
|
|
42983
43016
|
Site Overrides
|
42984
43017
|
*******************************/
|
42985
43018
|
/*!
|
42986
|
-
* # Fomantic-UI 2.9.4-beta.
|
43019
|
+
* # Fomantic-UI 2.9.4-beta.70+6ca9e03 - Reveal
|
42987
43020
|
* https://github.com/fomantic/Fomantic-UI/
|
42988
43021
|
*
|
42989
43022
|
*
|
@@ -43294,7 +43327,7 @@ ol.ui.suffixed.list li::before,
|
|
43294
43327
|
Site Overrides
|
43295
43328
|
*******************************/
|
43296
43329
|
/*!
|
43297
|
-
* # Fomantic-UI 2.9.4-beta.
|
43330
|
+
* # Fomantic-UI 2.9.4-beta.70+6ca9e03 - Segment
|
43298
43331
|
* https://github.com/fomantic/Fomantic-UI/
|
43299
43332
|
*
|
43300
43333
|
*
|
@@ -44533,7 +44566,7 @@ ol.ui.suffixed.list li::before,
|
|
44533
44566
|
Site Overrides
|
44534
44567
|
*******************************/
|
44535
44568
|
/*!
|
44536
|
-
* # Fomantic-UI 2.9.4-beta.
|
44569
|
+
* # Fomantic-UI 2.9.4-beta.70+6ca9e03 - Step
|
44537
44570
|
* https://github.com/fomantic/Fomantic-UI/
|
44538
44571
|
*
|
44539
44572
|
*
|
@@ -45241,7 +45274,7 @@ ol.ui.suffixed.list li::before,
|
|
45241
45274
|
Site Overrides
|
45242
45275
|
*******************************/
|
45243
45276
|
/*!
|
45244
|
-
* # Fomantic-UI 2.9.4-beta.
|
45277
|
+
* # Fomantic-UI 2.9.4-beta.70+6ca9e03 - Text
|
45245
45278
|
* https://github.com/fomantic/Fomantic-UI/
|
45246
45279
|
*
|
45247
45280
|
*
|
@@ -45440,7 +45473,7 @@ span.ui.massive.text {
|
|
45440
45473
|
Site Overrides
|
45441
45474
|
*******************************/
|
45442
45475
|
/*!
|
45443
|
-
* # Fomantic-UI 2.9.4-beta.
|
45476
|
+
* # Fomantic-UI 2.9.4-beta.70+6ca9e03 - Breadcrumb
|
45444
45477
|
* https://github.com/fomantic/Fomantic-UI/
|
45445
45478
|
*
|
45446
45479
|
*
|
@@ -45585,7 +45618,7 @@ span.ui.massive.text {
|
|
45585
45618
|
Site Overrides
|
45586
45619
|
*******************************/
|
45587
45620
|
/*!
|
45588
|
-
* # Fomantic-UI 2.9.4-beta.
|
45621
|
+
* # Fomantic-UI 2.9.4-beta.70+6ca9e03 - Form
|
45589
45622
|
* https://github.com/fomantic/Fomantic-UI/
|
45590
45623
|
*
|
45591
45624
|
*
|
@@ -46278,6 +46311,7 @@ span.ui.massive.text {
|
|
46278
46311
|
color: #e7bdbc;
|
46279
46312
|
}
|
46280
46313
|
|
46314
|
+
.ui.form .error .ui.dropdown > .default.text,
|
46281
46315
|
.ui.form .error ::placeholder {
|
46282
46316
|
color: #e7bdbc;
|
46283
46317
|
}
|
@@ -46294,6 +46328,7 @@ span.ui.massive.text {
|
|
46294
46328
|
color: #da9796;
|
46295
46329
|
}
|
46296
46330
|
|
46331
|
+
.ui.form .error .ui.dropdown > input:focus ~ .default.text,
|
46297
46332
|
.ui.form .error :focus::placeholder {
|
46298
46333
|
color: #da9796;
|
46299
46334
|
}
|
@@ -46546,6 +46581,7 @@ span.ui.massive.text {
|
|
46546
46581
|
color: #98cfe1;
|
46547
46582
|
}
|
46548
46583
|
|
46584
|
+
.ui.form .info .ui.dropdown > .default.text,
|
46549
46585
|
.ui.form .info ::placeholder {
|
46550
46586
|
color: #98cfe1;
|
46551
46587
|
}
|
@@ -46562,6 +46598,7 @@ span.ui.massive.text {
|
|
46562
46598
|
color: #70bdd6;
|
46563
46599
|
}
|
46564
46600
|
|
46601
|
+
.ui.form .info .ui.dropdown > input:focus ~ .default.text,
|
46565
46602
|
.ui.form .info :focus::placeholder {
|
46566
46603
|
color: #70bdd6;
|
46567
46604
|
}
|
@@ -46814,6 +46851,7 @@ span.ui.massive.text {
|
|
46814
46851
|
color: #8fcf90;
|
46815
46852
|
}
|
46816
46853
|
|
46854
|
+
.ui.form .success .ui.dropdown > .default.text,
|
46817
46855
|
.ui.form .success ::placeholder {
|
46818
46856
|
color: #8fcf90;
|
46819
46857
|
}
|
@@ -46830,6 +46868,7 @@ span.ui.massive.text {
|
|
46830
46868
|
color: #6cbf6d;
|
46831
46869
|
}
|
46832
46870
|
|
46871
|
+
.ui.form .success .ui.dropdown > input:focus ~ .default.text,
|
46833
46872
|
.ui.form .success :focus::placeholder {
|
46834
46873
|
color: #6cbf6d;
|
46835
46874
|
}
|
@@ -47082,6 +47121,7 @@ span.ui.massive.text {
|
|
47082
47121
|
color: #edad3e;
|
47083
47122
|
}
|
47084
47123
|
|
47124
|
+
.ui.form .warning .ui.dropdown > .default.text,
|
47085
47125
|
.ui.form .warning ::placeholder {
|
47086
47126
|
color: #edad3e;
|
47087
47127
|
}
|
@@ -47098,6 +47138,7 @@ span.ui.massive.text {
|
|
47098
47138
|
color: #e39715;
|
47099
47139
|
}
|
47100
47140
|
|
47141
|
+
.ui.form .warning .ui.dropdown > input:focus ~ .default.text,
|
47101
47142
|
.ui.form .warning :focus::placeholder {
|
47102
47143
|
color: #e39715;
|
47103
47144
|
}
|
@@ -47289,12 +47330,16 @@ span.ui.massive.text {
|
|
47289
47330
|
left: 100%;
|
47290
47331
|
}
|
47291
47332
|
|
47292
|
-
.ui.ui.ui.ui.form .fields > label:empty::after,
|
47293
|
-
.ui.ui.ui.ui.form .field > label:empty::after {
|
47333
|
+
.ui.ui.ui.ui.form .fields:not(.required) > label:empty::after,
|
47334
|
+
.ui.ui.ui.ui.form .fields:not(.grouped):not(.inline) > .field:not(.required) > label:empty::after {
|
47294
47335
|
content: " ";
|
47295
47336
|
display: inline-block;
|
47296
47337
|
}
|
47297
47338
|
|
47339
|
+
.ui.ui.ui.ui.form .inline.fields .field:not(.required) > label:empty {
|
47340
|
+
display: none;
|
47341
|
+
}
|
47342
|
+
|
47298
47343
|
/*******************************
|
47299
47344
|
Variations
|
47300
47345
|
*******************************/
|
@@ -47307,6 +47352,7 @@ span.ui.massive.text {
|
|
47307
47352
|
.ui.form .inverted.segment label,
|
47308
47353
|
.ui.form .inverted.segment .ui.checkbox label,
|
47309
47354
|
.ui.inverted.form .ui.checkbox label,
|
47355
|
+
.ui.inverted.form .grouped.fields > label,
|
47310
47356
|
.ui.inverted.form .inline.fields > label,
|
47311
47357
|
.ui.inverted.form .inline.fields .field > label,
|
47312
47358
|
.ui.inverted.form .inline.fields .field > p,
|
@@ -47693,7 +47739,7 @@ span.ui.massive.text {
|
|
47693
47739
|
Site Overrides
|
47694
47740
|
*******************************/
|
47695
47741
|
/*!
|
47696
|
-
* # Fomantic-UI 2.9.4-beta.
|
47742
|
+
* # Fomantic-UI 2.9.4-beta.70+6ca9e03 - Grid
|
47697
47743
|
* https://github.com/fomantic/Fomantic-UI/
|
47698
47744
|
*
|
47699
47745
|
*
|
@@ -49680,10 +49726,10 @@ span.ui.massive.text {
|
|
49680
49726
|
border-top: none !important;
|
49681
49727
|
}
|
49682
49728
|
|
49683
|
-
.ui.inverted.stackable.celled.grid > .column:not(.row),
|
49684
|
-
.ui.inverted.stackable.divided.grid > .column:not(.row),
|
49685
|
-
.ui.inverted.stackable.celled.grid > .row > .column,
|
49686
|
-
.ui.inverted.stackable.divided.grid > .row > .column {
|
49729
|
+
.ui.ui.inverted.stackable.celled.grid > .column:not(.row),
|
49730
|
+
.ui.ui.inverted.stackable.divided.grid > .column:not(.row),
|
49731
|
+
.ui.ui.inverted.stackable.celled.grid > .row > .column,
|
49732
|
+
.ui.ui.inverted.stackable.divided.grid > .row > .column {
|
49687
49733
|
border-top: 1px solid rgba(255, 255, 255, 0.1);
|
49688
49734
|
}
|
49689
49735
|
|
@@ -49957,7 +50003,7 @@ span.ui.massive.text {
|
|
49957
50003
|
Site Overrides
|
49958
50004
|
*******************************/
|
49959
50005
|
/*!
|
49960
|
-
* # Fomantic-UI 2.9.4-beta.
|
50006
|
+
* # Fomantic-UI 2.9.4-beta.70+6ca9e03 - Menu
|
49961
50007
|
* https://github.com/fomantic/Fomantic-UI/
|
49962
50008
|
*
|
49963
50009
|
*
|
@@ -52459,7 +52505,7 @@ Floated Menu / Item
|
|
52459
52505
|
Site Overrides
|
52460
52506
|
*******************************/
|
52461
52507
|
/*!
|
52462
|
-
* # Fomantic-UI 2.9.4-beta.
|
52508
|
+
* # Fomantic-UI 2.9.4-beta.70+6ca9e03 - Message
|
52463
52509
|
* https://github.com/fomantic/Fomantic-UI/
|
52464
52510
|
*
|
52465
52511
|
*
|
@@ -52663,6 +52709,7 @@ Floated Menu / Item
|
|
52663
52709
|
|
52664
52710
|
.ui.compact.message {
|
52665
52711
|
display: inline-block;
|
52712
|
+
max-width: 100%;
|
52666
52713
|
}
|
52667
52714
|
|
52668
52715
|
.ui.compact.icon.message {
|
@@ -53203,7 +53250,7 @@ Floated Menu / Item
|
|
53203
53250
|
Site Overrides
|
53204
53251
|
*******************************/
|
53205
53252
|
/*!
|
53206
|
-
* # Fomantic-UI 2.9.4-beta.
|
53253
|
+
* # Fomantic-UI 2.9.4-beta.70+6ca9e03 - Table
|
53207
53254
|
* https://github.com/fomantic/Fomantic-UI/
|
53208
53255
|
*
|
53209
53256
|
*
|
@@ -53325,18 +53372,18 @@ Floated Menu / Item
|
|
53325
53372
|
border-left: none;
|
53326
53373
|
}
|
53327
53374
|
|
53328
|
-
.ui.table > tfoot > tr:
|
53329
|
-
.ui.table > tfoot > tr:
|
53375
|
+
.ui.table > tfoot > tr:last-child > th:first-child,
|
53376
|
+
.ui.table > tfoot > tr:last-child > td:first-child {
|
53330
53377
|
border-radius: 0 0 0 0.28571429rem;
|
53331
53378
|
}
|
53332
53379
|
|
53333
|
-
.ui.table > tfoot > tr:
|
53334
|
-
.ui.table > tfoot > tr:
|
53380
|
+
.ui.table > tfoot > tr:last-child > th:last-child,
|
53381
|
+
.ui.table > tfoot > tr:last-child > td:last-child {
|
53335
53382
|
border-radius: 0 0 0.28571429rem 0;
|
53336
53383
|
}
|
53337
53384
|
|
53338
|
-
.ui.table > tfoot > tr:
|
53339
|
-
.ui.table > tfoot > tr:
|
53385
|
+
.ui.table > tfoot > tr:last-child > th:only-child,
|
53386
|
+
.ui.table > tfoot > tr:last-child > td:only-child {
|
53340
53387
|
border-radius: 0 0 0.28571429rem 0.28571429rem;
|
53341
53388
|
}
|
53342
53389
|
|
@@ -53900,8 +53947,6 @@ Floated Menu / Item
|
|
53900
53947
|
overflow-y: scroll;
|
53901
53948
|
-ms-scroll-chaining: none;
|
53902
53949
|
overscroll-behavior: none;
|
53903
|
-
scrollbar-width: thin;
|
53904
|
-
/* Firefox */
|
53905
53950
|
}
|
53906
53951
|
|
53907
53952
|
.ui.scrolling.table > thead > tr,
|
@@ -53912,6 +53957,14 @@ Floated Menu / Item
|
|
53912
53957
|
width: 100%;
|
53913
53958
|
}
|
53914
53959
|
|
53960
|
+
@supports (-moz-appearance: none) {
|
53961
|
+
.ui.scrolling.table > thead,
|
53962
|
+
.ui.scrolling.table > tfoot,
|
53963
|
+
.ui.scrolling.table > tbody {
|
53964
|
+
scrollbar-width: thin;
|
53965
|
+
}
|
53966
|
+
}
|
53967
|
+
|
53915
53968
|
/* Camouflage scrollbars, we need them only to gain the same width as tbody */
|
53916
53969
|
|
53917
53970
|
.ui.scrolling.table > thead {
|
@@ -53942,20 +53995,24 @@ Floated Menu / Item
|
|
53942
53995
|
border-radius: 0.28571429rem;
|
53943
53996
|
}
|
53944
53997
|
|
53945
|
-
|
53946
|
-
|
53947
|
-
.ui.scrolling.table >
|
53948
|
-
|
53949
|
-
|
53950
|
-
scrollbar-face-color: currentColor;
|
53951
|
-
scrollbar-shadow-color: currentColor;
|
53952
|
-
scrollbar-track-color: currentColor;
|
53953
|
-
scrollbar-arrow-color: currentColor;
|
53998
|
+
@supports (-moz-appearance: none) {
|
53999
|
+
.ui.scrolling.table > thead,
|
54000
|
+
.ui.scrolling.table > tfoot {
|
54001
|
+
scrollbar-color: currentColor currentColor;
|
54002
|
+
}
|
53954
54003
|
}
|
53955
54004
|
|
53956
54005
|
/* IE scrollbar color needs hex values */
|
53957
54006
|
|
53958
54007
|
@media all and (-ms-high-contrast: none) {
|
54008
|
+
.ui.scrolling.table > thead,
|
54009
|
+
.ui.scrolling.table > tfoot {
|
54010
|
+
scrollbar-face-color: currentColor;
|
54011
|
+
scrollbar-shadow-color: currentColor;
|
54012
|
+
scrollbar-track-color: currentColor;
|
54013
|
+
scrollbar-arrow-color: currentColor;
|
54014
|
+
}
|
54015
|
+
|
53959
54016
|
.ui.scrolling.table > thead {
|
53960
54017
|
color: #f9fafb;
|
53961
54018
|
}
|
@@ -53995,8 +54052,13 @@ Floated Menu / Item
|
|
53995
54052
|
scrollbar-shadow-color: #656565;
|
53996
54053
|
scrollbar-track-color: #323232;
|
53997
54054
|
scrollbar-arrow-color: #323232;
|
53998
|
-
|
53999
|
-
|
54055
|
+
}
|
54056
|
+
|
54057
|
+
@supports (-moz-appearance: none) {
|
54058
|
+
.ui.inverted.scrolling.table > tbody {
|
54059
|
+
/* firefox: first color thumb, second track */
|
54060
|
+
scrollbar-color: rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.1);
|
54061
|
+
}
|
54000
54062
|
}
|
54001
54063
|
|
54002
54064
|
.ui.resizable.scrolling.table > tbody {
|
@@ -57299,7 +57361,7 @@ Floated Menu / Item
|
|
57299
57361
|
Site Overrides
|
57300
57362
|
*******************************/
|
57301
57363
|
/*!
|
57302
|
-
* # Fomantic-UI 2.9.4-beta.
|
57364
|
+
* # Fomantic-UI 2.9.4-beta.70+6ca9e03 - Ad
|
57303
57365
|
* https://github.com/fomantic/Fomantic-UI/
|
57304
57366
|
*
|
57305
57367
|
*
|
@@ -57587,7 +57649,7 @@ Floated Menu / Item
|
|
57587
57649
|
Site Overrides
|
57588
57650
|
*******************************/
|
57589
57651
|
/*!
|
57590
|
-
* # Fomantic-UI 2.9.4-beta.
|
57652
|
+
* # Fomantic-UI 2.9.4-beta.70+6ca9e03 - Card
|
57591
57653
|
* https://github.com/fomantic/Fomantic-UI/
|
57592
57654
|
*
|
57593
57655
|
*
|
@@ -59735,7 +59797,7 @@ a.inverted.ui.card:hover,
|
|
59735
59797
|
Site Overrides
|
59736
59798
|
*******************************/
|
59737
59799
|
/*!
|
59738
|
-
* # Fomantic-UI 2.9.4-beta.
|
59800
|
+
* # Fomantic-UI 2.9.4-beta.70+6ca9e03 - Comment
|
59739
59801
|
* https://github.com/fomantic/Fomantic-UI/
|
59740
59802
|
*
|
59741
59803
|
*
|
@@ -60052,7 +60114,7 @@ a.inverted.ui.card:hover,
|
|
60052
60114
|
Site Overrides
|
60053
60115
|
*******************************/
|
60054
60116
|
/*!
|
60055
|
-
* # Fomantic-UI 2.9.4-beta.
|
60117
|
+
* # Fomantic-UI 2.9.4-beta.70+6ca9e03 - Feed
|
60056
60118
|
* https://github.com/fomantic/Fomantic-UI/
|
60057
60119
|
*
|
60058
60120
|
*
|
@@ -60517,6 +60579,19 @@ a.inverted.ui.card:hover,
|
|
60517
60579
|
color: rgba(255, 255, 255, 0.7);
|
60518
60580
|
}
|
60519
60581
|
|
60582
|
+
/* Action */
|
60583
|
+
|
60584
|
+
.ui.inverted.feed > .event > .content .meta a,
|
60585
|
+
.ui.inverted.feed > .event > .content .meta > i.icon {
|
60586
|
+
color: rgba(255, 255, 255, 0.7);
|
60587
|
+
}
|
60588
|
+
|
60589
|
+
.ui.inverted.feed > .event > .content .meta a:hover,
|
60590
|
+
.ui.inverted.feed > .event > .content .meta a:hover i.icon,
|
60591
|
+
.ui.inverted.feed > .event > .content .meta > i.icon:hover {
|
60592
|
+
color: #ffffff;
|
60593
|
+
}
|
60594
|
+
|
60520
60595
|
/* --------------
|
60521
60596
|
Colors
|
60522
60597
|
--------------- */
|
@@ -60991,7 +61066,7 @@ a.inverted.ui.card:hover,
|
|
60991
61066
|
Site Overrides
|
60992
61067
|
*******************************/
|
60993
61068
|
/*!
|
60994
|
-
* # Fomantic-UI 2.9.4-beta.
|
61069
|
+
* # Fomantic-UI 2.9.4-beta.70+6ca9e03 - Item
|
60995
61070
|
* https://github.com/fomantic/Fomantic-UI/
|
60996
61071
|
*
|
60997
61072
|
*
|
@@ -61608,7 +61683,7 @@ a.inverted.ui.card:hover,
|
|
61608
61683
|
Site Overrides
|
61609
61684
|
*******************************/
|
61610
61685
|
/*!
|
61611
|
-
* # Fomantic-UI 2.9.4-beta.
|
61686
|
+
* # Fomantic-UI 2.9.4-beta.70+6ca9e03 - Statistic
|
61612
61687
|
* https://github.com/fomantic/Fomantic-UI/
|
61613
61688
|
*
|
61614
61689
|
*
|
@@ -62286,7 +62361,7 @@ a.inverted.ui.card:hover,
|
|
62286
62361
|
Site Overrides
|
62287
62362
|
*******************************/
|
62288
62363
|
/*!
|
62289
|
-
* # Fomantic-UI 2.9.4-beta.
|
62364
|
+
* # Fomantic-UI 2.9.4-beta.70+6ca9e03 - Accordion
|
62290
62365
|
* https://github.com/fomantic/Fomantic-UI/
|
62291
62366
|
*
|
62292
62367
|
*
|
@@ -62693,7 +62768,7 @@ a.inverted.ui.card:hover,
|
|
62693
62768
|
User Overrides
|
62694
62769
|
*******************************/
|
62695
62770
|
/*!
|
62696
|
-
* # Fomantic-UI 2.9.4-beta.
|
62771
|
+
* # Fomantic-UI 2.9.4-beta.70+6ca9e03 - Calendar
|
62697
62772
|
* https://github.com/fomantic/Fomantic-UI/
|
62698
62773
|
*
|
62699
62774
|
*
|
@@ -63082,7 +63157,7 @@ a.inverted.ui.card:hover,
|
|
63082
63157
|
User Overrides
|
63083
63158
|
*******************************/
|
63084
63159
|
/*!
|
63085
|
-
* # Fomantic-UI 2.9.4-beta.
|
63160
|
+
* # Fomantic-UI 2.9.4-beta.70+6ca9e03 - Checkbox
|
63086
63161
|
* https://github.com/fomantic/Fomantic-UI/
|
63087
63162
|
*
|
63088
63163
|
*
|
@@ -63983,7 +64058,7 @@ a.inverted.ui.card:hover,
|
|
63983
64058
|
Site Overrides
|
63984
64059
|
*******************************/
|
63985
64060
|
/*!
|
63986
|
-
* # Fomantic-UI 2.9.4-beta.
|
64061
|
+
* # Fomantic-UI 2.9.4-beta.70+6ca9e03 - Dimmer
|
63987
64062
|
* https://github.com/fomantic/Fomantic-UI/
|
63988
64063
|
*
|
63989
64064
|
*
|
@@ -64065,8 +64140,13 @@ a.inverted.ui.card:hover,
|
|
64065
64140
|
scrollbar-shadow-color: #656565;
|
64066
64141
|
scrollbar-track-color: #323232;
|
64067
64142
|
scrollbar-arrow-color: #323232;
|
64068
|
-
|
64069
|
-
|
64143
|
+
}
|
64144
|
+
|
64145
|
+
@supports (-moz-appearance: none) {
|
64146
|
+
.ui.dimmer:not(.inverted) {
|
64147
|
+
/* firefox: first color thumb, second track */
|
64148
|
+
scrollbar-color: rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.1);
|
64149
|
+
}
|
64070
64150
|
}
|
64071
64151
|
|
64072
64152
|
/*******************************
|
@@ -64389,7 +64469,7 @@ body.dimmable > .dimmer {
|
|
64389
64469
|
User Overrides
|
64390
64470
|
*******************************/
|
64391
64471
|
/*!
|
64392
|
-
* # Fomantic-UI 2.9.4-beta.
|
64472
|
+
* # Fomantic-UI 2.9.4-beta.70+6ca9e03 - Dropdown
|
64393
64473
|
* https://github.com/fomantic/Fomantic-UI/
|
64394
64474
|
*
|
64395
64475
|
*
|
@@ -64878,11 +64958,11 @@ select.ui.dropdown {
|
|
64878
64958
|
}
|
64879
64959
|
|
64880
64960
|
@media only screen and (max-width: 767.98px) {
|
64881
|
-
.ui.selection.dropdown.short .menu {
|
64961
|
+
.ui.ui.selection.dropdown.short .menu {
|
64882
64962
|
max-height: 6.01071429rem;
|
64883
64963
|
}
|
64884
64964
|
|
64885
|
-
.ui.selection.dropdown[class*="very short"] .menu {
|
64965
|
+
.ui.ui.selection.dropdown[class*="very short"] .menu {
|
64886
64966
|
max-height: 4.00714286rem;
|
64887
64967
|
}
|
64888
64968
|
|
@@ -64890,21 +64970,21 @@ select.ui.dropdown {
|
|
64890
64970
|
max-height: 8.01428571rem;
|
64891
64971
|
}
|
64892
64972
|
|
64893
|
-
.ui.selection.dropdown.long .menu {
|
64973
|
+
.ui.ui.selection.dropdown.long .menu {
|
64894
64974
|
max-height: 16.02857143rem;
|
64895
64975
|
}
|
64896
64976
|
|
64897
|
-
.ui.selection.dropdown[class*="very long"] .menu {
|
64977
|
+
.ui.ui.selection.dropdown[class*="very long"] .menu {
|
64898
64978
|
max-height: 24.04285714rem;
|
64899
64979
|
}
|
64900
64980
|
}
|
64901
64981
|
|
64902
64982
|
@media only screen and (min-width: 768px) {
|
64903
|
-
.ui.selection.dropdown.short .menu {
|
64983
|
+
.ui.ui.selection.dropdown.short .menu {
|
64904
64984
|
max-height: 8.01428571rem;
|
64905
64985
|
}
|
64906
64986
|
|
64907
|
-
.ui.selection.dropdown[class*="very short"] .menu {
|
64987
|
+
.ui.ui.selection.dropdown[class*="very short"] .menu {
|
64908
64988
|
max-height: 5.34285714rem;
|
64909
64989
|
}
|
64910
64990
|
|
@@ -64912,21 +64992,21 @@ select.ui.dropdown {
|
|
64912
64992
|
max-height: 10.68571429rem;
|
64913
64993
|
}
|
64914
64994
|
|
64915
|
-
.ui.selection.dropdown.long .menu {
|
64995
|
+
.ui.ui.selection.dropdown.long .menu {
|
64916
64996
|
max-height: 21.37142857rem;
|
64917
64997
|
}
|
64918
64998
|
|
64919
|
-
.ui.selection.dropdown[class*="very long"] .menu {
|
64999
|
+
.ui.ui.selection.dropdown[class*="very long"] .menu {
|
64920
65000
|
max-height: 32.05714286rem;
|
64921
65001
|
}
|
64922
65002
|
}
|
64923
65003
|
|
64924
65004
|
@media only screen and (min-width: 992px) {
|
64925
|
-
.ui.selection.dropdown.short .menu {
|
65005
|
+
.ui.ui.selection.dropdown.short .menu {
|
64926
65006
|
max-height: 12.02142857rem;
|
64927
65007
|
}
|
64928
65008
|
|
64929
|
-
.ui.selection.dropdown[class*="very short"] .menu {
|
65009
|
+
.ui.ui.selection.dropdown[class*="very short"] .menu {
|
64930
65010
|
max-height: 8.01428571rem;
|
64931
65011
|
}
|
64932
65012
|
|
@@ -64934,21 +65014,21 @@ select.ui.dropdown {
|
|
64934
65014
|
max-height: 16.02857143rem;
|
64935
65015
|
}
|
64936
65016
|
|
64937
|
-
.ui.selection.dropdown.long .menu {
|
65017
|
+
.ui.ui.selection.dropdown.long .menu {
|
64938
65018
|
max-height: 32.05714286rem;
|
64939
65019
|
}
|
64940
65020
|
|
64941
|
-
.ui.selection.dropdown[class*="very long"] .menu {
|
65021
|
+
.ui.ui.selection.dropdown[class*="very long"] .menu {
|
64942
65022
|
max-height: 48.08571429rem;
|
64943
65023
|
}
|
64944
65024
|
}
|
64945
65025
|
|
64946
65026
|
@media only screen and (min-width: 1920px) {
|
64947
|
-
.ui.selection.dropdown.short .menu {
|
65027
|
+
.ui.ui.selection.dropdown.short .menu {
|
64948
65028
|
max-height: 16.02857143rem;
|
64949
65029
|
}
|
64950
65030
|
|
64951
|
-
.ui.selection.dropdown[class*="very short"] .menu {
|
65031
|
+
.ui.ui.selection.dropdown[class*="very short"] .menu {
|
64952
65032
|
max-height: 10.68571429rem;
|
64953
65033
|
}
|
64954
65034
|
|
@@ -64956,11 +65036,11 @@ select.ui.dropdown {
|
|
64956
65036
|
max-height: 21.37142857rem;
|
64957
65037
|
}
|
64958
65038
|
|
64959
|
-
.ui.selection.dropdown.long .menu {
|
65039
|
+
.ui.ui.selection.dropdown.long .menu {
|
64960
65040
|
max-height: 42.74285714rem;
|
64961
65041
|
}
|
64962
65042
|
|
64963
|
-
.ui.selection.dropdown[class*="very long"] .menu {
|
65043
|
+
.ui.ui.selection.dropdown[class*="very long"] .menu {
|
64964
65044
|
max-height: 64.11428571rem;
|
64965
65045
|
}
|
64966
65046
|
}
|
@@ -65077,7 +65157,7 @@ select.ui.dropdown {
|
|
65077
65157
|
/* CSS specific to iOS devices or firefox mobile only */
|
65078
65158
|
|
65079
65159
|
@supports (-webkit-touch-callout: none) or (-moz-appearance: none) {
|
65080
|
-
@media (-moz-touch-enabled), (pointer: coarse) {
|
65160
|
+
@media (-moz-touch-enabled), (pointer: coarse) {
|
65081
65161
|
.ui.dropdown .scrollhint.menu:not(.hidden)::before {
|
65082
65162
|
animation: scrollhint 2s ease 2;
|
65083
65163
|
content: "";
|
@@ -65108,7 +65188,7 @@ select.ui.dropdown {
|
|
65108
65188
|
top: 0;
|
65109
65189
|
}
|
65110
65190
|
}
|
65111
|
-
}
|
65191
|
+
}
|
65112
65192
|
}
|
65113
65193
|
|
65114
65194
|
/* --------------
|
@@ -65186,7 +65266,7 @@ select.ui.dropdown {
|
|
65186
65266
|
}
|
65187
65267
|
|
65188
65268
|
.ui.active.search.dropdown input.search:focus + .text {
|
65189
|
-
color: rgba(115, 115, 115, 0.87)
|
65269
|
+
color: rgba(115, 115, 115, 0.87);
|
65190
65270
|
}
|
65191
65271
|
|
65192
65272
|
.ui.search.dropdown.button > span.sizer {
|
@@ -65250,14 +65330,14 @@ select.ui.dropdown {
|
|
65250
65330
|
right: 2.2em;
|
65251
65331
|
}
|
65252
65332
|
|
65253
|
-
.ui.clearable.dropdown .text,
|
65254
|
-
.ui.clearable.dropdown
|
65333
|
+
.ui.clearable.dropdown .text:not(.default),
|
65334
|
+
.ui.clearable.dropdown:not(.search) > .ui.label:last-of-type {
|
65255
65335
|
margin-right: 1.5em;
|
65256
65336
|
}
|
65257
65337
|
|
65258
65338
|
.ui.dropdown select.noselection ~ .remove.icon,
|
65259
65339
|
.ui.dropdown input[value=""] ~ .remove.icon,
|
65260
|
-
.ui.dropdown input:not([value]) ~ .remove.icon,
|
65340
|
+
.ui.dropdown input:not([value]):not(.search) ~ .remove.icon,
|
65261
65341
|
.ui.dropdown.loading > .remove.icon {
|
65262
65342
|
display: none;
|
65263
65343
|
}
|
@@ -65375,6 +65455,10 @@ select.ui.dropdown {
|
|
65375
65455
|
line-height: 1.21428571em;
|
65376
65456
|
}
|
65377
65457
|
|
65458
|
+
.ui.multiple.search.dropdown > .text.default {
|
65459
|
+
z-index: -1;
|
65460
|
+
}
|
65461
|
+
|
65378
65462
|
.ui.multiple.search.dropdown > .label ~ .text {
|
65379
65463
|
display: none;
|
65380
65464
|
}
|
@@ -66455,38 +66539,38 @@ select.ui.dropdown {
|
|
66455
66539
|
font-size: 1rem;
|
66456
66540
|
}
|
66457
66541
|
|
66458
|
-
.ui.mini.dropdown,
|
66459
|
-
.ui.mini.dropdown .menu > .item {
|
66542
|
+
.ui.ui.mini.dropdown,
|
66543
|
+
.ui.ui.mini.dropdown .menu > .item {
|
66460
66544
|
font-size: 0.78571429rem;
|
66461
66545
|
}
|
66462
66546
|
|
66463
|
-
.ui.tiny.dropdown,
|
66464
|
-
.ui.tiny.dropdown .menu > .item {
|
66547
|
+
.ui.ui.tiny.dropdown,
|
66548
|
+
.ui.ui.tiny.dropdown .menu > .item {
|
66465
66549
|
font-size: 0.85714286rem;
|
66466
66550
|
}
|
66467
66551
|
|
66468
|
-
.ui.small.dropdown,
|
66469
|
-
.ui.small.dropdown .menu > .item {
|
66552
|
+
.ui.ui.small.dropdown,
|
66553
|
+
.ui.ui.small.dropdown .menu > .item {
|
66470
66554
|
font-size: 0.92857143rem;
|
66471
66555
|
}
|
66472
66556
|
|
66473
|
-
.ui.large.dropdown,
|
66474
|
-
.ui.large.dropdown .menu > .item {
|
66557
|
+
.ui.ui.large.dropdown,
|
66558
|
+
.ui.ui.large.dropdown .menu > .item {
|
66475
66559
|
font-size: 1.14285714rem;
|
66476
66560
|
}
|
66477
66561
|
|
66478
|
-
.ui.big.dropdown,
|
66479
|
-
.ui.big.dropdown .menu > .item {
|
66562
|
+
.ui.ui.big.dropdown,
|
66563
|
+
.ui.ui.big.dropdown .menu > .item {
|
66480
66564
|
font-size: 1.28571429rem;
|
66481
66565
|
}
|
66482
66566
|
|
66483
|
-
.ui.huge.dropdown,
|
66484
|
-
.ui.huge.dropdown .menu > .item {
|
66567
|
+
.ui.ui.huge.dropdown,
|
66568
|
+
.ui.ui.huge.dropdown .menu > .item {
|
66485
66569
|
font-size: 1.42857143rem;
|
66486
66570
|
}
|
66487
66571
|
|
66488
|
-
.ui.massive.dropdown,
|
66489
|
-
.ui.massive.dropdown .menu > .item {
|
66572
|
+
.ui.ui.massive.dropdown,
|
66573
|
+
.ui.ui.massive.dropdown .menu > .item {
|
66490
66574
|
font-size: 1.71428571rem;
|
66491
66575
|
}
|
66492
66576
|
|
@@ -66600,7 +66684,7 @@ select.ui.dropdown {
|
|
66600
66684
|
}
|
66601
66685
|
|
66602
66686
|
.ui.inverted.active.search.dropdown input.search:focus + .text {
|
66603
|
-
color: rgba(255, 255, 255, 0.7)
|
66687
|
+
color: rgba(255, 255, 255, 0.7);
|
66604
66688
|
}
|
66605
66689
|
|
66606
66690
|
.ui.dropdown .inverted.menu > .message:not(.ui),
|
@@ -66678,8 +66762,14 @@ select.ui.dropdown {
|
|
66678
66762
|
scrollbar-shadow-color: #656565;
|
66679
66763
|
scrollbar-track-color: #323232;
|
66680
66764
|
scrollbar-arrow-color: #323232;
|
66681
|
-
|
66682
|
-
|
66765
|
+
}
|
66766
|
+
|
66767
|
+
@supports (-moz-appearance: none) {
|
66768
|
+
.ui.dropdown .inverted.menu,
|
66769
|
+
.ui.inverted.dropdown .menu {
|
66770
|
+
/* firefox: first color thumb, second track */
|
66771
|
+
scrollbar-color: rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.1);
|
66772
|
+
}
|
66683
66773
|
}
|
66684
66774
|
|
66685
66775
|
.ui.pointing.dropdown > .inverted.menu::after,
|
@@ -66775,7 +66865,7 @@ select.ui.dropdown {
|
|
66775
66865
|
User Overrides
|
66776
66866
|
*******************************/
|
66777
66867
|
/*!
|
66778
|
-
* # Fomantic-UI 2.9.4-beta.
|
66868
|
+
* # Fomantic-UI 2.9.4-beta.70+6ca9e03 - Embed
|
66779
66869
|
* https://github.com/fomantic/Fomantic-UI/
|
66780
66870
|
*
|
66781
66871
|
*
|
@@ -66935,7 +67025,7 @@ select.ui.dropdown {
|
|
66935
67025
|
Site Overrides
|
66936
67026
|
*******************************/
|
66937
67027
|
/*!
|
66938
|
-
* # Fomantic-UI 2.9.4-beta.
|
67028
|
+
* # Fomantic-UI 2.9.4-beta.70+6ca9e03 - Flyout
|
66939
67029
|
* https://github.com/fomantic/Fomantic-UI/
|
66940
67030
|
*
|
66941
67031
|
*
|
@@ -67566,7 +67656,7 @@ body.pushable > .pusher {
|
|
67566
67656
|
User Overrides
|
67567
67657
|
*******************************/
|
67568
67658
|
/*!
|
67569
|
-
* # Fomantic-UI 2.9.4-beta.
|
67659
|
+
* # Fomantic-UI 2.9.4-beta.70+6ca9e03 - Modal
|
67570
67660
|
* https://github.com/fomantic/Fomantic-UI/
|
67571
67661
|
*
|
67572
67662
|
*
|
@@ -68461,7 +68551,7 @@ body.pushable > .pusher {
|
|
68461
68551
|
Site Overrides
|
68462
68552
|
*******************************/
|
68463
68553
|
/*!
|
68464
|
-
* # Fomantic-UI 2.9.4-beta.
|
68554
|
+
* # Fomantic-UI 2.9.4-beta.70+6ca9e03 - Nag
|
68465
68555
|
* https://github.com/fomantic/Fomantic-UI/
|
68466
68556
|
*
|
68467
68557
|
*
|
@@ -68796,7 +68886,7 @@ a.ui.nag {
|
|
68796
68886
|
User Overrides
|
68797
68887
|
*******************************/
|
68798
68888
|
/*!
|
68799
|
-
* # Fomantic-UI 2.9.4-beta.
|
68889
|
+
* # Fomantic-UI 2.9.4-beta.70+6ca9e03 - Popup
|
68800
68890
|
* https://github.com/fomantic/Fomantic-UI/
|
68801
68891
|
*
|
68802
68892
|
*
|
@@ -70166,7 +70256,7 @@ a.ui.nag {
|
|
70166
70256
|
User Overrides
|
70167
70257
|
*******************************/
|
70168
70258
|
/*!
|
70169
|
-
* # Fomantic-UI 2.9.4-beta.
|
70259
|
+
* # Fomantic-UI 2.9.4-beta.70+6ca9e03 - Progress
|
70170
70260
|
* https://github.com/fomantic/Fomantic-UI/
|
70171
70261
|
*
|
70172
70262
|
*
|
@@ -70191,6 +70281,12 @@ a.ui.nag {
|
|
70191
70281
|
border-radius: 0.28571429rem;
|
70192
70282
|
}
|
70193
70283
|
|
70284
|
+
.ui.basic.progress {
|
70285
|
+
background: transparent;
|
70286
|
+
border: none;
|
70287
|
+
box-shadow: none;
|
70288
|
+
}
|
70289
|
+
|
70194
70290
|
.ui.progress:first-child {
|
70195
70291
|
margin: 0 0 2.5em;
|
70196
70292
|
}
|
@@ -70210,15 +70306,18 @@ a.ui.nag {
|
|
70210
70306
|
line-height: 1;
|
70211
70307
|
position: relative;
|
70212
70308
|
width: 0;
|
70213
|
-
min-width: 2em;
|
70214
70309
|
background: #888;
|
70215
70310
|
border-radius: 0.28571429rem;
|
70216
70311
|
transition: width 0.1s ease, background-color 0.1s ease;
|
70217
70312
|
overflow: hidden;
|
70218
70313
|
}
|
70219
70314
|
|
70220
|
-
.ui.
|
70221
|
-
|
70315
|
+
.ui.progress .bar:not(:empty) {
|
70316
|
+
min-width: 2.5em;
|
70317
|
+
}
|
70318
|
+
|
70319
|
+
.ui.ui.ui.progress:not([data-percent]):not(.indeterminate) .bar:not(:empty),
|
70320
|
+
.ui.ui.ui.progress[data-percent="0"]:not(.indeterminate) .bar:not(:empty) {
|
70222
70321
|
background: transparent;
|
70223
70322
|
}
|
70224
70323
|
|
@@ -70505,7 +70604,10 @@ a.ui.nag {
|
|
70505
70604
|
|
70506
70605
|
.ui.active.progress .bar {
|
70507
70606
|
position: relative;
|
70508
|
-
|
70607
|
+
}
|
70608
|
+
|
70609
|
+
.ui.active.progress .bar:not(:empty) {
|
70610
|
+
min-width: 2.5em;
|
70509
70611
|
}
|
70510
70612
|
|
70511
70613
|
.ui.active.progress .bar::after {
|
@@ -70559,7 +70661,7 @@ a.ui.nag {
|
|
70559
70661
|
Inverted
|
70560
70662
|
--------------- */
|
70561
70663
|
|
70562
|
-
.ui.inverted.progress {
|
70664
|
+
.ui.inverted.progress:not(.basic) {
|
70563
70665
|
background: rgba(255, 255, 255, 0.08);
|
70564
70666
|
border: none;
|
70565
70667
|
}
|
@@ -71035,7 +71137,7 @@ a.ui.nag {
|
|
71035
71137
|
Site Overrides
|
71036
71138
|
*******************************/
|
71037
71139
|
/*!
|
71038
|
-
* # Fomantic-UI 2.9.4-beta.
|
71140
|
+
* # Fomantic-UI 2.9.4-beta.70+6ca9e03 - Slider
|
71039
71141
|
* https://github.com/fomantic/Fomantic-UI/
|
71040
71142
|
*
|
71041
71143
|
*
|
@@ -71972,7 +72074,7 @@ a.ui.nag {
|
|
71972
72074
|
User Overrides
|
71973
72075
|
*******************************/
|
71974
72076
|
/*!
|
71975
|
-
* # Fomantic-UI 2.9.4-beta.
|
72077
|
+
* # Fomantic-UI 2.9.4-beta.70+6ca9e03 - Rating
|
71976
72078
|
* https://github.com/fomantic/Fomantic-UI/
|
71977
72079
|
*
|
71978
72080
|
*
|
@@ -72438,7 +72540,7 @@ a.ui.nag {
|
|
72438
72540
|
Site Overrides
|
72439
72541
|
*******************************/
|
72440
72542
|
/*!
|
72441
|
-
* # Fomantic-UI 2.9.4-beta.
|
72543
|
+
* # Fomantic-UI 2.9.4-beta.70+6ca9e03 - Search
|
72442
72544
|
* https://github.com/fomantic/Fomantic-UI/
|
72443
72545
|
*
|
72444
72546
|
*
|
@@ -73040,7 +73142,7 @@ a.ui.nag {
|
|
73040
73142
|
Site Overrides
|
73041
73143
|
*******************************/
|
73042
73144
|
/*!
|
73043
|
-
* # Fomantic-UI 2.9.4-beta.
|
73145
|
+
* # Fomantic-UI 2.9.4-beta.70+6ca9e03 - Shape
|
73044
73146
|
* https://github.com/fomantic/Fomantic-UI/
|
73045
73147
|
*
|
73046
73148
|
*
|
@@ -73189,7 +73291,7 @@ a.ui.nag {
|
|
73189
73291
|
User Overrides
|
73190
73292
|
*******************************/
|
73191
73293
|
/*!
|
73192
|
-
* # Fomantic-UI 2.9.4-beta.
|
73294
|
+
* # Fomantic-UI 2.9.4-beta.70+6ca9e03 - Sidebar
|
73193
73295
|
* https://github.com/fomantic/Fomantic-UI/
|
73194
73296
|
*
|
73195
73297
|
*
|
@@ -73805,7 +73907,7 @@ body.pushable > .pusher {
|
|
73805
73907
|
Site Overrides
|
73806
73908
|
*******************************/
|
73807
73909
|
/*!
|
73808
|
-
* # Fomantic-UI 2.9.4-beta.
|
73910
|
+
* # Fomantic-UI 2.9.4-beta.70+6ca9e03 - Sticky
|
73809
73911
|
* https://github.com/fomantic/Fomantic-UI/
|
73810
73912
|
*
|
73811
73913
|
*
|
@@ -73874,7 +73976,7 @@ body.pushable > .pusher {
|
|
73874
73976
|
Site Overrides
|
73875
73977
|
*******************************/
|
73876
73978
|
/*!
|
73877
|
-
* # Fomantic-UI 2.9.4-beta.
|
73979
|
+
* # Fomantic-UI 2.9.4-beta.70+6ca9e03 - Tab
|
73878
73980
|
* https://github.com/fomantic/Fomantic-UI/
|
73879
73981
|
*
|
73880
73982
|
*
|
@@ -73956,7 +74058,7 @@ body.pushable > .pusher {
|
|
73956
74058
|
User Overrides
|
73957
74059
|
*******************************/
|
73958
74060
|
/*!
|
73959
|
-
* # Fomantic-UI 2.9.4-beta.
|
74061
|
+
* # Fomantic-UI 2.9.4-beta.70+6ca9e03 - Toast
|
73960
74062
|
* https://github.com/fomantic/Fomantic-UI/
|
73961
74063
|
*
|
73962
74064
|
*
|
@@ -74885,7 +74987,7 @@ body.pushable > .pusher {
|
|
74885
74987
|
User Overrides
|
74886
74988
|
*******************************/
|
74887
74989
|
/*!
|
74888
|
-
* # Fomantic-UI 2.9.4-beta.
|
74990
|
+
* # Fomantic-UI 2.9.4-beta.70+6ca9e03 - Transition
|
74889
74991
|
* https://github.com/fomantic/Fomantic-UI/
|
74890
74992
|
*
|
74891
74993
|
*
|