fomantic-ui 2.9.4-beta.4 → 2.9.4-beta.41
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/nightly.yml +1 -1
- package/.github/workflows/release.yml +1 -1
- package/CONTRIBUTORS.md +2 -0
- package/dist/components/accordion.css +1 -1
- package/dist/components/accordion.js +4 -2
- package/dist/components/accordion.min.css +1 -1
- package/dist/components/accordion.min.js +2 -2
- package/dist/components/ad.css +1 -1
- package/dist/components/ad.min.css +1 -1
- package/dist/components/api.js +7 -3
- package/dist/components/api.min.js +2 -2
- package/dist/components/breadcrumb.css +1 -1
- package/dist/components/breadcrumb.min.css +1 -1
- package/dist/components/button.css +19 -3
- package/dist/components/button.min.css +2 -2
- package/dist/components/calendar.css +1 -1
- package/dist/components/calendar.js +4 -2
- package/dist/components/calendar.min.css +1 -1
- package/dist/components/calendar.min.js +2 -2
- 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 +1 -1
- package/dist/components/dimmer.js +4 -2
- package/dist/components/dimmer.min.css +1 -1
- 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 +18 -20
- package/dist/components/dropdown.js +99 -31
- 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 +1 -1
- package/dist/components/feed.min.css +1 -1
- package/dist/components/flag.css +1 -1
- package/dist/components/flag.min.css +1 -1
- package/dist/components/flyout.css +1 -1
- package/dist/components/flyout.js +4 -2
- package/dist/components/flyout.min.css +1 -1
- package/dist/components/flyout.min.js +2 -2
- package/dist/components/form.css +15 -5
- package/dist/components/form.js +42 -17
- package/dist/components/form.min.css +2 -2
- package/dist/components/form.min.js +3 -3
- package/dist/components/grid.css +5 -5
- package/dist/components/grid.min.css +2 -2
- package/dist/components/header.css +4 -1
- package/dist/components/header.min.css +2 -2
- package/dist/components/icon.css +1 -1
- package/dist/components/icon.min.css +1 -1
- package/dist/components/image.css +1 -1
- package/dist/components/image.min.css +1 -1
- package/dist/components/input.css +30 -10
- package/dist/components/input.min.css +2 -2
- package/dist/components/item.css +1 -1
- package/dist/components/item.min.css +1 -1
- package/dist/components/label.css +1 -2
- package/dist/components/label.min.css +2 -2
- package/dist/components/list.css +1 -1
- package/dist/components/list.min.css +1 -1
- package/dist/components/loader.css +1 -1
- package/dist/components/loader.min.css +1 -1
- package/dist/components/menu.css +1 -2
- package/dist/components/menu.min.css +2 -2
- package/dist/components/message.css +1 -1
- package/dist/components/message.min.css +1 -1
- package/dist/components/modal.css +1 -1
- package/dist/components/modal.js +7 -3
- package/dist/components/modal.min.css +1 -1
- package/dist/components/modal.min.js +2 -2
- package/dist/components/nag.css +1 -1
- package/dist/components/nag.js +11 -5
- package/dist/components/nag.min.css +1 -1
- package/dist/components/nag.min.js +3 -3
- package/dist/components/placeholder.css +1 -1
- package/dist/components/placeholder.min.css +1 -1
- package/dist/components/popup.css +1 -2
- package/dist/components/popup.js +10 -4
- package/dist/components/popup.min.css +2 -2
- package/dist/components/popup.min.js +2 -2
- package/dist/components/progress.css +1 -1
- package/dist/components/progress.js +4 -2
- package/dist/components/progress.min.css +1 -1
- package/dist/components/progress.min.js +2 -2
- package/dist/components/rail.css +1 -1
- package/dist/components/rail.min.css +1 -1
- package/dist/components/rating.css +1 -1
- package/dist/components/rating.js +4 -2
- package/dist/components/rating.min.css +1 -1
- package/dist/components/rating.min.js +2 -2
- package/dist/components/reset.css +1 -1
- package/dist/components/reset.min.css +1 -1
- package/dist/components/reveal.css +1 -1
- package/dist/components/reveal.min.css +1 -1
- package/dist/components/search.css +1 -1
- package/dist/components/search.js +64 -12
- 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 +1 -1
- package/dist/components/site.js +4 -2
- package/dist/components/site.min.css +1 -1
- 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 +7 -7
- 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 +4 -2
- package/dist/components/toast.min.css +1 -1
- package/dist/components/toast.min.js +2 -2
- 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 +152 -101
- package/dist/semantic.js +336 -121
- package/dist/semantic.min.css +3 -3
- package/dist/semantic.min.js +3 -3
- package/dist/themes/basic/assets/fonts/LICENSE.txt +91 -0
- package/dist/themes/default/assets/fonts/LICENSE_Lato.txt +94 -0
- package/dist/themes/default/assets/fonts/LICENSE_icons.txt +165 -0
- package/dist/themes/github/assets/fonts/LICENSE.txt +94 -0
- package/dist/themes/material/assets/fonts/LICENSE.txt +202 -0
- package/package.json +3 -3
- package/src/definitions/behaviors/api.js +6 -2
- package/src/definitions/behaviors/form.js +41 -16
- package/src/definitions/behaviors/state.js +3 -1
- package/src/definitions/behaviors/visibility.js +3 -1
- package/src/definitions/collections/form.less +14 -4
- package/src/definitions/collections/grid.less +4 -4
- package/src/definitions/collections/table.less +6 -6
- package/src/definitions/elements/button.less +25 -3
- package/src/definitions/elements/header.less +5 -0
- package/src/definitions/elements/input.less +14 -6
- package/src/definitions/globals/site.js +3 -1
- package/src/definitions/modules/accordion.js +3 -1
- package/src/definitions/modules/calendar.js +3 -1
- package/src/definitions/modules/checkbox.js +9 -3
- package/src/definitions/modules/dimmer.js +3 -1
- package/src/definitions/modules/dropdown.js +98 -30
- package/src/definitions/modules/dropdown.less +12 -5
- package/src/definitions/modules/embed.js +16 -6
- package/src/definitions/modules/flyout.js +3 -1
- package/src/definitions/modules/modal.js +6 -2
- package/src/definitions/modules/nag.js +10 -4
- package/src/definitions/modules/popup.js +9 -3
- package/src/definitions/modules/progress.js +3 -1
- package/src/definitions/modules/rating.js +3 -1
- package/src/definitions/modules/search.js +63 -11
- 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 +3 -1
- package/src/definitions/modules/transition.js +6 -2
- package/src/themes/basic/assets/fonts/LICENSE.txt +91 -0
- package/src/themes/default/assets/fonts/LICENSE_Lato.txt +94 -0
- package/src/themes/default/assets/fonts/LICENSE_icons.txt +165 -0
- package/src/themes/default/collections/form.variables +1 -0
- package/src/themes/default/elements/button.variables +2 -0
- package/src/themes/default/globals/site.variables +3 -0
- package/src/themes/default/globals/variation.variables +3 -0
- package/src/themes/default/modules/dropdown.variables +3 -0
- package/src/themes/default/modules/search.variables +3 -0
- package/src/themes/github/assets/fonts/LICENSE.txt +94 -0
- package/src/themes/material/assets/fonts/LICENSE.txt +202 -0
- package/types/fomantic-ui-accordion.d.ts +1 -1
- package/types/fomantic-ui-api.d.ts +9 -3
- package/types/fomantic-ui-calendar.d.ts +93 -8
- package/types/fomantic-ui-checkbox.d.ts +14 -4
- package/types/fomantic-ui-dimmer.d.ts +1 -1
- package/types/fomantic-ui-dropdown.d.ts +36 -35
- package/types/fomantic-ui-embed.d.ts +1 -1
- 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 +43 -13
- 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 +7 -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.41+9e455a4
|
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.41+9e455a4 - 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.41+9e455a4 - Site
|
434
434
|
* https://github.com/fomantic/Fomantic-UI/
|
435
435
|
*
|
436
436
|
*
|
@@ -727,7 +727,7 @@ input::selection {
|
|
727
727
|
Site Overrides
|
728
728
|
*******************************/
|
729
729
|
/*!
|
730
|
-
* # Fomantic-UI 2.9.4-beta.
|
730
|
+
* # Fomantic-UI 2.9.4-beta.41+9e455a4 - Button
|
731
731
|
* https://github.com/fomantic/Fomantic-UI/
|
732
732
|
*
|
733
733
|
*
|
@@ -1686,7 +1686,7 @@ input::selection {
|
|
1686
1686
|
border-top: 1px solid rgba(34, 36, 38, 0.15);
|
1687
1687
|
}
|
1688
1688
|
|
1689
|
-
.ui.basic.vertical.buttons:not(.spaced) .button:first-child {
|
1689
|
+
.ui.basic.vertical.buttons:not(.spaced):not(.circular) .button:first-child {
|
1690
1690
|
border-top: none;
|
1691
1691
|
}
|
1692
1692
|
|
@@ -1840,7 +1840,8 @@ input::selection {
|
|
1840
1840
|
Circular
|
1841
1841
|
--------------- */
|
1842
1842
|
|
1843
|
-
.ui.circular.button
|
1843
|
+
.ui.ui.circular.buttons .button,
|
1844
|
+
.ui.ui.ui.ui.circular.button {
|
1844
1845
|
border-radius: 10em;
|
1845
1846
|
}
|
1846
1847
|
|
@@ -1849,6 +1850,26 @@ input::selection {
|
|
1849
1850
|
vertical-align: baseline;
|
1850
1851
|
}
|
1851
1852
|
|
1853
|
+
.ui.circular.buttons:not(.vertical) .button {
|
1854
|
+
margin-right: 0.25em;
|
1855
|
+
}
|
1856
|
+
|
1857
|
+
.ui.vertical.circular.buttons .button {
|
1858
|
+
margin-bottom: 0.25em;
|
1859
|
+
}
|
1860
|
+
|
1861
|
+
.ui.circular.basic.buttons {
|
1862
|
+
border: none;
|
1863
|
+
}
|
1864
|
+
|
1865
|
+
.ui.circular.basic.buttons .button {
|
1866
|
+
border: 1px solid rgba(34, 36, 38, 0.15);
|
1867
|
+
}
|
1868
|
+
|
1869
|
+
.ui.circular.basic.buttons .button.basic {
|
1870
|
+
border: none;
|
1871
|
+
}
|
1872
|
+
|
1852
1873
|
/* -------------------
|
1853
1874
|
Or Buttons
|
1854
1875
|
-------------------- */
|
@@ -5414,7 +5435,7 @@ input::selection {
|
|
5414
5435
|
Site Overrides
|
5415
5436
|
*******************************/
|
5416
5437
|
/*!
|
5417
|
-
* # Fomantic-UI 2.9.4-beta.
|
5438
|
+
* # Fomantic-UI 2.9.4-beta.41+9e455a4 - Container
|
5418
5439
|
* https://github.com/fomantic/Fomantic-UI/
|
5419
5440
|
*
|
5420
5441
|
*
|
@@ -5771,7 +5792,7 @@ input::selection {
|
|
5771
5792
|
Site Overrides
|
5772
5793
|
*******************************/
|
5773
5794
|
/*!
|
5774
|
-
* # Fomantic-UI 2.9.4-beta.
|
5795
|
+
* # Fomantic-UI 2.9.4-beta.41+9e455a4 - Divider
|
5775
5796
|
* https://github.com/fomantic/Fomantic-UI/
|
5776
5797
|
*
|
5777
5798
|
*
|
@@ -6079,7 +6100,7 @@ input::selection {
|
|
6079
6100
|
Site Overrides
|
6080
6101
|
*******************************/
|
6081
6102
|
/*!
|
6082
|
-
* # Fomantic-UI 2.9.4-beta.
|
6103
|
+
* # Fomantic-UI 2.9.4-beta.41+9e455a4 - Emoji
|
6083
6104
|
* https://github.com/fomantic/Fomantic-UI/
|
6084
6105
|
*
|
6085
6106
|
*
|
@@ -24458,7 +24479,7 @@ em[data-emoji="regional_indicator_a"]::before {
|
|
24458
24479
|
Site Overrides
|
24459
24480
|
*******************************/
|
24460
24481
|
/*!
|
24461
|
-
* # Fomantic-UI 2.9.4-beta.
|
24482
|
+
* # Fomantic-UI 2.9.4-beta.41+9e455a4 - Flag
|
24462
24483
|
* https://github.com/fomantic/Fomantic-UI/
|
24463
24484
|
*
|
24464
24485
|
*
|
@@ -25871,7 +25892,7 @@ i.flag.united.nations::before {
|
|
25871
25892
|
Site Overrides
|
25872
25893
|
*******************************/
|
25873
25894
|
/*!
|
25874
|
-
* # Fomantic-UI 2.9.4-beta.
|
25895
|
+
* # Fomantic-UI 2.9.4-beta.41+9e455a4 - Header
|
25875
25896
|
* https://github.com/fomantic/Fomantic-UI/
|
25876
25897
|
*
|
25877
25898
|
*
|
@@ -26771,6 +26792,10 @@ a.ui.inverted.black.header.header.header:hover {
|
|
26771
26792
|
border-radius: 0 0 0.28571429rem 0.28571429rem;
|
26772
26793
|
}
|
26773
26794
|
|
26795
|
+
.ui.seamless.attached:not(.bottom).header {
|
26796
|
+
border-bottom: none;
|
26797
|
+
}
|
26798
|
+
|
26774
26799
|
/* Attached Sizes */
|
26775
26800
|
|
26776
26801
|
.ui.attached.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
|
@@ -26821,7 +26846,7 @@ a.ui.inverted.black.header.header.header:hover {
|
|
26821
26846
|
Site Overrides
|
26822
26847
|
*******************************/
|
26823
26848
|
/*!
|
26824
|
-
* # Fomantic-UI 2.9.4-beta.
|
26849
|
+
* # Fomantic-UI 2.9.4-beta.41+9e455a4 - Icon
|
26825
26850
|
* https://github.com/fomantic/Fomantic-UI/
|
26826
26851
|
*
|
26827
26852
|
*
|
@@ -35931,7 +35956,7 @@ i.icon.youtube.play::before {
|
|
35931
35956
|
Site Overrides
|
35932
35957
|
*******************************/
|
35933
35958
|
/*!
|
35934
|
-
* # Fomantic-UI 2.9.4-beta.
|
35959
|
+
* # Fomantic-UI 2.9.4-beta.41+9e455a4 - Image
|
35935
35960
|
* https://github.com/fomantic/Fomantic-UI/
|
35936
35961
|
*
|
35937
35962
|
*
|
@@ -36272,7 +36297,7 @@ img.ui.bordered.image {
|
|
36272
36297
|
Site Overrides
|
36273
36298
|
*******************************/
|
36274
36299
|
/*!
|
36275
|
-
* # Fomantic-UI 2.9.4-beta.
|
36300
|
+
* # Fomantic-UI 2.9.4-beta.41+9e455a4 - Input
|
36276
36301
|
* https://github.com/fomantic/Fomantic-UI/
|
36277
36302
|
*
|
36278
36303
|
*
|
@@ -36300,7 +36325,7 @@ img.ui.bordered.image {
|
|
36300
36325
|
.ui.input > input {
|
36301
36326
|
margin: 0;
|
36302
36327
|
max-width: 100%;
|
36303
|
-
flex: 1
|
36328
|
+
flex: 1 1 auto;
|
36304
36329
|
outline: none;
|
36305
36330
|
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
|
36306
36331
|
text-align: left;
|
@@ -36976,7 +37001,11 @@ img.ui.bordered.image {
|
|
36976
37001
|
.ui.form .field.error > .ui.action.input:not([class*="left action"]) > input + .ui.button,
|
36977
37002
|
.ui.form .field.error > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
|
36978
37003
|
.ui.action.input.error:not([class*="left action"]) > input + .ui.button,
|
36979
|
-
.ui.right.labeled.input.error:not([class*="corner labeled"]) > input + .ui.label
|
37004
|
+
.ui.right.labeled.input.error:not([class*="corner labeled"]) > input + .ui.label,
|
37005
|
+
.ui.form .field.error > .ui.action.input:not([class*="left action"]) > textarea + .ui.button,
|
37006
|
+
.ui.form .field.error > .ui.right.labeled.input:not([class*="corner labeled"]) > textarea + .ui.label,
|
37007
|
+
.ui.action.input.error:not([class*="left action"]) > textarea + .ui.button,
|
37008
|
+
.ui.right.labeled.input.error:not([class*="corner labeled"]) > textarea + .ui.label {
|
36980
37009
|
border-right: 1px solid #e0b4b4;
|
36981
37010
|
}
|
36982
37011
|
|
@@ -37003,7 +37032,11 @@ img.ui.bordered.image {
|
|
37003
37032
|
.ui.form .field.info > .ui.action.input:not([class*="left action"]) > input + .ui.button,
|
37004
37033
|
.ui.form .field.info > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
|
37005
37034
|
.ui.action.input.info:not([class*="left action"]) > input + .ui.button,
|
37006
|
-
.ui.right.labeled.input.info:not([class*="corner labeled"]) > input + .ui.label
|
37035
|
+
.ui.right.labeled.input.info:not([class*="corner labeled"]) > input + .ui.label,
|
37036
|
+
.ui.form .field.info > .ui.action.input:not([class*="left action"]) > textarea + .ui.button,
|
37037
|
+
.ui.form .field.info > .ui.right.labeled.input:not([class*="corner labeled"]) > textarea + .ui.label,
|
37038
|
+
.ui.action.input.info:not([class*="left action"]) > textarea + .ui.button,
|
37039
|
+
.ui.right.labeled.input.info:not([class*="corner labeled"]) > textarea + .ui.label {
|
37007
37040
|
border-right: 1px solid #a9d5de;
|
37008
37041
|
}
|
37009
37042
|
|
@@ -37030,7 +37063,11 @@ img.ui.bordered.image {
|
|
37030
37063
|
.ui.form .field.success > .ui.action.input:not([class*="left action"]) > input + .ui.button,
|
37031
37064
|
.ui.form .field.success > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
|
37032
37065
|
.ui.action.input.success:not([class*="left action"]) > input + .ui.button,
|
37033
|
-
.ui.right.labeled.input.success:not([class*="corner labeled"]) > input + .ui.label
|
37066
|
+
.ui.right.labeled.input.success:not([class*="corner labeled"]) > input + .ui.label,
|
37067
|
+
.ui.form .field.success > .ui.action.input:not([class*="left action"]) > textarea + .ui.button,
|
37068
|
+
.ui.form .field.success > .ui.right.labeled.input:not([class*="corner labeled"]) > textarea + .ui.label,
|
37069
|
+
.ui.action.input.success:not([class*="left action"]) > textarea + .ui.button,
|
37070
|
+
.ui.right.labeled.input.success:not([class*="corner labeled"]) > textarea + .ui.label {
|
37034
37071
|
border-right: 1px solid #a3c293;
|
37035
37072
|
}
|
37036
37073
|
|
@@ -37057,7 +37094,11 @@ img.ui.bordered.image {
|
|
37057
37094
|
.ui.form .field.warning > .ui.action.input:not([class*="left action"]) > input + .ui.button,
|
37058
37095
|
.ui.form .field.warning > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
|
37059
37096
|
.ui.action.input.warning:not([class*="left action"]) > input + .ui.button,
|
37060
|
-
.ui.right.labeled.input.warning:not([class*="corner labeled"]) > input + .ui.label
|
37097
|
+
.ui.right.labeled.input.warning:not([class*="corner labeled"]) > input + .ui.label,
|
37098
|
+
.ui.form .field.warning > .ui.action.input:not([class*="left action"]) > textarea + .ui.button,
|
37099
|
+
.ui.form .field.warning > .ui.right.labeled.input:not([class*="corner labeled"]) > textarea + .ui.label,
|
37100
|
+
.ui.action.input.warning:not([class*="left action"]) > textarea + .ui.button,
|
37101
|
+
.ui.right.labeled.input.warning:not([class*="corner labeled"]) > textarea + .ui.label {
|
37061
37102
|
border-right: 1px solid #c9ba9b;
|
37062
37103
|
}
|
37063
37104
|
|
@@ -37086,7 +37127,8 @@ img.ui.bordered.image {
|
|
37086
37127
|
|
37087
37128
|
/* Input when ui Left */
|
37088
37129
|
|
37089
|
-
.ui[class*="left action"].input > input
|
37130
|
+
.ui[class*="left action"].input > input,
|
37131
|
+
.ui[class*="left action"].input > textarea {
|
37090
37132
|
border-top-left-radius: 0;
|
37091
37133
|
border-bottom-left-radius: 0;
|
37092
37134
|
border-left-color: transparent;
|
@@ -37094,7 +37136,8 @@ img.ui.bordered.image {
|
|
37094
37136
|
|
37095
37137
|
/* Input when ui Right */
|
37096
37138
|
|
37097
|
-
.ui.action.input:not([class*="left action"]) > input
|
37139
|
+
.ui.action.input:not([class*="left action"]) > input,
|
37140
|
+
.ui.action.input:not([class*="left action"]) > textarea {
|
37098
37141
|
border-top-right-radius: 0;
|
37099
37142
|
border-bottom-right-radius: 0;
|
37100
37143
|
border-right-color: transparent;
|
@@ -37122,11 +37165,13 @@ img.ui.bordered.image {
|
|
37122
37165
|
|
37123
37166
|
/* Input Focus */
|
37124
37167
|
|
37125
|
-
.ui.action.input:not([class*="left action"]) > input:focus
|
37168
|
+
.ui.action.input:not([class*="left action"]) > input:focus,
|
37169
|
+
.ui.action.input:not([class*="left action"]) > textarea:focus {
|
37126
37170
|
border-right-color: #85b7d9;
|
37127
37171
|
}
|
37128
37172
|
|
37129
|
-
.ui.ui[class*="left action"].input > input:focus
|
37173
|
+
.ui.ui[class*="left action"].input > input:focus,
|
37174
|
+
.ui.ui[class*="left action"].input > textarea:focus {
|
37130
37175
|
border-left-color: #85b7d9;
|
37131
37176
|
}
|
37132
37177
|
|
@@ -38152,7 +38197,7 @@ input[type="file"].ui.black.file.input::file-selector-button:hover,
|
|
38152
38197
|
Site Overrides
|
38153
38198
|
*******************************/
|
38154
38199
|
/*!
|
38155
|
-
* # Fomantic-UI 2.9.4-beta.
|
38200
|
+
* # Fomantic-UI 2.9.4-beta.41+9e455a4 - Label
|
38156
38201
|
* https://github.com/fomantic/Fomantic-UI/
|
38157
38202
|
*
|
38158
38203
|
*
|
@@ -38542,7 +38587,6 @@ a.ui.label {
|
|
38542
38587
|
.ui.ribbon.label {
|
38543
38588
|
position: relative;
|
38544
38589
|
margin: 0;
|
38545
|
-
min-width: -webkit-max-content;
|
38546
38590
|
min-width: max-content;
|
38547
38591
|
border-radius: 0 0.28571429rem 0.28571429rem 0;
|
38548
38592
|
border-color: rgba(0, 0, 0, 0.15);
|
@@ -40559,7 +40603,7 @@ a.ui.ui.ui.inverted.basic.black.label:hover {
|
|
40559
40603
|
Site Overrides
|
40560
40604
|
*******************************/
|
40561
40605
|
/*!
|
40562
|
-
* # Fomantic-UI 2.9.4-beta.
|
40606
|
+
* # Fomantic-UI 2.9.4-beta.41+9e455a4 - List
|
40563
40607
|
* https://github.com/fomantic/Fomantic-UI/
|
40564
40608
|
*
|
40565
40609
|
*
|
@@ -41659,7 +41703,7 @@ ol.ui.suffixed.list li::before,
|
|
41659
41703
|
Site Overrides
|
41660
41704
|
*******************************/
|
41661
41705
|
/*!
|
41662
|
-
* # Fomantic-UI 2.9.4-beta.
|
41706
|
+
* # Fomantic-UI 2.9.4-beta.41+9e455a4 - Loader
|
41663
41707
|
* https://github.com/fomantic/Fomantic-UI/
|
41664
41708
|
*
|
41665
41709
|
*
|
@@ -42527,7 +42571,7 @@ ol.ui.suffixed.list li::before,
|
|
42527
42571
|
Site Overrides
|
42528
42572
|
*******************************/
|
42529
42573
|
/*!
|
42530
|
-
* # Fomantic-UI 2.9.4-beta.
|
42574
|
+
* # Fomantic-UI 2.9.4-beta.41+9e455a4 - Placeholder
|
42531
42575
|
* https://github.com/fomantic/Fomantic-UI/
|
42532
42576
|
*
|
42533
42577
|
*
|
@@ -42798,7 +42842,7 @@ ol.ui.suffixed.list li::before,
|
|
42798
42842
|
Site Overrides
|
42799
42843
|
*******************************/
|
42800
42844
|
/*!
|
42801
|
-
* # Fomantic-UI 2.9.4-beta.
|
42845
|
+
* # Fomantic-UI 2.9.4-beta.41+9e455a4 - Rail
|
42802
42846
|
* https://github.com/fomantic/Fomantic-UI/
|
42803
42847
|
*
|
42804
42848
|
*
|
@@ -42960,7 +43004,7 @@ ol.ui.suffixed.list li::before,
|
|
42960
43004
|
Site Overrides
|
42961
43005
|
*******************************/
|
42962
43006
|
/*!
|
42963
|
-
* # Fomantic-UI 2.9.4-beta.
|
43007
|
+
* # Fomantic-UI 2.9.4-beta.41+9e455a4 - Reveal
|
42964
43008
|
* https://github.com/fomantic/Fomantic-UI/
|
42965
43009
|
*
|
42966
43010
|
*
|
@@ -43271,7 +43315,7 @@ ol.ui.suffixed.list li::before,
|
|
43271
43315
|
Site Overrides
|
43272
43316
|
*******************************/
|
43273
43317
|
/*!
|
43274
|
-
* # Fomantic-UI 2.9.4-beta.
|
43318
|
+
* # Fomantic-UI 2.9.4-beta.41+9e455a4 - Segment
|
43275
43319
|
* https://github.com/fomantic/Fomantic-UI/
|
43276
43320
|
*
|
43277
43321
|
*
|
@@ -44510,7 +44554,7 @@ ol.ui.suffixed.list li::before,
|
|
44510
44554
|
Site Overrides
|
44511
44555
|
*******************************/
|
44512
44556
|
/*!
|
44513
|
-
* # Fomantic-UI 2.9.4-beta.
|
44557
|
+
* # Fomantic-UI 2.9.4-beta.41+9e455a4 - Step
|
44514
44558
|
* https://github.com/fomantic/Fomantic-UI/
|
44515
44559
|
*
|
44516
44560
|
*
|
@@ -45218,7 +45262,7 @@ ol.ui.suffixed.list li::before,
|
|
45218
45262
|
Site Overrides
|
45219
45263
|
*******************************/
|
45220
45264
|
/*!
|
45221
|
-
* # Fomantic-UI 2.9.4-beta.
|
45265
|
+
* # Fomantic-UI 2.9.4-beta.41+9e455a4 - Text
|
45222
45266
|
* https://github.com/fomantic/Fomantic-UI/
|
45223
45267
|
*
|
45224
45268
|
*
|
@@ -45417,7 +45461,7 @@ span.ui.massive.text {
|
|
45417
45461
|
Site Overrides
|
45418
45462
|
*******************************/
|
45419
45463
|
/*!
|
45420
|
-
* # Fomantic-UI 2.9.4-beta.
|
45464
|
+
* # Fomantic-UI 2.9.4-beta.41+9e455a4 - Breadcrumb
|
45421
45465
|
* https://github.com/fomantic/Fomantic-UI/
|
45422
45466
|
*
|
45423
45467
|
*
|
@@ -45562,7 +45606,7 @@ span.ui.massive.text {
|
|
45562
45606
|
Site Overrides
|
45563
45607
|
*******************************/
|
45564
45608
|
/*!
|
45565
|
-
* # Fomantic-UI 2.9.4-beta.
|
45609
|
+
* # Fomantic-UI 2.9.4-beta.41+9e455a4 - Form
|
45566
45610
|
* https://github.com/fomantic/Fomantic-UI/
|
45567
45611
|
*
|
45568
45612
|
*
|
@@ -45721,6 +45765,12 @@ span.ui.massive.text {
|
|
45721
45765
|
font-family: "Lato", system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
45722
45766
|
line-height: 1.2857;
|
45723
45767
|
resize: vertical;
|
45768
|
+
min-height: 2.99992857em;
|
45769
|
+
}
|
45770
|
+
|
45771
|
+
.ui.input > textarea {
|
45772
|
+
flex: 1 1 auto;
|
45773
|
+
max-width: 100%;
|
45724
45774
|
}
|
45725
45775
|
|
45726
45776
|
.ui.form textarea:not([rows]) {
|
@@ -45858,8 +45908,10 @@ span.ui.massive.text {
|
|
45858
45908
|
/* Auto Input */
|
45859
45909
|
|
45860
45910
|
.ui.form .fields .field .ui.input input,
|
45861
|
-
.ui.form .field .ui.input
|
45862
|
-
|
45911
|
+
.ui.form .fields .field .ui.input textarea,
|
45912
|
+
.ui.form .field .ui.input input,
|
45913
|
+
.ui.form .field .ui.input textarea {
|
45914
|
+
width: 100%;
|
45863
45915
|
}
|
45864
45916
|
|
45865
45917
|
/* Full Width Input */
|
@@ -46036,7 +46088,8 @@ span.ui.massive.text {
|
|
46036
46088
|
.ui.form .ui.action.input:not([class*="left action"]) input[type="text"]:focus,
|
46037
46089
|
.ui.form .ui.action.input:not([class*="left action"]) input[type="file"]:focus,
|
46038
46090
|
.ui.form .ui.action.input:not([class*="left action"]) input[type="url"]:focus,
|
46039
|
-
.ui.form .ui.action.input:not([class*="left action"]) input[type="week"]:focus
|
46091
|
+
.ui.form .ui.action.input:not([class*="left action"]) input[type="week"]:focus,
|
46092
|
+
.ui.form .ui.action.input:not([class*="left action"]) textarea:focus {
|
46040
46093
|
border-top-right-radius: 0;
|
46041
46094
|
border-bottom-right-radius: 0;
|
46042
46095
|
}
|
@@ -46055,7 +46108,8 @@ span.ui.massive.text {
|
|
46055
46108
|
.ui.form .ui[class*="left action"].input input[type="text"],
|
46056
46109
|
.ui.form .ui[class*="left action"].input input[type="file"],
|
46057
46110
|
.ui.form .ui[class*="left action"].input input[type="url"],
|
46058
|
-
.ui.form .ui[class*="left action"].input input[type="week"]
|
46111
|
+
.ui.form .ui[class*="left action"].input input[type="week"],
|
46112
|
+
.ui.form .ui[class*="left action"].input textarea {
|
46059
46113
|
border-bottom-left-radius: 0;
|
46060
46114
|
border-top-left-radius: 0;
|
46061
46115
|
}
|
@@ -47274,6 +47328,7 @@ span.ui.massive.text {
|
|
47274
47328
|
.ui.form .inverted.segment label,
|
47275
47329
|
.ui.form .inverted.segment .ui.checkbox label,
|
47276
47330
|
.ui.inverted.form .ui.checkbox label,
|
47331
|
+
.ui.inverted.form .grouped.fields > label,
|
47277
47332
|
.ui.inverted.form .inline.fields > label,
|
47278
47333
|
.ui.inverted.form .inline.fields .field > label,
|
47279
47334
|
.ui.inverted.form .inline.fields .field > p,
|
@@ -47660,7 +47715,7 @@ span.ui.massive.text {
|
|
47660
47715
|
Site Overrides
|
47661
47716
|
*******************************/
|
47662
47717
|
/*!
|
47663
|
-
* # Fomantic-UI 2.9.4-beta.
|
47718
|
+
* # Fomantic-UI 2.9.4-beta.41+9e455a4 - Grid
|
47664
47719
|
* https://github.com/fomantic/Fomantic-UI/
|
47665
47720
|
*
|
47666
47721
|
*
|
@@ -49647,10 +49702,10 @@ span.ui.massive.text {
|
|
49647
49702
|
border-top: none !important;
|
49648
49703
|
}
|
49649
49704
|
|
49650
|
-
.ui.inverted.stackable.celled.grid > .column:not(.row),
|
49651
|
-
.ui.inverted.stackable.divided.grid > .column:not(.row),
|
49652
|
-
.ui.inverted.stackable.celled.grid > .row > .column,
|
49653
|
-
.ui.inverted.stackable.divided.grid > .row > .column {
|
49705
|
+
.ui.ui.inverted.stackable.celled.grid > .column:not(.row),
|
49706
|
+
.ui.ui.inverted.stackable.divided.grid > .column:not(.row),
|
49707
|
+
.ui.ui.inverted.stackable.celled.grid > .row > .column,
|
49708
|
+
.ui.ui.inverted.stackable.divided.grid > .row > .column {
|
49654
49709
|
border-top: 1px solid rgba(255, 255, 255, 0.1);
|
49655
49710
|
}
|
49656
49711
|
|
@@ -49924,7 +49979,7 @@ span.ui.massive.text {
|
|
49924
49979
|
Site Overrides
|
49925
49980
|
*******************************/
|
49926
49981
|
/*!
|
49927
|
-
* # Fomantic-UI 2.9.4-beta.
|
49982
|
+
* # Fomantic-UI 2.9.4-beta.41+9e455a4 - Menu
|
49928
49983
|
* https://github.com/fomantic/Fomantic-UI/
|
49929
49984
|
*
|
49930
49985
|
*
|
@@ -50219,7 +50274,6 @@ span.ui.massive.text {
|
|
50219
50274
|
left: 100%;
|
50220
50275
|
/* IE needs 0, all others support max-content to show dropdown icon inline, so keep both settings! */
|
50221
50276
|
min-width: 0;
|
50222
|
-
min-width: -webkit-max-content;
|
50223
50277
|
min-width: max-content;
|
50224
50278
|
margin: 0 0 0 0;
|
50225
50279
|
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
|
@@ -52427,7 +52481,7 @@ Floated Menu / Item
|
|
52427
52481
|
Site Overrides
|
52428
52482
|
*******************************/
|
52429
52483
|
/*!
|
52430
|
-
* # Fomantic-UI 2.9.4-beta.
|
52484
|
+
* # Fomantic-UI 2.9.4-beta.41+9e455a4 - Message
|
52431
52485
|
* https://github.com/fomantic/Fomantic-UI/
|
52432
52486
|
*
|
52433
52487
|
*
|
@@ -53171,7 +53225,7 @@ Floated Menu / Item
|
|
53171
53225
|
Site Overrides
|
53172
53226
|
*******************************/
|
53173
53227
|
/*!
|
53174
|
-
* # Fomantic-UI 2.9.4-beta.
|
53228
|
+
* # Fomantic-UI 2.9.4-beta.41+9e455a4 - Table
|
53175
53229
|
* https://github.com/fomantic/Fomantic-UI/
|
53176
53230
|
*
|
53177
53231
|
*
|
@@ -53293,18 +53347,18 @@ Floated Menu / Item
|
|
53293
53347
|
border-left: none;
|
53294
53348
|
}
|
53295
53349
|
|
53296
|
-
.ui.table > tfoot > tr:
|
53297
|
-
.ui.table > tfoot > tr:
|
53350
|
+
.ui.table > tfoot > tr:last-child > th:first-child,
|
53351
|
+
.ui.table > tfoot > tr:last-child > td:first-child {
|
53298
53352
|
border-radius: 0 0 0 0.28571429rem;
|
53299
53353
|
}
|
53300
53354
|
|
53301
|
-
.ui.table > tfoot > tr:
|
53302
|
-
.ui.table > tfoot > tr:
|
53355
|
+
.ui.table > tfoot > tr:last-child > th:last-child,
|
53356
|
+
.ui.table > tfoot > tr:last-child > td:last-child {
|
53303
53357
|
border-radius: 0 0 0.28571429rem 0;
|
53304
53358
|
}
|
53305
53359
|
|
53306
|
-
.ui.table > tfoot > tr:
|
53307
|
-
.ui.table > tfoot > tr:
|
53360
|
+
.ui.table > tfoot > tr:last-child > th:only-child,
|
53361
|
+
.ui.table > tfoot > tr:last-child > td:only-child {
|
53308
53362
|
border-radius: 0 0 0.28571429rem 0.28571429rem;
|
53309
53363
|
}
|
53310
53364
|
|
@@ -57267,7 +57321,7 @@ Floated Menu / Item
|
|
57267
57321
|
Site Overrides
|
57268
57322
|
*******************************/
|
57269
57323
|
/*!
|
57270
|
-
* # Fomantic-UI 2.9.4-beta.
|
57324
|
+
* # Fomantic-UI 2.9.4-beta.41+9e455a4 - Ad
|
57271
57325
|
* https://github.com/fomantic/Fomantic-UI/
|
57272
57326
|
*
|
57273
57327
|
*
|
@@ -57555,7 +57609,7 @@ Floated Menu / Item
|
|
57555
57609
|
Site Overrides
|
57556
57610
|
*******************************/
|
57557
57611
|
/*!
|
57558
|
-
* # Fomantic-UI 2.9.4-beta.
|
57612
|
+
* # Fomantic-UI 2.9.4-beta.41+9e455a4 - Card
|
57559
57613
|
* https://github.com/fomantic/Fomantic-UI/
|
57560
57614
|
*
|
57561
57615
|
*
|
@@ -59703,7 +59757,7 @@ a.inverted.ui.card:hover,
|
|
59703
59757
|
Site Overrides
|
59704
59758
|
*******************************/
|
59705
59759
|
/*!
|
59706
|
-
* # Fomantic-UI 2.9.4-beta.
|
59760
|
+
* # Fomantic-UI 2.9.4-beta.41+9e455a4 - Comment
|
59707
59761
|
* https://github.com/fomantic/Fomantic-UI/
|
59708
59762
|
*
|
59709
59763
|
*
|
@@ -60020,7 +60074,7 @@ a.inverted.ui.card:hover,
|
|
60020
60074
|
Site Overrides
|
60021
60075
|
*******************************/
|
60022
60076
|
/*!
|
60023
|
-
* # Fomantic-UI 2.9.4-beta.
|
60077
|
+
* # Fomantic-UI 2.9.4-beta.41+9e455a4 - Feed
|
60024
60078
|
* https://github.com/fomantic/Fomantic-UI/
|
60025
60079
|
*
|
60026
60080
|
*
|
@@ -60959,7 +61013,7 @@ a.inverted.ui.card:hover,
|
|
60959
61013
|
Site Overrides
|
60960
61014
|
*******************************/
|
60961
61015
|
/*!
|
60962
|
-
* # Fomantic-UI 2.9.4-beta.
|
61016
|
+
* # Fomantic-UI 2.9.4-beta.41+9e455a4 - Item
|
60963
61017
|
* https://github.com/fomantic/Fomantic-UI/
|
60964
61018
|
*
|
60965
61019
|
*
|
@@ -61576,7 +61630,7 @@ a.inverted.ui.card:hover,
|
|
61576
61630
|
Site Overrides
|
61577
61631
|
*******************************/
|
61578
61632
|
/*!
|
61579
|
-
* # Fomantic-UI 2.9.4-beta.
|
61633
|
+
* # Fomantic-UI 2.9.4-beta.41+9e455a4 - Statistic
|
61580
61634
|
* https://github.com/fomantic/Fomantic-UI/
|
61581
61635
|
*
|
61582
61636
|
*
|
@@ -62254,7 +62308,7 @@ a.inverted.ui.card:hover,
|
|
62254
62308
|
Site Overrides
|
62255
62309
|
*******************************/
|
62256
62310
|
/*!
|
62257
|
-
* # Fomantic-UI 2.9.4-beta.
|
62311
|
+
* # Fomantic-UI 2.9.4-beta.41+9e455a4 - Accordion
|
62258
62312
|
* https://github.com/fomantic/Fomantic-UI/
|
62259
62313
|
*
|
62260
62314
|
*
|
@@ -62661,7 +62715,7 @@ a.inverted.ui.card:hover,
|
|
62661
62715
|
User Overrides
|
62662
62716
|
*******************************/
|
62663
62717
|
/*!
|
62664
|
-
* # Fomantic-UI 2.9.4-beta.
|
62718
|
+
* # Fomantic-UI 2.9.4-beta.41+9e455a4 - Calendar
|
62665
62719
|
* https://github.com/fomantic/Fomantic-UI/
|
62666
62720
|
*
|
62667
62721
|
*
|
@@ -63050,7 +63104,7 @@ a.inverted.ui.card:hover,
|
|
63050
63104
|
User Overrides
|
63051
63105
|
*******************************/
|
63052
63106
|
/*!
|
63053
|
-
* # Fomantic-UI 2.9.4-beta.
|
63107
|
+
* # Fomantic-UI 2.9.4-beta.41+9e455a4 - Checkbox
|
63054
63108
|
* https://github.com/fomantic/Fomantic-UI/
|
63055
63109
|
*
|
63056
63110
|
*
|
@@ -63951,7 +64005,7 @@ a.inverted.ui.card:hover,
|
|
63951
64005
|
Site Overrides
|
63952
64006
|
*******************************/
|
63953
64007
|
/*!
|
63954
|
-
* # Fomantic-UI 2.9.4-beta.
|
64008
|
+
* # Fomantic-UI 2.9.4-beta.41+9e455a4 - Dimmer
|
63955
64009
|
* https://github.com/fomantic/Fomantic-UI/
|
63956
64010
|
*
|
63957
64011
|
*
|
@@ -64357,7 +64411,7 @@ body.dimmable > .dimmer {
|
|
64357
64411
|
User Overrides
|
64358
64412
|
*******************************/
|
64359
64413
|
/*!
|
64360
|
-
* # Fomantic-UI 2.9.4-beta.
|
64414
|
+
* # Fomantic-UI 2.9.4-beta.41+9e455a4 - Dropdown
|
64361
64415
|
* https://github.com/fomantic/Fomantic-UI/
|
64362
64416
|
*
|
64363
64417
|
*
|
@@ -64397,7 +64451,6 @@ body.dimmable > .dimmer {
|
|
64397
64451
|
display: none;
|
64398
64452
|
outline: none;
|
64399
64453
|
top: 100%;
|
64400
|
-
min-width: -webkit-max-content;
|
64401
64454
|
min-width: max-content;
|
64402
64455
|
margin: 0;
|
64403
64456
|
padding: 0;
|
@@ -64805,7 +64858,6 @@ select.ui.dropdown {
|
|
64805
64858
|
}
|
64806
64859
|
|
64807
64860
|
.ui.compact.selection.dropdown > .menu:not(.multiline) {
|
64808
|
-
width: -webkit-max-content;
|
64809
64861
|
width: max-content;
|
64810
64862
|
}
|
64811
64863
|
|
@@ -65220,14 +65272,14 @@ select.ui.dropdown {
|
|
65220
65272
|
right: 2.2em;
|
65221
65273
|
}
|
65222
65274
|
|
65223
|
-
.ui.clearable.dropdown .text,
|
65224
|
-
.ui.clearable.dropdown
|
65275
|
+
.ui.clearable.dropdown .text:not(.default),
|
65276
|
+
.ui.clearable.dropdown:not(.search) > .ui.label:last-of-type {
|
65225
65277
|
margin-right: 1.5em;
|
65226
65278
|
}
|
65227
65279
|
|
65228
65280
|
.ui.dropdown select.noselection ~ .remove.icon,
|
65229
65281
|
.ui.dropdown input[value=""] ~ .remove.icon,
|
65230
|
-
.ui.dropdown input:not([value]) ~ .remove.icon,
|
65282
|
+
.ui.dropdown input:not([value]):not(.search) ~ .remove.icon,
|
65231
65283
|
.ui.dropdown.loading > .remove.icon {
|
65232
65284
|
display: none;
|
65233
65285
|
}
|
@@ -66425,38 +66477,38 @@ select.ui.dropdown {
|
|
66425
66477
|
font-size: 1rem;
|
66426
66478
|
}
|
66427
66479
|
|
66428
|
-
.ui.mini.dropdown,
|
66429
|
-
.ui.mini.dropdown .menu > .item {
|
66480
|
+
.ui.ui.mini.dropdown,
|
66481
|
+
.ui.ui.mini.dropdown .menu > .item {
|
66430
66482
|
font-size: 0.78571429rem;
|
66431
66483
|
}
|
66432
66484
|
|
66433
|
-
.ui.tiny.dropdown,
|
66434
|
-
.ui.tiny.dropdown .menu > .item {
|
66485
|
+
.ui.ui.tiny.dropdown,
|
66486
|
+
.ui.ui.tiny.dropdown .menu > .item {
|
66435
66487
|
font-size: 0.85714286rem;
|
66436
66488
|
}
|
66437
66489
|
|
66438
|
-
.ui.small.dropdown,
|
66439
|
-
.ui.small.dropdown .menu > .item {
|
66490
|
+
.ui.ui.small.dropdown,
|
66491
|
+
.ui.ui.small.dropdown .menu > .item {
|
66440
66492
|
font-size: 0.92857143rem;
|
66441
66493
|
}
|
66442
66494
|
|
66443
|
-
.ui.large.dropdown,
|
66444
|
-
.ui.large.dropdown .menu > .item {
|
66495
|
+
.ui.ui.large.dropdown,
|
66496
|
+
.ui.ui.large.dropdown .menu > .item {
|
66445
66497
|
font-size: 1.14285714rem;
|
66446
66498
|
}
|
66447
66499
|
|
66448
|
-
.ui.big.dropdown,
|
66449
|
-
.ui.big.dropdown .menu > .item {
|
66500
|
+
.ui.ui.big.dropdown,
|
66501
|
+
.ui.ui.big.dropdown .menu > .item {
|
66450
66502
|
font-size: 1.28571429rem;
|
66451
66503
|
}
|
66452
66504
|
|
66453
|
-
.ui.huge.dropdown,
|
66454
|
-
.ui.huge.dropdown .menu > .item {
|
66505
|
+
.ui.ui.huge.dropdown,
|
66506
|
+
.ui.ui.huge.dropdown .menu > .item {
|
66455
66507
|
font-size: 1.42857143rem;
|
66456
66508
|
}
|
66457
66509
|
|
66458
|
-
.ui.massive.dropdown,
|
66459
|
-
.ui.massive.dropdown .menu > .item {
|
66510
|
+
.ui.ui.massive.dropdown,
|
66511
|
+
.ui.ui.massive.dropdown .menu > .item {
|
66460
66512
|
font-size: 1.71428571rem;
|
66461
66513
|
}
|
66462
66514
|
|
@@ -66745,7 +66797,7 @@ select.ui.dropdown {
|
|
66745
66797
|
User Overrides
|
66746
66798
|
*******************************/
|
66747
66799
|
/*!
|
66748
|
-
* # Fomantic-UI 2.9.4-beta.
|
66800
|
+
* # Fomantic-UI 2.9.4-beta.41+9e455a4 - Embed
|
66749
66801
|
* https://github.com/fomantic/Fomantic-UI/
|
66750
66802
|
*
|
66751
66803
|
*
|
@@ -66905,7 +66957,7 @@ select.ui.dropdown {
|
|
66905
66957
|
Site Overrides
|
66906
66958
|
*******************************/
|
66907
66959
|
/*!
|
66908
|
-
* # Fomantic-UI 2.9.4-beta.
|
66960
|
+
* # Fomantic-UI 2.9.4-beta.41+9e455a4 - Flyout
|
66909
66961
|
* https://github.com/fomantic/Fomantic-UI/
|
66910
66962
|
*
|
66911
66963
|
*
|
@@ -67536,7 +67588,7 @@ body.pushable > .pusher {
|
|
67536
67588
|
User Overrides
|
67537
67589
|
*******************************/
|
67538
67590
|
/*!
|
67539
|
-
* # Fomantic-UI 2.9.4-beta.
|
67591
|
+
* # Fomantic-UI 2.9.4-beta.41+9e455a4 - Modal
|
67540
67592
|
* https://github.com/fomantic/Fomantic-UI/
|
67541
67593
|
*
|
67542
67594
|
*
|
@@ -68431,7 +68483,7 @@ body.pushable > .pusher {
|
|
68431
68483
|
Site Overrides
|
68432
68484
|
*******************************/
|
68433
68485
|
/*!
|
68434
|
-
* # Fomantic-UI 2.9.4-beta.
|
68486
|
+
* # Fomantic-UI 2.9.4-beta.41+9e455a4 - Nag
|
68435
68487
|
* https://github.com/fomantic/Fomantic-UI/
|
68436
68488
|
*
|
68437
68489
|
*
|
@@ -68766,7 +68818,7 @@ a.ui.nag {
|
|
68766
68818
|
User Overrides
|
68767
68819
|
*******************************/
|
68768
68820
|
/*!
|
68769
|
-
* # Fomantic-UI 2.9.4-beta.
|
68821
|
+
* # Fomantic-UI 2.9.4-beta.41+9e455a4 - Popup
|
68770
68822
|
* https://github.com/fomantic/Fomantic-UI/
|
68771
68823
|
*
|
68772
68824
|
*
|
@@ -68785,7 +68837,6 @@ a.ui.nag {
|
|
68785
68837
|
top: 0;
|
68786
68838
|
right: 0;
|
68787
68839
|
/* Fixes content being squished when inline (moz only) */
|
68788
|
-
min-width: -webkit-min-content;
|
68789
68840
|
min-width: min-content;
|
68790
68841
|
z-index: 1900;
|
68791
68842
|
border: 1px solid #d4d4d5;
|
@@ -70137,7 +70188,7 @@ a.ui.nag {
|
|
70137
70188
|
User Overrides
|
70138
70189
|
*******************************/
|
70139
70190
|
/*!
|
70140
|
-
* # Fomantic-UI 2.9.4-beta.
|
70191
|
+
* # Fomantic-UI 2.9.4-beta.41+9e455a4 - Progress
|
70141
70192
|
* https://github.com/fomantic/Fomantic-UI/
|
70142
70193
|
*
|
70143
70194
|
*
|
@@ -71006,7 +71057,7 @@ a.ui.nag {
|
|
71006
71057
|
Site Overrides
|
71007
71058
|
*******************************/
|
71008
71059
|
/*!
|
71009
|
-
* # Fomantic-UI 2.9.4-beta.
|
71060
|
+
* # Fomantic-UI 2.9.4-beta.41+9e455a4 - Slider
|
71010
71061
|
* https://github.com/fomantic/Fomantic-UI/
|
71011
71062
|
*
|
71012
71063
|
*
|
@@ -71943,7 +71994,7 @@ a.ui.nag {
|
|
71943
71994
|
User Overrides
|
71944
71995
|
*******************************/
|
71945
71996
|
/*!
|
71946
|
-
* # Fomantic-UI 2.9.4-beta.
|
71997
|
+
* # Fomantic-UI 2.9.4-beta.41+9e455a4 - Rating
|
71947
71998
|
* https://github.com/fomantic/Fomantic-UI/
|
71948
71999
|
*
|
71949
72000
|
*
|
@@ -72409,7 +72460,7 @@ a.ui.nag {
|
|
72409
72460
|
Site Overrides
|
72410
72461
|
*******************************/
|
72411
72462
|
/*!
|
72412
|
-
* # Fomantic-UI 2.9.4-beta.
|
72463
|
+
* # Fomantic-UI 2.9.4-beta.41+9e455a4 - Search
|
72413
72464
|
* https://github.com/fomantic/Fomantic-UI/
|
72414
72465
|
*
|
72415
72466
|
*
|
@@ -73011,7 +73062,7 @@ a.ui.nag {
|
|
73011
73062
|
Site Overrides
|
73012
73063
|
*******************************/
|
73013
73064
|
/*!
|
73014
|
-
* # Fomantic-UI 2.9.4-beta.
|
73065
|
+
* # Fomantic-UI 2.9.4-beta.41+9e455a4 - Shape
|
73015
73066
|
* https://github.com/fomantic/Fomantic-UI/
|
73016
73067
|
*
|
73017
73068
|
*
|
@@ -73160,7 +73211,7 @@ a.ui.nag {
|
|
73160
73211
|
User Overrides
|
73161
73212
|
*******************************/
|
73162
73213
|
/*!
|
73163
|
-
* # Fomantic-UI 2.9.4-beta.
|
73214
|
+
* # Fomantic-UI 2.9.4-beta.41+9e455a4 - Sidebar
|
73164
73215
|
* https://github.com/fomantic/Fomantic-UI/
|
73165
73216
|
*
|
73166
73217
|
*
|
@@ -73776,7 +73827,7 @@ body.pushable > .pusher {
|
|
73776
73827
|
Site Overrides
|
73777
73828
|
*******************************/
|
73778
73829
|
/*!
|
73779
|
-
* # Fomantic-UI 2.9.4-beta.
|
73830
|
+
* # Fomantic-UI 2.9.4-beta.41+9e455a4 - Sticky
|
73780
73831
|
* https://github.com/fomantic/Fomantic-UI/
|
73781
73832
|
*
|
73782
73833
|
*
|
@@ -73845,7 +73896,7 @@ body.pushable > .pusher {
|
|
73845
73896
|
Site Overrides
|
73846
73897
|
*******************************/
|
73847
73898
|
/*!
|
73848
|
-
* # Fomantic-UI 2.9.4-beta.
|
73899
|
+
* # Fomantic-UI 2.9.4-beta.41+9e455a4 - Tab
|
73849
73900
|
* https://github.com/fomantic/Fomantic-UI/
|
73850
73901
|
*
|
73851
73902
|
*
|
@@ -73927,7 +73978,7 @@ body.pushable > .pusher {
|
|
73927
73978
|
User Overrides
|
73928
73979
|
*******************************/
|
73929
73980
|
/*!
|
73930
|
-
* # Fomantic-UI 2.9.4-beta.
|
73981
|
+
* # Fomantic-UI 2.9.4-beta.41+9e455a4 - Toast
|
73931
73982
|
* https://github.com/fomantic/Fomantic-UI/
|
73932
73983
|
*
|
73933
73984
|
*
|
@@ -74856,7 +74907,7 @@ body.pushable > .pusher {
|
|
74856
74907
|
User Overrides
|
74857
74908
|
*******************************/
|
74858
74909
|
/*!
|
74859
|
-
* # Fomantic-UI 2.9.4-beta.
|
74910
|
+
* # Fomantic-UI 2.9.4-beta.41+9e455a4 - Transition
|
74860
74911
|
* https://github.com/fomantic/Fomantic-UI/
|
74861
74912
|
*
|
74862
74913
|
*
|