fomantic-ui 2.10.0-beta.62 → 2.10.0-beta.64
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/.eslintrc.js +0 -1
- package/changelog-setup.js +10 -10
- package/dist/components/accordion.css +1 -1
- package/dist/components/accordion.js +40 -41
- 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 +57 -61
- 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 +1 -1
- package/dist/components/calendar.js +186 -187
- package/dist/components/calendar.min.css +1 -1
- package/dist/components/calendar.min.js +2 -2
- package/dist/components/card.css +1 -1
- package/dist/components/card.min.css +1 -1
- package/dist/components/checkbox.css +1 -1
- package/dist/components/checkbox.js +29 -30
- 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 +22 -23
- 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 +1 -1
- package/dist/components/dropdown.js +293 -337
- package/dist/components/dropdown.min.css +1 -1
- package/dist/components/dropdown.min.js +2 -2
- package/dist/components/embed.css +1 -1
- package/dist/components/embed.js +33 -35
- 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 +74 -81
- package/dist/components/flyout.min.css +1 -1
- package/dist/components/flyout.min.js +2 -2
- package/dist/components/form.css +1 -1
- package/dist/components/form.js +141 -146
- package/dist/components/form.min.css +1 -1
- 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 +1 -1
- package/dist/components/label.min.css +1 -1
- package/dist/components/list.css +1 -1
- package/dist/components/list.min.css +1 -1
- package/dist/components/loader.css +1 -1
- package/dist/components/loader.min.css +1 -1
- package/dist/components/menu.css +1 -1
- package/dist/components/menu.min.css +1 -1
- package/dist/components/message.css +1 -1
- package/dist/components/message.min.css +1 -1
- package/dist/components/modal.css +1 -1
- package/dist/components/modal.js +80 -81
- package/dist/components/modal.min.css +1 -1
- package/dist/components/modal.min.js +2 -2
- package/dist/components/nag.css +1 -1
- package/dist/components/nag.js +27 -28
- 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 +1 -1
- package/dist/components/popup.js +62 -72
- package/dist/components/popup.min.css +1 -1
- package/dist/components/popup.min.js +2 -2
- package/dist/components/progress.css +1 -1
- package/dist/components/progress.js +51 -55
- 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 +33 -34
- 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 +96 -109
- package/dist/components/search.min.css +1 -1
- package/dist/components/search.min.js +2 -2
- package/dist/components/segment.css +1 -1
- package/dist/components/segment.min.css +1 -1
- package/dist/components/shape.css +1 -1
- package/dist/components/shape.js +44 -45
- 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 +56 -64
- 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 +16 -17
- package/dist/components/site.min.css +1 -1
- package/dist/components/site.min.js +2 -2
- package/dist/components/slider.css +1 -1
- package/dist/components/slider.js +143 -148
- package/dist/components/slider.min.css +1 -1
- package/dist/components/slider.min.js +2 -2
- package/dist/components/state.js +24 -25
- 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 +42 -43
- 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 +57 -66
- 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 +32 -33
- 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 +38 -45
- package/dist/components/transition.min.css +1 -1
- package/dist/components/transition.min.js +2 -2
- package/dist/components/visibility.js +76 -77
- package/dist/components/visibility.min.js +2 -2
- package/dist/semantic.css +53 -53
- package/dist/semantic.js +1753 -1884
- package/dist/semantic.min.css +1 -1
- package/dist/semantic.min.js +2 -2
- package/package.json +1 -1
- package/scripts/nightly-version.js +3 -3
- package/src/definitions/behaviors/api.js +56 -60
- package/src/definitions/behaviors/form.js +140 -145
- package/src/definitions/behaviors/state.js +23 -24
- package/src/definitions/behaviors/visibility.js +75 -76
- package/src/definitions/globals/site.js +15 -16
- package/src/definitions/modules/accordion.js +39 -40
- package/src/definitions/modules/calendar.js +185 -186
- package/src/definitions/modules/checkbox.js +28 -29
- package/src/definitions/modules/dimmer.js +21 -22
- package/src/definitions/modules/dropdown.js +292 -336
- package/src/definitions/modules/embed.js +32 -34
- package/src/definitions/modules/flyout.js +73 -80
- package/src/definitions/modules/modal.js +79 -80
- package/src/definitions/modules/nag.js +26 -27
- package/src/definitions/modules/popup.js +61 -71
- package/src/definitions/modules/progress.js +50 -54
- package/src/definitions/modules/rating.js +32 -33
- package/src/definitions/modules/search.js +95 -108
- package/src/definitions/modules/shape.js +43 -44
- package/src/definitions/modules/sidebar.js +55 -63
- package/src/definitions/modules/slider.js +142 -147
- package/src/definitions/modules/sticky.js +41 -42
- package/src/definitions/modules/tab.js +56 -65
- package/src/definitions/modules/toast.js +31 -32
- package/src/definitions/modules/transition.js +37 -44
- package/tasks/admin/components/create.js +11 -11
- package/tasks/admin/components/init.js +11 -12
- package/tasks/admin/components/update.js +19 -20
- package/tasks/admin/distributions/create.js +24 -36
- package/tasks/admin/distributions/init.js +11 -12
- package/tasks/admin/distributions/update.js +18 -19
- package/tasks/admin/register.js +7 -7
- package/tasks/build/assets.js +1 -1
- package/tasks/build/css.js +1 -1
- package/tasks/build/javascript.js +1 -1
- package/tasks/config/admin/github.js +1 -1
- package/tasks/config/admin/templates/css-package.js +1 -1
- package/tasks/config/admin/templates/less-package.js +1 -1
- package/tasks/config/project/config.js +6 -6
- package/tasks/config/project/install.js +12 -12
- package/tasks/config/project/release.js +5 -11
- package/tasks/config/tasks.js +5 -5
- package/tasks/config/user.js +1 -4
- package/tasks/docs/metadata.js +11 -12
- package/tasks/install.js +9 -9
- package/test/meteor/assets.js +1 -1
- package/test/modules/module.spec.js +18 -18
package/dist/semantic.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* # Fomantic UI - 2.10.0-beta.
|
|
2
|
+
* # Fomantic UI - 2.10.0-beta.64+bcb9c73
|
|
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.10.0-beta.
|
|
12
|
+
* # Fomantic-UI 2.10.0-beta.64+bcb9c73 - 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.10.0-beta.
|
|
433
|
+
* # Fomantic-UI 2.10.0-beta.64+bcb9c73 - Site
|
|
434
434
|
* https://github.com/fomantic/Fomantic-UI/
|
|
435
435
|
*
|
|
436
436
|
*
|
|
@@ -721,7 +721,7 @@ input::selection {
|
|
|
721
721
|
Site Overrides
|
|
722
722
|
*******************************/
|
|
723
723
|
/*!
|
|
724
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
724
|
+
* # Fomantic-UI 2.10.0-beta.64+bcb9c73 - Button
|
|
725
725
|
* https://github.com/fomantic/Fomantic-UI/
|
|
726
726
|
*
|
|
727
727
|
*
|
|
@@ -5429,7 +5429,7 @@ input::selection {
|
|
|
5429
5429
|
Site Overrides
|
|
5430
5430
|
*******************************/
|
|
5431
5431
|
/*!
|
|
5432
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
5432
|
+
* # Fomantic-UI 2.10.0-beta.64+bcb9c73 - Container
|
|
5433
5433
|
* https://github.com/fomantic/Fomantic-UI/
|
|
5434
5434
|
*
|
|
5435
5435
|
*
|
|
@@ -5784,7 +5784,7 @@ input::selection {
|
|
|
5784
5784
|
Site Overrides
|
|
5785
5785
|
*******************************/
|
|
5786
5786
|
/*!
|
|
5787
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
5787
|
+
* # Fomantic-UI 2.10.0-beta.64+bcb9c73 - Divider
|
|
5788
5788
|
* https://github.com/fomantic/Fomantic-UI/
|
|
5789
5789
|
*
|
|
5790
5790
|
*
|
|
@@ -6101,7 +6101,7 @@ input::selection {
|
|
|
6101
6101
|
Site Overrides
|
|
6102
6102
|
*******************************/
|
|
6103
6103
|
/*!
|
|
6104
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
6104
|
+
* # Fomantic-UI 2.10.0-beta.64+bcb9c73 - Emoji
|
|
6105
6105
|
* https://github.com/fomantic/Fomantic-UI/
|
|
6106
6106
|
*
|
|
6107
6107
|
*
|
|
@@ -21416,7 +21416,7 @@ em[data-emoji=":regional_indicator_a:"]::before {
|
|
|
21416
21416
|
Site Overrides
|
|
21417
21417
|
*******************************/
|
|
21418
21418
|
/*!
|
|
21419
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
21419
|
+
* # Fomantic-UI 2.10.0-beta.64+bcb9c73 - Flag
|
|
21420
21420
|
* https://github.com/fomantic/Fomantic-UI/
|
|
21421
21421
|
*
|
|
21422
21422
|
*
|
|
@@ -22830,7 +22830,7 @@ i.flag.united.nations::before {
|
|
|
22830
22830
|
Site Overrides
|
|
22831
22831
|
*******************************/
|
|
22832
22832
|
/*!
|
|
22833
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
22833
|
+
* # Fomantic-UI 2.10.0-beta.64+bcb9c73 - Header
|
|
22834
22834
|
* https://github.com/fomantic/Fomantic-UI/
|
|
22835
22835
|
*
|
|
22836
22836
|
*
|
|
@@ -23784,7 +23784,7 @@ a.ui.inverted.black.header.header.header:hover {
|
|
|
23784
23784
|
Site Overrides
|
|
23785
23785
|
*******************************/
|
|
23786
23786
|
/*!
|
|
23787
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
23787
|
+
* # Fomantic-UI 2.10.0-beta.64+bcb9c73 - Icon
|
|
23788
23788
|
* https://github.com/fomantic/Fomantic-UI/
|
|
23789
23789
|
*
|
|
23790
23790
|
*
|
|
@@ -32893,7 +32893,7 @@ i.icon.youtube.play::before {
|
|
|
32893
32893
|
Site Overrides
|
|
32894
32894
|
*******************************/
|
|
32895
32895
|
/*!
|
|
32896
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
32896
|
+
* # Fomantic-UI 2.10.0-beta.64+bcb9c73 - Image
|
|
32897
32897
|
* https://github.com/fomantic/Fomantic-UI/
|
|
32898
32898
|
*
|
|
32899
32899
|
*
|
|
@@ -33234,7 +33234,7 @@ img.ui.bordered.image {
|
|
|
33234
33234
|
Site Overrides
|
|
33235
33235
|
*******************************/
|
|
33236
33236
|
/*!
|
|
33237
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
33237
|
+
* # Fomantic-UI 2.10.0-beta.64+bcb9c73 - Input
|
|
33238
33238
|
* https://github.com/fomantic/Fomantic-UI/
|
|
33239
33239
|
*
|
|
33240
33240
|
*
|
|
@@ -34439,7 +34439,7 @@ input[type="file"].ui.black.file.input::file-selector-button:hover,
|
|
|
34439
34439
|
Site Overrides
|
|
34440
34440
|
*******************************/
|
|
34441
34441
|
/*!
|
|
34442
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
34442
|
+
* # Fomantic-UI 2.10.0-beta.64+bcb9c73 - Label
|
|
34443
34443
|
* https://github.com/fomantic/Fomantic-UI/
|
|
34444
34444
|
*
|
|
34445
34445
|
*
|
|
@@ -36853,7 +36853,7 @@ a.ui.ui.ui.inverted.basic.black.label:hover {
|
|
|
36853
36853
|
Site Overrides
|
|
36854
36854
|
*******************************/
|
|
36855
36855
|
/*!
|
|
36856
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
36856
|
+
* # Fomantic-UI 2.10.0-beta.64+bcb9c73 - List
|
|
36857
36857
|
* https://github.com/fomantic/Fomantic-UI/
|
|
36858
36858
|
*
|
|
36859
36859
|
*
|
|
@@ -37951,7 +37951,7 @@ ol.ui.suffixed.list li::before,
|
|
|
37951
37951
|
Site Overrides
|
|
37952
37952
|
*******************************/
|
|
37953
37953
|
/*!
|
|
37954
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
37954
|
+
* # Fomantic-UI 2.10.0-beta.64+bcb9c73 - Loader
|
|
37955
37955
|
* https://github.com/fomantic/Fomantic-UI/
|
|
37956
37956
|
*
|
|
37957
37957
|
*
|
|
@@ -38819,7 +38819,7 @@ ol.ui.suffixed.list li::before,
|
|
|
38819
38819
|
Site Overrides
|
|
38820
38820
|
*******************************/
|
|
38821
38821
|
/*!
|
|
38822
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
38822
|
+
* # Fomantic-UI 2.10.0-beta.64+bcb9c73 - Placeholder
|
|
38823
38823
|
* https://github.com/fomantic/Fomantic-UI/
|
|
38824
38824
|
*
|
|
38825
38825
|
*
|
|
@@ -39090,7 +39090,7 @@ ol.ui.suffixed.list li::before,
|
|
|
39090
39090
|
Site Overrides
|
|
39091
39091
|
*******************************/
|
|
39092
39092
|
/*!
|
|
39093
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
39093
|
+
* # Fomantic-UI 2.10.0-beta.64+bcb9c73 - Rail
|
|
39094
39094
|
* https://github.com/fomantic/Fomantic-UI/
|
|
39095
39095
|
*
|
|
39096
39096
|
*
|
|
@@ -39252,7 +39252,7 @@ ol.ui.suffixed.list li::before,
|
|
|
39252
39252
|
Site Overrides
|
|
39253
39253
|
*******************************/
|
|
39254
39254
|
/*!
|
|
39255
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
39255
|
+
* # Fomantic-UI 2.10.0-beta.64+bcb9c73 - Reveal
|
|
39256
39256
|
* https://github.com/fomantic/Fomantic-UI/
|
|
39257
39257
|
*
|
|
39258
39258
|
*
|
|
@@ -39563,7 +39563,7 @@ ol.ui.suffixed.list li::before,
|
|
|
39563
39563
|
Site Overrides
|
|
39564
39564
|
*******************************/
|
|
39565
39565
|
/*!
|
|
39566
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
39566
|
+
* # Fomantic-UI 2.10.0-beta.64+bcb9c73 - Segment
|
|
39567
39567
|
* https://github.com/fomantic/Fomantic-UI/
|
|
39568
39568
|
*
|
|
39569
39569
|
*
|
|
@@ -40797,7 +40797,7 @@ ol.ui.suffixed.list li::before,
|
|
|
40797
40797
|
Site Overrides
|
|
40798
40798
|
*******************************/
|
|
40799
40799
|
/*!
|
|
40800
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
40800
|
+
* # Fomantic-UI 2.10.0-beta.64+bcb9c73 - Step
|
|
40801
40801
|
* https://github.com/fomantic/Fomantic-UI/
|
|
40802
40802
|
*
|
|
40803
40803
|
*
|
|
@@ -42651,7 +42651,7 @@ ol.ui.suffixed.list li::before,
|
|
|
42651
42651
|
Site Overrides
|
|
42652
42652
|
*******************************/
|
|
42653
42653
|
/*!
|
|
42654
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
42654
|
+
* # Fomantic-UI 2.10.0-beta.64+bcb9c73 - Text
|
|
42655
42655
|
* https://github.com/fomantic/Fomantic-UI/
|
|
42656
42656
|
*
|
|
42657
42657
|
*
|
|
@@ -42850,7 +42850,7 @@ span.ui.massive.text {
|
|
|
42850
42850
|
Site Overrides
|
|
42851
42851
|
*******************************/
|
|
42852
42852
|
/*!
|
|
42853
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
42853
|
+
* # Fomantic-UI 2.10.0-beta.64+bcb9c73 - Breadcrumb
|
|
42854
42854
|
* https://github.com/fomantic/Fomantic-UI/
|
|
42855
42855
|
*
|
|
42856
42856
|
*
|
|
@@ -42995,7 +42995,7 @@ span.ui.massive.text {
|
|
|
42995
42995
|
Site Overrides
|
|
42996
42996
|
*******************************/
|
|
42997
42997
|
/*!
|
|
42998
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
42998
|
+
* # Fomantic-UI 2.10.0-beta.64+bcb9c73 - Form
|
|
42999
42999
|
* https://github.com/fomantic/Fomantic-UI/
|
|
43000
43000
|
*
|
|
43001
43001
|
*
|
|
@@ -45016,7 +45016,7 @@ span.ui.massive.text {
|
|
|
45016
45016
|
Site Overrides
|
|
45017
45017
|
*******************************/
|
|
45018
45018
|
/*!
|
|
45019
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
45019
|
+
* # Fomantic-UI 2.10.0-beta.64+bcb9c73 - Grid
|
|
45020
45020
|
* https://github.com/fomantic/Fomantic-UI/
|
|
45021
45021
|
*
|
|
45022
45022
|
*
|
|
@@ -47218,7 +47218,7 @@ span.ui.massive.text {
|
|
|
47218
47218
|
Site Overrides
|
|
47219
47219
|
*******************************/
|
|
47220
47220
|
/*!
|
|
47221
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
47221
|
+
* # Fomantic-UI 2.10.0-beta.64+bcb9c73 - Menu
|
|
47222
47222
|
* https://github.com/fomantic/Fomantic-UI/
|
|
47223
47223
|
*
|
|
47224
47224
|
*
|
|
@@ -49714,7 +49714,7 @@ Floated Menu / Item
|
|
|
49714
49714
|
Site Overrides
|
|
49715
49715
|
*******************************/
|
|
49716
49716
|
/*!
|
|
49717
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
49717
|
+
* # Fomantic-UI 2.10.0-beta.64+bcb9c73 - Message
|
|
49718
49718
|
* https://github.com/fomantic/Fomantic-UI/
|
|
49719
49719
|
*
|
|
49720
49720
|
*
|
|
@@ -50459,7 +50459,7 @@ Floated Menu / Item
|
|
|
50459
50459
|
Site Overrides
|
|
50460
50460
|
*******************************/
|
|
50461
50461
|
/*!
|
|
50462
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
50462
|
+
* # Fomantic-UI 2.10.0-beta.64+bcb9c73 - Table
|
|
50463
50463
|
* https://github.com/fomantic/Fomantic-UI/
|
|
50464
50464
|
*
|
|
50465
50465
|
*
|
|
@@ -54531,7 +54531,7 @@ Floated Menu / Item
|
|
|
54531
54531
|
Site Overrides
|
|
54532
54532
|
*******************************/
|
|
54533
54533
|
/*!
|
|
54534
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
54534
|
+
* # Fomantic-UI 2.10.0-beta.64+bcb9c73 - Ad
|
|
54535
54535
|
* https://github.com/fomantic/Fomantic-UI/
|
|
54536
54536
|
*
|
|
54537
54537
|
*
|
|
@@ -54819,7 +54819,7 @@ Floated Menu / Item
|
|
|
54819
54819
|
Site Overrides
|
|
54820
54820
|
*******************************/
|
|
54821
54821
|
/*!
|
|
54822
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
54822
|
+
* # Fomantic-UI 2.10.0-beta.64+bcb9c73 - Card
|
|
54823
54823
|
* https://github.com/fomantic/Fomantic-UI/
|
|
54824
54824
|
*
|
|
54825
54825
|
*
|
|
@@ -56967,7 +56967,7 @@ a.inverted.ui.card:hover,
|
|
|
56967
56967
|
Site Overrides
|
|
56968
56968
|
*******************************/
|
|
56969
56969
|
/*!
|
|
56970
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
56970
|
+
* # Fomantic-UI 2.10.0-beta.64+bcb9c73 - Comment
|
|
56971
56971
|
* https://github.com/fomantic/Fomantic-UI/
|
|
56972
56972
|
*
|
|
56973
56973
|
*
|
|
@@ -57284,7 +57284,7 @@ a.inverted.ui.card:hover,
|
|
|
57284
57284
|
Site Overrides
|
|
57285
57285
|
*******************************/
|
|
57286
57286
|
/*!
|
|
57287
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
57287
|
+
* # Fomantic-UI 2.10.0-beta.64+bcb9c73 - Feed
|
|
57288
57288
|
* https://github.com/fomantic/Fomantic-UI/
|
|
57289
57289
|
*
|
|
57290
57290
|
*
|
|
@@ -58236,7 +58236,7 @@ a.inverted.ui.card:hover,
|
|
|
58236
58236
|
Site Overrides
|
|
58237
58237
|
*******************************/
|
|
58238
58238
|
/*!
|
|
58239
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
58239
|
+
* # Fomantic-UI 2.10.0-beta.64+bcb9c73 - Item
|
|
58240
58240
|
* https://github.com/fomantic/Fomantic-UI/
|
|
58241
58241
|
*
|
|
58242
58242
|
*
|
|
@@ -58853,7 +58853,7 @@ a.inverted.ui.card:hover,
|
|
|
58853
58853
|
Site Overrides
|
|
58854
58854
|
*******************************/
|
|
58855
58855
|
/*!
|
|
58856
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
58856
|
+
* # Fomantic-UI 2.10.0-beta.64+bcb9c73 - Statistic
|
|
58857
58857
|
* https://github.com/fomantic/Fomantic-UI/
|
|
58858
58858
|
*
|
|
58859
58859
|
*
|
|
@@ -59531,7 +59531,7 @@ a.inverted.ui.card:hover,
|
|
|
59531
59531
|
Site Overrides
|
|
59532
59532
|
*******************************/
|
|
59533
59533
|
/*!
|
|
59534
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
59534
|
+
* # Fomantic-UI 2.10.0-beta.64+bcb9c73 - Accordion
|
|
59535
59535
|
* https://github.com/fomantic/Fomantic-UI/
|
|
59536
59536
|
*
|
|
59537
59537
|
*
|
|
@@ -59937,7 +59937,7 @@ a.inverted.ui.card:hover,
|
|
|
59937
59937
|
User Overrides
|
|
59938
59938
|
*******************************/
|
|
59939
59939
|
/*!
|
|
59940
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
59940
|
+
* # Fomantic-UI 2.10.0-beta.64+bcb9c73 - Calendar
|
|
59941
59941
|
* https://github.com/fomantic/Fomantic-UI/
|
|
59942
59942
|
*
|
|
59943
59943
|
*
|
|
@@ -60325,7 +60325,7 @@ a.inverted.ui.card:hover,
|
|
|
60325
60325
|
User Overrides
|
|
60326
60326
|
*******************************/
|
|
60327
60327
|
/*!
|
|
60328
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
60328
|
+
* # Fomantic-UI 2.10.0-beta.64+bcb9c73 - Checkbox
|
|
60329
60329
|
* https://github.com/fomantic/Fomantic-UI/
|
|
60330
60330
|
*
|
|
60331
60331
|
*
|
|
@@ -61224,7 +61224,7 @@ a.inverted.ui.card:hover,
|
|
|
61224
61224
|
Site Overrides
|
|
61225
61225
|
*******************************/
|
|
61226
61226
|
/*!
|
|
61227
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
61227
|
+
* # Fomantic-UI 2.10.0-beta.64+bcb9c73 - Dimmer
|
|
61228
61228
|
* https://github.com/fomantic/Fomantic-UI/
|
|
61229
61229
|
*
|
|
61230
61230
|
*
|
|
@@ -61625,7 +61625,7 @@ body.dimmable > .dimmer {
|
|
|
61625
61625
|
User Overrides
|
|
61626
61626
|
*******************************/
|
|
61627
61627
|
/*!
|
|
61628
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
61628
|
+
* # Fomantic-UI 2.10.0-beta.64+bcb9c73 - Dropdown
|
|
61629
61629
|
* https://github.com/fomantic/Fomantic-UI/
|
|
61630
61630
|
*
|
|
61631
61631
|
*
|
|
@@ -64012,7 +64012,7 @@ select.ui.dropdown {
|
|
|
64012
64012
|
User Overrides
|
|
64013
64013
|
*******************************/
|
|
64014
64014
|
/*!
|
|
64015
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
64015
|
+
* # Fomantic-UI 2.10.0-beta.64+bcb9c73 - Embed
|
|
64016
64016
|
* https://github.com/fomantic/Fomantic-UI/
|
|
64017
64017
|
*
|
|
64018
64018
|
*
|
|
@@ -64172,7 +64172,7 @@ select.ui.dropdown {
|
|
|
64172
64172
|
Site Overrides
|
|
64173
64173
|
*******************************/
|
|
64174
64174
|
/*!
|
|
64175
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
64175
|
+
* # Fomantic-UI 2.10.0-beta.64+bcb9c73 - Flyout
|
|
64176
64176
|
* https://github.com/fomantic/Fomantic-UI/
|
|
64177
64177
|
*
|
|
64178
64178
|
*
|
|
@@ -64798,7 +64798,7 @@ body.pushable > .pusher {
|
|
|
64798
64798
|
User Overrides
|
|
64799
64799
|
*******************************/
|
|
64800
64800
|
/*!
|
|
64801
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
64801
|
+
* # Fomantic-UI 2.10.0-beta.64+bcb9c73 - Modal
|
|
64802
64802
|
* https://github.com/fomantic/Fomantic-UI/
|
|
64803
64803
|
*
|
|
64804
64804
|
*
|
|
@@ -65689,7 +65689,7 @@ body.pushable > .pusher {
|
|
|
65689
65689
|
Site Overrides
|
|
65690
65690
|
*******************************/
|
|
65691
65691
|
/*!
|
|
65692
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
65692
|
+
* # Fomantic-UI 2.10.0-beta.64+bcb9c73 - Nag
|
|
65693
65693
|
* https://github.com/fomantic/Fomantic-UI/
|
|
65694
65694
|
*
|
|
65695
65695
|
*
|
|
@@ -66024,7 +66024,7 @@ a.ui.nag {
|
|
|
66024
66024
|
User Overrides
|
|
66025
66025
|
*******************************/
|
|
66026
66026
|
/*!
|
|
66027
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
66027
|
+
* # Fomantic-UI 2.10.0-beta.64+bcb9c73 - Popup
|
|
66028
66028
|
* https://github.com/fomantic/Fomantic-UI/
|
|
66029
66029
|
*
|
|
66030
66030
|
*
|
|
@@ -67392,7 +67392,7 @@ a.ui.nag {
|
|
|
67392
67392
|
User Overrides
|
|
67393
67393
|
*******************************/
|
|
67394
67394
|
/*!
|
|
67395
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
67395
|
+
* # Fomantic-UI 2.10.0-beta.64+bcb9c73 - Progress
|
|
67396
67396
|
* https://github.com/fomantic/Fomantic-UI/
|
|
67397
67397
|
*
|
|
67398
67398
|
*
|
|
@@ -68273,7 +68273,7 @@ a.ui.nag {
|
|
|
68273
68273
|
Site Overrides
|
|
68274
68274
|
*******************************/
|
|
68275
68275
|
/*!
|
|
68276
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
68276
|
+
* # Fomantic-UI 2.10.0-beta.64+bcb9c73 - Slider
|
|
68277
68277
|
* https://github.com/fomantic/Fomantic-UI/
|
|
68278
68278
|
*
|
|
68279
68279
|
*
|
|
@@ -69409,7 +69409,7 @@ a.ui.nag {
|
|
|
69409
69409
|
User Overrides
|
|
69410
69410
|
*******************************/
|
|
69411
69411
|
/*!
|
|
69412
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
69412
|
+
* # Fomantic-UI 2.10.0-beta.64+bcb9c73 - Rating
|
|
69413
69413
|
* https://github.com/fomantic/Fomantic-UI/
|
|
69414
69414
|
*
|
|
69415
69415
|
*
|
|
@@ -69874,7 +69874,7 @@ a.ui.nag {
|
|
|
69874
69874
|
Site Overrides
|
|
69875
69875
|
*******************************/
|
|
69876
69876
|
/*!
|
|
69877
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
69877
|
+
* # Fomantic-UI 2.10.0-beta.64+bcb9c73 - Search
|
|
69878
69878
|
* https://github.com/fomantic/Fomantic-UI/
|
|
69879
69879
|
*
|
|
69880
69880
|
*
|
|
@@ -70481,7 +70481,7 @@ a.ui.nag {
|
|
|
70481
70481
|
Site Overrides
|
|
70482
70482
|
*******************************/
|
|
70483
70483
|
/*!
|
|
70484
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
70484
|
+
* # Fomantic-UI 2.10.0-beta.64+bcb9c73 - Shape
|
|
70485
70485
|
* https://github.com/fomantic/Fomantic-UI/
|
|
70486
70486
|
*
|
|
70487
70487
|
*
|
|
@@ -70627,7 +70627,7 @@ a.ui.nag {
|
|
|
70627
70627
|
User Overrides
|
|
70628
70628
|
*******************************/
|
|
70629
70629
|
/*!
|
|
70630
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
70630
|
+
* # Fomantic-UI 2.10.0-beta.64+bcb9c73 - Sidebar
|
|
70631
70631
|
* https://github.com/fomantic/Fomantic-UI/
|
|
70632
70632
|
*
|
|
70633
70633
|
*
|
|
@@ -71238,7 +71238,7 @@ body.pushable > .pusher {
|
|
|
71238
71238
|
Site Overrides
|
|
71239
71239
|
*******************************/
|
|
71240
71240
|
/*!
|
|
71241
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
71241
|
+
* # Fomantic-UI 2.10.0-beta.64+bcb9c73 - Sticky
|
|
71242
71242
|
* https://github.com/fomantic/Fomantic-UI/
|
|
71243
71243
|
*
|
|
71244
71244
|
*
|
|
@@ -71307,7 +71307,7 @@ body.pushable > .pusher {
|
|
|
71307
71307
|
Site Overrides
|
|
71308
71308
|
*******************************/
|
|
71309
71309
|
/*!
|
|
71310
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
71310
|
+
* # Fomantic-UI 2.10.0-beta.64+bcb9c73 - Tab
|
|
71311
71311
|
* https://github.com/fomantic/Fomantic-UI/
|
|
71312
71312
|
*
|
|
71313
71313
|
*
|
|
@@ -71389,7 +71389,7 @@ body.pushable > .pusher {
|
|
|
71389
71389
|
User Overrides
|
|
71390
71390
|
*******************************/
|
|
71391
71391
|
/*!
|
|
71392
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
71392
|
+
* # Fomantic-UI 2.10.0-beta.64+bcb9c73 - Toast
|
|
71393
71393
|
* https://github.com/fomantic/Fomantic-UI/
|
|
71394
71394
|
*
|
|
71395
71395
|
*
|
|
@@ -72317,7 +72317,7 @@ body.pushable > .pusher {
|
|
|
72317
72317
|
User Overrides
|
|
72318
72318
|
*******************************/
|
|
72319
72319
|
/*!
|
|
72320
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
72320
|
+
* # Fomantic-UI 2.10.0-beta.64+bcb9c73 - Transition
|
|
72321
72321
|
* https://github.com/fomantic/Fomantic-UI/
|
|
72322
72322
|
*
|
|
72323
72323
|
*
|