fomantic-ui 2.9.3-beta.1 → 2.9.3-beta.11
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 +9 -0
- package/CONTRIBUTORS.md +102 -99
- package/dist/components/accordion.css +1 -1
- package/dist/components/accordion.js +1 -5
- 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 +14 -8
- 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 +1 -1
- package/dist/components/button.min.css +1 -1
- package/dist/components/calendar.css +6 -6
- package/dist/components/calendar.js +1 -6
- package/dist/components/calendar.min.css +2 -2
- 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 +1 -5
- package/dist/components/checkbox.min.css +1 -1
- package/dist/components/checkbox.min.js +2 -2
- 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 +1 -5
- 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 +19 -2
- package/dist/components/dropdown.js +29 -14
- package/dist/components/dropdown.min.css +2 -2
- package/dist/components/dropdown.min.js +2 -2
- package/dist/components/embed.css +1 -1
- package/dist/components/embed.js +1 -6
- package/dist/components/embed.min.css +1 -1
- package/dist/components/embed.min.js +2 -2
- 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 +40 -27
- package/dist/components/flyout.min.css +1 -1
- package/dist/components/flyout.min.js +2 -2
- package/dist/components/form.css +52 -5
- package/dist/components/form.js +32 -24
- package/dist/components/form.min.css +2 -2
- package/dist/components/form.min.js +2 -2
- package/dist/components/grid.css +1 -1
- package/dist/components/grid.min.css +1 -1
- package/dist/components/header.css +1 -1
- package/dist/components/header.min.css +1 -1
- package/dist/components/icon.css +1 -1
- package/dist/components/icon.min.css +1 -1
- package/dist/components/image.css +1 -1
- package/dist/components/image.min.css +1 -1
- package/dist/components/input.css +1 -1
- package/dist/components/input.min.css +1 -1
- package/dist/components/item.css +1 -1
- package/dist/components/item.min.css +1 -1
- package/dist/components/label.css +21 -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 +9 -3
- 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 +6 -3
- package/dist/components/modal.js +44 -32
- package/dist/components/modal.min.css +2 -2
- package/dist/components/modal.min.js +2 -2
- package/dist/components/nag.css +1 -1
- package/dist/components/nag.js +16 -8
- package/dist/components/nag.min.css +1 -1
- package/dist/components/nag.min.js +2 -2
- package/dist/components/placeholder.css +1 -1
- package/dist/components/placeholder.min.css +1 -1
- package/dist/components/popup.css +41 -40
- package/dist/components/popup.js +25 -17
- 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 +1 -6
- 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 +1 -5
- 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 +3 -6
- package/dist/components/search.min.css +1 -1
- package/dist/components/search.min.js +2 -2
- package/dist/components/segment.css +29 -6
- package/dist/components/segment.min.css +2 -2
- package/dist/components/shape.css +1 -1
- package/dist/components/shape.js +1 -5
- 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 +15 -8
- 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 +1 -1
- package/dist/components/site.min.css +1 -1
- package/dist/components/site.min.js +1 -1
- package/dist/components/slider.css +1 -1
- package/dist/components/slider.js +122 -31
- package/dist/components/slider.min.css +1 -1
- package/dist/components/slider.min.js +2 -2
- package/dist/components/state.js +23 -20
- 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 +17 -16
- 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 +14 -6
- package/dist/components/tab.min.css +1 -1
- package/dist/components/tab.min.js +2 -2
- package/dist/components/table.css +1 -1
- package/dist/components/table.min.css +1 -1
- package/dist/components/text.css +1 -1
- package/dist/components/text.min.css +1 -1
- package/dist/components/toast.css +6 -1
- package/dist/components/toast.js +17 -9
- package/dist/components/toast.min.css +2 -2
- package/dist/components/toast.min.js +2 -2
- package/dist/components/transition.css +1 -1
- package/dist/components/transition.js +1 -5
- package/dist/components/transition.min.css +1 -1
- package/dist/components/transition.min.js +2 -2
- package/dist/components/visibility.js +15 -6
- package/dist/components/visibility.min.js +2 -2
- package/dist/semantic.css +264 -114
- package/dist/semantic.js +437 -282
- package/dist/semantic.min.css +2 -2
- package/dist/semantic.min.js +2 -2
- package/package.json +1 -1
- package/src/definitions/behaviors/api.js +13 -7
- package/src/definitions/behaviors/form.js +31 -23
- package/src/definitions/behaviors/state.js +22 -19
- package/src/definitions/behaviors/visibility.js +14 -5
- package/src/definitions/collections/breadcrumb.less +2 -1
- package/src/definitions/collections/form.less +26 -5
- package/src/definitions/collections/grid.less +2 -1
- package/src/definitions/collections/menu.less +29 -21
- package/src/definitions/collections/message.less +2 -1
- package/src/definitions/collections/table.less +2 -1
- package/src/definitions/elements/button.less +3 -1
- package/src/definitions/elements/container.less +2 -1
- package/src/definitions/elements/divider.less +2 -1
- package/src/definitions/elements/emoji.less +2 -1
- package/src/definitions/elements/flag.less +2 -1
- package/src/definitions/elements/header.less +2 -1
- package/src/definitions/elements/icon.less +2 -1
- package/src/definitions/elements/image.less +2 -1
- package/src/definitions/elements/input.less +2 -1
- package/src/definitions/elements/label.less +23 -2
- package/src/definitions/elements/list.less +2 -1
- package/src/definitions/elements/loader.less +2 -1
- package/src/definitions/elements/placeholder.less +2 -1
- package/src/definitions/elements/rail.less +2 -1
- package/src/definitions/elements/reveal.less +2 -1
- package/src/definitions/elements/segment.less +37 -11
- package/src/definitions/elements/step.less +2 -1
- package/src/definitions/elements/text.less +2 -1
- package/src/definitions/globals/reset.less +2 -1
- package/src/definitions/globals/site.less +2 -1
- package/src/definitions/modules/accordion.js +0 -4
- package/src/definitions/modules/accordion.less +2 -1
- package/src/definitions/modules/calendar.js +0 -5
- package/src/definitions/modules/calendar.less +3 -2
- package/src/definitions/modules/checkbox.js +0 -4
- package/src/definitions/modules/checkbox.less +2 -1
- package/src/definitions/modules/dimmer.js +0 -4
- package/src/definitions/modules/dimmer.less +2 -1
- package/src/definitions/modules/dropdown.js +28 -13
- package/src/definitions/modules/dropdown.less +22 -2
- package/src/definitions/modules/embed.js +0 -5
- package/src/definitions/modules/embed.less +2 -1
- package/src/definitions/modules/flyout.js +39 -26
- package/src/definitions/modules/flyout.less +2 -1
- package/src/definitions/modules/modal.js +43 -31
- package/src/definitions/modules/modal.less +7 -3
- package/src/definitions/modules/nag.js +15 -7
- package/src/definitions/modules/nag.less +3 -1
- package/src/definitions/modules/popup.js +24 -16
- package/src/definitions/modules/popup.less +42 -39
- package/src/definitions/modules/progress.js +0 -5
- package/src/definitions/modules/progress.less +2 -1
- package/src/definitions/modules/rating.js +0 -4
- package/src/definitions/modules/rating.less +2 -1
- package/src/definitions/modules/search.js +2 -5
- package/src/definitions/modules/search.less +2 -1
- package/src/definitions/modules/shape.js +0 -4
- package/src/definitions/modules/shape.less +2 -1
- package/src/definitions/modules/sidebar.js +14 -7
- package/src/definitions/modules/sidebar.less +2 -1
- package/src/definitions/modules/slider.js +121 -30
- package/src/definitions/modules/slider.less +2 -1
- package/src/definitions/modules/sticky.js +16 -15
- package/src/definitions/modules/sticky.less +2 -1
- package/src/definitions/modules/tab.js +13 -5
- package/src/definitions/modules/tab.less +2 -1
- package/src/definitions/modules/toast.js +16 -8
- package/src/definitions/modules/toast.less +9 -1
- package/src/definitions/modules/transition.js +0 -4
- package/src/definitions/modules/transition.less +2 -1
- package/src/definitions/views/ad.less +2 -1
- package/src/definitions/views/card.less +2 -1
- package/src/definitions/views/comment.less +2 -1
- package/src/definitions/views/feed.less +2 -1
- package/src/definitions/views/item.less +2 -1
- package/src/definitions/views/statistic.less +2 -1
- package/src/overrides.less +7 -0
- package/src/theme.less +7 -6
- package/src/themes/default/elements/label.variables +5 -0
- package/src/themes/default/elements/segment.variables +4 -0
- package/src/themes/default/globals/site.variables +3 -0
- package/src/themes/default/modules/dropdown.variables +3 -0
- package/src/themes/default/modules/modal.variables +1 -0
- package/src/themes/default/modules/popup.variables +3 -1
- package/src/themes/default/modules/toast.variables +1 -0
package/dist/semantic.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*
|
2
|
-
* # Fomantic UI - 2.9.3-beta.
|
2
|
+
* # Fomantic UI - 2.9.3-beta.11+980ea5e
|
3
3
|
* https://github.com/fomantic/Fomantic-UI
|
4
4
|
* https://fomantic-ui.com/
|
5
5
|
*
|
@@ -9,7 +9,7 @@
|
|
9
9
|
*
|
10
10
|
*/
|
11
11
|
/*!
|
12
|
-
* # Fomantic-UI 2.9.3-beta.
|
12
|
+
* # Fomantic-UI 2.9.3-beta.11+980ea5e - 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.3-beta.
|
433
|
+
* # Fomantic-UI 2.9.3-beta.11+980ea5e - 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.3-beta.
|
730
|
+
* # Fomantic-UI 2.9.3-beta.11+980ea5e - Button
|
731
731
|
* https://github.com/fomantic/Fomantic-UI/
|
732
732
|
*
|
733
733
|
*
|
@@ -5414,7 +5414,7 @@ input::selection {
|
|
5414
5414
|
Site Overrides
|
5415
5415
|
*******************************/
|
5416
5416
|
/*!
|
5417
|
-
* # Fomantic-UI 2.9.3-beta.
|
5417
|
+
* # Fomantic-UI 2.9.3-beta.11+980ea5e - Container
|
5418
5418
|
* https://github.com/fomantic/Fomantic-UI/
|
5419
5419
|
*
|
5420
5420
|
*
|
@@ -5690,7 +5690,7 @@ input::selection {
|
|
5690
5690
|
Site Overrides
|
5691
5691
|
*******************************/
|
5692
5692
|
/*!
|
5693
|
-
* # Fomantic-UI 2.9.3-beta.
|
5693
|
+
* # Fomantic-UI 2.9.3-beta.11+980ea5e - Divider
|
5694
5694
|
* https://github.com/fomantic/Fomantic-UI/
|
5695
5695
|
*
|
5696
5696
|
*
|
@@ -5998,7 +5998,7 @@ input::selection {
|
|
5998
5998
|
Site Overrides
|
5999
5999
|
*******************************/
|
6000
6000
|
/*!
|
6001
|
-
* # Fomantic-UI 2.9.3-beta.
|
6001
|
+
* # Fomantic-UI 2.9.3-beta.11+980ea5e - Emoji
|
6002
6002
|
* https://github.com/fomantic/Fomantic-UI/
|
6003
6003
|
*
|
6004
6004
|
*
|
@@ -23817,7 +23817,7 @@ em[data-emoji="regional_indicator_a"]::before {
|
|
23817
23817
|
Site Overrides
|
23818
23818
|
*******************************/
|
23819
23819
|
/*!
|
23820
|
-
* # Fomantic-UI 2.9.3-beta.
|
23820
|
+
* # Fomantic-UI 2.9.3-beta.11+980ea5e - Flag
|
23821
23821
|
* https://github.com/fomantic/Fomantic-UI/
|
23822
23822
|
*
|
23823
23823
|
*
|
@@ -25229,7 +25229,7 @@ i.flag.united.nations::before {
|
|
25229
25229
|
Site Overrides
|
25230
25230
|
*******************************/
|
25231
25231
|
/*!
|
25232
|
-
* # Fomantic-UI 2.9.3-beta.
|
25232
|
+
* # Fomantic-UI 2.9.3-beta.11+980ea5e - Header
|
25233
25233
|
* https://github.com/fomantic/Fomantic-UI/
|
25234
25234
|
*
|
25235
25235
|
*
|
@@ -26179,7 +26179,7 @@ a.ui.inverted.black.header.header.header:hover {
|
|
26179
26179
|
Site Overrides
|
26180
26180
|
*******************************/
|
26181
26181
|
/*!
|
26182
|
-
* # Fomantic-UI 2.9.3-beta.
|
26182
|
+
* # Fomantic-UI 2.9.3-beta.11+980ea5e - Icon
|
26183
26183
|
* https://github.com/fomantic/Fomantic-UI/
|
26184
26184
|
*
|
26185
26185
|
*
|
@@ -35289,7 +35289,7 @@ i.icon.youtube.play::before {
|
|
35289
35289
|
Site Overrides
|
35290
35290
|
*******************************/
|
35291
35291
|
/*!
|
35292
|
-
* # Fomantic-UI 2.9.3-beta.
|
35292
|
+
* # Fomantic-UI 2.9.3-beta.11+980ea5e - Image
|
35293
35293
|
* https://github.com/fomantic/Fomantic-UI/
|
35294
35294
|
*
|
35295
35295
|
*
|
@@ -35630,7 +35630,7 @@ img.ui.bordered.image {
|
|
35630
35630
|
Site Overrides
|
35631
35631
|
*******************************/
|
35632
35632
|
/*!
|
35633
|
-
* # Fomantic-UI 2.9.3-beta.
|
35633
|
+
* # Fomantic-UI 2.9.3-beta.11+980ea5e - Input
|
35634
35634
|
* https://github.com/fomantic/Fomantic-UI/
|
35635
35635
|
*
|
35636
35636
|
*
|
@@ -37538,7 +37538,7 @@ input[type="file"].ui.black.file.input::file-selector-button:hover,
|
|
37538
37538
|
Site Overrides
|
37539
37539
|
*******************************/
|
37540
37540
|
/*!
|
37541
|
-
* # Fomantic-UI 2.9.3-beta.
|
37541
|
+
* # Fomantic-UI 2.9.3-beta.11+980ea5e - Label
|
37542
37542
|
* https://github.com/fomantic/Fomantic-UI/
|
37543
37543
|
*
|
37544
37544
|
*
|
@@ -38007,7 +38007,24 @@ a.ui.label {
|
|
38007
38007
|
border-top-color: inherit;
|
38008
38008
|
}
|
38009
38009
|
|
38010
|
-
|
38010
|
+
.ui.ui.center.ribbon.label {
|
38011
|
+
top: calc(50% - 1em);
|
38012
|
+
z-index: 1;
|
38013
|
+
}
|
38014
|
+
|
38015
|
+
.ui.bottom.ribbon.label::after {
|
38016
|
+
bottom: 100%;
|
38017
|
+
top: auto;
|
38018
|
+
border-width: 1.2em 1.2em 0 0;
|
38019
|
+
}
|
38020
|
+
|
38021
|
+
.ui.bottom[class*="right ribbon"].label::after {
|
38022
|
+
border-width: 1.2em 0 0 1.2em;
|
38023
|
+
border-color: transparent;
|
38024
|
+
border-left-color: inherit;
|
38025
|
+
}
|
38026
|
+
|
38027
|
+
/* Inside Image */
|
38011
38028
|
|
38012
38029
|
.ui.image > .ribbon.label,
|
38013
38030
|
.ui.card .image > .ribbon.label {
|
@@ -38026,6 +38043,12 @@ a.ui.label {
|
|
38026
38043
|
padding-left: 0.833em;
|
38027
38044
|
}
|
38028
38045
|
|
38046
|
+
.ui.card .image > .ui.bottom.ribbon.label,
|
38047
|
+
.ui.image > .ui.bottom.ribbon.label {
|
38048
|
+
bottom: 1rem;
|
38049
|
+
top: auto;
|
38050
|
+
}
|
38051
|
+
|
38029
38052
|
/* Inside Table */
|
38030
38053
|
|
38031
38054
|
.ui.table td > .ui.ribbon.label {
|
@@ -39922,7 +39945,7 @@ a.ui.ui.ui.inverted.basic.black.label:hover {
|
|
39922
39945
|
Site Overrides
|
39923
39946
|
*******************************/
|
39924
39947
|
/*!
|
39925
|
-
* # Fomantic-UI 2.9.3-beta.
|
39948
|
+
* # Fomantic-UI 2.9.3-beta.11+980ea5e - List
|
39926
39949
|
* https://github.com/fomantic/Fomantic-UI/
|
39927
39950
|
*
|
39928
39951
|
*
|
@@ -41022,7 +41045,7 @@ ol.ui.suffixed.list li::before,
|
|
41022
41045
|
Site Overrides
|
41023
41046
|
*******************************/
|
41024
41047
|
/*!
|
41025
|
-
* # Fomantic-UI 2.9.3-beta.
|
41048
|
+
* # Fomantic-UI 2.9.3-beta.11+980ea5e - Loader
|
41026
41049
|
* https://github.com/fomantic/Fomantic-UI/
|
41027
41050
|
*
|
41028
41051
|
*
|
@@ -41890,7 +41913,7 @@ ol.ui.suffixed.list li::before,
|
|
41890
41913
|
Site Overrides
|
41891
41914
|
*******************************/
|
41892
41915
|
/*!
|
41893
|
-
* # Fomantic-UI 2.9.3-beta.
|
41916
|
+
* # Fomantic-UI 2.9.3-beta.11+980ea5e - Placeholder
|
41894
41917
|
* https://github.com/fomantic/Fomantic-UI/
|
41895
41918
|
*
|
41896
41919
|
*
|
@@ -42161,7 +42184,7 @@ ol.ui.suffixed.list li::before,
|
|
42161
42184
|
Site Overrides
|
42162
42185
|
*******************************/
|
42163
42186
|
/*!
|
42164
|
-
* # Fomantic-UI 2.9.3-beta.
|
42187
|
+
* # Fomantic-UI 2.9.3-beta.11+980ea5e - Rail
|
42165
42188
|
* https://github.com/fomantic/Fomantic-UI/
|
42166
42189
|
*
|
42167
42190
|
*
|
@@ -42323,7 +42346,7 @@ ol.ui.suffixed.list li::before,
|
|
42323
42346
|
Site Overrides
|
42324
42347
|
*******************************/
|
42325
42348
|
/*!
|
42326
|
-
* # Fomantic-UI 2.9.3-beta.
|
42349
|
+
* # Fomantic-UI 2.9.3-beta.11+980ea5e - Reveal
|
42327
42350
|
* https://github.com/fomantic/Fomantic-UI/
|
42328
42351
|
*
|
42329
42352
|
*
|
@@ -42634,7 +42657,7 @@ ol.ui.suffixed.list li::before,
|
|
42634
42657
|
Site Overrides
|
42635
42658
|
*******************************/
|
42636
42659
|
/*!
|
42637
|
-
* # Fomantic-UI 2.9.3-beta.
|
42660
|
+
* # Fomantic-UI 2.9.3-beta.11+980ea5e - Segment
|
42638
42661
|
* https://github.com/fomantic/Fomantic-UI/
|
42639
42662
|
*
|
42640
42663
|
*
|
@@ -42826,6 +42849,9 @@ ol.ui.suffixed.list li::before,
|
|
42826
42849
|
margin: 3em 0;
|
42827
42850
|
box-shadow: "";
|
42828
42851
|
z-index: auto;
|
42852
|
+
background-color: #fff;
|
42853
|
+
border: 1px solid rgba(34, 36, 38, 0.15);
|
42854
|
+
color: rgba(0, 0, 0, 0.87);
|
42829
42855
|
}
|
42830
42856
|
|
42831
42857
|
.ui.piled.segment:first-child {
|
@@ -42840,7 +42866,7 @@ ol.ui.suffixed.list li::before,
|
|
42840
42866
|
.ui.piled.segments::before,
|
42841
42867
|
.ui.piled.segment::after,
|
42842
42868
|
.ui.piled.segment::before {
|
42843
|
-
background-color:
|
42869
|
+
background-color: inherit;
|
42844
42870
|
visibility: visible;
|
42845
42871
|
content: "";
|
42846
42872
|
display: block;
|
@@ -42848,10 +42874,16 @@ ol.ui.suffixed.list li::before,
|
|
42848
42874
|
left: 0;
|
42849
42875
|
position: absolute;
|
42850
42876
|
width: 100%;
|
42851
|
-
border:
|
42877
|
+
border: inherit;
|
42852
42878
|
box-shadow: "";
|
42853
42879
|
}
|
42854
42880
|
|
42881
|
+
.ui.inverted.piled.segment {
|
42882
|
+
background-color: #1b1c1d;
|
42883
|
+
border: 1px solid #555;
|
42884
|
+
color: rgba(255, 255, 255, 0.9);
|
42885
|
+
}
|
42886
|
+
|
42855
42887
|
.ui.piled.segments::before,
|
42856
42888
|
.ui.piled.segment::before {
|
42857
42889
|
transform: rotate(-1.2deg);
|
@@ -42886,6 +42918,13 @@ ol.ui.suffixed.list li::before,
|
|
42886
42918
|
margin-bottom: 0;
|
42887
42919
|
}
|
42888
42920
|
|
42921
|
+
@supports selector(:has(.f)) {
|
42922
|
+
*:has(> .ui.piled.segment) {
|
42923
|
+
z-index: 0;
|
42924
|
+
position: relative;
|
42925
|
+
}
|
42926
|
+
}
|
42927
|
+
|
42889
42928
|
/* -------------------
|
42890
42929
|
Stacked
|
42891
42930
|
-------------------- */
|
@@ -42924,12 +42963,17 @@ ol.ui.suffixed.list li::before,
|
|
42924
42963
|
|
42925
42964
|
/* Inverted */
|
42926
42965
|
|
42966
|
+
.ui.stacked.inverted.segments,
|
42967
|
+
.ui.stacked.inverted.segment {
|
42968
|
+
border: 1px solid rgba(225, 225, 225, 0.5);
|
42969
|
+
}
|
42970
|
+
|
42927
42971
|
.ui.stacked.inverted.segments::before,
|
42928
|
-
.ui.stacked.inverted.segments::after,
|
42929
42972
|
.ui.stacked.inverted.segment::before,
|
42973
|
+
.ui.stacked.inverted.segments::after,
|
42930
42974
|
.ui.stacked.inverted.segment::after {
|
42931
42975
|
background-color: rgba(0, 0, 0, 0.03);
|
42932
|
-
border-top: 1px solid rgba(
|
42976
|
+
border-top: 1px solid rgba(225, 225, 225, 0.5);
|
42933
42977
|
}
|
42934
42978
|
|
42935
42979
|
/* -------------------
|
@@ -42993,6 +43037,11 @@ ol.ui.suffixed.list li::before,
|
|
42993
43037
|
box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
42994
43038
|
}
|
42995
43039
|
|
43040
|
+
.ui.inverted.raised.raised.segments,
|
43041
|
+
.ui.inverted.raised.raised.segment {
|
43042
|
+
box-shadow: 0 2px 4px 0 rgba(225, 225, 225, 0.1), 0 2px 10px 0 rgba(225, 225, 225, 0.5);
|
43043
|
+
}
|
43044
|
+
|
42996
43045
|
/*******************************
|
42997
43046
|
Groups
|
42998
43047
|
*******************************/
|
@@ -43083,6 +43132,7 @@ ol.ui.suffixed.list li::before,
|
|
43083
43132
|
border: 1px solid rgba(34, 36, 38, 0.15);
|
43084
43133
|
}
|
43085
43134
|
|
43135
|
+
.ui.wrapping.horizontal.segments,
|
43086
43136
|
.ui.stackable.horizontal.segments {
|
43087
43137
|
flex-wrap: wrap;
|
43088
43138
|
}
|
@@ -43120,7 +43170,7 @@ ol.ui.suffixed.list li::before,
|
|
43120
43170
|
border-top: none;
|
43121
43171
|
}
|
43122
43172
|
|
43123
|
-
.ui.horizontal.segments:not(.stackable) > .segment:first-child {
|
43173
|
+
.ui.horizontal.segments:not(.stackable):not(.wrapping) > .segment:first-child {
|
43124
43174
|
border-left: none;
|
43125
43175
|
}
|
43126
43176
|
|
@@ -43708,7 +43758,7 @@ ol.ui.suffixed.list li::before,
|
|
43708
43758
|
Site Overrides
|
43709
43759
|
*******************************/
|
43710
43760
|
/*!
|
43711
|
-
* # Fomantic-UI 2.9.3-beta.
|
43761
|
+
* # Fomantic-UI 2.9.3-beta.11+980ea5e - Step
|
43712
43762
|
* https://github.com/fomantic/Fomantic-UI/
|
43713
43763
|
*
|
43714
43764
|
*
|
@@ -44416,7 +44466,7 @@ ol.ui.suffixed.list li::before,
|
|
44416
44466
|
Site Overrides
|
44417
44467
|
*******************************/
|
44418
44468
|
/*!
|
44419
|
-
* # Fomantic-UI 2.9.3-beta.
|
44469
|
+
* # Fomantic-UI 2.9.3-beta.11+980ea5e - Text
|
44420
44470
|
* https://github.com/fomantic/Fomantic-UI/
|
44421
44471
|
*
|
44422
44472
|
*
|
@@ -44615,7 +44665,7 @@ span.ui.massive.text {
|
|
44615
44665
|
Site Overrides
|
44616
44666
|
*******************************/
|
44617
44667
|
/*!
|
44618
|
-
* # Fomantic-UI 2.9.3-beta.
|
44668
|
+
* # Fomantic-UI 2.9.3-beta.11+980ea5e - Breadcrumb
|
44619
44669
|
* https://github.com/fomantic/Fomantic-UI/
|
44620
44670
|
*
|
44621
44671
|
*
|
@@ -44760,7 +44810,7 @@ span.ui.massive.text {
|
|
44760
44810
|
Site Overrides
|
44761
44811
|
*******************************/
|
44762
44812
|
/*!
|
44763
|
-
* # Fomantic-UI 2.9.3-beta.
|
44813
|
+
* # Fomantic-UI 2.9.3-beta.11+980ea5e - Form
|
44764
44814
|
* https://github.com/fomantic/Fomantic-UI/
|
44765
44815
|
*
|
44766
44816
|
*
|
@@ -45317,6 +45367,12 @@ span.ui.massive.text {
|
|
45317
45367
|
color: #9f3a38;
|
45318
45368
|
}
|
45319
45369
|
|
45370
|
+
@supports selector(:has(.f)) {
|
45371
|
+
.ui.form .fields:has(.error) > label {
|
45372
|
+
color: #9f3a38;
|
45373
|
+
}
|
45374
|
+
}
|
45375
|
+
|
45320
45376
|
.ui.form .fields.error .field .ui.label,
|
45321
45377
|
.ui.form .field.error .ui.label {
|
45322
45378
|
background-color: #ecd1d1;
|
@@ -45557,6 +45613,12 @@ span.ui.massive.text {
|
|
45557
45613
|
color: #ecd1d1;
|
45558
45614
|
}
|
45559
45615
|
|
45616
|
+
@supports selector(:has(.f)) {
|
45617
|
+
.ui.inverted.form .fields:has(.error) > label {
|
45618
|
+
color: #ecd1d1;
|
45619
|
+
}
|
45620
|
+
}
|
45621
|
+
|
45560
45622
|
/* On Form */
|
45561
45623
|
|
45562
45624
|
.ui.form.info .info.message:not(:empty) {
|
@@ -45597,6 +45659,12 @@ span.ui.massive.text {
|
|
45597
45659
|
color: #276f86;
|
45598
45660
|
}
|
45599
45661
|
|
45662
|
+
@supports selector(:has(.f)) {
|
45663
|
+
.ui.form .fields:has(.info) > label {
|
45664
|
+
color: #276f86;
|
45665
|
+
}
|
45666
|
+
}
|
45667
|
+
|
45600
45668
|
.ui.form .fields.info .field .ui.label,
|
45601
45669
|
.ui.form .field.info .ui.label {
|
45602
45670
|
background-color: #c6e3e9;
|
@@ -45813,6 +45881,12 @@ span.ui.massive.text {
|
|
45813
45881
|
color: #c6e3e9;
|
45814
45882
|
}
|
45815
45883
|
|
45884
|
+
@supports selector(:has(.f)) {
|
45885
|
+
.ui.inverted.form .fields:has(.info) > label {
|
45886
|
+
color: #c6e3e9;
|
45887
|
+
}
|
45888
|
+
}
|
45889
|
+
|
45816
45890
|
/* On Form */
|
45817
45891
|
|
45818
45892
|
.ui.form.success .success.message:not(:empty) {
|
@@ -45853,6 +45927,12 @@ span.ui.massive.text {
|
|
45853
45927
|
color: #2c662d;
|
45854
45928
|
}
|
45855
45929
|
|
45930
|
+
@supports selector(:has(.f)) {
|
45931
|
+
.ui.form .fields:has(.success) > label {
|
45932
|
+
color: #2c662d;
|
45933
|
+
}
|
45934
|
+
}
|
45935
|
+
|
45856
45936
|
.ui.form .fields.success .field .ui.label,
|
45857
45937
|
.ui.form .field.success .ui.label {
|
45858
45938
|
background-color: #b9d1ad;
|
@@ -46069,6 +46149,12 @@ span.ui.massive.text {
|
|
46069
46149
|
color: #b9d1ad;
|
46070
46150
|
}
|
46071
46151
|
|
46152
|
+
@supports selector(:has(.f)) {
|
46153
|
+
.ui.inverted.form .fields:has(.success) > label {
|
46154
|
+
color: #b9d1ad;
|
46155
|
+
}
|
46156
|
+
}
|
46157
|
+
|
46072
46158
|
/* On Form */
|
46073
46159
|
|
46074
46160
|
.ui.form.warning .warning.message:not(:empty) {
|
@@ -46109,6 +46195,12 @@ span.ui.massive.text {
|
|
46109
46195
|
color: #573a08;
|
46110
46196
|
}
|
46111
46197
|
|
46198
|
+
@supports selector(:has(.f)) {
|
46199
|
+
.ui.form .fields:has(.warning) > label {
|
46200
|
+
color: #573a08;
|
46201
|
+
}
|
46202
|
+
}
|
46203
|
+
|
46112
46204
|
.ui.form .fields.warning .field .ui.label,
|
46113
46205
|
.ui.form .field.warning .ui.label {
|
46114
46206
|
background-color: #d7ccb5;
|
@@ -46325,6 +46417,12 @@ span.ui.massive.text {
|
|
46325
46417
|
color: #d7ccb5;
|
46326
46418
|
}
|
46327
46419
|
|
46420
|
+
@supports selector(:has(.f)) {
|
46421
|
+
.ui.inverted.form .fields:has(.warning) > label {
|
46422
|
+
color: #d7ccb5;
|
46423
|
+
}
|
46424
|
+
}
|
46425
|
+
|
46328
46426
|
/* --------------------
|
46329
46427
|
Disabled
|
46330
46428
|
--------------------- */
|
@@ -46394,10 +46492,11 @@ span.ui.massive.text {
|
|
46394
46492
|
Required Field
|
46395
46493
|
--------------------- */
|
46396
46494
|
|
46397
|
-
.ui.form .required.fields:not(.grouped) > .field > label::after,
|
46495
|
+
.ui.form .required.fields:not(.grouped):not(.inline) > .field > label::after,
|
46496
|
+
.ui.form .required.fields.inline > label::after,
|
46398
46497
|
.ui.form .required.fields.grouped > label::after,
|
46399
46498
|
.ui.form .required.field > label::after,
|
46400
|
-
.ui.form .required.fields:not(.grouped) > .field > .checkbox::after,
|
46499
|
+
.ui.form .required.fields:not(.grouped):not(.inline) > .field > .checkbox::after,
|
46401
46500
|
.ui.form .required.field > .checkbox::after,
|
46402
46501
|
.ui.form label.required::after {
|
46403
46502
|
margin: -0.2em 0 0 0.2em;
|
@@ -46405,7 +46504,8 @@ span.ui.massive.text {
|
|
46405
46504
|
color: #db2828;
|
46406
46505
|
}
|
46407
46506
|
|
46408
|
-
.ui.form .required.fields:not(.grouped) > .field > label::after,
|
46507
|
+
.ui.form .required.fields:not(.grouped):not(.inline) > .field > label::after,
|
46508
|
+
.ui.form .required.fields.inline > label::after,
|
46409
46509
|
.ui.form .required.fields.grouped > label::after,
|
46410
46510
|
.ui.form .required.field > label::after,
|
46411
46511
|
.ui.form label.required::after {
|
@@ -46413,13 +46513,19 @@ span.ui.massive.text {
|
|
46413
46513
|
vertical-align: top;
|
46414
46514
|
}
|
46415
46515
|
|
46416
|
-
.ui.form .required.fields:not(.grouped) > .field > .checkbox::after,
|
46516
|
+
.ui.form .required.fields:not(.grouped):not(.inline) > .field > .checkbox::after,
|
46417
46517
|
.ui.form .required.field > .checkbox::after {
|
46418
46518
|
position: absolute;
|
46419
46519
|
top: 0;
|
46420
46520
|
left: 100%;
|
46421
46521
|
}
|
46422
46522
|
|
46523
|
+
.ui.ui.ui.ui.form .fields > label:empty::after,
|
46524
|
+
.ui.ui.ui.ui.form .field > label:empty::after {
|
46525
|
+
content: " ";
|
46526
|
+
display: inline-block;
|
46527
|
+
}
|
46528
|
+
|
46423
46529
|
/*******************************
|
46424
46530
|
Variations
|
46425
46531
|
*******************************/
|
@@ -46818,7 +46924,7 @@ span.ui.massive.text {
|
|
46818
46924
|
Site Overrides
|
46819
46925
|
*******************************/
|
46820
46926
|
/*!
|
46821
|
-
* # Fomantic-UI 2.9.3-beta.
|
46927
|
+
* # Fomantic-UI 2.9.3-beta.11+980ea5e - Grid
|
46822
46928
|
* https://github.com/fomantic/Fomantic-UI/
|
46823
46929
|
*
|
46824
46930
|
*
|
@@ -49082,7 +49188,7 @@ span.ui.massive.text {
|
|
49082
49188
|
Site Overrides
|
49083
49189
|
*******************************/
|
49084
49190
|
/*!
|
49085
|
-
* # Fomantic-UI 2.9.3-beta.
|
49191
|
+
* # Fomantic-UI 2.9.3-beta.11+980ea5e - Menu
|
49086
49192
|
* https://github.com/fomantic/Fomantic-UI/
|
49087
49193
|
*
|
49088
49194
|
*
|
@@ -51063,9 +51169,14 @@ Floated Menu / Item
|
|
51063
51169
|
}
|
51064
51170
|
|
51065
51171
|
/* -------------------
|
51066
|
-
|
51067
|
-
-------------------- */
|
51172
|
+
Evenly Sized
|
51173
|
+
-------------------- */
|
51068
51174
|
|
51175
|
+
.ui[class*="equal width"].menu > .item {
|
51176
|
+
flex: 1;
|
51177
|
+
}
|
51178
|
+
|
51179
|
+
.ui[class*="equal width"].menu > .item,
|
51069
51180
|
.ui.item.menu,
|
51070
51181
|
.ui.item.menu .item {
|
51071
51182
|
width: 100%;
|
@@ -51077,10 +51188,12 @@ Floated Menu / Item
|
|
51077
51188
|
justify-content: center;
|
51078
51189
|
}
|
51079
51190
|
|
51191
|
+
.ui.attached[class*="equal width"].menu:not(.tabular),
|
51080
51192
|
.ui.attached.item.menu:not(.tabular) {
|
51081
51193
|
margin: 0 -1px !important;
|
51082
51194
|
}
|
51083
51195
|
|
51196
|
+
.ui[class*="equal width"].menu > .item:last-child::before,
|
51084
51197
|
.ui.item.menu .item:last-child::before {
|
51085
51198
|
display: none;
|
51086
51199
|
}
|
@@ -51578,7 +51691,7 @@ Floated Menu / Item
|
|
51578
51691
|
Site Overrides
|
51579
51692
|
*******************************/
|
51580
51693
|
/*!
|
51581
|
-
* # Fomantic-UI 2.9.3-beta.
|
51694
|
+
* # Fomantic-UI 2.9.3-beta.11+980ea5e - Message
|
51582
51695
|
* https://github.com/fomantic/Fomantic-UI/
|
51583
51696
|
*
|
51584
51697
|
*
|
@@ -52322,7 +52435,7 @@ Floated Menu / Item
|
|
52322
52435
|
Site Overrides
|
52323
52436
|
*******************************/
|
52324
52437
|
/*!
|
52325
|
-
* # Fomantic-UI 2.9.3-beta.
|
52438
|
+
* # Fomantic-UI 2.9.3-beta.11+980ea5e - Table
|
52326
52439
|
* https://github.com/fomantic/Fomantic-UI/
|
52327
52440
|
*
|
52328
52441
|
*
|
@@ -56333,7 +56446,7 @@ Floated Menu / Item
|
|
56333
56446
|
Site Overrides
|
56334
56447
|
*******************************/
|
56335
56448
|
/*!
|
56336
|
-
* # Fomantic-UI 2.9.3-beta.
|
56449
|
+
* # Fomantic-UI 2.9.3-beta.11+980ea5e - Ad
|
56337
56450
|
* https://github.com/fomantic/Fomantic-UI/
|
56338
56451
|
*
|
56339
56452
|
*
|
@@ -56621,7 +56734,7 @@ Floated Menu / Item
|
|
56621
56734
|
Site Overrides
|
56622
56735
|
*******************************/
|
56623
56736
|
/*!
|
56624
|
-
* # Fomantic-UI 2.9.3-beta.
|
56737
|
+
* # Fomantic-UI 2.9.3-beta.11+980ea5e - Card
|
56625
56738
|
* https://github.com/fomantic/Fomantic-UI/
|
56626
56739
|
*
|
56627
56740
|
*
|
@@ -58769,7 +58882,7 @@ a.inverted.ui.card:hover,
|
|
58769
58882
|
Site Overrides
|
58770
58883
|
*******************************/
|
58771
58884
|
/*!
|
58772
|
-
* # Fomantic-UI 2.9.3-beta.
|
58885
|
+
* # Fomantic-UI 2.9.3-beta.11+980ea5e - Comment
|
58773
58886
|
* https://github.com/fomantic/Fomantic-UI/
|
58774
58887
|
*
|
58775
58888
|
*
|
@@ -59080,7 +59193,7 @@ a.inverted.ui.card:hover,
|
|
59080
59193
|
Site Overrides
|
59081
59194
|
*******************************/
|
59082
59195
|
/*!
|
59083
|
-
* # Fomantic-UI 2.9.3-beta.
|
59196
|
+
* # Fomantic-UI 2.9.3-beta.11+980ea5e - Feed
|
59084
59197
|
* https://github.com/fomantic/Fomantic-UI/
|
59085
59198
|
*
|
59086
59199
|
*
|
@@ -59421,7 +59534,7 @@ a.inverted.ui.card:hover,
|
|
59421
59534
|
Site Overrides
|
59422
59535
|
*******************************/
|
59423
59536
|
/*!
|
59424
|
-
* # Fomantic-UI 2.9.3-beta.
|
59537
|
+
* # Fomantic-UI 2.9.3-beta.11+980ea5e - Item
|
59425
59538
|
* https://github.com/fomantic/Fomantic-UI/
|
59426
59539
|
*
|
59427
59540
|
*
|
@@ -60032,7 +60145,7 @@ a.inverted.ui.card:hover,
|
|
60032
60145
|
Site Overrides
|
60033
60146
|
*******************************/
|
60034
60147
|
/*!
|
60035
|
-
* # Fomantic-UI 2.9.3-beta.
|
60148
|
+
* # Fomantic-UI 2.9.3-beta.11+980ea5e - Statistic
|
60036
60149
|
* https://github.com/fomantic/Fomantic-UI/
|
60037
60150
|
*
|
60038
60151
|
*
|
@@ -60710,7 +60823,7 @@ a.inverted.ui.card:hover,
|
|
60710
60823
|
Site Overrides
|
60711
60824
|
*******************************/
|
60712
60825
|
/*!
|
60713
|
-
* # Fomantic-UI 2.9.3-beta.
|
60826
|
+
* # Fomantic-UI 2.9.3-beta.11+980ea5e - Accordion
|
60714
60827
|
* https://github.com/fomantic/Fomantic-UI/
|
60715
60828
|
*
|
60716
60829
|
*
|
@@ -61117,7 +61230,7 @@ a.inverted.ui.card:hover,
|
|
61117
61230
|
User Overrides
|
61118
61231
|
*******************************/
|
61119
61232
|
/*!
|
61120
|
-
* # Fomantic-UI 2.9.3-beta.
|
61233
|
+
* # Fomantic-UI 2.9.3-beta.11+980ea5e - Calendar
|
61121
61234
|
* https://github.com/fomantic/Fomantic-UI/
|
61122
61235
|
*
|
61123
61236
|
*
|
@@ -61287,24 +61400,24 @@ a.inverted.ui.card:hover,
|
|
61287
61400
|
background: rgba(255, 255, 255, 0.02);
|
61288
61401
|
}
|
61289
61402
|
|
61290
|
-
.ui.calendar.popup > .ui.ui.grid {
|
61403
|
+
.ui.ui.ui.calendar.popup > .ui.ui.grid {
|
61291
61404
|
margin: -1rem;
|
61292
61405
|
}
|
61293
61406
|
|
61294
|
-
.ui.calendar.popup > .ui.ui.grid > .column:not(:first-child) {
|
61407
|
+
.ui.ui.ui.calendar.popup > .ui.ui.grid > .column:not(:first-child) {
|
61295
61408
|
padding-left: 0;
|
61296
61409
|
}
|
61297
61410
|
|
61298
|
-
.ui.calendar.popup > .ui.ui.grid > .column:not(:first-child) > .ui.table {
|
61411
|
+
.ui.ui.ui.calendar.popup > .ui.ui.grid > .column:not(:first-child) > .ui.table {
|
61299
61412
|
border-top-left-radius: 0;
|
61300
61413
|
border-bottom-left-radius: 0;
|
61301
61414
|
}
|
61302
61415
|
|
61303
|
-
.ui.calendar.popup > .ui.ui.grid > .column:not(:last-child) {
|
61416
|
+
.ui.ui.ui.calendar.popup > .ui.ui.grid > .column:not(:last-child) {
|
61304
61417
|
padding-right: 0;
|
61305
61418
|
}
|
61306
61419
|
|
61307
|
-
.ui.calendar.popup > .ui.ui.grid > .column:not(:last-child) > .ui.table {
|
61420
|
+
.ui.ui.ui.calendar.popup > .ui.ui.grid > .column:not(:last-child) > .ui.table {
|
61308
61421
|
border-top-right-radius: 0;
|
61309
61422
|
border-bottom-right-radius: 0;
|
61310
61423
|
}
|
@@ -61334,7 +61447,7 @@ a.inverted.ui.card:hover,
|
|
61334
61447
|
User Overrides
|
61335
61448
|
*******************************/
|
61336
61449
|
/*!
|
61337
|
-
* # Fomantic-UI 2.9.3-beta.
|
61450
|
+
* # Fomantic-UI 2.9.3-beta.11+980ea5e - Checkbox
|
61338
61451
|
* https://github.com/fomantic/Fomantic-UI/
|
61339
61452
|
*
|
61340
61453
|
*
|
@@ -62180,7 +62293,7 @@ a.inverted.ui.card:hover,
|
|
62180
62293
|
Site Overrides
|
62181
62294
|
*******************************/
|
62182
62295
|
/*!
|
62183
|
-
* # Fomantic-UI 2.9.3-beta.
|
62296
|
+
* # Fomantic-UI 2.9.3-beta.11+980ea5e - Dimmer
|
62184
62297
|
* https://github.com/fomantic/Fomantic-UI/
|
62185
62298
|
*
|
62186
62299
|
*
|
@@ -62586,7 +62699,7 @@ body.dimmable > .dimmer {
|
|
62586
62699
|
User Overrides
|
62587
62700
|
*******************************/
|
62588
62701
|
/*!
|
62589
|
-
* # Fomantic-UI 2.9.3-beta.
|
62702
|
+
* # Fomantic-UI 2.9.3-beta.11+980ea5e - Dropdown
|
62590
62703
|
* https://github.com/fomantic/Fomantic-UI/
|
62591
62704
|
*
|
62592
62705
|
*
|
@@ -63454,7 +63567,7 @@ select.ui.dropdown {
|
|
63454
63567
|
margin-left: 1.5em;
|
63455
63568
|
}
|
63456
63569
|
|
63457
|
-
.ui.dropdown:not(.selection) > .remove.icon {
|
63570
|
+
.ui.dropdown:not(.selection):not(.multiple) > .remove.icon {
|
63458
63571
|
margin-top: -1.35em;
|
63459
63572
|
}
|
63460
63573
|
|
@@ -63527,6 +63640,19 @@ select.ui.dropdown {
|
|
63527
63640
|
height: 1.71428571em;
|
63528
63641
|
}
|
63529
63642
|
|
63643
|
+
.ui.multiple.dropdown:not(.selection):not(.labeled) > .dropdown.icon {
|
63644
|
+
right: -1.5em;
|
63645
|
+
}
|
63646
|
+
|
63647
|
+
.ui.multiple.dropdown:not(.selection):not(.labeled) > .remove.icon {
|
63648
|
+
margin-right: -1.5em;
|
63649
|
+
}
|
63650
|
+
|
63651
|
+
.ui.multiple.dropdown:not(.selection):not(.labeled):not(.search) > .remove.icon ~ .text.default,
|
63652
|
+
.ui.multiple.dropdown:not(.selection):not(.labeled) > .text.default:first-child {
|
63653
|
+
overflow: inherit;
|
63654
|
+
}
|
63655
|
+
|
63530
63656
|
/* -----------------
|
63531
63657
|
Multiple Search
|
63532
63658
|
----------------- */
|
@@ -63569,6 +63695,15 @@ select.ui.dropdown {
|
|
63569
63695
|
min-width: 14em;
|
63570
63696
|
}
|
63571
63697
|
|
63698
|
+
.ui.multiple.search.dropdown > span.sizer {
|
63699
|
+
display: none;
|
63700
|
+
}
|
63701
|
+
|
63702
|
+
.ui.multiple.search.dropdown:not(.selection) > .remove.icon + input.search,
|
63703
|
+
.ui.multiple.search.dropdown:not(.selection) > input.search:first-child {
|
63704
|
+
min-width: 5.05em;
|
63705
|
+
}
|
63706
|
+
|
63572
63707
|
/* --------------
|
63573
63708
|
Inline
|
63574
63709
|
--------------- */
|
@@ -64857,7 +64992,7 @@ select.ui.dropdown {
|
|
64857
64992
|
User Overrides
|
64858
64993
|
*******************************/
|
64859
64994
|
/*!
|
64860
|
-
* # Fomantic-UI 2.9.3-beta.
|
64995
|
+
* # Fomantic-UI 2.9.3-beta.11+980ea5e - Embed
|
64861
64996
|
* https://github.com/fomantic/Fomantic-UI/
|
64862
64997
|
*
|
64863
64998
|
*
|
@@ -65017,7 +65152,7 @@ select.ui.dropdown {
|
|
65017
65152
|
Site Overrides
|
65018
65153
|
*******************************/
|
65019
65154
|
/*!
|
65020
|
-
* # Fomantic-UI 2.9.3-beta.
|
65155
|
+
* # Fomantic-UI 2.9.3-beta.11+980ea5e - Flyout
|
65021
65156
|
* https://github.com/fomantic/Fomantic-UI/
|
65022
65157
|
*
|
65023
65158
|
*
|
@@ -65648,7 +65783,7 @@ body.pushable > .pusher {
|
|
65648
65783
|
User Overrides
|
65649
65784
|
*******************************/
|
65650
65785
|
/*!
|
65651
|
-
* # Fomantic-UI 2.9.3-beta.
|
65786
|
+
* # Fomantic-UI 2.9.3-beta.11+980ea5e - Modal
|
65652
65787
|
* https://github.com/fomantic/Fomantic-UI/
|
65653
65788
|
*
|
65654
65789
|
*
|
@@ -66115,12 +66250,11 @@ body.pushable > .pusher {
|
|
66115
66250
|
}
|
66116
66251
|
|
66117
66252
|
.scrolling.dimmable > .dimmer {
|
66118
|
-
justify-content:
|
66253
|
+
justify-content: center;
|
66119
66254
|
position: fixed;
|
66120
66255
|
}
|
66121
66256
|
|
66122
66257
|
.scrolling.dimmable:not(body) > .dimmer {
|
66123
|
-
justify-content: center;
|
66124
66258
|
position: absolute;
|
66125
66259
|
}
|
66126
66260
|
|
@@ -66130,8 +66264,13 @@ body.pushable > .pusher {
|
|
66130
66264
|
overscroll-behavior: none;
|
66131
66265
|
}
|
66132
66266
|
|
66267
|
+
.modals.dimmer .ui.scrolling.modal.fullscreen {
|
66268
|
+
top: 0;
|
66269
|
+
}
|
66270
|
+
|
66133
66271
|
.modals.dimmer .ui.scrolling.modal:not(.fullscreen) {
|
66134
66272
|
margin: 2rem auto;
|
66273
|
+
top: 1em;
|
66135
66274
|
}
|
66136
66275
|
|
66137
66276
|
/* Fix for Firefox, Edge, IE11 */
|
@@ -66534,7 +66673,7 @@ body.pushable > .pusher {
|
|
66534
66673
|
Site Overrides
|
66535
66674
|
*******************************/
|
66536
66675
|
/*!
|
66537
|
-
* # Fomantic-UI 2.9.3-beta.
|
66676
|
+
* # Fomantic-UI 2.9.3-beta.11+980ea5e - Nag
|
66538
66677
|
* https://github.com/fomantic/Fomantic-UI/
|
66539
66678
|
*
|
66540
66679
|
*
|
@@ -66869,7 +67008,7 @@ a.ui.nag {
|
|
66869
67008
|
User Overrides
|
66870
67009
|
*******************************/
|
66871
67010
|
/*!
|
66872
|
-
* # Fomantic-UI 2.9.3-beta.
|
67011
|
+
* # Fomantic-UI 2.9.3-beta.11+980ea5e - Popup
|
66873
67012
|
* https://github.com/fomantic/Fomantic-UI/
|
66874
67013
|
*
|
66875
67014
|
*
|
@@ -66950,7 +67089,6 @@ a.ui.nag {
|
|
66950
67089
|
width: 0.71428571em;
|
66951
67090
|
height: 0.71428571em;
|
66952
67091
|
background: #fff;
|
66953
|
-
transform: rotate(45deg);
|
66954
67092
|
z-index: 1901;
|
66955
67093
|
box-shadow: 1px 1px 0 0 #bababc;
|
66956
67094
|
}
|
@@ -66979,37 +67117,27 @@ a.ui.nag {
|
|
66979
67117
|
z-index: 1900;
|
66980
67118
|
}
|
66981
67119
|
|
66982
|
-
/* Default Position (Top Center) */
|
66983
|
-
|
66984
|
-
[data-tooltip]:not([data-position])::before {
|
66985
|
-
top: auto;
|
66986
|
-
right: auto;
|
66987
|
-
bottom: 100%;
|
66988
|
-
left: 50%;
|
66989
|
-
background: #fff;
|
66990
|
-
margin-left: -0.07142857rem;
|
66991
|
-
margin-bottom: 0.14285714rem;
|
66992
|
-
}
|
66993
|
-
|
66994
|
-
[data-tooltip]:not([data-position])::after {
|
66995
|
-
left: 50%;
|
66996
|
-
transform: translateX(-50%);
|
66997
|
-
bottom: 100%;
|
66998
|
-
margin-bottom: 0.5em;
|
66999
|
-
}
|
67000
|
-
|
67001
67120
|
/* Animation */
|
67002
67121
|
|
67003
67122
|
[data-tooltip]::before,
|
67004
67123
|
[data-tooltip]::after {
|
67005
67124
|
pointer-events: none;
|
67006
|
-
visibility: hidden;
|
67007
67125
|
opacity: 0;
|
67008
|
-
transition: transform 0.
|
67126
|
+
transition: transform 0.2s ease, opacity 0.2s ease;
|
67127
|
+
}
|
67128
|
+
|
67129
|
+
[data-tooltip]::after,
|
67130
|
+
[data-tooltip]:hover::before {
|
67131
|
+
transition-delay: 0.04s;
|
67132
|
+
}
|
67133
|
+
|
67134
|
+
[data-tooltip]::before,
|
67135
|
+
[data-tooltip]:hover::after {
|
67136
|
+
transition-delay: 0s;
|
67009
67137
|
}
|
67010
67138
|
|
67011
67139
|
[data-tooltip]::before {
|
67012
|
-
transform: rotate(45deg) scale(0)
|
67140
|
+
transform: rotate(45deg) scale(0.8);
|
67013
67141
|
transform-origin: center top;
|
67014
67142
|
}
|
67015
67143
|
|
@@ -67017,38 +67145,40 @@ a.ui.nag {
|
|
67017
67145
|
transform-origin: center bottom;
|
67018
67146
|
}
|
67019
67147
|
|
67148
|
+
[data-tooltip][data-variation~="visible"]::before,
|
67149
|
+
[data-tooltip][data-variation~="visible"]::after,
|
67020
67150
|
[data-tooltip]:hover::before,
|
67021
67151
|
[data-tooltip]:hover::after {
|
67022
|
-
visibility: visible;
|
67023
67152
|
pointer-events: auto;
|
67024
67153
|
opacity: 1;
|
67025
67154
|
}
|
67026
67155
|
|
67027
67156
|
[data-tooltip]:hover::before {
|
67028
|
-
transform: rotate(45deg) scale(1)
|
67157
|
+
transform: rotate(45deg) scale(1);
|
67029
67158
|
}
|
67030
67159
|
|
67031
67160
|
/* Animation Position */
|
67032
67161
|
|
67033
|
-
[data-tooltip]::after,
|
67162
|
+
[data-tooltip]:not([data-position])::after,
|
67034
67163
|
[data-tooltip][data-position="top center"]::after,
|
67035
67164
|
[data-tooltip][data-position="bottom center"]::after {
|
67036
|
-
transform: translateX(-50%) scale(0)
|
67165
|
+
transform: translateX(-50%) scale(0.8);
|
67037
67166
|
}
|
67038
67167
|
|
67039
|
-
[data-tooltip]:hover::after,
|
67168
|
+
[data-tooltip]:not([data-position]):hover::after,
|
67169
|
+
[data-tooltip][data-position="top center"]:hover::after,
|
67040
67170
|
[data-tooltip][data-position="bottom center"]:hover::after {
|
67041
|
-
transform: translateX(-50%) scale(1)
|
67171
|
+
transform: translateX(-50%) scale(1);
|
67042
67172
|
}
|
67043
67173
|
|
67044
67174
|
[data-tooltip][data-position="left center"]::after,
|
67045
67175
|
[data-tooltip][data-position="right center"]::after {
|
67046
|
-
transform: translateY(-50%) scale(0)
|
67176
|
+
transform: translateY(-50%) scale(0.8);
|
67047
67177
|
}
|
67048
67178
|
|
67049
67179
|
[data-tooltip][data-position="left center"]:hover::after,
|
67050
67180
|
[data-tooltip][data-position="right center"]:hover::after {
|
67051
|
-
transform: translateY(-50%) scale(1)
|
67181
|
+
transform: translateY(-50%) scale(1);
|
67052
67182
|
-moz-transform: translateY(-50%) scale(1.0001) !important;
|
67053
67183
|
}
|
67054
67184
|
|
@@ -67056,14 +67186,14 @@ a.ui.nag {
|
|
67056
67186
|
[data-tooltip][data-position="top right"]::after,
|
67057
67187
|
[data-tooltip][data-position="bottom left"]::after,
|
67058
67188
|
[data-tooltip][data-position="bottom right"]::after {
|
67059
|
-
transform: scale(0)
|
67189
|
+
transform: scale(0.8);
|
67060
67190
|
}
|
67061
67191
|
|
67062
67192
|
[data-tooltip][data-position="top left"]:hover::after,
|
67063
67193
|
[data-tooltip][data-position="top right"]:hover::after,
|
67064
67194
|
[data-tooltip][data-position="bottom left"]:hover::after,
|
67065
67195
|
[data-tooltip][data-position="bottom right"]:hover::after {
|
67066
|
-
transform: scale(1)
|
67196
|
+
transform: scale(1);
|
67067
67197
|
}
|
67068
67198
|
|
67069
67199
|
[data-tooltip][data-variation~="fixed"]::after {
|
@@ -67092,12 +67222,12 @@ a.ui.nag {
|
|
67092
67222
|
/* Arrow */
|
67093
67223
|
|
67094
67224
|
[data-tooltip][data-inverted]::before {
|
67095
|
-
box-shadow: none
|
67225
|
+
box-shadow: none;
|
67096
67226
|
}
|
67097
67227
|
|
67098
67228
|
/* Arrow Position */
|
67099
67229
|
|
67100
|
-
[data-tooltip][data-inverted]::before {
|
67230
|
+
[data-tooltip]:not([data-position])[data-inverted]::before {
|
67101
67231
|
background: #1b1c1d;
|
67102
67232
|
}
|
67103
67233
|
|
@@ -67118,17 +67248,18 @@ a.ui.nag {
|
|
67118
67248
|
background: #fff;
|
67119
67249
|
}
|
67120
67250
|
|
67121
|
-
/* Top Center */
|
67251
|
+
/* Top Center (default) */
|
67122
67252
|
|
67253
|
+
[data-tooltip]:not([data-position])::after,
|
67123
67254
|
[data-position="top center"][data-tooltip]::after {
|
67124
67255
|
top: auto;
|
67125
67256
|
right: auto;
|
67126
67257
|
left: 50%;
|
67127
67258
|
bottom: 100%;
|
67128
|
-
transform: translateX(-50%);
|
67129
67259
|
margin-bottom: 0.5em;
|
67130
67260
|
}
|
67131
67261
|
|
67262
|
+
[data-tooltip]:not([data-position])::before,
|
67132
67263
|
[data-position="top center"][data-tooltip]::before {
|
67133
67264
|
top: auto;
|
67134
67265
|
right: auto;
|
@@ -67189,7 +67320,6 @@ a.ui.nag {
|
|
67189
67320
|
right: auto;
|
67190
67321
|
left: 50%;
|
67191
67322
|
top: 100%;
|
67192
|
-
transform: translateX(-50%);
|
67193
67323
|
margin-top: 0.5em;
|
67194
67324
|
}
|
67195
67325
|
|
@@ -67242,7 +67372,6 @@ a.ui.nag {
|
|
67242
67372
|
right: 100%;
|
67243
67373
|
top: 50%;
|
67244
67374
|
margin-right: 0.5em;
|
67245
|
-
transform: translateY(-50%);
|
67246
67375
|
}
|
67247
67376
|
|
67248
67377
|
[data-position="left center"][data-tooltip]::before {
|
@@ -67260,7 +67389,6 @@ a.ui.nag {
|
|
67260
67389
|
left: 100%;
|
67261
67390
|
top: 50%;
|
67262
67391
|
margin-left: 0.5em;
|
67263
|
-
transform: translateY(-50%);
|
67264
67392
|
}
|
67265
67393
|
|
67266
67394
|
[data-position="right center"][data-tooltip]::before {
|
@@ -67321,6 +67449,22 @@ a.ui.nag {
|
|
67321
67449
|
transform-origin: left center;
|
67322
67450
|
}
|
67323
67451
|
|
67452
|
+
[data-position="top left"][data-tooltip]::after {
|
67453
|
+
transform-origin: bottom left;
|
67454
|
+
}
|
67455
|
+
|
67456
|
+
[data-position="top right"][data-tooltip]::after {
|
67457
|
+
transform-origin: bottom right;
|
67458
|
+
}
|
67459
|
+
|
67460
|
+
[data-position="bottom left"][data-tooltip]::after {
|
67461
|
+
transform-origin: top left;
|
67462
|
+
}
|
67463
|
+
|
67464
|
+
[data-position="bottom right"][data-tooltip]::after {
|
67465
|
+
transform-origin: top right;
|
67466
|
+
}
|
67467
|
+
|
67324
67468
|
/* --------------
|
67325
67469
|
Basic
|
67326
67470
|
--------------- */
|
@@ -67665,7 +67809,7 @@ a.ui.nag {
|
|
67665
67809
|
|
67666
67810
|
.ui.inverted.popup::before {
|
67667
67811
|
background-color: #1b1c1d;
|
67668
|
-
box-shadow: none
|
67812
|
+
box-shadow: none;
|
67669
67813
|
}
|
67670
67814
|
|
67671
67815
|
.ui.ui.ui.primary.popup::before,
|
@@ -68235,7 +68379,7 @@ a.ui.nag {
|
|
68235
68379
|
User Overrides
|
68236
68380
|
*******************************/
|
68237
68381
|
/*!
|
68238
|
-
* # Fomantic-UI 2.9.3-beta.
|
68382
|
+
* # Fomantic-UI 2.9.3-beta.11+980ea5e - Progress
|
68239
68383
|
* https://github.com/fomantic/Fomantic-UI/
|
68240
68384
|
*
|
68241
68385
|
*
|
@@ -69104,7 +69248,7 @@ a.ui.nag {
|
|
69104
69248
|
Site Overrides
|
69105
69249
|
*******************************/
|
69106
69250
|
/*!
|
69107
|
-
* # Fomantic-UI 2.9.3-beta.
|
69251
|
+
* # Fomantic-UI 2.9.3-beta.11+980ea5e - Slider
|
69108
69252
|
* https://github.com/fomantic/Fomantic-UI/
|
69109
69253
|
*
|
69110
69254
|
*
|
@@ -70041,7 +70185,7 @@ a.ui.nag {
|
|
70041
70185
|
User Overrides
|
70042
70186
|
*******************************/
|
70043
70187
|
/*!
|
70044
|
-
* # Fomantic-UI 2.9.3-beta.
|
70188
|
+
* # Fomantic-UI 2.9.3-beta.11+980ea5e - Rating
|
70045
70189
|
* https://github.com/fomantic/Fomantic-UI/
|
70046
70190
|
*
|
70047
70191
|
*
|
@@ -70507,7 +70651,7 @@ a.ui.nag {
|
|
70507
70651
|
Site Overrides
|
70508
70652
|
*******************************/
|
70509
70653
|
/*!
|
70510
|
-
* # Fomantic-UI 2.9.3-beta.
|
70654
|
+
* # Fomantic-UI 2.9.3-beta.11+980ea5e - Search
|
70511
70655
|
* https://github.com/fomantic/Fomantic-UI/
|
70512
70656
|
*
|
70513
70657
|
*
|
@@ -71077,7 +71221,7 @@ a.ui.nag {
|
|
71077
71221
|
Site Overrides
|
71078
71222
|
*******************************/
|
71079
71223
|
/*!
|
71080
|
-
* # Fomantic-UI 2.9.3-beta.
|
71224
|
+
* # Fomantic-UI 2.9.3-beta.11+980ea5e - Shape
|
71081
71225
|
* https://github.com/fomantic/Fomantic-UI/
|
71082
71226
|
*
|
71083
71227
|
*
|
@@ -71226,7 +71370,7 @@ a.ui.nag {
|
|
71226
71370
|
User Overrides
|
71227
71371
|
*******************************/
|
71228
71372
|
/*!
|
71229
|
-
* # Fomantic-UI 2.9.3-beta.
|
71373
|
+
* # Fomantic-UI 2.9.3-beta.11+980ea5e - Sidebar
|
71230
71374
|
* https://github.com/fomantic/Fomantic-UI/
|
71231
71375
|
*
|
71232
71376
|
*
|
@@ -71842,7 +71986,7 @@ body.pushable > .pusher {
|
|
71842
71986
|
Site Overrides
|
71843
71987
|
*******************************/
|
71844
71988
|
/*!
|
71845
|
-
* # Fomantic-UI 2.9.3-beta.
|
71989
|
+
* # Fomantic-UI 2.9.3-beta.11+980ea5e - Sticky
|
71846
71990
|
* https://github.com/fomantic/Fomantic-UI/
|
71847
71991
|
*
|
71848
71992
|
*
|
@@ -71911,7 +72055,7 @@ body.pushable > .pusher {
|
|
71911
72055
|
Site Overrides
|
71912
72056
|
*******************************/
|
71913
72057
|
/*!
|
71914
|
-
* # Fomantic-UI 2.9.3-beta.
|
72058
|
+
* # Fomantic-UI 2.9.3-beta.11+980ea5e - Tab
|
71915
72059
|
* https://github.com/fomantic/Fomantic-UI/
|
71916
72060
|
*
|
71917
72061
|
*
|
@@ -71993,7 +72137,7 @@ body.pushable > .pusher {
|
|
71993
72137
|
User Overrides
|
71994
72138
|
*******************************/
|
71995
72139
|
/*!
|
71996
|
-
* # Fomantic-UI 2.9.3-beta.
|
72140
|
+
* # Fomantic-UI 2.9.3-beta.11+980ea5e - Toast
|
71997
72141
|
* https://github.com/fomantic/Fomantic-UI/
|
71998
72142
|
*
|
71999
72143
|
*
|
@@ -72147,6 +72291,12 @@ body.pushable > .pusher {
|
|
72147
72291
|
border: 1px solid rgba(34, 36, 38, 0.12);
|
72148
72292
|
}
|
72149
72293
|
|
72294
|
+
.ui.toast-container .toast-box.inverted.floating,
|
72295
|
+
.ui.toast-container .toast-box.inverted.hoverfloating:hover {
|
72296
|
+
box-shadow: 0 2px 4px 0 rgba(225, 225, 225, 0.1), 0 2px 10px 0 rgba(225, 225, 225, 0.5);
|
72297
|
+
border: 1px solid rgba(225, 225, 225, 0.5);
|
72298
|
+
}
|
72299
|
+
|
72150
72300
|
.ui.toast-container .toast-box.compact,
|
72151
72301
|
.ui.toast-container .toast-box > .compact {
|
72152
72302
|
width: 350px;
|
@@ -72916,7 +73066,7 @@ body.pushable > .pusher {
|
|
72916
73066
|
User Overrides
|
72917
73067
|
*******************************/
|
72918
73068
|
/*!
|
72919
|
-
* # Fomantic-UI 2.9.3-beta.
|
73069
|
+
* # Fomantic-UI 2.9.3-beta.11+980ea5e - Transition
|
72920
73070
|
* https://github.com/fomantic/Fomantic-UI/
|
72921
73071
|
*
|
72922
73072
|
*
|