fomantic-ui 2.9.3-beta.0 → 2.9.3-beta.10
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 +36 -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 +1 -1
- package/dist/components/menu.min.css +1 -1
- 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 +1 -5
- package/dist/components/search.min.css +1 -1
- package/dist/components/search.min.js +2 -2
- package/dist/components/segment.css +3 -2
- 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 +1 -1
- package/dist/components/toast.js +17 -9
- 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 +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 +203 -108
- package/dist/semantic.js +435 -281
- 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 +24 -5
- package/src/definitions/collections/grid.less +2 -1
- package/src/definitions/collections/menu.less +2 -1
- 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 +4 -2
- 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 +0 -4
- 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 +2 -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/modules/dropdown.variables +3 -0
- package/src/themes/default/modules/modal.variables +1 -0
- package/src/themes/default/modules/popup.variables +3 -1
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.10+11b4099
|
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.10+11b4099 - 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.10+11b4099 - 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.10+11b4099 - 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.10+11b4099 - 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.10+11b4099 - 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.10+11b4099 - 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.10+11b4099 - 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.10+11b4099 - 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.10+11b4099 - 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.10+11b4099 - 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.10+11b4099 - 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.10+11b4099 - 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.10+11b4099 - 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.10+11b4099 - 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.10+11b4099 - 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.10+11b4099 - 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.10+11b4099 - 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.10+11b4099 - Segment
|
42638
42661
|
* https://github.com/fomantic/Fomantic-UI/
|
42639
42662
|
*
|
42640
42663
|
*
|
@@ -43083,6 +43106,7 @@ ol.ui.suffixed.list li::before,
|
|
43083
43106
|
border: 1px solid rgba(34, 36, 38, 0.15);
|
43084
43107
|
}
|
43085
43108
|
|
43109
|
+
.ui.wrapping.horizontal.segments,
|
43086
43110
|
.ui.stackable.horizontal.segments {
|
43087
43111
|
flex-wrap: wrap;
|
43088
43112
|
}
|
@@ -43120,7 +43144,7 @@ ol.ui.suffixed.list li::before,
|
|
43120
43144
|
border-top: none;
|
43121
43145
|
}
|
43122
43146
|
|
43123
|
-
.ui.horizontal.segments:not(.stackable) > .segment:first-child {
|
43147
|
+
.ui.horizontal.segments:not(.stackable):not(.wrapping) > .segment:first-child {
|
43124
43148
|
border-left: none;
|
43125
43149
|
}
|
43126
43150
|
|
@@ -43708,7 +43732,7 @@ ol.ui.suffixed.list li::before,
|
|
43708
43732
|
Site Overrides
|
43709
43733
|
*******************************/
|
43710
43734
|
/*!
|
43711
|
-
* # Fomantic-UI 2.9.3-beta.
|
43735
|
+
* # Fomantic-UI 2.9.3-beta.10+11b4099 - Step
|
43712
43736
|
* https://github.com/fomantic/Fomantic-UI/
|
43713
43737
|
*
|
43714
43738
|
*
|
@@ -44416,7 +44440,7 @@ ol.ui.suffixed.list li::before,
|
|
44416
44440
|
Site Overrides
|
44417
44441
|
*******************************/
|
44418
44442
|
/*!
|
44419
|
-
* # Fomantic-UI 2.9.3-beta.
|
44443
|
+
* # Fomantic-UI 2.9.3-beta.10+11b4099 - Text
|
44420
44444
|
* https://github.com/fomantic/Fomantic-UI/
|
44421
44445
|
*
|
44422
44446
|
*
|
@@ -44615,7 +44639,7 @@ span.ui.massive.text {
|
|
44615
44639
|
Site Overrides
|
44616
44640
|
*******************************/
|
44617
44641
|
/*!
|
44618
|
-
* # Fomantic-UI 2.9.3-beta.
|
44642
|
+
* # Fomantic-UI 2.9.3-beta.10+11b4099 - Breadcrumb
|
44619
44643
|
* https://github.com/fomantic/Fomantic-UI/
|
44620
44644
|
*
|
44621
44645
|
*
|
@@ -44760,7 +44784,7 @@ span.ui.massive.text {
|
|
44760
44784
|
Site Overrides
|
44761
44785
|
*******************************/
|
44762
44786
|
/*!
|
44763
|
-
* # Fomantic-UI 2.9.3-beta.
|
44787
|
+
* # Fomantic-UI 2.9.3-beta.10+11b4099 - Form
|
44764
44788
|
* https://github.com/fomantic/Fomantic-UI/
|
44765
44789
|
*
|
44766
44790
|
*
|
@@ -45317,6 +45341,10 @@ span.ui.massive.text {
|
|
45317
45341
|
color: #9f3a38;
|
45318
45342
|
}
|
45319
45343
|
|
45344
|
+
.ui.form .fields:has(.error) > label {
|
45345
|
+
color: #9f3a38;
|
45346
|
+
}
|
45347
|
+
|
45320
45348
|
.ui.form .fields.error .field .ui.label,
|
45321
45349
|
.ui.form .field.error .ui.label {
|
45322
45350
|
background-color: #ecd1d1;
|
@@ -45557,6 +45585,10 @@ span.ui.massive.text {
|
|
45557
45585
|
color: #ecd1d1;
|
45558
45586
|
}
|
45559
45587
|
|
45588
|
+
.ui.inverted.form .fields:has(.error) > label {
|
45589
|
+
color: #ecd1d1;
|
45590
|
+
}
|
45591
|
+
|
45560
45592
|
/* On Form */
|
45561
45593
|
|
45562
45594
|
.ui.form.info .info.message:not(:empty) {
|
@@ -45597,6 +45629,10 @@ span.ui.massive.text {
|
|
45597
45629
|
color: #276f86;
|
45598
45630
|
}
|
45599
45631
|
|
45632
|
+
.ui.form .fields:has(.info) > label {
|
45633
|
+
color: #276f86;
|
45634
|
+
}
|
45635
|
+
|
45600
45636
|
.ui.form .fields.info .field .ui.label,
|
45601
45637
|
.ui.form .field.info .ui.label {
|
45602
45638
|
background-color: #c6e3e9;
|
@@ -45813,6 +45849,10 @@ span.ui.massive.text {
|
|
45813
45849
|
color: #c6e3e9;
|
45814
45850
|
}
|
45815
45851
|
|
45852
|
+
.ui.inverted.form .fields:has(.info) > label {
|
45853
|
+
color: #c6e3e9;
|
45854
|
+
}
|
45855
|
+
|
45816
45856
|
/* On Form */
|
45817
45857
|
|
45818
45858
|
.ui.form.success .success.message:not(:empty) {
|
@@ -45853,6 +45893,10 @@ span.ui.massive.text {
|
|
45853
45893
|
color: #2c662d;
|
45854
45894
|
}
|
45855
45895
|
|
45896
|
+
.ui.form .fields:has(.success) > label {
|
45897
|
+
color: #2c662d;
|
45898
|
+
}
|
45899
|
+
|
45856
45900
|
.ui.form .fields.success .field .ui.label,
|
45857
45901
|
.ui.form .field.success .ui.label {
|
45858
45902
|
background-color: #b9d1ad;
|
@@ -46069,6 +46113,10 @@ span.ui.massive.text {
|
|
46069
46113
|
color: #b9d1ad;
|
46070
46114
|
}
|
46071
46115
|
|
46116
|
+
.ui.inverted.form .fields:has(.success) > label {
|
46117
|
+
color: #b9d1ad;
|
46118
|
+
}
|
46119
|
+
|
46072
46120
|
/* On Form */
|
46073
46121
|
|
46074
46122
|
.ui.form.warning .warning.message:not(:empty) {
|
@@ -46109,6 +46157,10 @@ span.ui.massive.text {
|
|
46109
46157
|
color: #573a08;
|
46110
46158
|
}
|
46111
46159
|
|
46160
|
+
.ui.form .fields:has(.warning) > label {
|
46161
|
+
color: #573a08;
|
46162
|
+
}
|
46163
|
+
|
46112
46164
|
.ui.form .fields.warning .field .ui.label,
|
46113
46165
|
.ui.form .field.warning .ui.label {
|
46114
46166
|
background-color: #d7ccb5;
|
@@ -46325,6 +46377,10 @@ span.ui.massive.text {
|
|
46325
46377
|
color: #d7ccb5;
|
46326
46378
|
}
|
46327
46379
|
|
46380
|
+
.ui.inverted.form .fields:has(.warning) > label {
|
46381
|
+
color: #d7ccb5;
|
46382
|
+
}
|
46383
|
+
|
46328
46384
|
/* --------------------
|
46329
46385
|
Disabled
|
46330
46386
|
--------------------- */
|
@@ -46394,10 +46450,11 @@ span.ui.massive.text {
|
|
46394
46450
|
Required Field
|
46395
46451
|
--------------------- */
|
46396
46452
|
|
46397
|
-
.ui.form .required.fields:not(.grouped) > .field > label::after,
|
46453
|
+
.ui.form .required.fields:not(.grouped):not(.inline) > .field > label::after,
|
46454
|
+
.ui.form .required.fields.inline > label::after,
|
46398
46455
|
.ui.form .required.fields.grouped > label::after,
|
46399
46456
|
.ui.form .required.field > label::after,
|
46400
|
-
.ui.form .required.fields:not(.grouped) > .field > .checkbox::after,
|
46457
|
+
.ui.form .required.fields:not(.grouped):not(.inline) > .field > .checkbox::after,
|
46401
46458
|
.ui.form .required.field > .checkbox::after,
|
46402
46459
|
.ui.form label.required::after {
|
46403
46460
|
margin: -0.2em 0 0 0.2em;
|
@@ -46405,7 +46462,8 @@ span.ui.massive.text {
|
|
46405
46462
|
color: #db2828;
|
46406
46463
|
}
|
46407
46464
|
|
46408
|
-
.ui.form .required.fields:not(.grouped) > .field > label::after,
|
46465
|
+
.ui.form .required.fields:not(.grouped):not(.inline) > .field > label::after,
|
46466
|
+
.ui.form .required.fields.inline > label::after,
|
46409
46467
|
.ui.form .required.fields.grouped > label::after,
|
46410
46468
|
.ui.form .required.field > label::after,
|
46411
46469
|
.ui.form label.required::after {
|
@@ -46413,13 +46471,19 @@ span.ui.massive.text {
|
|
46413
46471
|
vertical-align: top;
|
46414
46472
|
}
|
46415
46473
|
|
46416
|
-
.ui.form .required.fields:not(.grouped) > .field > .checkbox::after,
|
46474
|
+
.ui.form .required.fields:not(.grouped):not(.inline) > .field > .checkbox::after,
|
46417
46475
|
.ui.form .required.field > .checkbox::after {
|
46418
46476
|
position: absolute;
|
46419
46477
|
top: 0;
|
46420
46478
|
left: 100%;
|
46421
46479
|
}
|
46422
46480
|
|
46481
|
+
.ui.ui.ui.ui.form .fields > label:empty::after,
|
46482
|
+
.ui.ui.ui.ui.form .field > label:empty::after {
|
46483
|
+
content: " ";
|
46484
|
+
display: inline-block;
|
46485
|
+
}
|
46486
|
+
|
46423
46487
|
/*******************************
|
46424
46488
|
Variations
|
46425
46489
|
*******************************/
|
@@ -46818,7 +46882,7 @@ span.ui.massive.text {
|
|
46818
46882
|
Site Overrides
|
46819
46883
|
*******************************/
|
46820
46884
|
/*!
|
46821
|
-
* # Fomantic-UI 2.9.3-beta.
|
46885
|
+
* # Fomantic-UI 2.9.3-beta.10+11b4099 - Grid
|
46822
46886
|
* https://github.com/fomantic/Fomantic-UI/
|
46823
46887
|
*
|
46824
46888
|
*
|
@@ -49082,7 +49146,7 @@ span.ui.massive.text {
|
|
49082
49146
|
Site Overrides
|
49083
49147
|
*******************************/
|
49084
49148
|
/*!
|
49085
|
-
* # Fomantic-UI 2.9.3-beta.
|
49149
|
+
* # Fomantic-UI 2.9.3-beta.10+11b4099 - Menu
|
49086
49150
|
* https://github.com/fomantic/Fomantic-UI/
|
49087
49151
|
*
|
49088
49152
|
*
|
@@ -51578,7 +51642,7 @@ Floated Menu / Item
|
|
51578
51642
|
Site Overrides
|
51579
51643
|
*******************************/
|
51580
51644
|
/*!
|
51581
|
-
* # Fomantic-UI 2.9.3-beta.
|
51645
|
+
* # Fomantic-UI 2.9.3-beta.10+11b4099 - Message
|
51582
51646
|
* https://github.com/fomantic/Fomantic-UI/
|
51583
51647
|
*
|
51584
51648
|
*
|
@@ -52322,7 +52386,7 @@ Floated Menu / Item
|
|
52322
52386
|
Site Overrides
|
52323
52387
|
*******************************/
|
52324
52388
|
/*!
|
52325
|
-
* # Fomantic-UI 2.9.3-beta.
|
52389
|
+
* # Fomantic-UI 2.9.3-beta.10+11b4099 - Table
|
52326
52390
|
* https://github.com/fomantic/Fomantic-UI/
|
52327
52391
|
*
|
52328
52392
|
*
|
@@ -56333,7 +56397,7 @@ Floated Menu / Item
|
|
56333
56397
|
Site Overrides
|
56334
56398
|
*******************************/
|
56335
56399
|
/*!
|
56336
|
-
* # Fomantic-UI 2.9.3-beta.
|
56400
|
+
* # Fomantic-UI 2.9.3-beta.10+11b4099 - Ad
|
56337
56401
|
* https://github.com/fomantic/Fomantic-UI/
|
56338
56402
|
*
|
56339
56403
|
*
|
@@ -56621,7 +56685,7 @@ Floated Menu / Item
|
|
56621
56685
|
Site Overrides
|
56622
56686
|
*******************************/
|
56623
56687
|
/*!
|
56624
|
-
* # Fomantic-UI 2.9.3-beta.
|
56688
|
+
* # Fomantic-UI 2.9.3-beta.10+11b4099 - Card
|
56625
56689
|
* https://github.com/fomantic/Fomantic-UI/
|
56626
56690
|
*
|
56627
56691
|
*
|
@@ -58769,7 +58833,7 @@ a.inverted.ui.card:hover,
|
|
58769
58833
|
Site Overrides
|
58770
58834
|
*******************************/
|
58771
58835
|
/*!
|
58772
|
-
* # Fomantic-UI 2.9.3-beta.
|
58836
|
+
* # Fomantic-UI 2.9.3-beta.10+11b4099 - Comment
|
58773
58837
|
* https://github.com/fomantic/Fomantic-UI/
|
58774
58838
|
*
|
58775
58839
|
*
|
@@ -59080,7 +59144,7 @@ a.inverted.ui.card:hover,
|
|
59080
59144
|
Site Overrides
|
59081
59145
|
*******************************/
|
59082
59146
|
/*!
|
59083
|
-
* # Fomantic-UI 2.9.3-beta.
|
59147
|
+
* # Fomantic-UI 2.9.3-beta.10+11b4099 - Feed
|
59084
59148
|
* https://github.com/fomantic/Fomantic-UI/
|
59085
59149
|
*
|
59086
59150
|
*
|
@@ -59421,7 +59485,7 @@ a.inverted.ui.card:hover,
|
|
59421
59485
|
Site Overrides
|
59422
59486
|
*******************************/
|
59423
59487
|
/*!
|
59424
|
-
* # Fomantic-UI 2.9.3-beta.
|
59488
|
+
* # Fomantic-UI 2.9.3-beta.10+11b4099 - Item
|
59425
59489
|
* https://github.com/fomantic/Fomantic-UI/
|
59426
59490
|
*
|
59427
59491
|
*
|
@@ -60032,7 +60096,7 @@ a.inverted.ui.card:hover,
|
|
60032
60096
|
Site Overrides
|
60033
60097
|
*******************************/
|
60034
60098
|
/*!
|
60035
|
-
* # Fomantic-UI 2.9.3-beta.
|
60099
|
+
* # Fomantic-UI 2.9.3-beta.10+11b4099 - Statistic
|
60036
60100
|
* https://github.com/fomantic/Fomantic-UI/
|
60037
60101
|
*
|
60038
60102
|
*
|
@@ -60710,7 +60774,7 @@ a.inverted.ui.card:hover,
|
|
60710
60774
|
Site Overrides
|
60711
60775
|
*******************************/
|
60712
60776
|
/*!
|
60713
|
-
* # Fomantic-UI 2.9.3-beta.
|
60777
|
+
* # Fomantic-UI 2.9.3-beta.10+11b4099 - Accordion
|
60714
60778
|
* https://github.com/fomantic/Fomantic-UI/
|
60715
60779
|
*
|
60716
60780
|
*
|
@@ -61117,7 +61181,7 @@ a.inverted.ui.card:hover,
|
|
61117
61181
|
User Overrides
|
61118
61182
|
*******************************/
|
61119
61183
|
/*!
|
61120
|
-
* # Fomantic-UI 2.9.3-beta.
|
61184
|
+
* # Fomantic-UI 2.9.3-beta.10+11b4099 - Calendar
|
61121
61185
|
* https://github.com/fomantic/Fomantic-UI/
|
61122
61186
|
*
|
61123
61187
|
*
|
@@ -61287,24 +61351,24 @@ a.inverted.ui.card:hover,
|
|
61287
61351
|
background: rgba(255, 255, 255, 0.02);
|
61288
61352
|
}
|
61289
61353
|
|
61290
|
-
.ui.calendar.popup > .ui.ui.grid {
|
61354
|
+
.ui.ui.ui.calendar.popup > .ui.ui.grid {
|
61291
61355
|
margin: -1rem;
|
61292
61356
|
}
|
61293
61357
|
|
61294
|
-
.ui.calendar.popup > .ui.ui.grid > .column:not(:first-child) {
|
61358
|
+
.ui.ui.ui.calendar.popup > .ui.ui.grid > .column:not(:first-child) {
|
61295
61359
|
padding-left: 0;
|
61296
61360
|
}
|
61297
61361
|
|
61298
|
-
.ui.calendar.popup > .ui.ui.grid > .column:not(:first-child) > .ui.table {
|
61362
|
+
.ui.ui.ui.calendar.popup > .ui.ui.grid > .column:not(:first-child) > .ui.table {
|
61299
61363
|
border-top-left-radius: 0;
|
61300
61364
|
border-bottom-left-radius: 0;
|
61301
61365
|
}
|
61302
61366
|
|
61303
|
-
.ui.calendar.popup > .ui.ui.grid > .column:not(:last-child) {
|
61367
|
+
.ui.ui.ui.calendar.popup > .ui.ui.grid > .column:not(:last-child) {
|
61304
61368
|
padding-right: 0;
|
61305
61369
|
}
|
61306
61370
|
|
61307
|
-
.ui.calendar.popup > .ui.ui.grid > .column:not(:last-child) > .ui.table {
|
61371
|
+
.ui.ui.ui.calendar.popup > .ui.ui.grid > .column:not(:last-child) > .ui.table {
|
61308
61372
|
border-top-right-radius: 0;
|
61309
61373
|
border-bottom-right-radius: 0;
|
61310
61374
|
}
|
@@ -61334,7 +61398,7 @@ a.inverted.ui.card:hover,
|
|
61334
61398
|
User Overrides
|
61335
61399
|
*******************************/
|
61336
61400
|
/*!
|
61337
|
-
* # Fomantic-UI 2.9.3-beta.
|
61401
|
+
* # Fomantic-UI 2.9.3-beta.10+11b4099 - Checkbox
|
61338
61402
|
* https://github.com/fomantic/Fomantic-UI/
|
61339
61403
|
*
|
61340
61404
|
*
|
@@ -62180,7 +62244,7 @@ a.inverted.ui.card:hover,
|
|
62180
62244
|
Site Overrides
|
62181
62245
|
*******************************/
|
62182
62246
|
/*!
|
62183
|
-
* # Fomantic-UI 2.9.3-beta.
|
62247
|
+
* # Fomantic-UI 2.9.3-beta.10+11b4099 - Dimmer
|
62184
62248
|
* https://github.com/fomantic/Fomantic-UI/
|
62185
62249
|
*
|
62186
62250
|
*
|
@@ -62586,7 +62650,7 @@ body.dimmable > .dimmer {
|
|
62586
62650
|
User Overrides
|
62587
62651
|
*******************************/
|
62588
62652
|
/*!
|
62589
|
-
* # Fomantic-UI 2.9.3-beta.
|
62653
|
+
* # Fomantic-UI 2.9.3-beta.10+11b4099 - Dropdown
|
62590
62654
|
* https://github.com/fomantic/Fomantic-UI/
|
62591
62655
|
*
|
62592
62656
|
*
|
@@ -63454,7 +63518,7 @@ select.ui.dropdown {
|
|
63454
63518
|
margin-left: 1.5em;
|
63455
63519
|
}
|
63456
63520
|
|
63457
|
-
.ui.dropdown:not(.selection) > .remove.icon {
|
63521
|
+
.ui.dropdown:not(.selection):not(.multiple) > .remove.icon {
|
63458
63522
|
margin-top: -1.35em;
|
63459
63523
|
}
|
63460
63524
|
|
@@ -63527,6 +63591,19 @@ select.ui.dropdown {
|
|
63527
63591
|
height: 1.71428571em;
|
63528
63592
|
}
|
63529
63593
|
|
63594
|
+
.ui.multiple.dropdown:not(.selection):not(.labeled) > .dropdown.icon {
|
63595
|
+
right: -1.5em;
|
63596
|
+
}
|
63597
|
+
|
63598
|
+
.ui.multiple.dropdown:not(.selection):not(.labeled) > .remove.icon {
|
63599
|
+
margin-right: -1.5em;
|
63600
|
+
}
|
63601
|
+
|
63602
|
+
.ui.multiple.dropdown:not(.selection):not(.labeled):not(.search) > .remove.icon ~ .text.default,
|
63603
|
+
.ui.multiple.dropdown:not(.selection):not(.labeled) > .text.default:first-child {
|
63604
|
+
overflow: inherit;
|
63605
|
+
}
|
63606
|
+
|
63530
63607
|
/* -----------------
|
63531
63608
|
Multiple Search
|
63532
63609
|
----------------- */
|
@@ -63569,6 +63646,15 @@ select.ui.dropdown {
|
|
63569
63646
|
min-width: 14em;
|
63570
63647
|
}
|
63571
63648
|
|
63649
|
+
.ui.multiple.search.dropdown > span.sizer {
|
63650
|
+
display: none;
|
63651
|
+
}
|
63652
|
+
|
63653
|
+
.ui.multiple.search.dropdown:not(.selection) > .remove.icon + input.search,
|
63654
|
+
.ui.multiple.search.dropdown:not(.selection) > input.search:first-child {
|
63655
|
+
min-width: 5.05em;
|
63656
|
+
}
|
63657
|
+
|
63572
63658
|
/* --------------
|
63573
63659
|
Inline
|
63574
63660
|
--------------- */
|
@@ -64857,7 +64943,7 @@ select.ui.dropdown {
|
|
64857
64943
|
User Overrides
|
64858
64944
|
*******************************/
|
64859
64945
|
/*!
|
64860
|
-
* # Fomantic-UI 2.9.3-beta.
|
64946
|
+
* # Fomantic-UI 2.9.3-beta.10+11b4099 - Embed
|
64861
64947
|
* https://github.com/fomantic/Fomantic-UI/
|
64862
64948
|
*
|
64863
64949
|
*
|
@@ -65017,7 +65103,7 @@ select.ui.dropdown {
|
|
65017
65103
|
Site Overrides
|
65018
65104
|
*******************************/
|
65019
65105
|
/*!
|
65020
|
-
* # Fomantic-UI 2.9.3-beta.
|
65106
|
+
* # Fomantic-UI 2.9.3-beta.10+11b4099 - Flyout
|
65021
65107
|
* https://github.com/fomantic/Fomantic-UI/
|
65022
65108
|
*
|
65023
65109
|
*
|
@@ -65648,7 +65734,7 @@ body.pushable > .pusher {
|
|
65648
65734
|
User Overrides
|
65649
65735
|
*******************************/
|
65650
65736
|
/*!
|
65651
|
-
* # Fomantic-UI 2.9.3-beta.
|
65737
|
+
* # Fomantic-UI 2.9.3-beta.10+11b4099 - Modal
|
65652
65738
|
* https://github.com/fomantic/Fomantic-UI/
|
65653
65739
|
*
|
65654
65740
|
*
|
@@ -66115,12 +66201,11 @@ body.pushable > .pusher {
|
|
66115
66201
|
}
|
66116
66202
|
|
66117
66203
|
.scrolling.dimmable > .dimmer {
|
66118
|
-
justify-content:
|
66204
|
+
justify-content: center;
|
66119
66205
|
position: fixed;
|
66120
66206
|
}
|
66121
66207
|
|
66122
66208
|
.scrolling.dimmable:not(body) > .dimmer {
|
66123
|
-
justify-content: center;
|
66124
66209
|
position: absolute;
|
66125
66210
|
}
|
66126
66211
|
|
@@ -66130,8 +66215,13 @@ body.pushable > .pusher {
|
|
66130
66215
|
overscroll-behavior: none;
|
66131
66216
|
}
|
66132
66217
|
|
66218
|
+
.modals.dimmer .ui.scrolling.modal.fullscreen {
|
66219
|
+
top: 0;
|
66220
|
+
}
|
66221
|
+
|
66133
66222
|
.modals.dimmer .ui.scrolling.modal:not(.fullscreen) {
|
66134
66223
|
margin: 2rem auto;
|
66224
|
+
top: 1em;
|
66135
66225
|
}
|
66136
66226
|
|
66137
66227
|
/* Fix for Firefox, Edge, IE11 */
|
@@ -66534,7 +66624,7 @@ body.pushable > .pusher {
|
|
66534
66624
|
Site Overrides
|
66535
66625
|
*******************************/
|
66536
66626
|
/*!
|
66537
|
-
* # Fomantic-UI 2.9.3-beta.
|
66627
|
+
* # Fomantic-UI 2.9.3-beta.10+11b4099 - Nag
|
66538
66628
|
* https://github.com/fomantic/Fomantic-UI/
|
66539
66629
|
*
|
66540
66630
|
*
|
@@ -66869,7 +66959,7 @@ a.ui.nag {
|
|
66869
66959
|
User Overrides
|
66870
66960
|
*******************************/
|
66871
66961
|
/*!
|
66872
|
-
* # Fomantic-UI 2.9.3-beta.
|
66962
|
+
* # Fomantic-UI 2.9.3-beta.10+11b4099 - Popup
|
66873
66963
|
* https://github.com/fomantic/Fomantic-UI/
|
66874
66964
|
*
|
66875
66965
|
*
|
@@ -66950,7 +67040,6 @@ a.ui.nag {
|
|
66950
67040
|
width: 0.71428571em;
|
66951
67041
|
height: 0.71428571em;
|
66952
67042
|
background: #fff;
|
66953
|
-
transform: rotate(45deg);
|
66954
67043
|
z-index: 1901;
|
66955
67044
|
box-shadow: 1px 1px 0 0 #bababc;
|
66956
67045
|
}
|
@@ -66979,37 +67068,27 @@ a.ui.nag {
|
|
66979
67068
|
z-index: 1900;
|
66980
67069
|
}
|
66981
67070
|
|
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
67071
|
/* Animation */
|
67002
67072
|
|
67003
67073
|
[data-tooltip]::before,
|
67004
67074
|
[data-tooltip]::after {
|
67005
67075
|
pointer-events: none;
|
67006
|
-
visibility: hidden;
|
67007
67076
|
opacity: 0;
|
67008
|
-
transition: transform 0.
|
67077
|
+
transition: transform 0.2s ease, opacity 0.2s ease;
|
67078
|
+
}
|
67079
|
+
|
67080
|
+
[data-tooltip]::after,
|
67081
|
+
[data-tooltip]:hover::before {
|
67082
|
+
transition-delay: 0.04s;
|
67083
|
+
}
|
67084
|
+
|
67085
|
+
[data-tooltip]::before,
|
67086
|
+
[data-tooltip]:hover::after {
|
67087
|
+
transition-delay: 0s;
|
67009
67088
|
}
|
67010
67089
|
|
67011
67090
|
[data-tooltip]::before {
|
67012
|
-
transform: rotate(45deg) scale(0)
|
67091
|
+
transform: rotate(45deg) scale(0.8);
|
67013
67092
|
transform-origin: center top;
|
67014
67093
|
}
|
67015
67094
|
|
@@ -67017,38 +67096,40 @@ a.ui.nag {
|
|
67017
67096
|
transform-origin: center bottom;
|
67018
67097
|
}
|
67019
67098
|
|
67099
|
+
[data-tooltip][data-variation~="visible"]::before,
|
67100
|
+
[data-tooltip][data-variation~="visible"]::after,
|
67020
67101
|
[data-tooltip]:hover::before,
|
67021
67102
|
[data-tooltip]:hover::after {
|
67022
|
-
visibility: visible;
|
67023
67103
|
pointer-events: auto;
|
67024
67104
|
opacity: 1;
|
67025
67105
|
}
|
67026
67106
|
|
67027
67107
|
[data-tooltip]:hover::before {
|
67028
|
-
transform: rotate(45deg) scale(1)
|
67108
|
+
transform: rotate(45deg) scale(1);
|
67029
67109
|
}
|
67030
67110
|
|
67031
67111
|
/* Animation Position */
|
67032
67112
|
|
67033
|
-
[data-tooltip]::after,
|
67113
|
+
[data-tooltip]:not([data-position])::after,
|
67034
67114
|
[data-tooltip][data-position="top center"]::after,
|
67035
67115
|
[data-tooltip][data-position="bottom center"]::after {
|
67036
|
-
transform: translateX(-50%) scale(0)
|
67116
|
+
transform: translateX(-50%) scale(0.8);
|
67037
67117
|
}
|
67038
67118
|
|
67039
|
-
[data-tooltip]:hover::after,
|
67119
|
+
[data-tooltip]:not([data-position]):hover::after,
|
67120
|
+
[data-tooltip][data-position="top center"]:hover::after,
|
67040
67121
|
[data-tooltip][data-position="bottom center"]:hover::after {
|
67041
|
-
transform: translateX(-50%) scale(1)
|
67122
|
+
transform: translateX(-50%) scale(1);
|
67042
67123
|
}
|
67043
67124
|
|
67044
67125
|
[data-tooltip][data-position="left center"]::after,
|
67045
67126
|
[data-tooltip][data-position="right center"]::after {
|
67046
|
-
transform: translateY(-50%) scale(0)
|
67127
|
+
transform: translateY(-50%) scale(0.8);
|
67047
67128
|
}
|
67048
67129
|
|
67049
67130
|
[data-tooltip][data-position="left center"]:hover::after,
|
67050
67131
|
[data-tooltip][data-position="right center"]:hover::after {
|
67051
|
-
transform: translateY(-50%) scale(1)
|
67132
|
+
transform: translateY(-50%) scale(1);
|
67052
67133
|
-moz-transform: translateY(-50%) scale(1.0001) !important;
|
67053
67134
|
}
|
67054
67135
|
|
@@ -67056,14 +67137,14 @@ a.ui.nag {
|
|
67056
67137
|
[data-tooltip][data-position="top right"]::after,
|
67057
67138
|
[data-tooltip][data-position="bottom left"]::after,
|
67058
67139
|
[data-tooltip][data-position="bottom right"]::after {
|
67059
|
-
transform: scale(0)
|
67140
|
+
transform: scale(0.8);
|
67060
67141
|
}
|
67061
67142
|
|
67062
67143
|
[data-tooltip][data-position="top left"]:hover::after,
|
67063
67144
|
[data-tooltip][data-position="top right"]:hover::after,
|
67064
67145
|
[data-tooltip][data-position="bottom left"]:hover::after,
|
67065
67146
|
[data-tooltip][data-position="bottom right"]:hover::after {
|
67066
|
-
transform: scale(1)
|
67147
|
+
transform: scale(1);
|
67067
67148
|
}
|
67068
67149
|
|
67069
67150
|
[data-tooltip][data-variation~="fixed"]::after {
|
@@ -67092,12 +67173,12 @@ a.ui.nag {
|
|
67092
67173
|
/* Arrow */
|
67093
67174
|
|
67094
67175
|
[data-tooltip][data-inverted]::before {
|
67095
|
-
box-shadow: none
|
67176
|
+
box-shadow: none;
|
67096
67177
|
}
|
67097
67178
|
|
67098
67179
|
/* Arrow Position */
|
67099
67180
|
|
67100
|
-
[data-tooltip][data-inverted]::before {
|
67181
|
+
[data-tooltip]:not([data-position])[data-inverted]::before {
|
67101
67182
|
background: #1b1c1d;
|
67102
67183
|
}
|
67103
67184
|
|
@@ -67118,17 +67199,18 @@ a.ui.nag {
|
|
67118
67199
|
background: #fff;
|
67119
67200
|
}
|
67120
67201
|
|
67121
|
-
/* Top Center */
|
67202
|
+
/* Top Center (default) */
|
67122
67203
|
|
67204
|
+
[data-tooltip]:not([data-position])::after,
|
67123
67205
|
[data-position="top center"][data-tooltip]::after {
|
67124
67206
|
top: auto;
|
67125
67207
|
right: auto;
|
67126
67208
|
left: 50%;
|
67127
67209
|
bottom: 100%;
|
67128
|
-
transform: translateX(-50%);
|
67129
67210
|
margin-bottom: 0.5em;
|
67130
67211
|
}
|
67131
67212
|
|
67213
|
+
[data-tooltip]:not([data-position])::before,
|
67132
67214
|
[data-position="top center"][data-tooltip]::before {
|
67133
67215
|
top: auto;
|
67134
67216
|
right: auto;
|
@@ -67189,7 +67271,6 @@ a.ui.nag {
|
|
67189
67271
|
right: auto;
|
67190
67272
|
left: 50%;
|
67191
67273
|
top: 100%;
|
67192
|
-
transform: translateX(-50%);
|
67193
67274
|
margin-top: 0.5em;
|
67194
67275
|
}
|
67195
67276
|
|
@@ -67242,7 +67323,6 @@ a.ui.nag {
|
|
67242
67323
|
right: 100%;
|
67243
67324
|
top: 50%;
|
67244
67325
|
margin-right: 0.5em;
|
67245
|
-
transform: translateY(-50%);
|
67246
67326
|
}
|
67247
67327
|
|
67248
67328
|
[data-position="left center"][data-tooltip]::before {
|
@@ -67260,7 +67340,6 @@ a.ui.nag {
|
|
67260
67340
|
left: 100%;
|
67261
67341
|
top: 50%;
|
67262
67342
|
margin-left: 0.5em;
|
67263
|
-
transform: translateY(-50%);
|
67264
67343
|
}
|
67265
67344
|
|
67266
67345
|
[data-position="right center"][data-tooltip]::before {
|
@@ -67321,6 +67400,22 @@ a.ui.nag {
|
|
67321
67400
|
transform-origin: left center;
|
67322
67401
|
}
|
67323
67402
|
|
67403
|
+
[data-position="top left"][data-tooltip]::after {
|
67404
|
+
transform-origin: bottom left;
|
67405
|
+
}
|
67406
|
+
|
67407
|
+
[data-position="top right"][data-tooltip]::after {
|
67408
|
+
transform-origin: bottom right;
|
67409
|
+
}
|
67410
|
+
|
67411
|
+
[data-position="bottom left"][data-tooltip]::after {
|
67412
|
+
transform-origin: top left;
|
67413
|
+
}
|
67414
|
+
|
67415
|
+
[data-position="bottom right"][data-tooltip]::after {
|
67416
|
+
transform-origin: top right;
|
67417
|
+
}
|
67418
|
+
|
67324
67419
|
/* --------------
|
67325
67420
|
Basic
|
67326
67421
|
--------------- */
|
@@ -67665,7 +67760,7 @@ a.ui.nag {
|
|
67665
67760
|
|
67666
67761
|
.ui.inverted.popup::before {
|
67667
67762
|
background-color: #1b1c1d;
|
67668
|
-
box-shadow: none
|
67763
|
+
box-shadow: none;
|
67669
67764
|
}
|
67670
67765
|
|
67671
67766
|
.ui.ui.ui.primary.popup::before,
|
@@ -68235,7 +68330,7 @@ a.ui.nag {
|
|
68235
68330
|
User Overrides
|
68236
68331
|
*******************************/
|
68237
68332
|
/*!
|
68238
|
-
* # Fomantic-UI 2.9.3-beta.
|
68333
|
+
* # Fomantic-UI 2.9.3-beta.10+11b4099 - Progress
|
68239
68334
|
* https://github.com/fomantic/Fomantic-UI/
|
68240
68335
|
*
|
68241
68336
|
*
|
@@ -69104,7 +69199,7 @@ a.ui.nag {
|
|
69104
69199
|
Site Overrides
|
69105
69200
|
*******************************/
|
69106
69201
|
/*!
|
69107
|
-
* # Fomantic-UI 2.9.3-beta.
|
69202
|
+
* # Fomantic-UI 2.9.3-beta.10+11b4099 - Slider
|
69108
69203
|
* https://github.com/fomantic/Fomantic-UI/
|
69109
69204
|
*
|
69110
69205
|
*
|
@@ -70041,7 +70136,7 @@ a.ui.nag {
|
|
70041
70136
|
User Overrides
|
70042
70137
|
*******************************/
|
70043
70138
|
/*!
|
70044
|
-
* # Fomantic-UI 2.9.3-beta.
|
70139
|
+
* # Fomantic-UI 2.9.3-beta.10+11b4099 - Rating
|
70045
70140
|
* https://github.com/fomantic/Fomantic-UI/
|
70046
70141
|
*
|
70047
70142
|
*
|
@@ -70507,7 +70602,7 @@ a.ui.nag {
|
|
70507
70602
|
Site Overrides
|
70508
70603
|
*******************************/
|
70509
70604
|
/*!
|
70510
|
-
* # Fomantic-UI 2.9.3-beta.
|
70605
|
+
* # Fomantic-UI 2.9.3-beta.10+11b4099 - Search
|
70511
70606
|
* https://github.com/fomantic/Fomantic-UI/
|
70512
70607
|
*
|
70513
70608
|
*
|
@@ -71077,7 +71172,7 @@ a.ui.nag {
|
|
71077
71172
|
Site Overrides
|
71078
71173
|
*******************************/
|
71079
71174
|
/*!
|
71080
|
-
* # Fomantic-UI 2.9.3-beta.
|
71175
|
+
* # Fomantic-UI 2.9.3-beta.10+11b4099 - Shape
|
71081
71176
|
* https://github.com/fomantic/Fomantic-UI/
|
71082
71177
|
*
|
71083
71178
|
*
|
@@ -71226,7 +71321,7 @@ a.ui.nag {
|
|
71226
71321
|
User Overrides
|
71227
71322
|
*******************************/
|
71228
71323
|
/*!
|
71229
|
-
* # Fomantic-UI 2.9.3-beta.
|
71324
|
+
* # Fomantic-UI 2.9.3-beta.10+11b4099 - Sidebar
|
71230
71325
|
* https://github.com/fomantic/Fomantic-UI/
|
71231
71326
|
*
|
71232
71327
|
*
|
@@ -71842,7 +71937,7 @@ body.pushable > .pusher {
|
|
71842
71937
|
Site Overrides
|
71843
71938
|
*******************************/
|
71844
71939
|
/*!
|
71845
|
-
* # Fomantic-UI 2.9.3-beta.
|
71940
|
+
* # Fomantic-UI 2.9.3-beta.10+11b4099 - Sticky
|
71846
71941
|
* https://github.com/fomantic/Fomantic-UI/
|
71847
71942
|
*
|
71848
71943
|
*
|
@@ -71911,7 +72006,7 @@ body.pushable > .pusher {
|
|
71911
72006
|
Site Overrides
|
71912
72007
|
*******************************/
|
71913
72008
|
/*!
|
71914
|
-
* # Fomantic-UI 2.9.3-beta.
|
72009
|
+
* # Fomantic-UI 2.9.3-beta.10+11b4099 - Tab
|
71915
72010
|
* https://github.com/fomantic/Fomantic-UI/
|
71916
72011
|
*
|
71917
72012
|
*
|
@@ -71993,7 +72088,7 @@ body.pushable > .pusher {
|
|
71993
72088
|
User Overrides
|
71994
72089
|
*******************************/
|
71995
72090
|
/*!
|
71996
|
-
* # Fomantic-UI 2.9.3-beta.
|
72091
|
+
* # Fomantic-UI 2.9.3-beta.10+11b4099 - Toast
|
71997
72092
|
* https://github.com/fomantic/Fomantic-UI/
|
71998
72093
|
*
|
71999
72094
|
*
|
@@ -72916,7 +73011,7 @@ body.pushable > .pusher {
|
|
72916
73011
|
User Overrides
|
72917
73012
|
*******************************/
|
72918
73013
|
/*!
|
72919
|
-
* # Fomantic-UI 2.9.3-beta.
|
73014
|
+
* # Fomantic-UI 2.9.3-beta.10+11b4099 - Transition
|
72920
73015
|
* https://github.com/fomantic/Fomantic-UI/
|
72921
73016
|
*
|
72922
73017
|
*
|