fomantic-ui 2.9.2-beta.1 → 2.9.2-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/.github/workflows/ci.yml +1 -1
- package/dist/components/accordion.css +1 -1
- package/dist/components/accordion.js +4 -4
- package/dist/components/accordion.min.css +1 -1
- package/dist/components/accordion.min.js +2 -2
- package/dist/components/ad.css +2 -2
- package/dist/components/ad.min.css +1 -1
- package/dist/components/api.js +1 -1
- package/dist/components/api.min.js +1 -1
- 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 +7 -1
- package/dist/components/calendar.js +1 -1
- package/dist/components/calendar.min.css +1 -1
- package/dist/components/calendar.min.js +1 -1
- package/dist/components/card.css +2 -2
- package/dist/components/card.min.css +1 -1
- package/dist/components/checkbox.css +40 -40
- package/dist/components/checkbox.js +1 -1
- package/dist/components/checkbox.min.css +2 -2
- package/dist/components/checkbox.min.js +1 -1
- package/dist/components/comment.css +2 -2
- 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 +3 -3
- 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 +8 -6
- package/dist/components/dropdown.js +3 -3
- package/dist/components/dropdown.min.css +2 -2
- package/dist/components/dropdown.min.js +2 -2
- package/dist/components/embed.css +2 -2
- package/dist/components/embed.js +2 -2
- package/dist/components/embed.min.css +2 -2
- package/dist/components/embed.min.js +2 -2
- package/dist/components/emoji.css +6 -0
- package/dist/components/feed.css +2 -2
- 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 +7 -1
- package/dist/components/flyout.js +18 -30
- package/dist/components/flyout.min.css +1 -1
- package/dist/components/flyout.min.js +2 -2
- package/dist/components/form.css +66 -37
- package/dist/components/form.js +102 -94
- 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 +59 -25
- package/dist/components/input.min.css +2 -2
- package/dist/components/item.css +3 -3
- package/dist/components/item.min.css +2 -2
- package/dist/components/label.css +1 -1
- package/dist/components/label.min.css +1 -1
- package/dist/components/list.css +2 -2
- 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 +31 -7
- package/dist/components/menu.min.css +9 -1
- package/dist/components/message.css +2 -2
- package/dist/components/message.min.css +1 -1
- package/dist/components/modal.css +1 -1
- package/dist/components/modal.js +15 -8
- 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 +1 -1
- package/dist/components/nag.min.css +1 -1
- package/dist/components/nag.min.js +1 -1
- package/dist/components/placeholder.css +7 -1
- package/dist/components/placeholder.min.css +1 -1
- package/dist/components/popup.css +148 -3
- package/dist/components/popup.js +20 -8
- 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 +3 -29
- 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 -1
- package/dist/components/rating.min.css +1 -1
- package/dist/components/rating.min.js +1 -1
- 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 +2 -2
- package/dist/components/search.min.css +1 -1
- package/dist/components/search.min.js +2 -2
- package/dist/components/segment.css +3 -3
- package/dist/components/segment.min.css +2 -2
- package/dist/components/shape.css +1 -1
- package/dist/components/shape.js +15 -37
- 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 +7 -27
- package/dist/components/sidebar.min.css +1 -1
- package/dist/components/sidebar.min.js +2 -2
- package/dist/components/site.css +1 -10
- package/dist/components/site.js +1 -1
- package/dist/components/site.min.css +2 -2
- package/dist/components/site.min.js +1 -1
- package/dist/components/slider.css +6 -0
- package/dist/components/slider.js +1 -1
- package/dist/components/slider.min.js +1 -1
- package/dist/components/state.js +1 -1
- package/dist/components/state.min.js +1 -1
- package/dist/components/statistic.css +2 -2
- package/dist/components/statistic.min.css +1 -1
- package/dist/components/step.css +4 -4
- package/dist/components/step.min.css +2 -2
- package/dist/components/sticky.css +1 -1
- package/dist/components/sticky.js +1 -1
- package/dist/components/sticky.min.css +1 -1
- package/dist/components/sticky.min.js +1 -1
- package/dist/components/tab.css +1 -1
- package/dist/components/tab.js +1 -1
- package/dist/components/tab.min.css +1 -1
- package/dist/components/tab.min.js +1 -1
- package/dist/components/table.css +2 -2
- package/dist/components/table.min.css +2 -2
- package/dist/components/text.css +7 -1
- package/dist/components/text.min.css +1 -1
- package/dist/components/toast.css +7 -1
- package/dist/components/toast.js +3 -3
- 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 +10 -61
- package/dist/components/transition.min.css +1 -1
- package/dist/components/transition.min.js +2 -2
- package/dist/components/visibility.js +1 -1
- package/dist/components/visibility.min.js +1 -1
- package/dist/semantic.css +512 -196
- package/dist/semantic.js +220 -324
- package/dist/semantic.min.css +2 -2
- package/dist/semantic.min.js +2 -2
- package/package.json +1 -1
- package/src/_site/collections/breadcrumb.variables +1 -1
- package/src/_site/collections/message.overrides +1 -1
- package/src/_site/elements/emoji.overrides +3 -0
- package/src/_site/{modules/chatroom.variables → elements/emoji.variables} +0 -0
- package/src/_site/elements/flag.variables +3 -3
- package/src/_site/elements/list.overrides +1 -1
- package/src/_site/elements/placeholder.overrides +3 -0
- package/src/_site/elements/placeholder.variables +3 -0
- package/src/_site/elements/text.overrides +3 -0
- package/src/_site/elements/text.variables +3 -0
- package/src/_site/modules/{chatroom.overrides → calendar.overrides} +0 -0
- package/src/_site/modules/calendar.variables +3 -0
- package/src/_site/modules/flyout.overrides +3 -0
- package/src/_site/modules/flyout.variables +3 -0
- package/src/_site/modules/modal.variables +1 -1
- package/src/_site/modules/rating.variables +1 -1
- package/src/_site/modules/search.variables +1 -1
- package/src/_site/modules/sidebar.variables +1 -1
- package/src/_site/modules/slider.overrides +3 -0
- package/src/_site/modules/slider.variables +3 -0
- package/src/_site/modules/sticky.variables +1 -1
- package/src/_site/modules/toast.overrides +3 -0
- package/src/_site/modules/toast.variables +3 -0
- package/src/_site/views/ad.overrides +1 -1
- package/src/_site/views/card.overrides +1 -1
- package/src/_site/views/comment.overrides +1 -1
- package/src/_site/views/feed.overrides +1 -1
- package/src/_site/views/item.overrides +1 -1
- package/src/_site/views/statistic.overrides +1 -1
- package/src/definitions/behaviors/form.js +101 -93
- package/src/definitions/collections/form.less +4 -14
- package/src/definitions/collections/menu.less +39 -6
- package/src/definitions/elements/input.less +6 -20
- package/src/definitions/globals/site.less +0 -18
- package/src/definitions/modules/accordion.js +3 -3
- package/src/definitions/modules/checkbox.less +39 -39
- package/src/definitions/modules/dimmer.js +2 -2
- package/src/definitions/modules/dropdown.js +2 -2
- package/src/definitions/modules/dropdown.less +6 -10
- package/src/definitions/modules/embed.js +1 -1
- package/src/definitions/modules/embed.less +1 -1
- package/src/definitions/modules/flyout.js +17 -29
- package/src/definitions/modules/modal.js +14 -7
- package/src/definitions/modules/popup.js +19 -7
- package/src/definitions/modules/popup.less +48 -4
- package/src/definitions/modules/progress.js +2 -28
- package/src/definitions/modules/search.js +1 -1
- package/src/definitions/modules/shape.js +14 -36
- package/src/definitions/modules/sidebar.js +6 -26
- package/src/definitions/modules/toast.js +2 -2
- package/src/definitions/modules/transition.js +9 -60
- package/src/theme.less +4 -12
- package/src/themes/default/collections/menu.variables +1 -3
- package/src/themes/default/collections/table.variables +1 -3
- package/src/themes/default/elements/segment.variables +1 -3
- package/src/themes/default/elements/step.variables +1 -1
- package/src/themes/default/globals/site.variables +1 -0
- package/src/themes/default/globals/variation.variables +2 -0
- package/src/themes/default/modules/popup.variables +8 -0
- package/src/themes/default/views/item.variables +1 -1
- package/tasks/config/project/install.js +1 -1
- package/tasks/install.js +8 -0
package/dist/semantic.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*
|
2
|
-
* # Fomantic UI - 2.9.2-beta.
|
2
|
+
* # Fomantic UI - 2.9.2-beta.10+cf51e1c
|
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.2-beta.
|
12
|
+
* # Fomantic-UI 2.9.2-beta.10+cf51e1c - 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.2-beta.
|
433
|
+
* # Fomantic-UI 2.9.2-beta.10+cf51e1c - Site
|
434
434
|
* https://github.com/fomantic/Fomantic-UI/
|
435
435
|
*
|
436
436
|
*
|
@@ -706,11 +706,6 @@ body .ui.inverted:not(.dimmer) {
|
|
706
706
|
|
707
707
|
/* Site */
|
708
708
|
|
709
|
-
::-webkit-selection {
|
710
|
-
background-color: #cce2ff;
|
711
|
-
color: rgba(0, 0, 0, 0.87);
|
712
|
-
}
|
713
|
-
|
714
709
|
::selection {
|
715
710
|
background-color: #cce2ff;
|
716
711
|
color: rgba(0, 0, 0, 0.87);
|
@@ -718,12 +713,6 @@ body .ui.inverted:not(.dimmer) {
|
|
718
713
|
|
719
714
|
/* Form */
|
720
715
|
|
721
|
-
textarea::-webkit-selection,
|
722
|
-
input::-webkit-selection {
|
723
|
-
background-color: rgba(100, 100, 100, 0.4);
|
724
|
-
color: rgba(0, 0, 0, 0.87);
|
725
|
-
}
|
726
|
-
|
727
716
|
textarea::selection,
|
728
717
|
input::selection {
|
729
718
|
background-color: rgba(100, 100, 100, 0.4);
|
@@ -738,7 +727,7 @@ input::selection {
|
|
738
727
|
Site Overrides
|
739
728
|
*******************************/
|
740
729
|
/*!
|
741
|
-
* # Fomantic-UI 2.9.2-beta.
|
730
|
+
* # Fomantic-UI 2.9.2-beta.10+cf51e1c - Button
|
742
731
|
* https://github.com/fomantic/Fomantic-UI/
|
743
732
|
*
|
744
733
|
*
|
@@ -5425,7 +5414,7 @@ input::selection {
|
|
5425
5414
|
Site Overrides
|
5426
5415
|
*******************************/
|
5427
5416
|
/*!
|
5428
|
-
* # Fomantic-UI 2.9.2-beta.
|
5417
|
+
* # Fomantic-UI 2.9.2-beta.10+cf51e1c - Container
|
5429
5418
|
* https://github.com/fomantic/Fomantic-UI/
|
5430
5419
|
*
|
5431
5420
|
*
|
@@ -5701,7 +5690,7 @@ input::selection {
|
|
5701
5690
|
Site Overrides
|
5702
5691
|
*******************************/
|
5703
5692
|
/*!
|
5704
|
-
* # Fomantic-UI 2.9.2-beta.
|
5693
|
+
* # Fomantic-UI 2.9.2-beta.10+cf51e1c - Divider
|
5705
5694
|
* https://github.com/fomantic/Fomantic-UI/
|
5706
5695
|
*
|
5707
5696
|
*
|
@@ -23823,8 +23812,12 @@ em[data-emoji="regional_indicator_a"]::before {
|
|
23823
23812
|
/*******************************
|
23824
23813
|
Emojis
|
23825
23814
|
*******************************/
|
23815
|
+
|
23816
|
+
/*******************************
|
23817
|
+
Site Overrides
|
23818
|
+
*******************************/
|
23826
23819
|
/*!
|
23827
|
-
* # Fomantic-UI 2.9.2-beta.
|
23820
|
+
* # Fomantic-UI 2.9.2-beta.10+cf51e1c - Flag
|
23828
23821
|
* https://github.com/fomantic/Fomantic-UI/
|
23829
23822
|
*
|
23830
23823
|
*
|
@@ -25236,7 +25229,7 @@ i.flag.united.nations::before {
|
|
25236
25229
|
Site Overrides
|
25237
25230
|
*******************************/
|
25238
25231
|
/*!
|
25239
|
-
* # Fomantic-UI 2.9.2-beta.
|
25232
|
+
* # Fomantic-UI 2.9.2-beta.10+cf51e1c - Header
|
25240
25233
|
* https://github.com/fomantic/Fomantic-UI/
|
25241
25234
|
*
|
25242
25235
|
*
|
@@ -26186,7 +26179,7 @@ a.ui.inverted.black.header.header.header:hover {
|
|
26186
26179
|
Site Overrides
|
26187
26180
|
*******************************/
|
26188
26181
|
/*!
|
26189
|
-
* # Fomantic-UI 2.9.2-beta.
|
26182
|
+
* # Fomantic-UI 2.9.2-beta.10+cf51e1c - Icon
|
26190
26183
|
* https://github.com/fomantic/Fomantic-UI/
|
26191
26184
|
*
|
26192
26185
|
*
|
@@ -35296,7 +35289,7 @@ i.icon.youtube.play::before {
|
|
35296
35289
|
Site Overrides
|
35297
35290
|
*******************************/
|
35298
35291
|
/*!
|
35299
|
-
* # Fomantic-UI 2.9.2-beta.
|
35292
|
+
* # Fomantic-UI 2.9.2-beta.10+cf51e1c - Image
|
35300
35293
|
* https://github.com/fomantic/Fomantic-UI/
|
35301
35294
|
*
|
35302
35295
|
*
|
@@ -35637,7 +35630,7 @@ img.ui.bordered.image {
|
|
35637
35630
|
Site Overrides
|
35638
35631
|
*******************************/
|
35639
35632
|
/*!
|
35640
|
-
* # Fomantic-UI 2.9.2-beta.
|
35633
|
+
* # Fomantic-UI 2.9.2-beta.10+cf51e1c - Input
|
35641
35634
|
* https://github.com/fomantic/Fomantic-UI/
|
35642
35635
|
*
|
35643
35636
|
*
|
@@ -35697,12 +35690,19 @@ img.ui.bordered.image {
|
|
35697
35690
|
|
35698
35691
|
/* browsers require these rules separate */
|
35699
35692
|
|
35700
|
-
.ui.input > input
|
35693
|
+
.ui.input > input:-ms-input-placeholder {
|
35701
35694
|
color: rgba(191, 191, 191, 0.87);
|
35702
35695
|
}
|
35703
35696
|
|
35704
|
-
.ui.input > input::-
|
35697
|
+
.ui.input > input::-ms-input-placeholder {
|
35698
|
+
color: rgba(191, 191, 191, 0.87);
|
35699
|
+
}
|
35700
|
+
|
35701
|
+
.ui.input > input::placeholder {
|
35705
35702
|
color: rgba(191, 191, 191, 0.87);
|
35703
|
+
}
|
35704
|
+
|
35705
|
+
.ui.input > input::-moz-placeholder {
|
35706
35706
|
opacity: 1;
|
35707
35707
|
}
|
35708
35708
|
|
@@ -35782,13 +35782,18 @@ img.ui.bordered.image {
|
|
35782
35782
|
box-shadow: none;
|
35783
35783
|
}
|
35784
35784
|
|
35785
|
-
.ui.input.focus > input
|
35786
|
-
.ui.input > input:focus
|
35785
|
+
.ui.input.focus > input:-ms-input-placeholder,
|
35786
|
+
.ui.input > input:focus:-ms-input-placeholder {
|
35787
|
+
color: rgba(115, 115, 115, 0.87);
|
35788
|
+
}
|
35789
|
+
|
35790
|
+
.ui.input.focus > input::-ms-input-placeholder,
|
35791
|
+
.ui.input > input:focus::-ms-input-placeholder {
|
35787
35792
|
color: rgba(115, 115, 115, 0.87);
|
35788
35793
|
}
|
35789
35794
|
|
35790
|
-
.ui.input.focus > input
|
35791
|
-
.ui.input > input:focus
|
35795
|
+
.ui.input.focus > input::placeholder,
|
35796
|
+
.ui.input > input:focus::placeholder {
|
35792
35797
|
color: rgba(115, 115, 115, 0.87);
|
35793
35798
|
}
|
35794
35799
|
|
@@ -35831,11 +35836,15 @@ img.ui.bordered.image {
|
|
35831
35836
|
|
35832
35837
|
/* Placeholder */
|
35833
35838
|
|
35834
|
-
.ui.input.error > input
|
35839
|
+
.ui.input.error > input:-ms-input-placeholder {
|
35835
35840
|
color: #e7bdbc;
|
35836
35841
|
}
|
35837
35842
|
|
35838
|
-
.ui.input.error > input::-
|
35843
|
+
.ui.input.error > input::-ms-input-placeholder {
|
35844
|
+
color: #e7bdbc;
|
35845
|
+
}
|
35846
|
+
|
35847
|
+
.ui.input.error > input::placeholder {
|
35839
35848
|
color: #e7bdbc;
|
35840
35849
|
}
|
35841
35850
|
|
@@ -35845,11 +35854,15 @@ img.ui.bordered.image {
|
|
35845
35854
|
|
35846
35855
|
/* Focused Placeholder */
|
35847
35856
|
|
35848
|
-
.ui.input.error > input:focus
|
35857
|
+
.ui.input.error > input:focus:-ms-input-placeholder {
|
35849
35858
|
color: #da9796;
|
35850
35859
|
}
|
35851
35860
|
|
35852
|
-
.ui.input.error > input:focus::-
|
35861
|
+
.ui.input.error > input:focus::-ms-input-placeholder {
|
35862
|
+
color: #da9796;
|
35863
|
+
}
|
35864
|
+
|
35865
|
+
.ui.input.error > input:focus::placeholder {
|
35853
35866
|
color: #da9796;
|
35854
35867
|
}
|
35855
35868
|
|
@@ -35866,11 +35879,15 @@ img.ui.bordered.image {
|
|
35866
35879
|
|
35867
35880
|
/* Placeholder */
|
35868
35881
|
|
35869
|
-
.ui.input.info > input
|
35882
|
+
.ui.input.info > input:-ms-input-placeholder {
|
35883
|
+
color: #98cfe1;
|
35884
|
+
}
|
35885
|
+
|
35886
|
+
.ui.input.info > input::-ms-input-placeholder {
|
35870
35887
|
color: #98cfe1;
|
35871
35888
|
}
|
35872
35889
|
|
35873
|
-
.ui.input.info > input
|
35890
|
+
.ui.input.info > input::placeholder {
|
35874
35891
|
color: #98cfe1;
|
35875
35892
|
}
|
35876
35893
|
|
@@ -35880,11 +35897,15 @@ img.ui.bordered.image {
|
|
35880
35897
|
|
35881
35898
|
/* Focused Placeholder */
|
35882
35899
|
|
35883
|
-
.ui.input.info > input:focus
|
35900
|
+
.ui.input.info > input:focus:-ms-input-placeholder {
|
35884
35901
|
color: #70bdd6;
|
35885
35902
|
}
|
35886
35903
|
|
35887
|
-
.ui.input.info > input:focus::-
|
35904
|
+
.ui.input.info > input:focus::-ms-input-placeholder {
|
35905
|
+
color: #70bdd6;
|
35906
|
+
}
|
35907
|
+
|
35908
|
+
.ui.input.info > input:focus::placeholder {
|
35888
35909
|
color: #70bdd6;
|
35889
35910
|
}
|
35890
35911
|
|
@@ -35901,11 +35922,15 @@ img.ui.bordered.image {
|
|
35901
35922
|
|
35902
35923
|
/* Placeholder */
|
35903
35924
|
|
35904
|
-
.ui.input.success > input
|
35925
|
+
.ui.input.success > input:-ms-input-placeholder {
|
35905
35926
|
color: #8fcf90;
|
35906
35927
|
}
|
35907
35928
|
|
35908
|
-
.ui.input.success > input::-
|
35929
|
+
.ui.input.success > input::-ms-input-placeholder {
|
35930
|
+
color: #8fcf90;
|
35931
|
+
}
|
35932
|
+
|
35933
|
+
.ui.input.success > input::placeholder {
|
35909
35934
|
color: #8fcf90;
|
35910
35935
|
}
|
35911
35936
|
|
@@ -35915,11 +35940,15 @@ img.ui.bordered.image {
|
|
35915
35940
|
|
35916
35941
|
/* Focused Placeholder */
|
35917
35942
|
|
35918
|
-
.ui.input.success > input:focus
|
35943
|
+
.ui.input.success > input:focus:-ms-input-placeholder {
|
35919
35944
|
color: #6cbf6d;
|
35920
35945
|
}
|
35921
35946
|
|
35922
|
-
.ui.input.success > input:focus::-
|
35947
|
+
.ui.input.success > input:focus::-ms-input-placeholder {
|
35948
|
+
color: #6cbf6d;
|
35949
|
+
}
|
35950
|
+
|
35951
|
+
.ui.input.success > input:focus::placeholder {
|
35923
35952
|
color: #6cbf6d;
|
35924
35953
|
}
|
35925
35954
|
|
@@ -35936,11 +35965,15 @@ img.ui.bordered.image {
|
|
35936
35965
|
|
35937
35966
|
/* Placeholder */
|
35938
35967
|
|
35939
|
-
.ui.input.warning > input
|
35968
|
+
.ui.input.warning > input:-ms-input-placeholder {
|
35969
|
+
color: #edad3e;
|
35970
|
+
}
|
35971
|
+
|
35972
|
+
.ui.input.warning > input::-ms-input-placeholder {
|
35940
35973
|
color: #edad3e;
|
35941
35974
|
}
|
35942
35975
|
|
35943
|
-
.ui.input.warning > input
|
35976
|
+
.ui.input.warning > input::placeholder {
|
35944
35977
|
color: #edad3e;
|
35945
35978
|
}
|
35946
35979
|
|
@@ -35950,11 +35983,15 @@ img.ui.bordered.image {
|
|
35950
35983
|
|
35951
35984
|
/* Focused Placeholder */
|
35952
35985
|
|
35953
|
-
.ui.input.warning > input:focus
|
35986
|
+
.ui.input.warning > input:focus:-ms-input-placeholder {
|
35954
35987
|
color: #e39715;
|
35955
35988
|
}
|
35956
35989
|
|
35957
|
-
.ui.input.warning > input:focus::-
|
35990
|
+
.ui.input.warning > input:focus::-ms-input-placeholder {
|
35991
|
+
color: #e39715;
|
35992
|
+
}
|
35993
|
+
|
35994
|
+
.ui.input.warning > input:focus::placeholder {
|
35958
35995
|
color: #e39715;
|
35959
35996
|
}
|
35960
35997
|
|
@@ -36010,11 +36047,15 @@ img.ui.bordered.image {
|
|
36010
36047
|
color: inherit;
|
36011
36048
|
}
|
36012
36049
|
|
36013
|
-
.ui.transparent.inverted.input > input
|
36050
|
+
.ui.transparent.inverted.input > input:-ms-input-placeholder {
|
36051
|
+
color: rgba(255, 255, 255, 0.5);
|
36052
|
+
}
|
36053
|
+
|
36054
|
+
.ui.transparent.inverted.input > input::-ms-input-placeholder {
|
36014
36055
|
color: rgba(255, 255, 255, 0.5);
|
36015
36056
|
}
|
36016
36057
|
|
36017
|
-
.ui.transparent.inverted.input > input
|
36058
|
+
.ui.transparent.inverted.input > input::placeholder {
|
36018
36059
|
color: rgba(255, 255, 255, 0.5);
|
36019
36060
|
}
|
36020
36061
|
|
@@ -37497,7 +37538,7 @@ input[type="file"].ui.black.file.input::file-selector-button:hover,
|
|
37497
37538
|
Site Overrides
|
37498
37539
|
*******************************/
|
37499
37540
|
/*!
|
37500
|
-
* # Fomantic-UI 2.9.2-beta.
|
37541
|
+
* # Fomantic-UI 2.9.2-beta.10+cf51e1c - Label
|
37501
37542
|
* https://github.com/fomantic/Fomantic-UI/
|
37502
37543
|
*
|
37503
37544
|
*
|
@@ -39881,7 +39922,7 @@ a.ui.ui.ui.inverted.basic.black.label:hover {
|
|
39881
39922
|
Site Overrides
|
39882
39923
|
*******************************/
|
39883
39924
|
/*!
|
39884
|
-
* # Fomantic-UI 2.9.2-beta.
|
39925
|
+
* # Fomantic-UI 2.9.2-beta.10+cf51e1c - List
|
39885
39926
|
* https://github.com/fomantic/Fomantic-UI/
|
39886
39927
|
*
|
39887
39928
|
*
|
@@ -40978,10 +41019,10 @@ ol.ui.suffixed.list li::before,
|
|
40978
41019
|
*******************************/
|
40979
41020
|
|
40980
41021
|
/*******************************
|
40981
|
-
|
41022
|
+
Site Overrides
|
40982
41023
|
*******************************/
|
40983
41024
|
/*!
|
40984
|
-
* # Fomantic-UI 2.9.2-beta.
|
41025
|
+
* # Fomantic-UI 2.9.2-beta.10+cf51e1c - Loader
|
40985
41026
|
* https://github.com/fomantic/Fomantic-UI/
|
40986
41027
|
*
|
40987
41028
|
*
|
@@ -41849,7 +41890,7 @@ ol.ui.suffixed.list li::before,
|
|
41849
41890
|
Site Overrides
|
41850
41891
|
*******************************/
|
41851
41892
|
/*!
|
41852
|
-
* # Fomantic-UI 2.9.2-beta.
|
41893
|
+
* # Fomantic-UI 2.9.2-beta.10+cf51e1c - Loader
|
41853
41894
|
* https://github.com/fomantic/Fomantic-UI/
|
41854
41895
|
*
|
41855
41896
|
*
|
@@ -42115,8 +42156,12 @@ ol.ui.suffixed.list li::before,
|
|
42115
42156
|
/*******************************
|
42116
42157
|
Theme Overrides
|
42117
42158
|
*******************************/
|
42159
|
+
|
42160
|
+
/*******************************
|
42161
|
+
Site Overrides
|
42162
|
+
*******************************/
|
42118
42163
|
/*!
|
42119
|
-
* # Fomantic-UI 2.9.2-beta.
|
42164
|
+
* # Fomantic-UI 2.9.2-beta.10+cf51e1c - Rail
|
42120
42165
|
* https://github.com/fomantic/Fomantic-UI/
|
42121
42166
|
*
|
42122
42167
|
*
|
@@ -42278,7 +42323,7 @@ ol.ui.suffixed.list li::before,
|
|
42278
42323
|
Site Overrides
|
42279
42324
|
*******************************/
|
42280
42325
|
/*!
|
42281
|
-
* # Fomantic-UI 2.9.2-beta.
|
42326
|
+
* # Fomantic-UI 2.9.2-beta.10+cf51e1c - Reveal
|
42282
42327
|
* https://github.com/fomantic/Fomantic-UI/
|
42283
42328
|
*
|
42284
42329
|
*
|
@@ -42589,7 +42634,7 @@ ol.ui.suffixed.list li::before,
|
|
42589
42634
|
Site Overrides
|
42590
42635
|
*******************************/
|
42591
42636
|
/*!
|
42592
|
-
* # Fomantic-UI 2.9.2-beta.
|
42637
|
+
* # Fomantic-UI 2.9.2-beta.10+cf51e1c - Segment
|
42593
42638
|
* https://github.com/fomantic/Fomantic-UI/
|
42594
42639
|
*
|
42595
42640
|
*
|
@@ -43000,7 +43045,7 @@ ol.ui.suffixed.list li::before,
|
|
43000
43045
|
bottom: 0;
|
43001
43046
|
margin-top: 0;
|
43002
43047
|
margin-bottom: 0;
|
43003
|
-
box-shadow: 0 1px
|
43048
|
+
box-shadow: 0 2px 1px -1px rgba(34, 36, 38, 0.15);
|
43004
43049
|
border-radius: 0 0 0.28571429rem 0.28571429rem;
|
43005
43050
|
}
|
43006
43051
|
|
@@ -43458,7 +43503,7 @@ ol.ui.suffixed.list li::before,
|
|
43458
43503
|
margin-top: 0;
|
43459
43504
|
top: 0;
|
43460
43505
|
margin-bottom: 1rem;
|
43461
|
-
box-shadow: 0 1px
|
43506
|
+
box-shadow: 0 2px 1px -1px rgba(34, 36, 38, 0.15);
|
43462
43507
|
border-radius: 0 0 0.28571429rem 0.28571429rem;
|
43463
43508
|
}
|
43464
43509
|
|
@@ -43634,7 +43679,7 @@ ol.ui.suffixed.list li::before,
|
|
43634
43679
|
Site Overrides
|
43635
43680
|
*******************************/
|
43636
43681
|
/*!
|
43637
|
-
* # Fomantic-UI 2.9.2-beta.
|
43682
|
+
* # Fomantic-UI 2.9.2-beta.10+cf51e1c - Step
|
43638
43683
|
* https://github.com/fomantic/Fomantic-UI/
|
43639
43684
|
*
|
43640
43685
|
*
|
@@ -43782,7 +43827,7 @@ ol.ui.suffixed.list li::before,
|
|
43782
43827
|
.ui.steps .step > i.icon ~ .content {
|
43783
43828
|
display: block;
|
43784
43829
|
flex: 0 1 auto;
|
43785
|
-
align-self:
|
43830
|
+
align-self: center;
|
43786
43831
|
}
|
43787
43832
|
|
43788
43833
|
/* Horizontal Icon */
|
@@ -43815,7 +43860,7 @@ ol.ui.suffixed.list li::before,
|
|
43815
43860
|
position: static;
|
43816
43861
|
text-align: center;
|
43817
43862
|
content: counter(ordered);
|
43818
|
-
align-self:
|
43863
|
+
align-self: center;
|
43819
43864
|
margin-right: 1rem;
|
43820
43865
|
font-size: 2.5em;
|
43821
43866
|
counter-increment: ordered;
|
@@ -43825,7 +43870,7 @@ ol.ui.suffixed.list li::before,
|
|
43825
43870
|
|
43826
43871
|
.ui.ordered.steps .step > * {
|
43827
43872
|
display: block;
|
43828
|
-
align-self:
|
43873
|
+
align-self: center;
|
43829
43874
|
}
|
43830
43875
|
|
43831
43876
|
/* --------------
|
@@ -44342,7 +44387,7 @@ ol.ui.suffixed.list li::before,
|
|
44342
44387
|
Site Overrides
|
44343
44388
|
*******************************/
|
44344
44389
|
/*!
|
44345
|
-
* # Fomantic-UI 2.9.2-beta.
|
44390
|
+
* # Fomantic-UI 2.9.2-beta.10+cf51e1c - Text
|
44346
44391
|
* https://github.com/fomantic/Fomantic-UI/
|
44347
44392
|
*
|
44348
44393
|
*
|
@@ -44536,8 +44581,12 @@ span.ui.massive.text {
|
|
44536
44581
|
/*******************************
|
44537
44582
|
Theme Overrides
|
44538
44583
|
*******************************/
|
44584
|
+
|
44585
|
+
/*******************************
|
44586
|
+
Site Overrides
|
44587
|
+
*******************************/
|
44539
44588
|
/*!
|
44540
|
-
* # Fomantic-UI 2.9.2-beta.
|
44589
|
+
* # Fomantic-UI 2.9.2-beta.10+cf51e1c - Breadcrumb
|
44541
44590
|
* https://github.com/fomantic/Fomantic-UI/
|
44542
44591
|
*
|
44543
44592
|
*
|
@@ -44682,7 +44731,7 @@ span.ui.massive.text {
|
|
44682
44731
|
Site Overrides
|
44683
44732
|
*******************************/
|
44684
44733
|
/*!
|
44685
|
-
* # Fomantic-UI 2.9.2-beta.
|
44734
|
+
* # Fomantic-UI 2.9.2-beta.10+cf51e1c - Form
|
44686
44735
|
* https://github.com/fomantic/Fomantic-UI/
|
44687
44736
|
*
|
44688
44737
|
*
|
@@ -45084,31 +45133,38 @@ span.ui.massive.text {
|
|
45084
45133
|
|
45085
45134
|
/* browsers require these rules separate */
|
45086
45135
|
|
45087
|
-
.ui.form
|
45136
|
+
.ui.form :-ms-input-placeholder {
|
45088
45137
|
color: rgba(191, 191, 191, 0.87);
|
45089
45138
|
}
|
45090
45139
|
|
45091
|
-
.ui.form
|
45092
|
-
color: rgba(191, 191, 191, 0.87)
|
45140
|
+
.ui.form ::-ms-input-placeholder {
|
45141
|
+
color: rgba(191, 191, 191, 0.87);
|
45093
45142
|
}
|
45094
45143
|
|
45095
|
-
.ui.form
|
45144
|
+
.ui.form ::placeholder {
|
45096
45145
|
color: rgba(191, 191, 191, 0.87);
|
45097
|
-
opacity: 1;
|
45098
45146
|
}
|
45099
45147
|
|
45100
|
-
.ui.form
|
45101
|
-
color: rgba(
|
45148
|
+
.ui.form :-ms-input-placeholder {
|
45149
|
+
color: rgba(191, 191, 191, 0.87) !important;
|
45102
45150
|
}
|
45103
45151
|
|
45104
45152
|
.ui.form :focus:-ms-input-placeholder {
|
45105
|
-
color: rgba(115, 115, 115, 0.87)
|
45153
|
+
color: rgba(115, 115, 115, 0.87);
|
45106
45154
|
}
|
45107
45155
|
|
45108
|
-
.ui.form :focus::-
|
45156
|
+
.ui.form :focus::-ms-input-placeholder {
|
45109
45157
|
color: rgba(115, 115, 115, 0.87);
|
45110
45158
|
}
|
45111
45159
|
|
45160
|
+
.ui.form :focus::placeholder {
|
45161
|
+
color: rgba(115, 115, 115, 0.87);
|
45162
|
+
}
|
45163
|
+
|
45164
|
+
.ui.form :focus:-ms-input-placeholder {
|
45165
|
+
color: rgba(115, 115, 115, 0.87) !important;
|
45166
|
+
}
|
45167
|
+
|
45112
45168
|
/* --------------------
|
45113
45169
|
Focus
|
45114
45170
|
--------------------- */
|
@@ -45360,30 +45416,38 @@ span.ui.massive.text {
|
|
45360
45416
|
|
45361
45417
|
/* Placeholder */
|
45362
45418
|
|
45363
|
-
.ui.form .error
|
45419
|
+
.ui.form .error :-ms-input-placeholder {
|
45364
45420
|
color: #e7bdbc;
|
45365
45421
|
}
|
45366
45422
|
|
45367
|
-
.ui.form .error
|
45368
|
-
color: #e7bdbc
|
45423
|
+
.ui.form .error ::-ms-input-placeholder {
|
45424
|
+
color: #e7bdbc;
|
45369
45425
|
}
|
45370
45426
|
|
45371
|
-
.ui.form .error
|
45427
|
+
.ui.form .error ::placeholder {
|
45372
45428
|
color: #e7bdbc;
|
45373
45429
|
}
|
45374
45430
|
|
45375
|
-
.ui.form .error
|
45376
|
-
color: #
|
45431
|
+
.ui.form .error :-ms-input-placeholder {
|
45432
|
+
color: #e7bdbc !important;
|
45377
45433
|
}
|
45378
45434
|
|
45379
45435
|
.ui.form .error :focus:-ms-input-placeholder {
|
45380
|
-
color: #da9796
|
45436
|
+
color: #da9796;
|
45381
45437
|
}
|
45382
45438
|
|
45383
|
-
.ui.form .error :focus::-
|
45439
|
+
.ui.form .error :focus::-ms-input-placeholder {
|
45384
45440
|
color: #da9796;
|
45385
45441
|
}
|
45386
45442
|
|
45443
|
+
.ui.form .error :focus::placeholder {
|
45444
|
+
color: #da9796;
|
45445
|
+
}
|
45446
|
+
|
45447
|
+
.ui.form .error :focus:-ms-input-placeholder {
|
45448
|
+
color: #da9796 !important;
|
45449
|
+
}
|
45450
|
+
|
45387
45451
|
/*------------------
|
45388
45452
|
Dropdown State
|
45389
45453
|
--------------------*/
|
@@ -45608,30 +45672,38 @@ span.ui.massive.text {
|
|
45608
45672
|
|
45609
45673
|
/* Placeholder */
|
45610
45674
|
|
45611
|
-
.ui.form .info
|
45675
|
+
.ui.form .info :-ms-input-placeholder {
|
45612
45676
|
color: #98cfe1;
|
45613
45677
|
}
|
45614
45678
|
|
45615
|
-
.ui.form .info
|
45616
|
-
color: #98cfe1
|
45679
|
+
.ui.form .info ::-ms-input-placeholder {
|
45680
|
+
color: #98cfe1;
|
45617
45681
|
}
|
45618
45682
|
|
45619
|
-
.ui.form .info
|
45683
|
+
.ui.form .info ::placeholder {
|
45620
45684
|
color: #98cfe1;
|
45621
45685
|
}
|
45622
45686
|
|
45623
|
-
.ui.form .info
|
45624
|
-
color: #
|
45687
|
+
.ui.form .info :-ms-input-placeholder {
|
45688
|
+
color: #98cfe1 !important;
|
45625
45689
|
}
|
45626
45690
|
|
45627
45691
|
.ui.form .info :focus:-ms-input-placeholder {
|
45628
|
-
color: #70bdd6
|
45692
|
+
color: #70bdd6;
|
45629
45693
|
}
|
45630
45694
|
|
45631
|
-
.ui.form .info :focus::-
|
45695
|
+
.ui.form .info :focus::-ms-input-placeholder {
|
45632
45696
|
color: #70bdd6;
|
45633
45697
|
}
|
45634
45698
|
|
45699
|
+
.ui.form .info :focus::placeholder {
|
45700
|
+
color: #70bdd6;
|
45701
|
+
}
|
45702
|
+
|
45703
|
+
.ui.form .info :focus:-ms-input-placeholder {
|
45704
|
+
color: #70bdd6 !important;
|
45705
|
+
}
|
45706
|
+
|
45635
45707
|
/*------------------
|
45636
45708
|
Dropdown State
|
45637
45709
|
--------------------*/
|
@@ -45856,30 +45928,38 @@ span.ui.massive.text {
|
|
45856
45928
|
|
45857
45929
|
/* Placeholder */
|
45858
45930
|
|
45859
|
-
.ui.form .success
|
45931
|
+
.ui.form .success :-ms-input-placeholder {
|
45860
45932
|
color: #8fcf90;
|
45861
45933
|
}
|
45862
45934
|
|
45863
|
-
.ui.form .success
|
45864
|
-
color: #8fcf90
|
45935
|
+
.ui.form .success ::-ms-input-placeholder {
|
45936
|
+
color: #8fcf90;
|
45865
45937
|
}
|
45866
45938
|
|
45867
|
-
.ui.form .success
|
45939
|
+
.ui.form .success ::placeholder {
|
45868
45940
|
color: #8fcf90;
|
45869
45941
|
}
|
45870
45942
|
|
45871
|
-
.ui.form .success
|
45872
|
-
color: #
|
45943
|
+
.ui.form .success :-ms-input-placeholder {
|
45944
|
+
color: #8fcf90 !important;
|
45873
45945
|
}
|
45874
45946
|
|
45875
45947
|
.ui.form .success :focus:-ms-input-placeholder {
|
45876
|
-
color: #6cbf6d
|
45948
|
+
color: #6cbf6d;
|
45877
45949
|
}
|
45878
45950
|
|
45879
|
-
.ui.form .success :focus::-
|
45951
|
+
.ui.form .success :focus::-ms-input-placeholder {
|
45880
45952
|
color: #6cbf6d;
|
45881
45953
|
}
|
45882
45954
|
|
45955
|
+
.ui.form .success :focus::placeholder {
|
45956
|
+
color: #6cbf6d;
|
45957
|
+
}
|
45958
|
+
|
45959
|
+
.ui.form .success :focus:-ms-input-placeholder {
|
45960
|
+
color: #6cbf6d !important;
|
45961
|
+
}
|
45962
|
+
|
45883
45963
|
/*------------------
|
45884
45964
|
Dropdown State
|
45885
45965
|
--------------------*/
|
@@ -46104,30 +46184,38 @@ span.ui.massive.text {
|
|
46104
46184
|
|
46105
46185
|
/* Placeholder */
|
46106
46186
|
|
46107
|
-
.ui.form .warning
|
46187
|
+
.ui.form .warning :-ms-input-placeholder {
|
46108
46188
|
color: #edad3e;
|
46109
46189
|
}
|
46110
46190
|
|
46111
|
-
.ui.form .warning
|
46112
|
-
color: #edad3e
|
46191
|
+
.ui.form .warning ::-ms-input-placeholder {
|
46192
|
+
color: #edad3e;
|
46113
46193
|
}
|
46114
46194
|
|
46115
|
-
.ui.form .warning
|
46195
|
+
.ui.form .warning ::placeholder {
|
46116
46196
|
color: #edad3e;
|
46117
46197
|
}
|
46118
46198
|
|
46119
|
-
.ui.form .warning
|
46120
|
-
color: #
|
46199
|
+
.ui.form .warning :-ms-input-placeholder {
|
46200
|
+
color: #edad3e !important;
|
46121
46201
|
}
|
46122
46202
|
|
46123
46203
|
.ui.form .warning :focus:-ms-input-placeholder {
|
46124
|
-
color: #e39715
|
46204
|
+
color: #e39715;
|
46205
|
+
}
|
46206
|
+
|
46207
|
+
.ui.form .warning :focus::-ms-input-placeholder {
|
46208
|
+
color: #e39715;
|
46125
46209
|
}
|
46126
46210
|
|
46127
|
-
.ui.form .warning :focus
|
46211
|
+
.ui.form .warning :focus::placeholder {
|
46128
46212
|
color: #e39715;
|
46129
46213
|
}
|
46130
46214
|
|
46215
|
+
.ui.form .warning :focus:-ms-input-placeholder {
|
46216
|
+
color: #e39715 !important;
|
46217
|
+
}
|
46218
|
+
|
46131
46219
|
/*------------------
|
46132
46220
|
Dropdown State
|
46133
46221
|
--------------------*/
|
@@ -46701,7 +46789,7 @@ span.ui.massive.text {
|
|
46701
46789
|
Site Overrides
|
46702
46790
|
*******************************/
|
46703
46791
|
/*!
|
46704
|
-
* # Fomantic-UI 2.9.2-beta.
|
46792
|
+
* # Fomantic-UI 2.9.2-beta.10+cf51e1c - Grid
|
46705
46793
|
* https://github.com/fomantic/Fomantic-UI/
|
46706
46794
|
*
|
46707
46795
|
*
|
@@ -48956,12 +49044,11 @@ span.ui.massive.text {
|
|
48956
49044
|
/*******************************
|
48957
49045
|
Site Overrides
|
48958
49046
|
*******************************/
|
48959
|
-
|
48960
|
-
* # Fomantic - Menu
|
49047
|
+
/*!
|
49048
|
+
* # Fomantic-UI 2.9.2-beta.10+cf51e1c - Menu
|
48961
49049
|
* https://github.com/fomantic/Fomantic-UI/
|
48962
49050
|
*
|
48963
49051
|
*
|
48964
|
-
* Copyright 2015 Contributor
|
48965
49052
|
* Released under the MIT license
|
48966
49053
|
* https://opensource.org/licenses/MIT
|
48967
49054
|
*
|
@@ -49804,7 +49891,7 @@ Floated Menu / Item
|
|
49804
49891
|
border-radius: 0 0.28571429rem 0.28571429rem 0;
|
49805
49892
|
}
|
49806
49893
|
|
49807
|
-
.ui.pagination.menu .item:last-child::before {
|
49894
|
+
.ui.pagination.menu:not(.wrapping) .item:last-child::before {
|
49808
49895
|
display: none;
|
49809
49896
|
}
|
49810
49897
|
|
@@ -50604,13 +50691,19 @@ Floated Menu / Item
|
|
50604
50691
|
margin: 0 0 0 0.5rem;
|
50605
50692
|
}
|
50606
50693
|
|
50607
|
-
.ui.center.aligned.menu,
|
50608
|
-
.ui.centered.menu {
|
50694
|
+
.ui.center.aligned.menu:not(.fluid),
|
50695
|
+
.ui.centered.menu:not(.fluid) {
|
50609
50696
|
display: inline-flex;
|
50610
50697
|
transform: translateX(-50%);
|
50611
50698
|
margin-left: 50%;
|
50612
50699
|
}
|
50613
50700
|
|
50701
|
+
.ui.center.aligned.menu .item,
|
50702
|
+
.ui.centered.menu .item {
|
50703
|
+
flex: 1 0 auto;
|
50704
|
+
justify-content: center;
|
50705
|
+
}
|
50706
|
+
|
50614
50707
|
/* --------------
|
50615
50708
|
Inverted
|
50616
50709
|
--------------- */
|
@@ -51260,7 +51353,7 @@ Floated Menu / Item
|
|
51260
51353
|
margin-top: 0;
|
51261
51354
|
top: 0;
|
51262
51355
|
margin-bottom: 1rem;
|
51263
|
-
box-shadow:
|
51356
|
+
box-shadow: none;
|
51264
51357
|
border-radius: 0 0 0.28571429rem 0.28571429rem;
|
51265
51358
|
}
|
51266
51359
|
|
@@ -51298,6 +51391,32 @@ Floated Menu / Item
|
|
51298
51391
|
width: 100%;
|
51299
51392
|
}
|
51300
51393
|
|
51394
|
+
.ui.wrapping.menu {
|
51395
|
+
flex-wrap: wrap;
|
51396
|
+
}
|
51397
|
+
|
51398
|
+
.ui.wrapping.menu .item::before {
|
51399
|
+
right: auto;
|
51400
|
+
left: 0;
|
51401
|
+
}
|
51402
|
+
|
51403
|
+
.ui.wrapping.menu .item:first-child::before {
|
51404
|
+
display: none;
|
51405
|
+
}
|
51406
|
+
|
51407
|
+
.ui.wrapping.menu:not(.tabular) .item:last-of-type,
|
51408
|
+
.ui.wrapping.menu:not(.tabular) .item:last-child {
|
51409
|
+
border-right: 1px solid rgba(34, 36, 38, 0.1);
|
51410
|
+
}
|
51411
|
+
|
51412
|
+
.ui.wrapped.menu:not(.tabular) .item:first-child {
|
51413
|
+
border-bottom-left-radius: 0;
|
51414
|
+
}
|
51415
|
+
|
51416
|
+
.ui.wrapped.menu:not(.tabular) .item:last-child {
|
51417
|
+
border-top-right-radius: 0;
|
51418
|
+
}
|
51419
|
+
|
51301
51420
|
/* --------------
|
51302
51421
|
Sizes
|
51303
51422
|
--------------- */
|
@@ -51422,7 +51541,7 @@ Floated Menu / Item
|
|
51422
51541
|
Site Overrides
|
51423
51542
|
*******************************/
|
51424
51543
|
/*!
|
51425
|
-
* # Fomantic-UI 2.9.2-beta.
|
51544
|
+
* # Fomantic-UI 2.9.2-beta.10+cf51e1c - Message
|
51426
51545
|
* https://github.com/fomantic/Fomantic-UI/
|
51427
51546
|
*
|
51428
51547
|
*
|
@@ -52163,10 +52282,10 @@ Floated Menu / Item
|
|
52163
52282
|
*******************************/
|
52164
52283
|
|
52165
52284
|
/*******************************
|
52166
|
-
|
52285
|
+
Site Overrides
|
52167
52286
|
*******************************/
|
52168
52287
|
/*!
|
52169
|
-
* # Fomantic-UI 2.9.2-beta.
|
52288
|
+
* # Fomantic-UI 2.9.2-beta.10+cf51e1c - Table
|
52170
52289
|
* https://github.com/fomantic/Fomantic-UI/
|
52171
52290
|
*
|
52172
52291
|
*
|
@@ -53659,7 +53778,7 @@ Floated Menu / Item
|
|
53659
53778
|
margin-top: 0;
|
53660
53779
|
top: 0;
|
53661
53780
|
margin-bottom: 1em;
|
53662
|
-
box-shadow: none
|
53781
|
+
box-shadow: none;
|
53663
53782
|
border-radius: 0 0 0.28571429rem 0.28571429rem;
|
53664
53783
|
}
|
53665
53784
|
|
@@ -56177,7 +56296,7 @@ Floated Menu / Item
|
|
56177
56296
|
Site Overrides
|
56178
56297
|
*******************************/
|
56179
56298
|
/*!
|
56180
|
-
* # Fomantic-UI 2.9.2-beta.
|
56299
|
+
* # Fomantic-UI 2.9.2-beta.10+cf51e1c - Ad
|
56181
56300
|
* https://github.com/fomantic/Fomantic-UI/
|
56182
56301
|
*
|
56183
56302
|
*
|
@@ -56462,10 +56581,10 @@ Floated Menu / Item
|
|
56462
56581
|
*******************************/
|
56463
56582
|
|
56464
56583
|
/*******************************
|
56465
|
-
|
56584
|
+
Site Overrides
|
56466
56585
|
*******************************/
|
56467
56586
|
/*!
|
56468
|
-
* # Fomantic-UI 2.9.2-beta.
|
56587
|
+
* # Fomantic-UI 2.9.2-beta.10+cf51e1c - Card
|
56469
56588
|
* https://github.com/fomantic/Fomantic-UI/
|
56470
56589
|
*
|
56471
56590
|
*
|
@@ -58610,10 +58729,10 @@ a.inverted.ui.card:hover,
|
|
58610
58729
|
*******************************/
|
58611
58730
|
|
58612
58731
|
/*******************************
|
58613
|
-
|
58732
|
+
Site Overrides
|
58614
58733
|
*******************************/
|
58615
58734
|
/*!
|
58616
|
-
* # Fomantic-UI 2.9.2-beta.
|
58735
|
+
* # Fomantic-UI 2.9.2-beta.10+cf51e1c - Comment
|
58617
58736
|
* https://github.com/fomantic/Fomantic-UI/
|
58618
58737
|
*
|
58619
58738
|
*
|
@@ -58921,10 +59040,10 @@ a.inverted.ui.card:hover,
|
|
58921
59040
|
*******************************/
|
58922
59041
|
|
58923
59042
|
/*******************************
|
58924
|
-
|
59043
|
+
Site Overrides
|
58925
59044
|
*******************************/
|
58926
59045
|
/*!
|
58927
|
-
* # Fomantic-UI 2.9.2-beta.
|
59046
|
+
* # Fomantic-UI 2.9.2-beta.10+cf51e1c - Feed
|
58928
59047
|
* https://github.com/fomantic/Fomantic-UI/
|
58929
59048
|
*
|
58930
59049
|
*
|
@@ -59262,10 +59381,10 @@ a.inverted.ui.card:hover,
|
|
59262
59381
|
*******************************/
|
59263
59382
|
|
59264
59383
|
/*******************************
|
59265
|
-
|
59384
|
+
Site Overrides
|
59266
59385
|
*******************************/
|
59267
59386
|
/*!
|
59268
|
-
* # Fomantic-UI 2.9.2-beta.
|
59387
|
+
* # Fomantic-UI 2.9.2-beta.10+cf51e1c - Item
|
59269
59388
|
* https://github.com/fomantic/Fomantic-UI/
|
59270
59389
|
*
|
59271
59390
|
*
|
@@ -59447,7 +59566,7 @@ a.inverted.ui.card:hover,
|
|
59447
59566
|
|
59448
59567
|
.ui.items > .item > .content > .description {
|
59449
59568
|
margin-top: 0.6em;
|
59450
|
-
max-width:
|
59569
|
+
max-width: none;
|
59451
59570
|
font-size: 1em;
|
59452
59571
|
line-height: 1.4285em;
|
59453
59572
|
color: rgba(0, 0, 0, 0.87);
|
@@ -59873,10 +59992,10 @@ a.inverted.ui.card:hover,
|
|
59873
59992
|
*******************************/
|
59874
59993
|
|
59875
59994
|
/*******************************
|
59876
|
-
|
59995
|
+
Site Overrides
|
59877
59996
|
*******************************/
|
59878
59997
|
/*!
|
59879
|
-
* # Fomantic-UI 2.9.2-beta.
|
59998
|
+
* # Fomantic-UI 2.9.2-beta.10+cf51e1c - Statistic
|
59880
59999
|
* https://github.com/fomantic/Fomantic-UI/
|
59881
60000
|
*
|
59882
60001
|
*
|
@@ -60551,10 +60670,10 @@ a.inverted.ui.card:hover,
|
|
60551
60670
|
*******************************/
|
60552
60671
|
|
60553
60672
|
/*******************************
|
60554
|
-
|
60673
|
+
Site Overrides
|
60555
60674
|
*******************************/
|
60556
60675
|
/*!
|
60557
|
-
* # Fomantic-UI 2.9.2-beta.
|
60676
|
+
* # Fomantic-UI 2.9.2-beta.10+cf51e1c - Accordion
|
60558
60677
|
* https://github.com/fomantic/Fomantic-UI/
|
60559
60678
|
*
|
60560
60679
|
*
|
@@ -60961,7 +61080,7 @@ a.inverted.ui.card:hover,
|
|
60961
61080
|
User Overrides
|
60962
61081
|
*******************************/
|
60963
61082
|
/*!
|
60964
|
-
* # Fomantic-UI 2.9.2-beta.
|
61083
|
+
* # Fomantic-UI 2.9.2-beta.10+cf51e1c - Calendar
|
60965
61084
|
* https://github.com/fomantic/Fomantic-UI/
|
60966
61085
|
*
|
60967
61086
|
*
|
@@ -61173,8 +61292,12 @@ a.inverted.ui.card:hover,
|
|
61173
61292
|
/*******************************
|
61174
61293
|
Theme Overrides
|
61175
61294
|
*******************************/
|
61295
|
+
|
61296
|
+
/*******************************
|
61297
|
+
User Overrides
|
61298
|
+
*******************************/
|
61176
61299
|
/*!
|
61177
|
-
* # Fomantic-UI 2.9.2-beta.
|
61300
|
+
* # Fomantic-UI 2.9.2-beta.10+cf51e1c - Checkbox
|
61178
61301
|
* https://github.com/fomantic/Fomantic-UI/
|
61179
61302
|
*
|
61180
61303
|
*
|
@@ -61598,11 +61721,11 @@ a.inverted.ui.card:hover,
|
|
61598
61721
|
/* Active */
|
61599
61722
|
|
61600
61723
|
.ui.slider.checkbox input:checked ~ label {
|
61601
|
-
color: rgba(0, 0, 0, 0.95)
|
61724
|
+
color: rgba(0, 0, 0, 0.95);
|
61602
61725
|
}
|
61603
61726
|
|
61604
61727
|
.ui.slider.checkbox input:checked ~ label::before {
|
61605
|
-
background-color: #545454
|
61728
|
+
background-color: #545454;
|
61606
61729
|
}
|
61607
61730
|
|
61608
61731
|
.ui.slider.checkbox input:checked ~ label::after {
|
@@ -61612,11 +61735,11 @@ a.inverted.ui.card:hover,
|
|
61612
61735
|
/* Active Focus */
|
61613
61736
|
|
61614
61737
|
.ui.slider.checkbox input:focus:checked ~ label {
|
61615
|
-
color: rgba(0, 0, 0, 0.95)
|
61738
|
+
color: rgba(0, 0, 0, 0.95);
|
61616
61739
|
}
|
61617
61740
|
|
61618
61741
|
.ui.slider.checkbox input:focus:checked ~ label::before {
|
61619
|
-
background-color: #000000
|
61742
|
+
background-color: #000000;
|
61620
61743
|
}
|
61621
61744
|
|
61622
61745
|
.ui.right.aligned.slider.checkbox label {
|
@@ -61719,11 +61842,11 @@ a.inverted.ui.card:hover,
|
|
61719
61842
|
/* Active */
|
61720
61843
|
|
61721
61844
|
.ui.toggle.checkbox input:checked ~ label {
|
61722
|
-
color: rgba(0, 0, 0, 0.95)
|
61845
|
+
color: rgba(0, 0, 0, 0.95);
|
61723
61846
|
}
|
61724
61847
|
|
61725
61848
|
.ui.toggle.checkbox input:checked ~ label::before {
|
61726
|
-
background-color: #2185d0
|
61849
|
+
background-color: #2185d0;
|
61727
61850
|
}
|
61728
61851
|
|
61729
61852
|
.ui.toggle.checkbox input:checked ~ label::after {
|
@@ -61734,11 +61857,11 @@ a.inverted.ui.card:hover,
|
|
61734
61857
|
/* Active Focus */
|
61735
61858
|
|
61736
61859
|
.ui.toggle.checkbox input:focus:checked ~ label {
|
61737
|
-
color: rgba(0, 0, 0, 0.95)
|
61860
|
+
color: rgba(0, 0, 0, 0.95);
|
61738
61861
|
}
|
61739
61862
|
|
61740
61863
|
.ui.toggle.checkbox input:focus:checked ~ label::before {
|
61741
|
-
background-color: #0d71bb
|
61864
|
+
background-color: #0d71bb;
|
61742
61865
|
}
|
61743
61866
|
|
61744
61867
|
.ui.right.aligned.toggle.checkbox label {
|
@@ -61765,8 +61888,8 @@ a.inverted.ui.card:hover,
|
|
61765
61888
|
Fitted
|
61766
61889
|
--------------- */
|
61767
61890
|
|
61768
|
-
.ui.fitted.checkbox label {
|
61769
|
-
padding-left: 0
|
61891
|
+
.ui.ui.fitted.checkbox label {
|
61892
|
+
padding-left: 0;
|
61770
61893
|
}
|
61771
61894
|
|
61772
61895
|
.ui.fitted.toggle.checkbox {
|
@@ -61781,15 +61904,15 @@ a.inverted.ui.card:hover,
|
|
61781
61904
|
Inverted
|
61782
61905
|
--------------- */
|
61783
61906
|
|
61784
|
-
.ui.inverted.checkbox label,
|
61785
|
-
.ui.inverted.checkbox + label {
|
61786
|
-
color: rgba(255, 255, 255, 0.9)
|
61907
|
+
.ui.ui.ui.inverted.checkbox label,
|
61908
|
+
.ui.ui.ui.inverted.checkbox + label {
|
61909
|
+
color: rgba(255, 255, 255, 0.9);
|
61787
61910
|
}
|
61788
61911
|
|
61789
61912
|
/* Hover */
|
61790
61913
|
|
61791
|
-
.ui.inverted.checkbox label:hover {
|
61792
|
-
color: #ffffff
|
61914
|
+
.ui.ui.inverted.checkbox label:hover {
|
61915
|
+
color: #ffffff;
|
61793
61916
|
}
|
61794
61917
|
|
61795
61918
|
.ui.inverted.checkbox label:hover::before {
|
@@ -61804,66 +61927,66 @@ a.inverted.ui.card:hover,
|
|
61804
61927
|
|
61805
61928
|
/* Slider Line */
|
61806
61929
|
|
61807
|
-
.ui.inverted.slider.checkbox label::before {
|
61808
|
-
background-color: rgba(255, 255, 255, 0.5)
|
61930
|
+
.ui.ui.inverted.slider.checkbox label::before {
|
61931
|
+
background-color: rgba(255, 255, 255, 0.5);
|
61809
61932
|
}
|
61810
61933
|
|
61811
61934
|
/* Slider Hover */
|
61812
61935
|
|
61813
|
-
.ui.inverted.slider.checkbox label:hover::before {
|
61814
|
-
background: rgba(255, 255, 255, 0.7)
|
61936
|
+
.ui.ui.inverted.slider.checkbox label:hover::before {
|
61937
|
+
background: rgba(255, 255, 255, 0.7);
|
61815
61938
|
}
|
61816
61939
|
|
61817
61940
|
/* Slider Active */
|
61818
61941
|
|
61819
|
-
.ui.inverted.slider.checkbox input:checked ~ label {
|
61820
|
-
color: #ffffff
|
61942
|
+
.ui.ui.inverted.slider.checkbox input:checked ~ label {
|
61943
|
+
color: #ffffff;
|
61821
61944
|
}
|
61822
61945
|
|
61823
|
-
.ui.inverted.slider.checkbox input:checked ~ label::before {
|
61824
|
-
background-color: rgba(255, 255, 255, 0.8)
|
61946
|
+
.ui.ui.inverted.slider.checkbox input:checked ~ label::before {
|
61947
|
+
background-color: rgba(255, 255, 255, 0.8);
|
61825
61948
|
}
|
61826
61949
|
|
61827
61950
|
/* Slider Active Focus */
|
61828
61951
|
|
61829
|
-
.ui.inverted.slider.checkbox input:focus:checked ~ label {
|
61830
|
-
color: #ffffff
|
61952
|
+
.ui.ui.inverted.slider.checkbox input:focus:checked ~ label {
|
61953
|
+
color: #ffffff;
|
61831
61954
|
}
|
61832
61955
|
|
61833
|
-
.ui.inverted.slider.checkbox input:focus:checked ~ label::before {
|
61834
|
-
background-color: rgba(255, 255, 255, 0.8)
|
61956
|
+
.ui.ui.inverted.slider.checkbox input:focus:checked ~ label::before {
|
61957
|
+
background-color: rgba(255, 255, 255, 0.8);
|
61835
61958
|
}
|
61836
61959
|
|
61837
61960
|
/* Toggle Switch */
|
61838
61961
|
|
61839
|
-
.ui.inverted.toggle.checkbox label::before {
|
61840
|
-
background-color: rgba(255, 255, 255, 0.9)
|
61962
|
+
.ui.ui.inverted.toggle.checkbox label::before {
|
61963
|
+
background-color: rgba(255, 255, 255, 0.9);
|
61841
61964
|
}
|
61842
61965
|
|
61843
61966
|
/* Toggle Hover */
|
61844
61967
|
|
61845
|
-
.ui.inverted.toggle.checkbox label:hover::before {
|
61846
|
-
background: #ffffff
|
61968
|
+
.ui.ui.inverted.toggle.checkbox label:hover::before {
|
61969
|
+
background: #ffffff;
|
61847
61970
|
}
|
61848
61971
|
|
61849
61972
|
/* Toggle Active */
|
61850
61973
|
|
61851
|
-
.ui.inverted.toggle.checkbox input:checked ~ label {
|
61852
|
-
color: #ffffff
|
61974
|
+
.ui.ui.inverted.toggle.checkbox input:checked ~ label {
|
61975
|
+
color: #ffffff;
|
61853
61976
|
}
|
61854
61977
|
|
61855
|
-
.ui.inverted.toggle.checkbox input:checked ~ label::before {
|
61856
|
-
background-color: #2185d0
|
61978
|
+
.ui.ui.inverted.toggle.checkbox input:checked ~ label::before {
|
61979
|
+
background-color: #2185d0;
|
61857
61980
|
}
|
61858
61981
|
|
61859
61982
|
/* Toggle Active Focus */
|
61860
61983
|
|
61861
|
-
.ui.inverted.toggle.checkbox input:focus:checked ~ label {
|
61862
|
-
color: #ffffff
|
61984
|
+
.ui.ui.inverted.toggle.checkbox input:focus:checked ~ label {
|
61985
|
+
color: #ffffff;
|
61863
61986
|
}
|
61864
61987
|
|
61865
|
-
.ui.inverted.toggle.checkbox input:focus:checked ~ label::before {
|
61866
|
-
background-color: #0d71bb
|
61988
|
+
.ui.ui.inverted.toggle.checkbox input:focus:checked ~ label::before {
|
61989
|
+
background-color: #0d71bb;
|
61867
61990
|
}
|
61868
61991
|
|
61869
61992
|
/* --------------------
|
@@ -62020,7 +62143,7 @@ a.inverted.ui.card:hover,
|
|
62020
62143
|
Site Overrides
|
62021
62144
|
*******************************/
|
62022
62145
|
/*!
|
62023
|
-
* # Fomantic-UI 2.9.2-beta.
|
62146
|
+
* # Fomantic-UI 2.9.2-beta.10+cf51e1c - Dimmer
|
62024
62147
|
* https://github.com/fomantic/Fomantic-UI/
|
62025
62148
|
*
|
62026
62149
|
*
|
@@ -62426,7 +62549,7 @@ body.dimmable > .dimmer {
|
|
62426
62549
|
User Overrides
|
62427
62550
|
*******************************/
|
62428
62551
|
/*!
|
62429
|
-
* # Fomantic-UI 2.9.2-beta.
|
62552
|
+
* # Fomantic-UI 2.9.2-beta.10+cf51e1c - Dropdown
|
62430
62553
|
* https://github.com/fomantic/Fomantic-UI/
|
62431
62554
|
*
|
62432
62555
|
*
|
@@ -62869,6 +62992,15 @@ select.ui.dropdown {
|
|
62869
62992
|
min-width: 0;
|
62870
62993
|
}
|
62871
62994
|
|
62995
|
+
.ui.compact.selection.dropdown > .menu {
|
62996
|
+
width: auto;
|
62997
|
+
}
|
62998
|
+
|
62999
|
+
.ui.compact.selection.dropdown:not(.multiline) {
|
63000
|
+
width: -webkit-max-content;
|
63001
|
+
width: max-content;
|
63002
|
+
}
|
63003
|
+
|
62872
63004
|
/* Selection Menu */
|
62873
63005
|
|
62874
63006
|
.ui.selection.dropdown .menu {
|
@@ -64572,12 +64704,6 @@ select.ui.dropdown {
|
|
64572
64704
|
|
64573
64705
|
/* Selection for form elements */
|
64574
64706
|
|
64575
|
-
.ui.inverted.dropdown textarea::-webkit-selection,
|
64576
|
-
.ui.inverted.dropdown input::-webkit-selection {
|
64577
|
-
background-color: rgba(255, 255, 255, 0.25);
|
64578
|
-
color: rgba(255, 255, 255, 0.8);
|
64579
|
-
}
|
64580
|
-
|
64581
64707
|
.ui.inverted.dropdown textarea::selection,
|
64582
64708
|
.ui.inverted.dropdown input::selection {
|
64583
64709
|
background-color: rgba(255, 255, 255, 0.25);
|
@@ -64694,7 +64820,7 @@ select.ui.dropdown {
|
|
64694
64820
|
User Overrides
|
64695
64821
|
*******************************/
|
64696
64822
|
/*!
|
64697
|
-
* # Fomantic-UI 2.9.2-beta.
|
64823
|
+
* # Fomantic-UI 2.9.2-beta.10+cf51e1c - Video
|
64698
64824
|
* https://github.com/fomantic/Fomantic-UI/
|
64699
64825
|
*
|
64700
64826
|
*
|
@@ -64754,7 +64880,7 @@ select.ui.dropdown {
|
|
64754
64880
|
display: block;
|
64755
64881
|
width: 100%;
|
64756
64882
|
height: 100%;
|
64757
|
-
background
|
64883
|
+
background: radial-gradient(transparent 45%, rgba(0, 0, 0, 0.3));
|
64758
64884
|
}
|
64759
64885
|
|
64760
64886
|
/* --------------
|
@@ -64854,7 +64980,7 @@ select.ui.dropdown {
|
|
64854
64980
|
Site Overrides
|
64855
64981
|
*******************************/
|
64856
64982
|
/*!
|
64857
|
-
* # Fomantic-UI 2.9.2-beta.
|
64983
|
+
* # Fomantic-UI 2.9.2-beta.10+cf51e1c - Flyout
|
64858
64984
|
* https://github.com/fomantic/Fomantic-UI/
|
64859
64985
|
*
|
64860
64986
|
*
|
@@ -65480,8 +65606,12 @@ body.pushable > .pusher {
|
|
65480
65606
|
/*******************************
|
65481
65607
|
Theme Overrides
|
65482
65608
|
*******************************/
|
65609
|
+
|
65610
|
+
/*******************************
|
65611
|
+
User Overrides
|
65612
|
+
*******************************/
|
65483
65613
|
/*!
|
65484
|
-
* # Fomantic-UI 2.9.2-beta.
|
65614
|
+
* # Fomantic-UI 2.9.2-beta.10+cf51e1c - Modal
|
65485
65615
|
* https://github.com/fomantic/Fomantic-UI/
|
65486
65616
|
*
|
65487
65617
|
*
|
@@ -66367,7 +66497,7 @@ body.pushable > .pusher {
|
|
66367
66497
|
Site Overrides
|
66368
66498
|
*******************************/
|
66369
66499
|
/*!
|
66370
|
-
* # Fomantic-UI 2.9.2-beta.
|
66500
|
+
* # Fomantic-UI 2.9.2-beta.10+cf51e1c - Nag
|
66371
66501
|
* https://github.com/fomantic/Fomantic-UI/
|
66372
66502
|
*
|
66373
66503
|
*
|
@@ -66702,7 +66832,7 @@ a.ui.nag {
|
|
66702
66832
|
User Overrides
|
66703
66833
|
*******************************/
|
66704
66834
|
/*!
|
66705
|
-
* # Fomantic-UI 2.9.2-beta.
|
66835
|
+
* # Fomantic-UI 2.9.2-beta.10+cf51e1c - Popup
|
66706
66836
|
* https://github.com/fomantic/Fomantic-UI/
|
66707
66837
|
*
|
66708
66838
|
*
|
@@ -67377,8 +67507,36 @@ a.ui.nag {
|
|
67377
67507
|
*******************************/
|
67378
67508
|
|
67379
67509
|
.ui.loading.popup {
|
67510
|
+
cursor: default;
|
67511
|
+
pointer-events: none;
|
67512
|
+
-webkit-user-select: none;
|
67513
|
+
-ms-user-select: none;
|
67514
|
+
user-select: none;
|
67515
|
+
}
|
67516
|
+
|
67517
|
+
.ui.loading.popup * {
|
67518
|
+
opacity: 0.3;
|
67519
|
+
}
|
67520
|
+
|
67521
|
+
.ui.loading.popup::after {
|
67522
|
+
position: absolute;
|
67523
|
+
content: "";
|
67524
|
+
top: 50%;
|
67525
|
+
left: 50%;
|
67526
|
+
margin: -1em 0 0 -1em;
|
67527
|
+
width: 2em;
|
67528
|
+
height: 2em;
|
67529
|
+
animation: loader 0.6s infinite linear;
|
67530
|
+
border: 0.2em solid #767676;
|
67531
|
+
border-radius: 500rem;
|
67532
|
+
box-shadow: 0 0 0 1px transparent;
|
67533
|
+
visibility: visible;
|
67534
|
+
z-index: 101;
|
67535
|
+
}
|
67536
|
+
|
67537
|
+
.ui.invisible.popup {
|
67380
67538
|
display: block;
|
67381
|
-
visibility: hidden;
|
67539
|
+
visibility: hidden !important;
|
67382
67540
|
z-index: -1;
|
67383
67541
|
}
|
67384
67542
|
|
@@ -67464,7 +67622,7 @@ a.ui.nag {
|
|
67464
67622
|
}
|
67465
67623
|
|
67466
67624
|
.ui.inverted.popup .header {
|
67467
|
-
background
|
67625
|
+
background: none;
|
67468
67626
|
color: #fff;
|
67469
67627
|
}
|
67470
67628
|
|
@@ -67482,6 +67640,11 @@ a.ui.nag {
|
|
67482
67640
|
border: none;
|
67483
67641
|
}
|
67484
67642
|
|
67643
|
+
.ui.ui.ui.primary.loading.popup::before,
|
67644
|
+
.ui.primary.loading.popup {
|
67645
|
+
background: #9bcbef;
|
67646
|
+
}
|
67647
|
+
|
67485
67648
|
.ui.ui.ui.primary.popup::before,
|
67486
67649
|
[data-tooltip][data-variation~="primary"]::before {
|
67487
67650
|
box-shadow: none;
|
@@ -67495,6 +67658,11 @@ a.ui.nag {
|
|
67495
67658
|
color: #1b1c1d;
|
67496
67659
|
}
|
67497
67660
|
|
67661
|
+
.ui.ui.ui.inverted.primary.loading.popup::before,
|
67662
|
+
.ui.inverted.primary.loading.popup {
|
67663
|
+
background: #007eba;
|
67664
|
+
}
|
67665
|
+
|
67498
67666
|
.ui.ui.ui.secondary.popup::before,
|
67499
67667
|
.ui.secondary.popup,
|
67500
67668
|
[data-tooltip][data-variation~="secondary"]::after,
|
@@ -67504,6 +67672,11 @@ a.ui.nag {
|
|
67504
67672
|
border: none;
|
67505
67673
|
}
|
67506
67674
|
|
67675
|
+
.ui.ui.ui.secondary.loading.popup::before,
|
67676
|
+
.ui.secondary.loading.popup {
|
67677
|
+
background: #65696c;
|
67678
|
+
}
|
67679
|
+
|
67507
67680
|
.ui.ui.ui.secondary.popup::before,
|
67508
67681
|
[data-tooltip][data-variation~="secondary"]::before {
|
67509
67682
|
box-shadow: none;
|
@@ -67517,6 +67690,11 @@ a.ui.nag {
|
|
67517
67690
|
color: #1b1c1d;
|
67518
67691
|
}
|
67519
67692
|
|
67693
|
+
.ui.ui.ui.inverted.secondary.loading.popup::before,
|
67694
|
+
.ui.inverted.secondary.loading.popup {
|
67695
|
+
background: #080808;
|
67696
|
+
}
|
67697
|
+
|
67520
67698
|
.ui.ui.ui.red.popup::before,
|
67521
67699
|
.ui.red.popup,
|
67522
67700
|
[data-tooltip][data-variation~="red"]::after,
|
@@ -67526,6 +67704,11 @@ a.ui.nag {
|
|
67526
67704
|
border: none;
|
67527
67705
|
}
|
67528
67706
|
|
67707
|
+
.ui.ui.ui.red.loading.popup::before,
|
67708
|
+
.ui.red.loading.popup {
|
67709
|
+
background: #f1abab;
|
67710
|
+
}
|
67711
|
+
|
67529
67712
|
.ui.ui.ui.red.popup::before,
|
67530
67713
|
[data-tooltip][data-variation~="red"]::before {
|
67531
67714
|
box-shadow: none;
|
@@ -67539,6 +67722,11 @@ a.ui.nag {
|
|
67539
67722
|
color: #1b1c1d;
|
67540
67723
|
}
|
67541
67724
|
|
67725
|
+
.ui.ui.ui.inverted.red.loading.popup::before,
|
67726
|
+
.ui.inverted.red.loading.popup {
|
67727
|
+
background: #c40d00;
|
67728
|
+
}
|
67729
|
+
|
67542
67730
|
.ui.ui.ui.orange.popup::before,
|
67543
67731
|
.ui.orange.popup,
|
67544
67732
|
[data-tooltip][data-variation~="orange"]::after,
|
@@ -67548,6 +67736,11 @@ a.ui.nag {
|
|
67548
67736
|
border: none;
|
67549
67737
|
}
|
67550
67738
|
|
67739
|
+
.ui.ui.ui.orange.loading.popup::before,
|
67740
|
+
.ui.orange.loading.popup {
|
67741
|
+
background: #faccad;
|
67742
|
+
}
|
67743
|
+
|
67551
67744
|
.ui.ui.ui.orange.popup::before,
|
67552
67745
|
[data-tooltip][data-variation~="orange"]::before {
|
67553
67746
|
box-shadow: none;
|
@@ -67561,6 +67754,11 @@ a.ui.nag {
|
|
67561
67754
|
color: #1b1c1d;
|
67562
67755
|
}
|
67563
67756
|
|
67757
|
+
.ui.ui.ui.inverted.orange.loading.popup::before,
|
67758
|
+
.ui.inverted.orange.loading.popup {
|
67759
|
+
background: #813c00;
|
67760
|
+
}
|
67761
|
+
|
67564
67762
|
.ui.ui.ui.yellow.popup::before,
|
67565
67763
|
.ui.yellow.popup,
|
67566
67764
|
[data-tooltip][data-variation~="yellow"]::after,
|
@@ -67570,6 +67768,11 @@ a.ui.nag {
|
|
67570
67768
|
border: none;
|
67571
67769
|
}
|
67572
67770
|
|
67771
|
+
.ui.ui.ui.yellow.loading.popup::before,
|
67772
|
+
.ui.yellow.loading.popup {
|
67773
|
+
background: #fde59f;
|
67774
|
+
}
|
67775
|
+
|
67573
67776
|
.ui.ui.ui.yellow.popup::before,
|
67574
67777
|
[data-tooltip][data-variation~="yellow"]::before {
|
67575
67778
|
box-shadow: none;
|
@@ -67583,6 +67786,11 @@ a.ui.nag {
|
|
67583
67786
|
color: #1b1c1d;
|
67584
67787
|
}
|
67585
67788
|
|
67789
|
+
.ui.ui.ui.inverted.yellow.loading.popup::before,
|
67790
|
+
.ui.inverted.yellow.loading.popup {
|
67791
|
+
background: #857400;
|
67792
|
+
}
|
67793
|
+
|
67586
67794
|
.ui.ui.ui.olive.popup::before,
|
67587
67795
|
.ui.olive.popup,
|
67588
67796
|
[data-tooltip][data-variation~="olive"]::after,
|
@@ -67592,6 +67800,11 @@ a.ui.nag {
|
|
67592
67800
|
border: none;
|
67593
67801
|
}
|
67594
67802
|
|
67803
|
+
.ui.ui.ui.olive.loading.popup::before,
|
67804
|
+
.ui.olive.loading.popup {
|
67805
|
+
background: #e4f18c;
|
67806
|
+
}
|
67807
|
+
|
67595
67808
|
.ui.ui.ui.olive.popup::before,
|
67596
67809
|
[data-tooltip][data-variation~="olive"]::before {
|
67597
67810
|
box-shadow: none;
|
@@ -67605,6 +67818,11 @@ a.ui.nag {
|
|
67605
67818
|
color: #1b1c1d;
|
67606
67819
|
}
|
67607
67820
|
|
67821
|
+
.ui.ui.ui.inverted.olive.loading.popup::before,
|
67822
|
+
.ui.inverted.olive.loading.popup {
|
67823
|
+
background: #97a81e;
|
67824
|
+
}
|
67825
|
+
|
67608
67826
|
.ui.ui.ui.green.popup::before,
|
67609
67827
|
.ui.green.popup,
|
67610
67828
|
[data-tooltip][data-variation~="green"]::after,
|
@@ -67614,6 +67832,11 @@ a.ui.nag {
|
|
67614
67832
|
border: none;
|
67615
67833
|
}
|
67616
67834
|
|
67835
|
+
.ui.ui.ui.green.loading.popup::before,
|
67836
|
+
.ui.green.loading.popup {
|
67837
|
+
background: #8aeaa0;
|
67838
|
+
}
|
67839
|
+
|
67617
67840
|
.ui.ui.ui.green.popup::before,
|
67618
67841
|
[data-tooltip][data-variation~="green"]::before {
|
67619
67842
|
box-shadow: none;
|
@@ -67627,6 +67850,11 @@ a.ui.nag {
|
|
67627
67850
|
color: #1b1c1d;
|
67628
67851
|
}
|
67629
67852
|
|
67853
|
+
.ui.ui.ui.inverted.green.loading.popup::before,
|
67854
|
+
.ui.inverted.green.loading.popup {
|
67855
|
+
background: #124f19;
|
67856
|
+
}
|
67857
|
+
|
67630
67858
|
.ui.ui.ui.teal.popup::before,
|
67631
67859
|
.ui.teal.popup,
|
67632
67860
|
[data-tooltip][data-variation~="teal"]::after,
|
@@ -67636,6 +67864,11 @@ a.ui.nag {
|
|
67636
67864
|
border: none;
|
67637
67865
|
}
|
67638
67866
|
|
67867
|
+
.ui.ui.ui.teal.loading.popup::before,
|
67868
|
+
.ui.teal.loading.popup {
|
67869
|
+
background: #4ffff7;
|
67870
|
+
}
|
67871
|
+
|
67639
67872
|
.ui.ui.ui.teal.popup::before,
|
67640
67873
|
[data-tooltip][data-variation~="teal"]::before {
|
67641
67874
|
box-shadow: none;
|
@@ -67649,6 +67882,11 @@ a.ui.nag {
|
|
67649
67882
|
color: #1b1c1d;
|
67650
67883
|
}
|
67651
67884
|
|
67885
|
+
.ui.ui.ui.inverted.teal.loading.popup::before,
|
67886
|
+
.ui.inverted.teal.loading.popup {
|
67887
|
+
background: #00d3d3;
|
67888
|
+
}
|
67889
|
+
|
67652
67890
|
.ui.ui.ui.blue.popup::before,
|
67653
67891
|
.ui.blue.popup,
|
67654
67892
|
[data-tooltip][data-variation~="blue"]::after,
|
@@ -67658,6 +67896,11 @@ a.ui.nag {
|
|
67658
67896
|
border: none;
|
67659
67897
|
}
|
67660
67898
|
|
67899
|
+
.ui.ui.ui.blue.loading.popup::before,
|
67900
|
+
.ui.blue.loading.popup {
|
67901
|
+
background: #9bcbef;
|
67902
|
+
}
|
67903
|
+
|
67661
67904
|
.ui.ui.ui.blue.popup::before,
|
67662
67905
|
[data-tooltip][data-variation~="blue"]::before {
|
67663
67906
|
box-shadow: none;
|
@@ -67671,6 +67914,11 @@ a.ui.nag {
|
|
67671
67914
|
color: #1b1c1d;
|
67672
67915
|
}
|
67673
67916
|
|
67917
|
+
.ui.ui.ui.inverted.blue.loading.popup::before,
|
67918
|
+
.ui.inverted.blue.loading.popup {
|
67919
|
+
background: #007eba;
|
67920
|
+
}
|
67921
|
+
|
67674
67922
|
.ui.ui.ui.violet.popup::before,
|
67675
67923
|
.ui.violet.popup,
|
67676
67924
|
[data-tooltip][data-variation~="violet"]::after,
|
@@ -67680,6 +67928,11 @@ a.ui.nag {
|
|
67680
67928
|
border: none;
|
67681
67929
|
}
|
67682
67930
|
|
67931
|
+
.ui.ui.ui.violet.loading.popup::before,
|
67932
|
+
.ui.violet.loading.popup {
|
67933
|
+
background: #c1adea;
|
67934
|
+
}
|
67935
|
+
|
67683
67936
|
.ui.ui.ui.violet.popup::before,
|
67684
67937
|
[data-tooltip][data-variation~="violet"]::before {
|
67685
67938
|
box-shadow: none;
|
@@ -67693,6 +67946,11 @@ a.ui.nag {
|
|
67693
67946
|
color: #1b1c1d;
|
67694
67947
|
}
|
67695
67948
|
|
67949
|
+
.ui.ui.ui.inverted.violet.loading.popup::before,
|
67950
|
+
.ui.inverted.violet.loading.popup {
|
67951
|
+
background: #2d09ea;
|
67952
|
+
}
|
67953
|
+
|
67696
67954
|
.ui.ui.ui.purple.popup::before,
|
67697
67955
|
.ui.purple.popup,
|
67698
67956
|
[data-tooltip][data-variation~="purple"]::after,
|
@@ -67702,6 +67960,11 @@ a.ui.nag {
|
|
67702
67960
|
border: none;
|
67703
67961
|
}
|
67704
67962
|
|
67963
|
+
.ui.ui.ui.purple.loading.popup::before,
|
67964
|
+
.ui.purple.loading.popup {
|
67965
|
+
background: #daabe9;
|
67966
|
+
}
|
67967
|
+
|
67705
67968
|
.ui.ui.ui.purple.popup::before,
|
67706
67969
|
[data-tooltip][data-variation~="purple"]::before {
|
67707
67970
|
box-shadow: none;
|
@@ -67715,6 +67978,11 @@ a.ui.nag {
|
|
67715
67978
|
color: #1b1c1d;
|
67716
67979
|
}
|
67717
67980
|
|
67981
|
+
.ui.ui.ui.inverted.purple.loading.popup::before,
|
67982
|
+
.ui.inverted.purple.loading.popup {
|
67983
|
+
background: #a300d9;
|
67984
|
+
}
|
67985
|
+
|
67718
67986
|
.ui.ui.ui.pink.popup::before,
|
67719
67987
|
.ui.pink.popup,
|
67720
67988
|
[data-tooltip][data-variation~="pink"]::after,
|
@@ -67724,6 +67992,11 @@ a.ui.nag {
|
|
67724
67992
|
border: none;
|
67725
67993
|
}
|
67726
67994
|
|
67995
|
+
.ui.ui.ui.pink.loading.popup::before,
|
67996
|
+
.ui.pink.loading.popup {
|
67997
|
+
background: #f5bddc;
|
67998
|
+
}
|
67999
|
+
|
67727
68000
|
.ui.ui.ui.pink.popup::before,
|
67728
68001
|
[data-tooltip][data-variation~="pink"]::before {
|
67729
68002
|
box-shadow: none;
|
@@ -67737,6 +68010,11 @@ a.ui.nag {
|
|
67737
68010
|
color: #1b1c1d;
|
67738
68011
|
}
|
67739
68012
|
|
68013
|
+
.ui.ui.ui.inverted.pink.loading.popup::before,
|
68014
|
+
.ui.inverted.pink.loading.popup {
|
68015
|
+
background: #f400af;
|
68016
|
+
}
|
68017
|
+
|
67740
68018
|
.ui.ui.ui.brown.popup::before,
|
67741
68019
|
.ui.brown.popup,
|
67742
68020
|
[data-tooltip][data-variation~="brown"]::after,
|
@@ -67746,6 +68024,11 @@ a.ui.nag {
|
|
67746
68024
|
border: none;
|
67747
68025
|
}
|
67748
68026
|
|
68027
|
+
.ui.ui.ui.brown.loading.popup::before,
|
68028
|
+
.ui.brown.loading.popup {
|
68029
|
+
background: #dbb8a2;
|
68030
|
+
}
|
68031
|
+
|
67749
68032
|
.ui.ui.ui.brown.popup::before,
|
67750
68033
|
[data-tooltip][data-variation~="brown"]::before {
|
67751
68034
|
box-shadow: none;
|
@@ -67759,6 +68042,11 @@ a.ui.nag {
|
|
67759
68042
|
color: #1b1c1d;
|
67760
68043
|
}
|
67761
68044
|
|
68045
|
+
.ui.ui.ui.inverted.brown.loading.popup::before,
|
68046
|
+
.ui.inverted.brown.loading.popup {
|
68047
|
+
background: #4f2e0a;
|
68048
|
+
}
|
68049
|
+
|
67762
68050
|
.ui.ui.ui.grey.popup::before,
|
67763
68051
|
.ui.grey.popup,
|
67764
68052
|
[data-tooltip][data-variation~="grey"]::after,
|
@@ -67768,6 +68056,11 @@ a.ui.nag {
|
|
67768
68056
|
border: none;
|
67769
68057
|
}
|
67770
68058
|
|
68059
|
+
.ui.ui.ui.grey.loading.popup::before,
|
68060
|
+
.ui.grey.loading.popup {
|
68061
|
+
background: #c3c3c3;
|
68062
|
+
}
|
68063
|
+
|
67771
68064
|
.ui.ui.ui.grey.popup::before,
|
67772
68065
|
[data-tooltip][data-variation~="grey"]::before {
|
67773
68066
|
box-shadow: none;
|
@@ -67781,6 +68074,11 @@ a.ui.nag {
|
|
67781
68074
|
color: #1b1c1d;
|
67782
68075
|
}
|
67783
68076
|
|
68077
|
+
.ui.ui.ui.inverted.grey.loading.popup::before,
|
68078
|
+
.ui.inverted.grey.loading.popup {
|
68079
|
+
background: #8d9194;
|
68080
|
+
}
|
68081
|
+
|
67784
68082
|
.ui.ui.ui.black.popup::before,
|
67785
68083
|
.ui.black.popup,
|
67786
68084
|
[data-tooltip][data-variation~="black"]::after,
|
@@ -67790,6 +68088,11 @@ a.ui.nag {
|
|
67790
68088
|
border: none;
|
67791
68089
|
}
|
67792
68090
|
|
68091
|
+
.ui.ui.ui.black.loading.popup::before,
|
68092
|
+
.ui.black.loading.popup {
|
68093
|
+
background: #65696c;
|
68094
|
+
}
|
68095
|
+
|
67793
68096
|
.ui.ui.ui.black.popup::before,
|
67794
68097
|
[data-tooltip][data-variation~="black"]::before {
|
67795
68098
|
box-shadow: none;
|
@@ -67803,6 +68106,11 @@ a.ui.nag {
|
|
67803
68106
|
color: #1b1c1d;
|
67804
68107
|
}
|
67805
68108
|
|
68109
|
+
.ui.ui.ui.inverted.black.loading.popup::before,
|
68110
|
+
.ui.inverted.black.loading.popup {
|
68111
|
+
background: #080808;
|
68112
|
+
}
|
68113
|
+
|
67806
68114
|
/* --------------
|
67807
68115
|
Flowing
|
67808
68116
|
--------------- */
|
@@ -67890,7 +68198,7 @@ a.ui.nag {
|
|
67890
68198
|
User Overrides
|
67891
68199
|
*******************************/
|
67892
68200
|
/*!
|
67893
|
-
* # Fomantic-UI 2.9.2-beta.
|
68201
|
+
* # Fomantic-UI 2.9.2-beta.10+cf51e1c - Progress Bar
|
67894
68202
|
* https://github.com/fomantic/Fomantic-UI/
|
67895
68203
|
*
|
67896
68204
|
*
|
@@ -69685,8 +69993,12 @@ a.ui.nag {
|
|
69685
69993
|
/*******************************
|
69686
69994
|
Slider Overrides
|
69687
69995
|
*******************************/
|
69996
|
+
|
69997
|
+
/*******************************
|
69998
|
+
User Overrides
|
69999
|
+
*******************************/
|
69688
70000
|
/*!
|
69689
|
-
* # Fomantic-UI 2.9.2-beta.
|
70001
|
+
* # Fomantic-UI 2.9.2-beta.10+cf51e1c - Rating
|
69690
70002
|
* https://github.com/fomantic/Fomantic-UI/
|
69691
70003
|
*
|
69692
70004
|
*
|
@@ -70152,7 +70464,7 @@ a.ui.nag {
|
|
70152
70464
|
Site Overrides
|
70153
70465
|
*******************************/
|
70154
70466
|
/*!
|
70155
|
-
* # Fomantic-UI 2.9.2-beta.
|
70467
|
+
* # Fomantic-UI 2.9.2-beta.10+cf51e1c - Search
|
70156
70468
|
* https://github.com/fomantic/Fomantic-UI/
|
70157
70469
|
*
|
70158
70470
|
*
|
@@ -70722,7 +71034,7 @@ a.ui.nag {
|
|
70722
71034
|
Site Overrides
|
70723
71035
|
*******************************/
|
70724
71036
|
/*!
|
70725
|
-
* # Fomantic-UI 2.9.2-beta.
|
71037
|
+
* # Fomantic-UI 2.9.2-beta.10+cf51e1c - Shape
|
70726
71038
|
* https://github.com/fomantic/Fomantic-UI/
|
70727
71039
|
*
|
70728
71040
|
*
|
@@ -70871,7 +71183,7 @@ a.ui.nag {
|
|
70871
71183
|
User Overrides
|
70872
71184
|
*******************************/
|
70873
71185
|
/*!
|
70874
|
-
* # Fomantic-UI 2.9.2-beta.
|
71186
|
+
* # Fomantic-UI 2.9.2-beta.10+cf51e1c - Sidebar
|
70875
71187
|
* https://github.com/fomantic/Fomantic-UI/
|
70876
71188
|
*
|
70877
71189
|
*
|
@@ -71487,7 +71799,7 @@ body.pushable > .pusher {
|
|
71487
71799
|
Site Overrides
|
71488
71800
|
*******************************/
|
71489
71801
|
/*!
|
71490
|
-
* # Fomantic-UI 2.9.2-beta.
|
71802
|
+
* # Fomantic-UI 2.9.2-beta.10+cf51e1c - Sticky
|
71491
71803
|
* https://github.com/fomantic/Fomantic-UI/
|
71492
71804
|
*
|
71493
71805
|
*
|
@@ -71556,7 +71868,7 @@ body.pushable > .pusher {
|
|
71556
71868
|
Site Overrides
|
71557
71869
|
*******************************/
|
71558
71870
|
/*!
|
71559
|
-
* # Fomantic-UI 2.9.2-beta.
|
71871
|
+
* # Fomantic-UI 2.9.2-beta.10+cf51e1c - Tab
|
71560
71872
|
* https://github.com/fomantic/Fomantic-UI/
|
71561
71873
|
*
|
71562
71874
|
*
|
@@ -71638,7 +71950,7 @@ body.pushable > .pusher {
|
|
71638
71950
|
User Overrides
|
71639
71951
|
*******************************/
|
71640
71952
|
/*!
|
71641
|
-
* # Fomantic-UI 2.9.2-beta.
|
71953
|
+
* # Fomantic-UI 2.9.2-beta.10+cf51e1c - Toast
|
71642
71954
|
* https://github.com/fomantic/Fomantic-UI/
|
71643
71955
|
*
|
71644
71956
|
*
|
@@ -72556,8 +72868,12 @@ body.pushable > .pusher {
|
|
72556
72868
|
/*******************************
|
72557
72869
|
Theme Overrides
|
72558
72870
|
*******************************/
|
72871
|
+
|
72872
|
+
/*******************************
|
72873
|
+
User Overrides
|
72874
|
+
*******************************/
|
72559
72875
|
/*!
|
72560
|
-
* # Fomantic-UI 2.9.2-beta.
|
72876
|
+
* # Fomantic-UI 2.9.2-beta.10+cf51e1c - Transition
|
72561
72877
|
* https://github.com/fomantic/Fomantic-UI/
|
72562
72878
|
*
|
72563
72879
|
*
|