fomantic-ui 2.9.4-beta.6 → 2.9.4-beta.60
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 +23 -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 +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 +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 -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 +14 -5
- 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 +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 +270 -142
- package/dist/semantic.js +362 -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 +14 -14
- 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 +16 -4
- 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/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 +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 +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 +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/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 +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.60+c48cd9d
|
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.60+c48cd9d - 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.60+c48cd9d - 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.60+c48cd9d - 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.60+c48cd9d - 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.60+c48cd9d - 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.60+c48cd9d - 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.60+c48cd9d - 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.60+c48cd9d - 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.60+c48cd9d - 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.60+c48cd9d - 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.60+c48cd9d - Input
|
36280
36313
|
* https://github.com/fomantic/Fomantic-UI/
|
36281
36314
|
*
|
36282
36315
|
*
|
@@ -36304,7 +36337,7 @@ img.ui.bordered.image {
|
|
36304
36337
|
.ui.input > input {
|
36305
36338
|
margin: 0;
|
36306
36339
|
max-width: 100%;
|
36307
|
-
flex: 1
|
36340
|
+
flex: 1 1 auto;
|
36308
36341
|
outline: none;
|
36309
36342
|
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
|
36310
36343
|
text-align: left;
|
@@ -36980,7 +37013,11 @@ img.ui.bordered.image {
|
|
36980
37013
|
.ui.form .field.error > .ui.action.input:not([class*="left action"]) > input + .ui.button,
|
36981
37014
|
.ui.form .field.error > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
|
36982
37015
|
.ui.action.input.error:not([class*="left action"]) > input + .ui.button,
|
36983
|
-
.ui.right.labeled.input.error:not([class*="corner labeled"]) > input + .ui.label
|
37016
|
+
.ui.right.labeled.input.error:not([class*="corner labeled"]) > input + .ui.label,
|
37017
|
+
.ui.form .field.error > .ui.action.input:not([class*="left action"]) > textarea + .ui.button,
|
37018
|
+
.ui.form .field.error > .ui.right.labeled.input:not([class*="corner labeled"]) > textarea + .ui.label,
|
37019
|
+
.ui.action.input.error:not([class*="left action"]) > textarea + .ui.button,
|
37020
|
+
.ui.right.labeled.input.error:not([class*="corner labeled"]) > textarea + .ui.label {
|
36984
37021
|
border-right: 1px solid #e0b4b4;
|
36985
37022
|
}
|
36986
37023
|
|
@@ -37007,7 +37044,11 @@ img.ui.bordered.image {
|
|
37007
37044
|
.ui.form .field.info > .ui.action.input:not([class*="left action"]) > input + .ui.button,
|
37008
37045
|
.ui.form .field.info > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
|
37009
37046
|
.ui.action.input.info:not([class*="left action"]) > input + .ui.button,
|
37010
|
-
.ui.right.labeled.input.info:not([class*="corner labeled"]) > input + .ui.label
|
37047
|
+
.ui.right.labeled.input.info:not([class*="corner labeled"]) > input + .ui.label,
|
37048
|
+
.ui.form .field.info > .ui.action.input:not([class*="left action"]) > textarea + .ui.button,
|
37049
|
+
.ui.form .field.info > .ui.right.labeled.input:not([class*="corner labeled"]) > textarea + .ui.label,
|
37050
|
+
.ui.action.input.info:not([class*="left action"]) > textarea + .ui.button,
|
37051
|
+
.ui.right.labeled.input.info:not([class*="corner labeled"]) > textarea + .ui.label {
|
37011
37052
|
border-right: 1px solid #a9d5de;
|
37012
37053
|
}
|
37013
37054
|
|
@@ -37034,7 +37075,11 @@ img.ui.bordered.image {
|
|
37034
37075
|
.ui.form .field.success > .ui.action.input:not([class*="left action"]) > input + .ui.button,
|
37035
37076
|
.ui.form .field.success > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
|
37036
37077
|
.ui.action.input.success:not([class*="left action"]) > input + .ui.button,
|
37037
|
-
.ui.right.labeled.input.success:not([class*="corner labeled"]) > input + .ui.label
|
37078
|
+
.ui.right.labeled.input.success:not([class*="corner labeled"]) > input + .ui.label,
|
37079
|
+
.ui.form .field.success > .ui.action.input:not([class*="left action"]) > textarea + .ui.button,
|
37080
|
+
.ui.form .field.success > .ui.right.labeled.input:not([class*="corner labeled"]) > textarea + .ui.label,
|
37081
|
+
.ui.action.input.success:not([class*="left action"]) > textarea + .ui.button,
|
37082
|
+
.ui.right.labeled.input.success:not([class*="corner labeled"]) > textarea + .ui.label {
|
37038
37083
|
border-right: 1px solid #a3c293;
|
37039
37084
|
}
|
37040
37085
|
|
@@ -37061,7 +37106,11 @@ img.ui.bordered.image {
|
|
37061
37106
|
.ui.form .field.warning > .ui.action.input:not([class*="left action"]) > input + .ui.button,
|
37062
37107
|
.ui.form .field.warning > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
|
37063
37108
|
.ui.action.input.warning:not([class*="left action"]) > input + .ui.button,
|
37064
|
-
.ui.right.labeled.input.warning:not([class*="corner labeled"]) > input + .ui.label
|
37109
|
+
.ui.right.labeled.input.warning:not([class*="corner labeled"]) > input + .ui.label,
|
37110
|
+
.ui.form .field.warning > .ui.action.input:not([class*="left action"]) > textarea + .ui.button,
|
37111
|
+
.ui.form .field.warning > .ui.right.labeled.input:not([class*="corner labeled"]) > textarea + .ui.label,
|
37112
|
+
.ui.action.input.warning:not([class*="left action"]) > textarea + .ui.button,
|
37113
|
+
.ui.right.labeled.input.warning:not([class*="corner labeled"]) > textarea + .ui.label {
|
37065
37114
|
border-right: 1px solid #c9ba9b;
|
37066
37115
|
}
|
37067
37116
|
|
@@ -37090,7 +37139,8 @@ img.ui.bordered.image {
|
|
37090
37139
|
|
37091
37140
|
/* Input when ui Left */
|
37092
37141
|
|
37093
|
-
.ui[class*="left action"].input > input
|
37142
|
+
.ui[class*="left action"].input > input,
|
37143
|
+
.ui[class*="left action"].input > textarea {
|
37094
37144
|
border-top-left-radius: 0;
|
37095
37145
|
border-bottom-left-radius: 0;
|
37096
37146
|
border-left-color: transparent;
|
@@ -37098,7 +37148,8 @@ img.ui.bordered.image {
|
|
37098
37148
|
|
37099
37149
|
/* Input when ui Right */
|
37100
37150
|
|
37101
|
-
.ui.action.input:not([class*="left action"]) > input
|
37151
|
+
.ui.action.input:not([class*="left action"]) > input,
|
37152
|
+
.ui.action.input:not([class*="left action"]) > textarea {
|
37102
37153
|
border-top-right-radius: 0;
|
37103
37154
|
border-bottom-right-radius: 0;
|
37104
37155
|
border-right-color: transparent;
|
@@ -37126,11 +37177,13 @@ img.ui.bordered.image {
|
|
37126
37177
|
|
37127
37178
|
/* Input Focus */
|
37128
37179
|
|
37129
|
-
.ui.action.input:not([class*="left action"]) > input:focus
|
37180
|
+
.ui.action.input:not([class*="left action"]) > input:focus,
|
37181
|
+
.ui.action.input:not([class*="left action"]) > textarea:focus {
|
37130
37182
|
border-right-color: #85b7d9;
|
37131
37183
|
}
|
37132
37184
|
|
37133
|
-
.ui.ui[class*="left action"].input > input:focus
|
37185
|
+
.ui.ui[class*="left action"].input > input:focus,
|
37186
|
+
.ui.ui[class*="left action"].input > textarea:focus {
|
37134
37187
|
border-left-color: #85b7d9;
|
37135
37188
|
}
|
37136
37189
|
|
@@ -38156,7 +38209,7 @@ input[type="file"].ui.black.file.input::file-selector-button:hover,
|
|
38156
38209
|
Site Overrides
|
38157
38210
|
*******************************/
|
38158
38211
|
/*!
|
38159
|
-
* # Fomantic-UI 2.9.4-beta.
|
38212
|
+
* # Fomantic-UI 2.9.4-beta.60+c48cd9d - Label
|
38160
38213
|
* https://github.com/fomantic/Fomantic-UI/
|
38161
38214
|
*
|
38162
38215
|
*
|
@@ -40562,7 +40615,7 @@ a.ui.ui.ui.inverted.basic.black.label:hover {
|
|
40562
40615
|
Site Overrides
|
40563
40616
|
*******************************/
|
40564
40617
|
/*!
|
40565
|
-
* # Fomantic-UI 2.9.4-beta.
|
40618
|
+
* # Fomantic-UI 2.9.4-beta.60+c48cd9d - List
|
40566
40619
|
* https://github.com/fomantic/Fomantic-UI/
|
40567
40620
|
*
|
40568
40621
|
*
|
@@ -41662,7 +41715,7 @@ ol.ui.suffixed.list li::before,
|
|
41662
41715
|
Site Overrides
|
41663
41716
|
*******************************/
|
41664
41717
|
/*!
|
41665
|
-
* # Fomantic-UI 2.9.4-beta.
|
41718
|
+
* # Fomantic-UI 2.9.4-beta.60+c48cd9d - Loader
|
41666
41719
|
* https://github.com/fomantic/Fomantic-UI/
|
41667
41720
|
*
|
41668
41721
|
*
|
@@ -42530,7 +42583,7 @@ ol.ui.suffixed.list li::before,
|
|
42530
42583
|
Site Overrides
|
42531
42584
|
*******************************/
|
42532
42585
|
/*!
|
42533
|
-
* # Fomantic-UI 2.9.4-beta.
|
42586
|
+
* # Fomantic-UI 2.9.4-beta.60+c48cd9d - Placeholder
|
42534
42587
|
* https://github.com/fomantic/Fomantic-UI/
|
42535
42588
|
*
|
42536
42589
|
*
|
@@ -42801,7 +42854,7 @@ ol.ui.suffixed.list li::before,
|
|
42801
42854
|
Site Overrides
|
42802
42855
|
*******************************/
|
42803
42856
|
/*!
|
42804
|
-
* # Fomantic-UI 2.9.4-beta.
|
42857
|
+
* # Fomantic-UI 2.9.4-beta.60+c48cd9d - Rail
|
42805
42858
|
* https://github.com/fomantic/Fomantic-UI/
|
42806
42859
|
*
|
42807
42860
|
*
|
@@ -42963,7 +43016,7 @@ ol.ui.suffixed.list li::before,
|
|
42963
43016
|
Site Overrides
|
42964
43017
|
*******************************/
|
42965
43018
|
/*!
|
42966
|
-
* # Fomantic-UI 2.9.4-beta.
|
43019
|
+
* # Fomantic-UI 2.9.4-beta.60+c48cd9d - Reveal
|
42967
43020
|
* https://github.com/fomantic/Fomantic-UI/
|
42968
43021
|
*
|
42969
43022
|
*
|
@@ -43274,7 +43327,7 @@ ol.ui.suffixed.list li::before,
|
|
43274
43327
|
Site Overrides
|
43275
43328
|
*******************************/
|
43276
43329
|
/*!
|
43277
|
-
* # Fomantic-UI 2.9.4-beta.
|
43330
|
+
* # Fomantic-UI 2.9.4-beta.60+c48cd9d - Segment
|
43278
43331
|
* https://github.com/fomantic/Fomantic-UI/
|
43279
43332
|
*
|
43280
43333
|
*
|
@@ -44513,7 +44566,7 @@ ol.ui.suffixed.list li::before,
|
|
44513
44566
|
Site Overrides
|
44514
44567
|
*******************************/
|
44515
44568
|
/*!
|
44516
|
-
* # Fomantic-UI 2.9.4-beta.
|
44569
|
+
* # Fomantic-UI 2.9.4-beta.60+c48cd9d - Step
|
44517
44570
|
* https://github.com/fomantic/Fomantic-UI/
|
44518
44571
|
*
|
44519
44572
|
*
|
@@ -45221,7 +45274,7 @@ ol.ui.suffixed.list li::before,
|
|
45221
45274
|
Site Overrides
|
45222
45275
|
*******************************/
|
45223
45276
|
/*!
|
45224
|
-
* # Fomantic-UI 2.9.4-beta.
|
45277
|
+
* # Fomantic-UI 2.9.4-beta.60+c48cd9d - Text
|
45225
45278
|
* https://github.com/fomantic/Fomantic-UI/
|
45226
45279
|
*
|
45227
45280
|
*
|
@@ -45420,7 +45473,7 @@ span.ui.massive.text {
|
|
45420
45473
|
Site Overrides
|
45421
45474
|
*******************************/
|
45422
45475
|
/*!
|
45423
|
-
* # Fomantic-UI 2.9.4-beta.
|
45476
|
+
* # Fomantic-UI 2.9.4-beta.60+c48cd9d - Breadcrumb
|
45424
45477
|
* https://github.com/fomantic/Fomantic-UI/
|
45425
45478
|
*
|
45426
45479
|
*
|
@@ -45565,7 +45618,7 @@ span.ui.massive.text {
|
|
45565
45618
|
Site Overrides
|
45566
45619
|
*******************************/
|
45567
45620
|
/*!
|
45568
|
-
* # Fomantic-UI 2.9.4-beta.
|
45621
|
+
* # Fomantic-UI 2.9.4-beta.60+c48cd9d - Form
|
45569
45622
|
* https://github.com/fomantic/Fomantic-UI/
|
45570
45623
|
*
|
45571
45624
|
*
|
@@ -45724,6 +45777,12 @@ span.ui.massive.text {
|
|
45724
45777
|
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";
|
45725
45778
|
line-height: 1.2857;
|
45726
45779
|
resize: vertical;
|
45780
|
+
min-height: 2.99992857em;
|
45781
|
+
}
|
45782
|
+
|
45783
|
+
.ui.input > textarea {
|
45784
|
+
flex: 1 1 auto;
|
45785
|
+
max-width: 100%;
|
45727
45786
|
}
|
45728
45787
|
|
45729
45788
|
.ui.form textarea:not([rows]) {
|
@@ -45861,8 +45920,10 @@ span.ui.massive.text {
|
|
45861
45920
|
/* Auto Input */
|
45862
45921
|
|
45863
45922
|
.ui.form .fields .field .ui.input input,
|
45864
|
-
.ui.form .field .ui.input
|
45865
|
-
|
45923
|
+
.ui.form .fields .field .ui.input textarea,
|
45924
|
+
.ui.form .field .ui.input input,
|
45925
|
+
.ui.form .field .ui.input textarea {
|
45926
|
+
width: 100%;
|
45866
45927
|
}
|
45867
45928
|
|
45868
45929
|
/* Full Width Input */
|
@@ -46039,7 +46100,8 @@ span.ui.massive.text {
|
|
46039
46100
|
.ui.form .ui.action.input:not([class*="left action"]) input[type="text"]:focus,
|
46040
46101
|
.ui.form .ui.action.input:not([class*="left action"]) input[type="file"]:focus,
|
46041
46102
|
.ui.form .ui.action.input:not([class*="left action"]) input[type="url"]:focus,
|
46042
|
-
.ui.form .ui.action.input:not([class*="left action"]) input[type="week"]:focus
|
46103
|
+
.ui.form .ui.action.input:not([class*="left action"]) input[type="week"]:focus,
|
46104
|
+
.ui.form .ui.action.input:not([class*="left action"]) textarea:focus {
|
46043
46105
|
border-top-right-radius: 0;
|
46044
46106
|
border-bottom-right-radius: 0;
|
46045
46107
|
}
|
@@ -46058,7 +46120,8 @@ span.ui.massive.text {
|
|
46058
46120
|
.ui.form .ui[class*="left action"].input input[type="text"],
|
46059
46121
|
.ui.form .ui[class*="left action"].input input[type="file"],
|
46060
46122
|
.ui.form .ui[class*="left action"].input input[type="url"],
|
46061
|
-
.ui.form .ui[class*="left action"].input input[type="week"]
|
46123
|
+
.ui.form .ui[class*="left action"].input input[type="week"],
|
46124
|
+
.ui.form .ui[class*="left action"].input textarea {
|
46062
46125
|
border-bottom-left-radius: 0;
|
46063
46126
|
border-top-left-radius: 0;
|
46064
46127
|
}
|
@@ -46248,6 +46311,7 @@ span.ui.massive.text {
|
|
46248
46311
|
color: #e7bdbc;
|
46249
46312
|
}
|
46250
46313
|
|
46314
|
+
.ui.form .error .ui.dropdown > .default.text,
|
46251
46315
|
.ui.form .error ::placeholder {
|
46252
46316
|
color: #e7bdbc;
|
46253
46317
|
}
|
@@ -46264,6 +46328,7 @@ span.ui.massive.text {
|
|
46264
46328
|
color: #da9796;
|
46265
46329
|
}
|
46266
46330
|
|
46331
|
+
.ui.form .error .ui.dropdown > input:focus ~ .default.text,
|
46267
46332
|
.ui.form .error :focus::placeholder {
|
46268
46333
|
color: #da9796;
|
46269
46334
|
}
|
@@ -46516,6 +46581,7 @@ span.ui.massive.text {
|
|
46516
46581
|
color: #98cfe1;
|
46517
46582
|
}
|
46518
46583
|
|
46584
|
+
.ui.form .info .ui.dropdown > .default.text,
|
46519
46585
|
.ui.form .info ::placeholder {
|
46520
46586
|
color: #98cfe1;
|
46521
46587
|
}
|
@@ -46532,6 +46598,7 @@ span.ui.massive.text {
|
|
46532
46598
|
color: #70bdd6;
|
46533
46599
|
}
|
46534
46600
|
|
46601
|
+
.ui.form .info .ui.dropdown > input:focus ~ .default.text,
|
46535
46602
|
.ui.form .info :focus::placeholder {
|
46536
46603
|
color: #70bdd6;
|
46537
46604
|
}
|
@@ -46784,6 +46851,7 @@ span.ui.massive.text {
|
|
46784
46851
|
color: #8fcf90;
|
46785
46852
|
}
|
46786
46853
|
|
46854
|
+
.ui.form .success .ui.dropdown > .default.text,
|
46787
46855
|
.ui.form .success ::placeholder {
|
46788
46856
|
color: #8fcf90;
|
46789
46857
|
}
|
@@ -46800,6 +46868,7 @@ span.ui.massive.text {
|
|
46800
46868
|
color: #6cbf6d;
|
46801
46869
|
}
|
46802
46870
|
|
46871
|
+
.ui.form .success .ui.dropdown > input:focus ~ .default.text,
|
46803
46872
|
.ui.form .success :focus::placeholder {
|
46804
46873
|
color: #6cbf6d;
|
46805
46874
|
}
|
@@ -47052,6 +47121,7 @@ span.ui.massive.text {
|
|
47052
47121
|
color: #edad3e;
|
47053
47122
|
}
|
47054
47123
|
|
47124
|
+
.ui.form .warning .ui.dropdown > .default.text,
|
47055
47125
|
.ui.form .warning ::placeholder {
|
47056
47126
|
color: #edad3e;
|
47057
47127
|
}
|
@@ -47068,6 +47138,7 @@ span.ui.massive.text {
|
|
47068
47138
|
color: #e39715;
|
47069
47139
|
}
|
47070
47140
|
|
47141
|
+
.ui.form .warning .ui.dropdown > input:focus ~ .default.text,
|
47071
47142
|
.ui.form .warning :focus::placeholder {
|
47072
47143
|
color: #e39715;
|
47073
47144
|
}
|
@@ -47277,6 +47348,7 @@ span.ui.massive.text {
|
|
47277
47348
|
.ui.form .inverted.segment label,
|
47278
47349
|
.ui.form .inverted.segment .ui.checkbox label,
|
47279
47350
|
.ui.inverted.form .ui.checkbox label,
|
47351
|
+
.ui.inverted.form .grouped.fields > label,
|
47280
47352
|
.ui.inverted.form .inline.fields > label,
|
47281
47353
|
.ui.inverted.form .inline.fields .field > label,
|
47282
47354
|
.ui.inverted.form .inline.fields .field > p,
|
@@ -47663,7 +47735,7 @@ span.ui.massive.text {
|
|
47663
47735
|
Site Overrides
|
47664
47736
|
*******************************/
|
47665
47737
|
/*!
|
47666
|
-
* # Fomantic-UI 2.9.4-beta.
|
47738
|
+
* # Fomantic-UI 2.9.4-beta.60+c48cd9d - Grid
|
47667
47739
|
* https://github.com/fomantic/Fomantic-UI/
|
47668
47740
|
*
|
47669
47741
|
*
|
@@ -49650,10 +49722,10 @@ span.ui.massive.text {
|
|
49650
49722
|
border-top: none !important;
|
49651
49723
|
}
|
49652
49724
|
|
49653
|
-
.ui.inverted.stackable.celled.grid > .column:not(.row),
|
49654
|
-
.ui.inverted.stackable.divided.grid > .column:not(.row),
|
49655
|
-
.ui.inverted.stackable.celled.grid > .row > .column,
|
49656
|
-
.ui.inverted.stackable.divided.grid > .row > .column {
|
49725
|
+
.ui.ui.inverted.stackable.celled.grid > .column:not(.row),
|
49726
|
+
.ui.ui.inverted.stackable.divided.grid > .column:not(.row),
|
49727
|
+
.ui.ui.inverted.stackable.celled.grid > .row > .column,
|
49728
|
+
.ui.ui.inverted.stackable.divided.grid > .row > .column {
|
49657
49729
|
border-top: 1px solid rgba(255, 255, 255, 0.1);
|
49658
49730
|
}
|
49659
49731
|
|
@@ -49927,7 +49999,7 @@ span.ui.massive.text {
|
|
49927
49999
|
Site Overrides
|
49928
50000
|
*******************************/
|
49929
50001
|
/*!
|
49930
|
-
* # Fomantic-UI 2.9.4-beta.
|
50002
|
+
* # Fomantic-UI 2.9.4-beta.60+c48cd9d - Menu
|
49931
50003
|
* https://github.com/fomantic/Fomantic-UI/
|
49932
50004
|
*
|
49933
50005
|
*
|
@@ -52429,7 +52501,7 @@ Floated Menu / Item
|
|
52429
52501
|
Site Overrides
|
52430
52502
|
*******************************/
|
52431
52503
|
/*!
|
52432
|
-
* # Fomantic-UI 2.9.4-beta.
|
52504
|
+
* # Fomantic-UI 2.9.4-beta.60+c48cd9d - Message
|
52433
52505
|
* https://github.com/fomantic/Fomantic-UI/
|
52434
52506
|
*
|
52435
52507
|
*
|
@@ -52633,6 +52705,7 @@ Floated Menu / Item
|
|
52633
52705
|
|
52634
52706
|
.ui.compact.message {
|
52635
52707
|
display: inline-block;
|
52708
|
+
max-width: 100%;
|
52636
52709
|
}
|
52637
52710
|
|
52638
52711
|
.ui.compact.icon.message {
|
@@ -53173,7 +53246,7 @@ Floated Menu / Item
|
|
53173
53246
|
Site Overrides
|
53174
53247
|
*******************************/
|
53175
53248
|
/*!
|
53176
|
-
* # Fomantic-UI 2.9.4-beta.
|
53249
|
+
* # Fomantic-UI 2.9.4-beta.60+c48cd9d - Table
|
53177
53250
|
* https://github.com/fomantic/Fomantic-UI/
|
53178
53251
|
*
|
53179
53252
|
*
|
@@ -53295,18 +53368,18 @@ Floated Menu / Item
|
|
53295
53368
|
border-left: none;
|
53296
53369
|
}
|
53297
53370
|
|
53298
|
-
.ui.table > tfoot > tr:
|
53299
|
-
.ui.table > tfoot > tr:
|
53371
|
+
.ui.table > tfoot > tr:last-child > th:first-child,
|
53372
|
+
.ui.table > tfoot > tr:last-child > td:first-child {
|
53300
53373
|
border-radius: 0 0 0 0.28571429rem;
|
53301
53374
|
}
|
53302
53375
|
|
53303
|
-
.ui.table > tfoot > tr:
|
53304
|
-
.ui.table > tfoot > tr:
|
53376
|
+
.ui.table > tfoot > tr:last-child > th:last-child,
|
53377
|
+
.ui.table > tfoot > tr:last-child > td:last-child {
|
53305
53378
|
border-radius: 0 0 0.28571429rem 0;
|
53306
53379
|
}
|
53307
53380
|
|
53308
|
-
.ui.table > tfoot > tr:
|
53309
|
-
.ui.table > tfoot > tr:
|
53381
|
+
.ui.table > tfoot > tr:last-child > th:only-child,
|
53382
|
+
.ui.table > tfoot > tr:last-child > td:only-child {
|
53310
53383
|
border-radius: 0 0 0.28571429rem 0.28571429rem;
|
53311
53384
|
}
|
53312
53385
|
|
@@ -53870,8 +53943,6 @@ Floated Menu / Item
|
|
53870
53943
|
overflow-y: scroll;
|
53871
53944
|
-ms-scroll-chaining: none;
|
53872
53945
|
overscroll-behavior: none;
|
53873
|
-
scrollbar-width: thin;
|
53874
|
-
/* Firefox */
|
53875
53946
|
}
|
53876
53947
|
|
53877
53948
|
.ui.scrolling.table > thead > tr,
|
@@ -53882,6 +53953,14 @@ Floated Menu / Item
|
|
53882
53953
|
width: 100%;
|
53883
53954
|
}
|
53884
53955
|
|
53956
|
+
@supports (-moz-appearance: none) {
|
53957
|
+
.ui.scrolling.table > thead,
|
53958
|
+
.ui.scrolling.table > tfoot,
|
53959
|
+
.ui.scrolling.table > tbody {
|
53960
|
+
scrollbar-width: thin;
|
53961
|
+
}
|
53962
|
+
}
|
53963
|
+
|
53885
53964
|
/* Camouflage scrollbars, we need them only to gain the same width as tbody */
|
53886
53965
|
|
53887
53966
|
.ui.scrolling.table > thead {
|
@@ -53912,20 +53991,24 @@ Floated Menu / Item
|
|
53912
53991
|
border-radius: 0.28571429rem;
|
53913
53992
|
}
|
53914
53993
|
|
53915
|
-
|
53916
|
-
|
53917
|
-
.ui.scrolling.table >
|
53918
|
-
|
53919
|
-
|
53920
|
-
scrollbar-face-color: currentColor;
|
53921
|
-
scrollbar-shadow-color: currentColor;
|
53922
|
-
scrollbar-track-color: currentColor;
|
53923
|
-
scrollbar-arrow-color: currentColor;
|
53994
|
+
@supports (-moz-appearance: none) {
|
53995
|
+
.ui.scrolling.table > thead,
|
53996
|
+
.ui.scrolling.table > tfoot {
|
53997
|
+
scrollbar-color: currentColor currentColor;
|
53998
|
+
}
|
53924
53999
|
}
|
53925
54000
|
|
53926
54001
|
/* IE scrollbar color needs hex values */
|
53927
54002
|
|
53928
54003
|
@media all and (-ms-high-contrast: none) {
|
54004
|
+
.ui.scrolling.table > thead,
|
54005
|
+
.ui.scrolling.table > tfoot {
|
54006
|
+
scrollbar-face-color: currentColor;
|
54007
|
+
scrollbar-shadow-color: currentColor;
|
54008
|
+
scrollbar-track-color: currentColor;
|
54009
|
+
scrollbar-arrow-color: currentColor;
|
54010
|
+
}
|
54011
|
+
|
53929
54012
|
.ui.scrolling.table > thead {
|
53930
54013
|
color: #f9fafb;
|
53931
54014
|
}
|
@@ -53965,8 +54048,13 @@ Floated Menu / Item
|
|
53965
54048
|
scrollbar-shadow-color: #656565;
|
53966
54049
|
scrollbar-track-color: #323232;
|
53967
54050
|
scrollbar-arrow-color: #323232;
|
53968
|
-
|
53969
|
-
|
54051
|
+
}
|
54052
|
+
|
54053
|
+
@supports (-moz-appearance: none) {
|
54054
|
+
.ui.inverted.scrolling.table > tbody {
|
54055
|
+
/* firefox: first color thumb, second track */
|
54056
|
+
scrollbar-color: rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.1);
|
54057
|
+
}
|
53970
54058
|
}
|
53971
54059
|
|
53972
54060
|
.ui.resizable.scrolling.table > tbody {
|
@@ -57269,7 +57357,7 @@ Floated Menu / Item
|
|
57269
57357
|
Site Overrides
|
57270
57358
|
*******************************/
|
57271
57359
|
/*!
|
57272
|
-
* # Fomantic-UI 2.9.4-beta.
|
57360
|
+
* # Fomantic-UI 2.9.4-beta.60+c48cd9d - Ad
|
57273
57361
|
* https://github.com/fomantic/Fomantic-UI/
|
57274
57362
|
*
|
57275
57363
|
*
|
@@ -57557,7 +57645,7 @@ Floated Menu / Item
|
|
57557
57645
|
Site Overrides
|
57558
57646
|
*******************************/
|
57559
57647
|
/*!
|
57560
|
-
* # Fomantic-UI 2.9.4-beta.
|
57648
|
+
* # Fomantic-UI 2.9.4-beta.60+c48cd9d - Card
|
57561
57649
|
* https://github.com/fomantic/Fomantic-UI/
|
57562
57650
|
*
|
57563
57651
|
*
|
@@ -59705,7 +59793,7 @@ a.inverted.ui.card:hover,
|
|
59705
59793
|
Site Overrides
|
59706
59794
|
*******************************/
|
59707
59795
|
/*!
|
59708
|
-
* # Fomantic-UI 2.9.4-beta.
|
59796
|
+
* # Fomantic-UI 2.9.4-beta.60+c48cd9d - Comment
|
59709
59797
|
* https://github.com/fomantic/Fomantic-UI/
|
59710
59798
|
*
|
59711
59799
|
*
|
@@ -60022,7 +60110,7 @@ a.inverted.ui.card:hover,
|
|
60022
60110
|
Site Overrides
|
60023
60111
|
*******************************/
|
60024
60112
|
/*!
|
60025
|
-
* # Fomantic-UI 2.9.4-beta.
|
60113
|
+
* # Fomantic-UI 2.9.4-beta.60+c48cd9d - Feed
|
60026
60114
|
* https://github.com/fomantic/Fomantic-UI/
|
60027
60115
|
*
|
60028
60116
|
*
|
@@ -60487,6 +60575,19 @@ a.inverted.ui.card:hover,
|
|
60487
60575
|
color: rgba(255, 255, 255, 0.7);
|
60488
60576
|
}
|
60489
60577
|
|
60578
|
+
/* Action */
|
60579
|
+
|
60580
|
+
.ui.inverted.feed > .event > .content .meta a,
|
60581
|
+
.ui.inverted.feed > .event > .content .meta > i.icon {
|
60582
|
+
color: rgba(255, 255, 255, 0.7);
|
60583
|
+
}
|
60584
|
+
|
60585
|
+
.ui.inverted.feed > .event > .content .meta a:hover,
|
60586
|
+
.ui.inverted.feed > .event > .content .meta a:hover i.icon,
|
60587
|
+
.ui.inverted.feed > .event > .content .meta > i.icon:hover {
|
60588
|
+
color: #ffffff;
|
60589
|
+
}
|
60590
|
+
|
60490
60591
|
/* --------------
|
60491
60592
|
Colors
|
60492
60593
|
--------------- */
|
@@ -60961,7 +61062,7 @@ a.inverted.ui.card:hover,
|
|
60961
61062
|
Site Overrides
|
60962
61063
|
*******************************/
|
60963
61064
|
/*!
|
60964
|
-
* # Fomantic-UI 2.9.4-beta.
|
61065
|
+
* # Fomantic-UI 2.9.4-beta.60+c48cd9d - Item
|
60965
61066
|
* https://github.com/fomantic/Fomantic-UI/
|
60966
61067
|
*
|
60967
61068
|
*
|
@@ -61578,7 +61679,7 @@ a.inverted.ui.card:hover,
|
|
61578
61679
|
Site Overrides
|
61579
61680
|
*******************************/
|
61580
61681
|
/*!
|
61581
|
-
* # Fomantic-UI 2.9.4-beta.
|
61682
|
+
* # Fomantic-UI 2.9.4-beta.60+c48cd9d - Statistic
|
61582
61683
|
* https://github.com/fomantic/Fomantic-UI/
|
61583
61684
|
*
|
61584
61685
|
*
|
@@ -62256,7 +62357,7 @@ a.inverted.ui.card:hover,
|
|
62256
62357
|
Site Overrides
|
62257
62358
|
*******************************/
|
62258
62359
|
/*!
|
62259
|
-
* # Fomantic-UI 2.9.4-beta.
|
62360
|
+
* # Fomantic-UI 2.9.4-beta.60+c48cd9d - Accordion
|
62260
62361
|
* https://github.com/fomantic/Fomantic-UI/
|
62261
62362
|
*
|
62262
62363
|
*
|
@@ -62663,7 +62764,7 @@ a.inverted.ui.card:hover,
|
|
62663
62764
|
User Overrides
|
62664
62765
|
*******************************/
|
62665
62766
|
/*!
|
62666
|
-
* # Fomantic-UI 2.9.4-beta.
|
62767
|
+
* # Fomantic-UI 2.9.4-beta.60+c48cd9d - Calendar
|
62667
62768
|
* https://github.com/fomantic/Fomantic-UI/
|
62668
62769
|
*
|
62669
62770
|
*
|
@@ -63052,7 +63153,7 @@ a.inverted.ui.card:hover,
|
|
63052
63153
|
User Overrides
|
63053
63154
|
*******************************/
|
63054
63155
|
/*!
|
63055
|
-
* # Fomantic-UI 2.9.4-beta.
|
63156
|
+
* # Fomantic-UI 2.9.4-beta.60+c48cd9d - Checkbox
|
63056
63157
|
* https://github.com/fomantic/Fomantic-UI/
|
63057
63158
|
*
|
63058
63159
|
*
|
@@ -63953,7 +64054,7 @@ a.inverted.ui.card:hover,
|
|
63953
64054
|
Site Overrides
|
63954
64055
|
*******************************/
|
63955
64056
|
/*!
|
63956
|
-
* # Fomantic-UI 2.9.4-beta.
|
64057
|
+
* # Fomantic-UI 2.9.4-beta.60+c48cd9d - Dimmer
|
63957
64058
|
* https://github.com/fomantic/Fomantic-UI/
|
63958
64059
|
*
|
63959
64060
|
*
|
@@ -64035,8 +64136,13 @@ a.inverted.ui.card:hover,
|
|
64035
64136
|
scrollbar-shadow-color: #656565;
|
64036
64137
|
scrollbar-track-color: #323232;
|
64037
64138
|
scrollbar-arrow-color: #323232;
|
64038
|
-
|
64039
|
-
|
64139
|
+
}
|
64140
|
+
|
64141
|
+
@supports (-moz-appearance: none) {
|
64142
|
+
.ui.dimmer:not(.inverted) {
|
64143
|
+
/* firefox: first color thumb, second track */
|
64144
|
+
scrollbar-color: rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.1);
|
64145
|
+
}
|
64040
64146
|
}
|
64041
64147
|
|
64042
64148
|
/*******************************
|
@@ -64359,7 +64465,7 @@ body.dimmable > .dimmer {
|
|
64359
64465
|
User Overrides
|
64360
64466
|
*******************************/
|
64361
64467
|
/*!
|
64362
|
-
* # Fomantic-UI 2.9.4-beta.
|
64468
|
+
* # Fomantic-UI 2.9.4-beta.60+c48cd9d - Dropdown
|
64363
64469
|
* https://github.com/fomantic/Fomantic-UI/
|
64364
64470
|
*
|
64365
64471
|
*
|
@@ -64848,11 +64954,11 @@ select.ui.dropdown {
|
|
64848
64954
|
}
|
64849
64955
|
|
64850
64956
|
@media only screen and (max-width: 767.98px) {
|
64851
|
-
.ui.selection.dropdown.short .menu {
|
64957
|
+
.ui.ui.selection.dropdown.short .menu {
|
64852
64958
|
max-height: 6.01071429rem;
|
64853
64959
|
}
|
64854
64960
|
|
64855
|
-
.ui.selection.dropdown[class*="very short"] .menu {
|
64961
|
+
.ui.ui.selection.dropdown[class*="very short"] .menu {
|
64856
64962
|
max-height: 4.00714286rem;
|
64857
64963
|
}
|
64858
64964
|
|
@@ -64860,21 +64966,21 @@ select.ui.dropdown {
|
|
64860
64966
|
max-height: 8.01428571rem;
|
64861
64967
|
}
|
64862
64968
|
|
64863
|
-
.ui.selection.dropdown.long .menu {
|
64969
|
+
.ui.ui.selection.dropdown.long .menu {
|
64864
64970
|
max-height: 16.02857143rem;
|
64865
64971
|
}
|
64866
64972
|
|
64867
|
-
.ui.selection.dropdown[class*="very long"] .menu {
|
64973
|
+
.ui.ui.selection.dropdown[class*="very long"] .menu {
|
64868
64974
|
max-height: 24.04285714rem;
|
64869
64975
|
}
|
64870
64976
|
}
|
64871
64977
|
|
64872
64978
|
@media only screen and (min-width: 768px) {
|
64873
|
-
.ui.selection.dropdown.short .menu {
|
64979
|
+
.ui.ui.selection.dropdown.short .menu {
|
64874
64980
|
max-height: 8.01428571rem;
|
64875
64981
|
}
|
64876
64982
|
|
64877
|
-
.ui.selection.dropdown[class*="very short"] .menu {
|
64983
|
+
.ui.ui.selection.dropdown[class*="very short"] .menu {
|
64878
64984
|
max-height: 5.34285714rem;
|
64879
64985
|
}
|
64880
64986
|
|
@@ -64882,21 +64988,21 @@ select.ui.dropdown {
|
|
64882
64988
|
max-height: 10.68571429rem;
|
64883
64989
|
}
|
64884
64990
|
|
64885
|
-
.ui.selection.dropdown.long .menu {
|
64991
|
+
.ui.ui.selection.dropdown.long .menu {
|
64886
64992
|
max-height: 21.37142857rem;
|
64887
64993
|
}
|
64888
64994
|
|
64889
|
-
.ui.selection.dropdown[class*="very long"] .menu {
|
64995
|
+
.ui.ui.selection.dropdown[class*="very long"] .menu {
|
64890
64996
|
max-height: 32.05714286rem;
|
64891
64997
|
}
|
64892
64998
|
}
|
64893
64999
|
|
64894
65000
|
@media only screen and (min-width: 992px) {
|
64895
|
-
.ui.selection.dropdown.short .menu {
|
65001
|
+
.ui.ui.selection.dropdown.short .menu {
|
64896
65002
|
max-height: 12.02142857rem;
|
64897
65003
|
}
|
64898
65004
|
|
64899
|
-
.ui.selection.dropdown[class*="very short"] .menu {
|
65005
|
+
.ui.ui.selection.dropdown[class*="very short"] .menu {
|
64900
65006
|
max-height: 8.01428571rem;
|
64901
65007
|
}
|
64902
65008
|
|
@@ -64904,21 +65010,21 @@ select.ui.dropdown {
|
|
64904
65010
|
max-height: 16.02857143rem;
|
64905
65011
|
}
|
64906
65012
|
|
64907
|
-
.ui.selection.dropdown.long .menu {
|
65013
|
+
.ui.ui.selection.dropdown.long .menu {
|
64908
65014
|
max-height: 32.05714286rem;
|
64909
65015
|
}
|
64910
65016
|
|
64911
|
-
.ui.selection.dropdown[class*="very long"] .menu {
|
65017
|
+
.ui.ui.selection.dropdown[class*="very long"] .menu {
|
64912
65018
|
max-height: 48.08571429rem;
|
64913
65019
|
}
|
64914
65020
|
}
|
64915
65021
|
|
64916
65022
|
@media only screen and (min-width: 1920px) {
|
64917
|
-
.ui.selection.dropdown.short .menu {
|
65023
|
+
.ui.ui.selection.dropdown.short .menu {
|
64918
65024
|
max-height: 16.02857143rem;
|
64919
65025
|
}
|
64920
65026
|
|
64921
|
-
.ui.selection.dropdown[class*="very short"] .menu {
|
65027
|
+
.ui.ui.selection.dropdown[class*="very short"] .menu {
|
64922
65028
|
max-height: 10.68571429rem;
|
64923
65029
|
}
|
64924
65030
|
|
@@ -64926,11 +65032,11 @@ select.ui.dropdown {
|
|
64926
65032
|
max-height: 21.37142857rem;
|
64927
65033
|
}
|
64928
65034
|
|
64929
|
-
.ui.selection.dropdown.long .menu {
|
65035
|
+
.ui.ui.selection.dropdown.long .menu {
|
64930
65036
|
max-height: 42.74285714rem;
|
64931
65037
|
}
|
64932
65038
|
|
64933
|
-
.ui.selection.dropdown[class*="very long"] .menu {
|
65039
|
+
.ui.ui.selection.dropdown[class*="very long"] .menu {
|
64934
65040
|
max-height: 64.11428571rem;
|
64935
65041
|
}
|
64936
65042
|
}
|
@@ -65047,7 +65153,7 @@ select.ui.dropdown {
|
|
65047
65153
|
/* CSS specific to iOS devices or firefox mobile only */
|
65048
65154
|
|
65049
65155
|
@supports (-webkit-touch-callout: none) or (-moz-appearance: none) {
|
65050
|
-
@media (-moz-touch-enabled), (pointer: coarse) {
|
65156
|
+
@media (-moz-touch-enabled), (pointer: coarse) {
|
65051
65157
|
.ui.dropdown .scrollhint.menu:not(.hidden)::before {
|
65052
65158
|
animation: scrollhint 2s ease 2;
|
65053
65159
|
content: "";
|
@@ -65078,7 +65184,7 @@ select.ui.dropdown {
|
|
65078
65184
|
top: 0;
|
65079
65185
|
}
|
65080
65186
|
}
|
65081
|
-
}
|
65187
|
+
}
|
65082
65188
|
}
|
65083
65189
|
|
65084
65190
|
/* --------------
|
@@ -65156,7 +65262,7 @@ select.ui.dropdown {
|
|
65156
65262
|
}
|
65157
65263
|
|
65158
65264
|
.ui.active.search.dropdown input.search:focus + .text {
|
65159
|
-
color: rgba(115, 115, 115, 0.87)
|
65265
|
+
color: rgba(115, 115, 115, 0.87);
|
65160
65266
|
}
|
65161
65267
|
|
65162
65268
|
.ui.search.dropdown.button > span.sizer {
|
@@ -65220,14 +65326,14 @@ select.ui.dropdown {
|
|
65220
65326
|
right: 2.2em;
|
65221
65327
|
}
|
65222
65328
|
|
65223
|
-
.ui.clearable.dropdown .text,
|
65224
|
-
.ui.clearable.dropdown
|
65329
|
+
.ui.clearable.dropdown .text:not(.default),
|
65330
|
+
.ui.clearable.dropdown:not(.search) > .ui.label:last-of-type {
|
65225
65331
|
margin-right: 1.5em;
|
65226
65332
|
}
|
65227
65333
|
|
65228
65334
|
.ui.dropdown select.noselection ~ .remove.icon,
|
65229
65335
|
.ui.dropdown input[value=""] ~ .remove.icon,
|
65230
|
-
.ui.dropdown input:not([value]) ~ .remove.icon,
|
65336
|
+
.ui.dropdown input:not([value]):not(.search) ~ .remove.icon,
|
65231
65337
|
.ui.dropdown.loading > .remove.icon {
|
65232
65338
|
display: none;
|
65233
65339
|
}
|
@@ -65345,6 +65451,10 @@ select.ui.dropdown {
|
|
65345
65451
|
line-height: 1.21428571em;
|
65346
65452
|
}
|
65347
65453
|
|
65454
|
+
.ui.multiple.search.dropdown > .text.default {
|
65455
|
+
z-index: -1;
|
65456
|
+
}
|
65457
|
+
|
65348
65458
|
.ui.multiple.search.dropdown > .label ~ .text {
|
65349
65459
|
display: none;
|
65350
65460
|
}
|
@@ -66425,38 +66535,38 @@ select.ui.dropdown {
|
|
66425
66535
|
font-size: 1rem;
|
66426
66536
|
}
|
66427
66537
|
|
66428
|
-
.ui.mini.dropdown,
|
66429
|
-
.ui.mini.dropdown .menu > .item {
|
66538
|
+
.ui.ui.mini.dropdown,
|
66539
|
+
.ui.ui.mini.dropdown .menu > .item {
|
66430
66540
|
font-size: 0.78571429rem;
|
66431
66541
|
}
|
66432
66542
|
|
66433
|
-
.ui.tiny.dropdown,
|
66434
|
-
.ui.tiny.dropdown .menu > .item {
|
66543
|
+
.ui.ui.tiny.dropdown,
|
66544
|
+
.ui.ui.tiny.dropdown .menu > .item {
|
66435
66545
|
font-size: 0.85714286rem;
|
66436
66546
|
}
|
66437
66547
|
|
66438
|
-
.ui.small.dropdown,
|
66439
|
-
.ui.small.dropdown .menu > .item {
|
66548
|
+
.ui.ui.small.dropdown,
|
66549
|
+
.ui.ui.small.dropdown .menu > .item {
|
66440
66550
|
font-size: 0.92857143rem;
|
66441
66551
|
}
|
66442
66552
|
|
66443
|
-
.ui.large.dropdown,
|
66444
|
-
.ui.large.dropdown .menu > .item {
|
66553
|
+
.ui.ui.large.dropdown,
|
66554
|
+
.ui.ui.large.dropdown .menu > .item {
|
66445
66555
|
font-size: 1.14285714rem;
|
66446
66556
|
}
|
66447
66557
|
|
66448
|
-
.ui.big.dropdown,
|
66449
|
-
.ui.big.dropdown .menu > .item {
|
66558
|
+
.ui.ui.big.dropdown,
|
66559
|
+
.ui.ui.big.dropdown .menu > .item {
|
66450
66560
|
font-size: 1.28571429rem;
|
66451
66561
|
}
|
66452
66562
|
|
66453
|
-
.ui.huge.dropdown,
|
66454
|
-
.ui.huge.dropdown .menu > .item {
|
66563
|
+
.ui.ui.huge.dropdown,
|
66564
|
+
.ui.ui.huge.dropdown .menu > .item {
|
66455
66565
|
font-size: 1.42857143rem;
|
66456
66566
|
}
|
66457
66567
|
|
66458
|
-
.ui.massive.dropdown,
|
66459
|
-
.ui.massive.dropdown .menu > .item {
|
66568
|
+
.ui.ui.massive.dropdown,
|
66569
|
+
.ui.ui.massive.dropdown .menu > .item {
|
66460
66570
|
font-size: 1.71428571rem;
|
66461
66571
|
}
|
66462
66572
|
|
@@ -66570,7 +66680,7 @@ select.ui.dropdown {
|
|
66570
66680
|
}
|
66571
66681
|
|
66572
66682
|
.ui.inverted.active.search.dropdown input.search:focus + .text {
|
66573
|
-
color: rgba(255, 255, 255, 0.7)
|
66683
|
+
color: rgba(255, 255, 255, 0.7);
|
66574
66684
|
}
|
66575
66685
|
|
66576
66686
|
.ui.dropdown .inverted.menu > .message:not(.ui),
|
@@ -66648,8 +66758,14 @@ select.ui.dropdown {
|
|
66648
66758
|
scrollbar-shadow-color: #656565;
|
66649
66759
|
scrollbar-track-color: #323232;
|
66650
66760
|
scrollbar-arrow-color: #323232;
|
66651
|
-
|
66652
|
-
|
66761
|
+
}
|
66762
|
+
|
66763
|
+
@supports (-moz-appearance: none) {
|
66764
|
+
.ui.dropdown .inverted.menu,
|
66765
|
+
.ui.inverted.dropdown .menu {
|
66766
|
+
/* firefox: first color thumb, second track */
|
66767
|
+
scrollbar-color: rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.1);
|
66768
|
+
}
|
66653
66769
|
}
|
66654
66770
|
|
66655
66771
|
.ui.pointing.dropdown > .inverted.menu::after,
|
@@ -66745,7 +66861,7 @@ select.ui.dropdown {
|
|
66745
66861
|
User Overrides
|
66746
66862
|
*******************************/
|
66747
66863
|
/*!
|
66748
|
-
* # Fomantic-UI 2.9.4-beta.
|
66864
|
+
* # Fomantic-UI 2.9.4-beta.60+c48cd9d - Embed
|
66749
66865
|
* https://github.com/fomantic/Fomantic-UI/
|
66750
66866
|
*
|
66751
66867
|
*
|
@@ -66905,7 +67021,7 @@ select.ui.dropdown {
|
|
66905
67021
|
Site Overrides
|
66906
67022
|
*******************************/
|
66907
67023
|
/*!
|
66908
|
-
* # Fomantic-UI 2.9.4-beta.
|
67024
|
+
* # Fomantic-UI 2.9.4-beta.60+c48cd9d - Flyout
|
66909
67025
|
* https://github.com/fomantic/Fomantic-UI/
|
66910
67026
|
*
|
66911
67027
|
*
|
@@ -67536,7 +67652,7 @@ body.pushable > .pusher {
|
|
67536
67652
|
User Overrides
|
67537
67653
|
*******************************/
|
67538
67654
|
/*!
|
67539
|
-
* # Fomantic-UI 2.9.4-beta.
|
67655
|
+
* # Fomantic-UI 2.9.4-beta.60+c48cd9d - Modal
|
67540
67656
|
* https://github.com/fomantic/Fomantic-UI/
|
67541
67657
|
*
|
67542
67658
|
*
|
@@ -68431,7 +68547,7 @@ body.pushable > .pusher {
|
|
68431
68547
|
Site Overrides
|
68432
68548
|
*******************************/
|
68433
68549
|
/*!
|
68434
|
-
* # Fomantic-UI 2.9.4-beta.
|
68550
|
+
* # Fomantic-UI 2.9.4-beta.60+c48cd9d - Nag
|
68435
68551
|
* https://github.com/fomantic/Fomantic-UI/
|
68436
68552
|
*
|
68437
68553
|
*
|
@@ -68766,7 +68882,7 @@ a.ui.nag {
|
|
68766
68882
|
User Overrides
|
68767
68883
|
*******************************/
|
68768
68884
|
/*!
|
68769
|
-
* # Fomantic-UI 2.9.4-beta.
|
68885
|
+
* # Fomantic-UI 2.9.4-beta.60+c48cd9d - Popup
|
68770
68886
|
* https://github.com/fomantic/Fomantic-UI/
|
68771
68887
|
*
|
68772
68888
|
*
|
@@ -70136,7 +70252,7 @@ a.ui.nag {
|
|
70136
70252
|
User Overrides
|
70137
70253
|
*******************************/
|
70138
70254
|
/*!
|
70139
|
-
* # Fomantic-UI 2.9.4-beta.
|
70255
|
+
* # Fomantic-UI 2.9.4-beta.60+c48cd9d - Progress
|
70140
70256
|
* https://github.com/fomantic/Fomantic-UI/
|
70141
70257
|
*
|
70142
70258
|
*
|
@@ -70161,6 +70277,12 @@ a.ui.nag {
|
|
70161
70277
|
border-radius: 0.28571429rem;
|
70162
70278
|
}
|
70163
70279
|
|
70280
|
+
.ui.basic.progress {
|
70281
|
+
background: transparent;
|
70282
|
+
border: none;
|
70283
|
+
box-shadow: none;
|
70284
|
+
}
|
70285
|
+
|
70164
70286
|
.ui.progress:first-child {
|
70165
70287
|
margin: 0 0 2.5em;
|
70166
70288
|
}
|
@@ -70180,15 +70302,18 @@ a.ui.nag {
|
|
70180
70302
|
line-height: 1;
|
70181
70303
|
position: relative;
|
70182
70304
|
width: 0;
|
70183
|
-
min-width: 2em;
|
70184
70305
|
background: #888;
|
70185
70306
|
border-radius: 0.28571429rem;
|
70186
70307
|
transition: width 0.1s ease, background-color 0.1s ease;
|
70187
70308
|
overflow: hidden;
|
70188
70309
|
}
|
70189
70310
|
|
70190
|
-
.ui.
|
70191
|
-
|
70311
|
+
.ui.progress .bar:not(:empty) {
|
70312
|
+
min-width: 2em;
|
70313
|
+
}
|
70314
|
+
|
70315
|
+
.ui.ui.ui.progress:not([data-percent]):not(.indeterminate) .bar:not(:empty),
|
70316
|
+
.ui.ui.ui.progress[data-percent="0"]:not(.indeterminate) .bar:not(:empty) {
|
70192
70317
|
background: transparent;
|
70193
70318
|
}
|
70194
70319
|
|
@@ -70475,6 +70600,9 @@ a.ui.nag {
|
|
70475
70600
|
|
70476
70601
|
.ui.active.progress .bar {
|
70477
70602
|
position: relative;
|
70603
|
+
}
|
70604
|
+
|
70605
|
+
.ui.active.progress .bar:not(:empty) {
|
70478
70606
|
min-width: 2em;
|
70479
70607
|
}
|
70480
70608
|
|
@@ -70529,7 +70657,7 @@ a.ui.nag {
|
|
70529
70657
|
Inverted
|
70530
70658
|
--------------- */
|
70531
70659
|
|
70532
|
-
.ui.inverted.progress {
|
70660
|
+
.ui.inverted.progress:not(.basic) {
|
70533
70661
|
background: rgba(255, 255, 255, 0.08);
|
70534
70662
|
border: none;
|
70535
70663
|
}
|
@@ -71005,7 +71133,7 @@ a.ui.nag {
|
|
71005
71133
|
Site Overrides
|
71006
71134
|
*******************************/
|
71007
71135
|
/*!
|
71008
|
-
* # Fomantic-UI 2.9.4-beta.
|
71136
|
+
* # Fomantic-UI 2.9.4-beta.60+c48cd9d - Slider
|
71009
71137
|
* https://github.com/fomantic/Fomantic-UI/
|
71010
71138
|
*
|
71011
71139
|
*
|
@@ -71942,7 +72070,7 @@ a.ui.nag {
|
|
71942
72070
|
User Overrides
|
71943
72071
|
*******************************/
|
71944
72072
|
/*!
|
71945
|
-
* # Fomantic-UI 2.9.4-beta.
|
72073
|
+
* # Fomantic-UI 2.9.4-beta.60+c48cd9d - Rating
|
71946
72074
|
* https://github.com/fomantic/Fomantic-UI/
|
71947
72075
|
*
|
71948
72076
|
*
|
@@ -72408,7 +72536,7 @@ a.ui.nag {
|
|
72408
72536
|
Site Overrides
|
72409
72537
|
*******************************/
|
72410
72538
|
/*!
|
72411
|
-
* # Fomantic-UI 2.9.4-beta.
|
72539
|
+
* # Fomantic-UI 2.9.4-beta.60+c48cd9d - Search
|
72412
72540
|
* https://github.com/fomantic/Fomantic-UI/
|
72413
72541
|
*
|
72414
72542
|
*
|
@@ -73010,7 +73138,7 @@ a.ui.nag {
|
|
73010
73138
|
Site Overrides
|
73011
73139
|
*******************************/
|
73012
73140
|
/*!
|
73013
|
-
* # Fomantic-UI 2.9.4-beta.
|
73141
|
+
* # Fomantic-UI 2.9.4-beta.60+c48cd9d - Shape
|
73014
73142
|
* https://github.com/fomantic/Fomantic-UI/
|
73015
73143
|
*
|
73016
73144
|
*
|
@@ -73159,7 +73287,7 @@ a.ui.nag {
|
|
73159
73287
|
User Overrides
|
73160
73288
|
*******************************/
|
73161
73289
|
/*!
|
73162
|
-
* # Fomantic-UI 2.9.4-beta.
|
73290
|
+
* # Fomantic-UI 2.9.4-beta.60+c48cd9d - Sidebar
|
73163
73291
|
* https://github.com/fomantic/Fomantic-UI/
|
73164
73292
|
*
|
73165
73293
|
*
|
@@ -73775,7 +73903,7 @@ body.pushable > .pusher {
|
|
73775
73903
|
Site Overrides
|
73776
73904
|
*******************************/
|
73777
73905
|
/*!
|
73778
|
-
* # Fomantic-UI 2.9.4-beta.
|
73906
|
+
* # Fomantic-UI 2.9.4-beta.60+c48cd9d - Sticky
|
73779
73907
|
* https://github.com/fomantic/Fomantic-UI/
|
73780
73908
|
*
|
73781
73909
|
*
|
@@ -73844,7 +73972,7 @@ body.pushable > .pusher {
|
|
73844
73972
|
Site Overrides
|
73845
73973
|
*******************************/
|
73846
73974
|
/*!
|
73847
|
-
* # Fomantic-UI 2.9.4-beta.
|
73975
|
+
* # Fomantic-UI 2.9.4-beta.60+c48cd9d - Tab
|
73848
73976
|
* https://github.com/fomantic/Fomantic-UI/
|
73849
73977
|
*
|
73850
73978
|
*
|
@@ -73926,7 +74054,7 @@ body.pushable > .pusher {
|
|
73926
74054
|
User Overrides
|
73927
74055
|
*******************************/
|
73928
74056
|
/*!
|
73929
|
-
* # Fomantic-UI 2.9.4-beta.
|
74057
|
+
* # Fomantic-UI 2.9.4-beta.60+c48cd9d - Toast
|
73930
74058
|
* https://github.com/fomantic/Fomantic-UI/
|
73931
74059
|
*
|
73932
74060
|
*
|
@@ -74855,7 +74983,7 @@ body.pushable > .pusher {
|
|
74855
74983
|
User Overrides
|
74856
74984
|
*******************************/
|
74857
74985
|
/*!
|
74858
|
-
* # Fomantic-UI 2.9.4-beta.
|
74986
|
+
* # Fomantic-UI 2.9.4-beta.60+c48cd9d - Transition
|
74859
74987
|
* https://github.com/fomantic/Fomantic-UI/
|
74860
74988
|
*
|
74861
74989
|
*
|