fomantic-ui 2.9.4-beta.10 → 2.9.4-beta.100
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.all-contributorsrc +29 -1
- package/.eslintrc.js +17 -0
- package/.github/FUNDING.yml +1 -1
- package/.github/workflows/ci.yml +8 -8
- package/.github/workflows/depsreview.yml +14 -0
- package/.github/workflows/nightly.yml +1 -1
- package/.github/workflows/release.yml +1 -1
- package/CONTRIBUTORS.md +5 -0
- package/README.md +2 -12
- package/dist/components/accordion.css +1 -1
- package/dist/components/accordion.js +4 -2
- package/dist/components/accordion.min.css +1 -1
- package/dist/components/accordion.min.js +2 -2
- package/dist/components/ad.css +1 -1
- package/dist/components/ad.min.css +1 -1
- package/dist/components/api.js +7 -3
- package/dist/components/api.min.js +2 -2
- package/dist/components/breadcrumb.css +1 -1
- package/dist/components/breadcrumb.min.css +1 -1
- package/dist/components/button.css +21 -3
- package/dist/components/button.min.css +2 -2
- package/dist/components/calendar.css +1 -1
- package/dist/components/calendar.js +47 -12
- package/dist/components/calendar.min.css +1 -1
- package/dist/components/calendar.min.js +3 -3
- package/dist/components/card.css +1 -1
- package/dist/components/card.min.css +1 -1
- package/dist/components/checkbox.css +1 -1
- package/dist/components/checkbox.js +10 -4
- package/dist/components/checkbox.min.css +1 -1
- package/dist/components/checkbox.min.js +3 -3
- package/dist/components/comment.css +1 -1
- package/dist/components/comment.min.css +1 -1
- package/dist/components/container.css +1 -1
- package/dist/components/container.min.css +1 -1
- package/dist/components/dimmer.css +7 -3
- package/dist/components/dimmer.js +4 -2
- package/dist/components/dimmer.min.css +2 -2
- 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 +46 -38
- package/dist/components/dropdown.js +109 -34
- package/dist/components/dropdown.min.css +2 -2
- package/dist/components/dropdown.min.js +3 -3
- package/dist/components/embed.css +1 -1
- package/dist/components/embed.js +17 -7
- package/dist/components/embed.min.css +1 -1
- package/dist/components/embed.min.js +3 -3
- package/dist/components/emoji.css +4309 -3713
- package/dist/components/emoji.min.css +2 -2
- package/dist/components/feed.css +12 -1
- package/dist/components/feed.min.css +2 -2
- package/dist/components/flag.css +3 -1
- package/dist/components/flag.min.css +2 -2
- package/dist/components/flyout.css +3 -3
- package/dist/components/flyout.js +4 -2
- package/dist/components/flyout.min.css +1 -1
- package/dist/components/flyout.min.js +2 -2
- package/dist/components/form.css +15 -3
- package/dist/components/form.js +66 -23
- package/dist/components/form.min.css +2 -2
- package/dist/components/form.min.js +3 -3
- package/dist/components/grid.css +5 -5
- package/dist/components/grid.min.css +2 -2
- package/dist/components/header.css +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 +7 -1
- package/dist/components/label.min.css +2 -2
- package/dist/components/list.css +1 -1
- package/dist/components/list.min.css +1 -1
- package/dist/components/loader.css +1 -1
- package/dist/components/loader.min.css +1 -1
- package/dist/components/menu.css +1 -1
- package/dist/components/menu.min.css +1 -1
- package/dist/components/message.css +2 -1
- package/dist/components/message.min.css +2 -2
- package/dist/components/modal.css +3 -3
- package/dist/components/modal.js +7 -3
- package/dist/components/modal.min.css +1 -1
- package/dist/components/modal.min.js +2 -2
- package/dist/components/nag.css +1 -1
- package/dist/components/nag.js +11 -5
- package/dist/components/nag.min.css +1 -1
- package/dist/components/nag.min.js +3 -3
- package/dist/components/placeholder.css +1 -1
- package/dist/components/placeholder.min.css +1 -1
- package/dist/components/popup.css +1 -1
- package/dist/components/popup.js +10 -4
- package/dist/components/popup.min.css +1 -1
- package/dist/components/popup.min.js +2 -2
- package/dist/components/progress.css +15 -6
- package/dist/components/progress.js +4 -2
- package/dist/components/progress.min.css +2 -2
- package/dist/components/progress.min.js +2 -2
- package/dist/components/rail.css +1 -1
- package/dist/components/rail.min.css +1 -1
- package/dist/components/rating.css +1 -1
- package/dist/components/rating.js +4 -2
- package/dist/components/rating.min.css +1 -1
- package/dist/components/rating.min.js +2 -2
- package/dist/components/reset.css +1 -1
- package/dist/components/reset.min.css +1 -1
- package/dist/components/reveal.css +1 -1
- package/dist/components/reveal.min.css +1 -1
- package/dist/components/search.css +34 -23
- package/dist/components/search.js +78 -14
- package/dist/components/search.min.css +2 -2
- package/dist/components/search.min.js +3 -3
- package/dist/components/segment.css +1 -1
- package/dist/components/segment.min.css +1 -1
- package/dist/components/shape.css +1 -1
- package/dist/components/shape.js +7 -5
- package/dist/components/shape.min.css +1 -1
- package/dist/components/shape.min.js +3 -3
- package/dist/components/sidebar.css +1 -1
- package/dist/components/sidebar.js +4 -2
- package/dist/components/sidebar.min.css +1 -1
- package/dist/components/sidebar.min.js +2 -2
- package/dist/components/site.css +14 -6
- package/dist/components/site.js +4 -2
- package/dist/components/site.min.css +2 -2
- package/dist/components/site.min.js +2 -2
- package/dist/components/slider.css +152 -2
- package/dist/components/slider.js +142 -44
- package/dist/components/slider.min.css +2 -2
- package/dist/components/slider.min.js +3 -3
- package/dist/components/state.js +4 -2
- package/dist/components/state.min.js +2 -2
- package/dist/components/statistic.css +1 -1
- package/dist/components/statistic.min.css +1 -1
- package/dist/components/step.css +992 -86
- package/dist/components/step.min.css +2 -2
- package/dist/components/sticky.css +1 -1
- package/dist/components/sticky.js +4 -2
- package/dist/components/sticky.min.css +1 -1
- package/dist/components/sticky.min.js +2 -2
- package/dist/components/tab.css +1 -1
- package/dist/components/tab.js +4 -2
- package/dist/components/tab.min.css +1 -1
- package/dist/components/tab.min.js +2 -2
- package/dist/components/table.css +32 -21
- package/dist/components/table.min.css +2 -2
- package/dist/components/text.css +1 -1
- package/dist/components/text.min.css +1 -1
- package/dist/components/toast.css +1 -1
- package/dist/components/toast.js +7 -3
- package/dist/components/toast.min.css +1 -1
- package/dist/components/toast.min.js +3 -3
- package/dist/components/transition.css +1 -1
- package/dist/components/transition.js +7 -3
- package/dist/components/transition.min.css +1 -1
- package/dist/components/transition.min.js +2 -2
- package/dist/components/visibility.js +4 -2
- package/dist/components/visibility.min.js +2 -2
- package/dist/semantic.css +6179 -3968
- package/dist/semantic.js +571 -188
- package/dist/semantic.min.css +3 -3
- package/dist/semantic.min.js +3 -3
- package/dist/themes/basic/assets/fonts/LICENSE.txt +91 -0
- package/dist/themes/default/assets/fonts/LICENSE_Lato.txt +94 -0
- package/dist/themes/default/assets/fonts/LICENSE_icons.txt +165 -0
- package/dist/themes/github/assets/fonts/LICENSE.txt +94 -0
- package/dist/themes/material/assets/fonts/LICENSE.txt +202 -0
- package/package.json +14 -14
- package/semantic.json.example +1 -1
- package/src/definitions/behaviors/api.js +6 -2
- package/src/definitions/behaviors/form.js +65 -22
- package/src/definitions/behaviors/state.js +3 -1
- package/src/definitions/behaviors/visibility.js +3 -1
- package/src/definitions/collections/form.less +43 -23
- package/src/definitions/collections/grid.less +85 -70
- package/src/definitions/collections/menu.less +38 -27
- package/src/definitions/collections/message.less +1 -0
- package/src/definitions/collections/table.less +183 -157
- package/src/definitions/elements/button.less +61 -25
- package/src/definitions/elements/container.less +6 -4
- package/src/definitions/elements/divider.less +4 -1
- package/src/definitions/elements/emoji.less +3 -1
- package/src/definitions/elements/header.less +7 -4
- package/src/definitions/elements/icon.less +35 -28
- package/src/definitions/elements/input.less +21 -13
- package/src/definitions/elements/label.less +19 -8
- package/src/definitions/elements/list.less +28 -21
- package/src/definitions/elements/loader.less +17 -12
- package/src/definitions/elements/segment.less +12 -7
- package/src/definitions/elements/step.less +405 -87
- package/src/definitions/globals/site.js +3 -1
- package/src/definitions/globals/site.less +17 -12
- package/src/definitions/modules/accordion.js +3 -1
- package/src/definitions/modules/accordion.less +15 -13
- package/src/definitions/modules/calendar.js +46 -11
- package/src/definitions/modules/calendar.less +6 -4
- package/src/definitions/modules/checkbox.js +9 -3
- package/src/definitions/modules/checkbox.less +12 -6
- package/src/definitions/modules/dimmer.js +3 -1
- package/src/definitions/modules/dimmer.less +16 -10
- package/src/definitions/modules/dropdown.js +108 -33
- package/src/definitions/modules/dropdown.less +109 -78
- package/src/definitions/modules/embed.js +16 -6
- package/src/definitions/modules/flyout.js +3 -1
- package/src/definitions/modules/flyout.less +51 -45
- package/src/definitions/modules/modal.js +6 -2
- package/src/definitions/modules/modal.less +109 -82
- package/src/definitions/modules/nag.js +10 -4
- package/src/definitions/modules/nag.less +8 -4
- package/src/definitions/modules/popup.js +9 -3
- package/src/definitions/modules/popup.less +3 -1
- package/src/definitions/modules/progress.js +3 -1
- package/src/definitions/modules/progress.less +24 -6
- package/src/definitions/modules/rating.js +3 -1
- package/src/definitions/modules/search.js +77 -13
- package/src/definitions/modules/search.less +41 -25
- package/src/definitions/modules/shape.js +6 -4
- package/src/definitions/modules/sidebar.js +3 -1
- package/src/definitions/modules/slider.js +141 -43
- package/src/definitions/modules/slider.less +129 -27
- package/src/definitions/modules/sticky.js +3 -1
- package/src/definitions/modules/tab.js +3 -1
- package/src/definitions/modules/toast.js +6 -2
- package/src/definitions/modules/toast.less +35 -24
- package/src/definitions/modules/transition.js +6 -2
- package/src/definitions/views/card.less +7 -5
- package/src/definitions/views/feed.less +14 -1
- package/src/definitions/views/item.less +7 -5
- package/src/themes/basic/assets/fonts/LICENSE.txt +91 -0
- package/src/themes/default/assets/fonts/LICENSE_Lato.txt +94 -0
- package/src/themes/default/assets/fonts/LICENSE_icons.txt +165 -0
- package/src/themes/default/elements/button.variables +3 -0
- package/src/themes/default/elements/emoji.variables +172 -23
- package/src/themes/default/elements/flag.variables +3 -3
- package/src/themes/default/elements/step.variables +33 -0
- package/src/themes/default/globals/site.variables +3 -0
- package/src/themes/default/globals/variation.variables +23 -2
- package/src/themes/default/modules/dropdown.variables +3 -0
- package/src/themes/default/modules/progress.variables +1 -1
- package/src/themes/default/modules/search.variables +15 -12
- package/src/themes/default/modules/slider.variables +10 -0
- package/src/themes/default/views/feed.variables +3 -0
- package/src/themes/github/assets/fonts/LICENSE.txt +94 -0
- package/src/themes/joypixels/elements/emoji.variables +183 -22
- package/src/themes/material/assets/fonts/LICENSE.txt +202 -0
- package/tasks/admin/components/create.js +4 -4
- package/tasks/admin/components/init.js +2 -2
- package/tasks/admin/components/update.js +3 -3
- package/tasks/admin/distributions/create.js +3 -3
- package/tasks/admin/distributions/init.js +2 -2
- package/tasks/admin/distributions/update.js +4 -4
- package/tasks/build/assets.js +1 -1
- package/tasks/build/css.js +19 -10
- package/tasks/build/javascript.js +12 -5
- package/tasks/check-install.js +1 -1
- package/tasks/config/defaults.js +4 -0
- package/tasks/config/project/release.js +19 -1
- package/tasks/config/tasks.js +7 -7
- package/tasks/docs/build.js +3 -3
- package/tasks/docs/metadata.js +1 -1
- package/tasks/docs/serve.js +3 -1
- package/tasks/install.js +2 -2
- package/tasks/watch.js +1 -1
- package/types/fomantic-ui-accordion.d.ts +1 -1
- package/types/fomantic-ui-api.d.ts +9 -3
- package/types/fomantic-ui-calendar.d.ts +114 -13
- package/types/fomantic-ui-checkbox.d.ts +14 -4
- package/types/fomantic-ui-dimmer.d.ts +1 -1
- package/types/fomantic-ui-dropdown.d.ts +82 -44
- package/types/fomantic-ui-embed.d.ts +19 -2
- package/types/fomantic-ui-flyout.d.ts +25 -11
- package/types/fomantic-ui-form.d.ts +123 -15
- package/types/fomantic-ui-modal.d.ts +101 -5
- package/types/fomantic-ui-nag.d.ts +4 -4
- package/types/fomantic-ui-popup.d.ts +38 -12
- package/types/fomantic-ui-progress.d.ts +12 -6
- package/types/fomantic-ui-rating.d.ts +1 -1
- package/types/fomantic-ui-search.d.ts +138 -22
- package/types/fomantic-ui-shape.d.ts +2 -2
- package/types/fomantic-ui-sidebar.d.ts +4 -4
- package/types/fomantic-ui-slider.d.ts +56 -4
- package/types/fomantic-ui-sticky.d.ts +1 -1
- package/types/fomantic-ui-tab.d.ts +6 -6
- package/types/fomantic-ui-toast.d.ts +14 -2
- package/types/fomantic-ui-transition.d.ts +41 -7
- package/types/fomantic-ui-visibility.d.ts +3 -3
- package/types/index.d.ts +25 -25
- package/types/tests.ts +188 -0
- package/types/tsconfig.json +1 -1
- package/types/fomantic-ui-tests.ts +0 -25
@@ -1,9 +1,9 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.9.4-beta.
|
2
|
+
* # Fomantic-UI 2.9.4-beta.100+7f5f82a - Step
|
3
3
|
* https://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
6
6
|
* Released under the MIT license
|
7
7
|
* https://opensource.org/licenses/MIT
|
8
8
|
*
|
9
|
-
*/.ui.steps{display:inline-flex;flex-direction:row;align-items:stretch;margin:1em 0;background:"";box-shadow:none;line-height:1.14285714em;border-radius:.28571429rem;border:1px solid rgba(34,36,38,.15)}.ui.steps:not(.unstackable){flex-wrap:wrap}.ui.steps:first-child{margin-top:0}.ui.steps:last-child{margin-bottom:0}.ui.steps .step{position:relative;display:flex;flex:1 0 auto;flex-flow:row wrap;vertical-align:middle;align-items:center;justify-content:center;margin:0 0;padding:1.14285714em 2em;background:#fff;color:rgba(0,0,0,.87);box-shadow:none;border-radius:0;border:none;border-right:1px solid rgba(34,36,38,.15);transition:background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease}.ui.steps .step::after{display:none;position:absolute;z-index:2;content:"";top:50%;right:0;background-color:#fff;width:1.14285714em;height:1.14285714em;border-style:solid;border-color:rgba(34,36,38,.15);border-width:0 1px 1px 0;transition:background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease;transform:translateY(-50%) translateX(50%) rotate(-45deg)}.ui.steps .step:first-child{padding-left:2em;border-radius:.28571429rem 0 0 .28571429rem}.ui.steps .step:last-child{border-radius:0 .28571429rem .28571429rem 0;border-right:none;margin-right:0}.ui.steps .step:only-child{border-radius:.28571429rem}.ui.steps .step .title{font-family:Lato,system-ui,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1.14285714em;font-weight:700}.ui.steps .step>.title{width:100%}.ui.steps .step .description{font-weight:400;font-size:.92857143em;color:rgba(0,0,0,.87)}.ui.steps .step>.description{width:100%}.ui.steps .step .title~.description{margin-top:.25em}.ui.steps .step>i.icon{line-height:1;font-size:2.5em;margin:0 1rem 0 0}.ui.steps .step>i.icon,.ui.steps .step>i.icon~.content{display:block;flex:0 1 auto;align-self:center}.ui.steps:not(.vertical) .step>i.icon{width:auto}.ui.steps .link.step,.ui.steps a.step{cursor:pointer}.ui.ordered.steps{counter-reset:ordered}.ui.ordered.steps .step::before{display:block;position:static;text-align:center;content:counter(ordered);align-self:center;margin-right:1rem;font-size:2.5em;counter-increment:ordered;font-family:inherit;font-weight:700}.ui.ordered.steps .step>*{display:block;align-self:center}.ui.vertical.steps{display:inline-flex;flex-direction:column;overflow:visible}.ui.vertical.steps .step{justify-content:flex-start;border-radius:0;padding:1.14285714em 2em;border-right:none;border-bottom:1px solid rgba(34,36,38,.15)}.ui.vertical.steps .step:first-child{padding:1.14285714em 2em;border-radius:.28571429rem .28571429rem 0 0}.ui.vertical.steps .step:last-child{border-bottom:none;border-radius:0 0 .28571429rem .28571429rem}.ui.vertical.steps .step:only-child{border-radius:.28571429rem}.ui.vertical.steps .step::after{top:50%;right:0;border-width:0 1px 1px 0;display:none}.ui.right.vertical.steps .step::after{border-width:1px 0 0 1px;left:0;right:100%;transform:translateY(-50%) translateX(-50%) rotate(-45deg)}.ui.vertical.steps .active.step::after{display:block}.ui.vertical.steps .step:last-child::after{display:none}.ui.vertical.steps .active.step:last-child::after{display:block}@media only screen and (max-width:767.98px){.ui.steps:not(.unstackable){display:inline-flex;overflow:visible;flex-direction:column}.ui.steps:not(.unstackable) .step{width:100%!important;flex-direction:column;border-radius:0;padding:1.14285714em 2em;border-right:none;border-bottom:1px solid rgba(34,36,38,.15)}.ui.steps:not(.unstackable) .step:first-child{padding:1.14285714em 2em;border-radius:.28571429rem .28571429rem 0 0}.ui.steps:not(.unstackable) .step:last-child{border-radius:0 0 .28571429rem .28571429rem;border-bottom:none}.ui.steps:not(.unstackable) .step::after{top:unset;bottom:-1.14285714em;right:50%;transform:translateY(-50%) translateX(50%) rotate(45deg)}.ui.vertical.steps .active.step:last-child::after{display:none}.ui.steps:not(.unstackable) .step .content{text-align:center}.ui.ordered.steps:not(.unstackable) .step::before,.ui.steps:not(.unstackable) .step>i.icon{margin:0 0 1rem 0}}.ui.steps .link.step:hover,.ui.steps .link.step:hover::after,.ui.steps a.step:hover,.ui.steps a.step:hover::after{background:#f9fafb;color:rgba(0,0,0,.8)}.ui.steps .link.step:active,.ui.steps .link.step:active::after,.ui.steps a.step:active,.ui.steps a.step:active::after{background:#f3f4f5;color:rgba(0,0,0,.9)}.ui.steps .step.active{cursor:auto;background:#f3f4f5}.ui.steps .step.active::after{background:#f3f4f5}.ui.steps .step.active .title{color:#4183c4}.ui.ordered.steps .step.active::before,.ui.steps .active.step i.icon{color:rgba(0,0,0,.85)}.ui.steps .step::after{display:block}.ui.steps .active.step::after{display:block}.ui.steps .step:last-child::after{display:none}.ui.steps .active.step:last-child::after{display:none}.ui.steps .link.active.step:hover,.ui.steps .link.active.step:hover::after,.ui.steps a.active.step:hover,.ui.steps a.active.step:hover::after{cursor:pointer;background:#dcddde;color:rgba(0,0,0,.87)}.ui.ordered.steps .step.completed::before,.ui.steps .step.completed>i.icon::before{color:#21ba45}.ui.steps .disabled.step{cursor:auto;background:#fff;pointer-events:none}.ui.steps .disabled.step,.ui.steps .disabled.step .description,.ui.steps .disabled.step .title{color:rgba(40,40,40,.3)}.ui.steps .disabled.step::after{background:#fff}@media only screen and (max-width:991.98px){.ui[class*="tablet stackable"].steps{display:inline-flex;overflow:visible;flex-direction:column}.ui[class*="tablet stackable"].steps .step{flex-direction:column;border-radius:0;padding:1.14285714em 2em;border-right:none;border-bottom:1px solid rgba(34,36,38,.15)}.ui[class*="tablet stackable"].steps .step:first-child{padding:1.14285714em 2em;border-radius:.28571429rem .28571429rem 0 0}.ui[class*="tablet stackable"].steps .step:last-child{border-radius:0 0 .28571429rem .28571429rem;border-bottom:none}.ui[class*="tablet stackable"].steps .step::after{top:unset;bottom:-1.14285714em;right:50%;transform:translateY(-50%) translateX(50%) rotate(45deg)}.ui[class*="tablet stackable"].steps .step .content{text-align:center}.ui[class*="tablet stackable"].ordered.steps .step::before,.ui[class*="tablet stackable"].steps .step>i.icon{margin:0 0 1rem 0}}.ui.fluid.steps{display:flex;width:100%}.ui.attached.steps{width:calc(100% + 2px)!important;margin:0 -1px 0;max-width:calc(100% + 2px);border-radius:.28571429rem .28571429rem 0 0}.ui.attached.steps .step:first-child{border-radius:.28571429rem 0 0 0}.ui.attached.steps .step:last-child{border-radius:0 .28571429rem 0 0}.ui.bottom.attached.steps{margin:0 -1px 0;border-radius:0 0 .28571429rem .28571429rem}.ui.bottom.attached.steps .step:first-child{border-radius:0 0 0 .28571429rem}.ui.bottom.attached.steps .step:last-child{border-radius:0 0 .28571429rem 0}.ui.eight.steps,.ui.five.steps,.ui.four.steps,.ui.one.steps,.ui.seven.steps,.ui.six.steps,.ui.three.steps,.ui.two.steps{width:100%}.ui.eight.steps>.step,.ui.five.steps>.step,.ui.four.steps>.step,.ui.one.steps>.step,.ui.seven.steps>.step,.ui.six.steps>.step,.ui.three.steps>.step,.ui.two.steps>.step{flex-wrap:nowrap}.ui.one.steps>.step{width:100%}.ui.two.steps>.step{width:50%}.ui.three.steps>.step{width:33.333%}.ui.four.steps>.step{width:25%}.ui.five.steps>.step{width:20%}.ui.six.steps>.step{width:16.666%}.ui.seven.steps>.step{width:14.285%}.ui.eight.steps>.step{width:12.5%}.ui.step,.ui.steps .step{font-size:1rem}.ui.mini.step,.ui.mini.steps .step{font-size:.78571429rem}.ui.tiny.step,.ui.tiny.steps .step{font-size:.85714286rem}.ui.small.step,.ui.small.steps .step{font-size:.92857143rem}.ui.large.step,.ui.large.steps .step{font-size:1.14285714rem}.ui.big.step,.ui.big.steps .step{font-size:1.28571429rem}.ui.huge.step,.ui.huge.steps .step{font-size:1.42857143rem}.ui.massive.step,.ui.massive.steps .step{font-size:1.71428571rem}.ui.inverted.steps{border:1px solid #555}.ui.inverted.steps .step{color:rgba(255,255,255,.9);background:#1b1c1d;border-color:#555}.ui.inverted.steps .step::after{background-color:#1b1c1d;border-color:#555}.ui.inverted.steps .step .description{color:rgba(255,255,255,.9)}.ui.inverted.steps .step.active,.ui.inverted.steps .step.active::after{background:#333}.ui.inverted.ordered.steps .step.active::before,.ui.inverted.steps .active.step i.icon{color:#fff}.ui.inverted.steps .disabled.step,.ui.inverted.steps .disabled.step::after{background:#222}.ui.inverted.steps .disabled.step,.ui.inverted.steps .disabled.step .description,.ui.inverted.steps .disabled.step .title{color:rgba(225,225,225,.3)}.ui.inverted.steps .link.step:hover,.ui.inverted.steps .link.step:hover::after,.ui.inverted.steps a.step:hover,.ui.inverted.steps a.step:hover::after{background:#3f3f3f;color:#fff}.ui.inverted.steps .link.step:active,.ui.inverted.steps .link.step:active::after,.ui.inverted.steps a.step:active,.ui.inverted.steps a.step:active::after{background:#444;color:#fff}@font-face{font-family:Step;src:url(data:application/font-woff;base64,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) format("woff")}.ui.ordered.steps .step.completed::before,.ui.steps .step.completed>.icon::before{font-family:Step;content:"\e800"}
|
9
|
+
*/.ui.steps:not(.circular){display:inline-flex;flex-direction:row;align-items:stretch;margin:1em 0;background:"";box-shadow:none;line-height:1.14285714em;border-radius:.28571429rem;border:1px solid rgba(34,36,38,.15)}.ui.steps:not(.unstackable){flex-wrap:wrap}.ui.steps:first-child{margin-top:0}.ui.steps:last-child{margin-bottom:0}.ui.steps:not(.circular) .step{position:relative;display:flex;flex:1 0 auto;flex-flow:row wrap;vertical-align:middle;align-items:center;justify-content:center;margin:0 0;padding:1.14285714em 2em;background:#fff;color:rgba(0,0,0,.87);box-shadow:none;border-radius:0;border:none;border-right:1px solid rgba(34,36,38,.15);transition:background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease}.ui.steps:not(.circular) .step::after{display:none;position:absolute;z-index:2;content:"";top:50%;right:0;background-color:#fff;width:1.14285714em;height:1.14285714em;border-style:solid;border-color:rgba(34,36,38,.15);border-width:0 1px 1px 0;transition:background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease;transform:translateY(-50%) translateX(50%) rotate(-45deg)}.ui.steps:not(.circular) .step:first-child{padding-left:2em;border-radius:.28571429rem 0 0 .28571429rem}.ui.steps:not(.circular) .step:last-child{border-radius:0 .28571429rem .28571429rem 0;border-right:none;margin-right:0}.ui.steps:not(.circular) .step:only-child{border-radius:.28571429rem}.ui.steps .step .title{font-family:Lato,system-ui,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1.14285714em;font-weight:700;line-height:1.14285714em}.ui.steps .step>.title{width:100%}.ui.steps .step .description{font-weight:400;font-size:.92857143em;color:rgba(0,0,0,.87);line-height:1.14285714em}.ui.steps .step>.description{width:100%}.ui.steps .step .title~.description{margin-top:.25em}.ui.steps .step>i.icon{line-height:1;font-size:2.5em;margin:0 1rem 0 0}.ui.steps .step>i.icon,.ui.steps .step>i.icon~.content{display:block;flex:0 1 auto;align-self:center}.ui.steps:not(.vertical) .step>i.icon{width:auto}.ui.steps .link.step,.ui.steps a.step{cursor:pointer}.ui.circular.steps{border:0;border-radius:0;box-shadow:none}.ui.circular.steps:not(.vertical){background:0 0;border:0;border-radius:0;box-shadow:none;position:relative;display:flex;padding:1em 0;margin:1em 0}.ui.circular.steps:not(.vertical) .step{background:rgba(34,36,38,.15);cursor:default;height:2px;display:flex;flex-wrap:wrap;align-items:center;flex:1;position:relative;margin-left:2.2em}.ui.circular.steps:not(.vertical) .step::before{left:-2.2em}.ui.circular.steps:not(.vertical) .step::after{left:calc((-2.2em + .95em) - .3em)}.ui.circular.steps:not(.vertical) .step.link::after,.ui.circular.steps:not(.vertical) .step.link::before{cursor:pointer}.ui.circular.steps:not(.vertical) .step.completed{background:#21ba45}.ui.circular.steps:not(.vertical) .step.completed::after{left:calc(-2.2em + ((2.2em / 2)/ 2) + (2px / 2))}.ui.circular.steps:not(.vertical) .step:last-child{flex:0}.ui.circular.steps:not(.vertical) .step .content{margin-top:-1.5em;padding:0 .5em}.ui.circular.steps:not(.vertical) .step .content.center.aligned{margin-top:-.65em}.ui.circular.steps:not(.vertical) .step .content.center.aligned .title{padding:0 .5em;margin-left:-.5em;background:#fff}.ui.circular.steps:not(.vertical) .step .content.bottom.aligned{margin-top:.5em}.ui.circular.steps:not(.vertical) .step .content:not(.aligned) .title+.description{margin-top:.5em}.ui.circular.steps .step{color:inherit}.ui.circular.steps .step::before{content:"";border-radius:50%;border:2px solid rgba(34,36,38,.15);height:2.2em;width:2.2em;line-height:2.2em;position:absolute}.ui.circular.steps .step::after{content:"";display:block;position:absolute;border-radius:50%;background:rgba(34,36,38,.15);height:.95em;width:.95em}.ui.circular.steps .step.active::before{border-color:#21ba45}.ui.circular.steps .step.active::after{background:#21ba45}.ui.circular.steps .step.active .title{color:#21ba45}.ui.circular.steps .step.completed::before{background:#21ba45;border-color:#21ba45}.ui.circular.steps .step.completed::after{background:0 0;content:"\e800";font-family:Step;color:#fff;height:auto;line-height:1em}@supports selector(:has(.f)){.ui.circular.steps:not(.vertical) .step:last-child:has(.content){flex:1}.ui.circular.steps:not(.vertical) .step:last-child:has(.center.aligned.content){background:0 0}}.ui.ordered.steps{counter-reset:ordered}.ui.ordered.steps .step::before{text-align:center;content:counter(ordered);align-self:center;counter-increment:ordered;font-family:inherit;font-weight:700}.ui.ordered.steps:not(.circular) .step::before{display:block;position:static;font-size:2.5em;margin-right:1rem}.ui.circular.ordered.steps .step::before{line-height:calc(2.2em - 2px)}.ui.circular.ordered.steps .step.completed::before{content:""}.ui.circular.ordered.steps .step::after{background:0 0}.ui.circular.ordered.steps .step.active::before{color:#21ba45}.ui.ordered.steps .step>*{display:block;align-self:center}.ui.vertical.steps:not(.circular){display:inline-flex;flex-direction:column;overflow:visible}.ui.vertical.steps:not(.circular) .step{justify-content:flex-start;border-radius:0;padding:1.14285714em 2em;border-right:none;border-bottom:1px solid rgba(34,36,38,.15)}.ui.vertical.steps:not(.circular) .step:first-child{padding:1.14285714em 2em;border-radius:.28571429rem .28571429rem 0 0}.ui.vertical.steps:not(.circular) .step:last-child{border-bottom:none;border-radius:0 0 .28571429rem .28571429rem}.ui.vertical.steps:not(.circular) .step:only-child{border-radius:.28571429rem}.ui.vertical.steps:not(.circular) .step::after{top:50%;right:0;border-width:0 1px 1px 0;display:none}.ui.right.vertical.steps:not(.circular) .step::after{border-width:1px 0 0 1px;left:0;right:100%;transform:translateY(-50%) translateX(-50%) rotate(-45deg)}.ui.vertical.steps:not(.circular) .active.step::after{display:block}.ui.vertical.steps:not(.circular) .step:last-child::after{display:none}.ui.vertical.steps:not(.circular) .active.step:last-child::after{display:block}.ui.circular.vertical.steps{display:inline-flex;flex-flow:column wrap;align-items:flex-start}.ui.circular.vertical.steps .step{position:relative;width:100%}.ui.circular.vertical.steps .step::before{left:0;top:0}.ui.circular.vertical.steps .step::after{left:calc((2.2em / (2.2 * 2)) + 2px);top:calc((2.2em / (2.2 * 2)) + 2px)}.ui.circular.vertical.steps .step .content{padding-left:3.5em}.ui.circular.vertical.steps .step:not(:last-child){padding-bottom:3em}.ui.circular.vertical.steps .step:not(:last-child) .content::before{content:"";position:absolute;border-left:2px solid rgba(34,36,38,.15);top:2.2em;bottom:0;left:calc(2.2em / 2)}.ui.circular.vertical.steps .step.completed .content::before{border-color:#21ba45}.ui.circular.vertical.steps .step.completed::before{background:#21ba45;border-color:#21ba45}.ui.circular.vertical.steps .step.completed::after{top:calc((2.2em / (2.2 * 2)) + (2px - (2px / 2)))}@media only screen and (max-width:767.98px){.ui.steps:not(.unstackable):not(.circular){display:inline-flex;overflow:visible;flex-direction:column}.ui.steps:not(.unstackable):not(.circular) .step{width:100%!important;flex-direction:column;border-radius:0;padding:1.14285714em 2em;border-right:none;border-bottom:1px solid rgba(34,36,38,.15)}.ui.steps:not(.unstackable):not(.circular) .step:first-child{padding:1.14285714em 2em;border-radius:.28571429rem .28571429rem 0 0}.ui.steps:not(.unstackable):not(.circular) .step:last-child{border-radius:0 0 .28571429rem .28571429rem;border-bottom:none}.ui.steps:not(.unstackable):not(.circular) .step::after{top:unset;bottom:-1.14285714em;right:50%;transform:translateY(-50%) translateX(50%) rotate(45deg)}.ui.vertical.steps:not(.circular) .active.step:last-child::after{display:none}.ui.steps:not(.unstackable):not(.circular) .step .content{text-align:center}.ui.ordered.steps:not(.unstackable):not(.circular) .step::before,.ui.steps:not(.unstackable):not(.circular) .step>i.icon{margin:0 0 1rem 0}}.ui.steps:not(.circular) .link.step:hover,.ui.steps:not(.circular) .link.step:hover::after,.ui.steps:not(.circular) a.step:hover,.ui.steps:not(.circular) a.step:hover::after{background:#f9fafb;color:rgba(0,0,0,.8)}.ui.steps:not(.circular) .link.step:active,.ui.steps:not(.circular) .link.step:active::after,.ui.steps:not(.circular) a.step:active,.ui.steps:not(.circular) a.step:active::after{background:#f3f4f5;color:rgba(0,0,0,.9)}.ui.steps:not(.circular) .step.active{cursor:auto;background:#f3f4f5}.ui.steps:not(.circular) .step.active::after{background:#f3f4f5}.ui.steps:not(.circular) .step.active .title{color:#4183c4}.ui.ordered.steps .step.active::before,.ui.steps .active.step i.icon{color:rgba(0,0,0,.85)}.ui.steps:not(.circular) .step::after{display:block}.ui.steps:not(.circular) .active.step::after{display:block}.ui.steps:not(.circular) .step:last-child::after{display:none}.ui.steps:not(.circular) .active.step:last-child::after{display:none}.ui.steps:not(.circular) .link.active.step:hover,.ui.steps:not(.circular) .link.active.step:hover::after,.ui.steps:not(.circular) a.active.step:hover,.ui.steps:not(.circular) a.active.step:hover::after{cursor:pointer;background:#dcddde;color:rgba(0,0,0,.87)}.ui.ordered.steps .step.completed::before,.ui.steps .step.completed>i.icon::before{color:#21ba45}.ui.steps:not(.circular) .disabled.step{cursor:auto;background:#fff;pointer-events:none}.ui.steps:not(.circular) .disabled.step,.ui.steps:not(.circular) .disabled.step .description,.ui.steps:not(.circular) .disabled.step .title{color:rgba(40,40,40,.3)}.ui.steps:not(.circular) .disabled.step::after{background:#fff}.ui.circular.steps .disabled.step{cursor:auto;opacity:.5}.ui.circular.steps .disabled.step::after,.ui.circular.steps .disabled.step::before{cursor:auto}@media only screen and (max-width:991.98px){.ui[class*="tablet stackable"].steps:not(.circular){display:inline-flex;overflow:visible;flex-direction:column}.ui[class*="tablet stackable"].steps:not(.circular) .step{flex-direction:column;border-radius:0;padding:1.14285714em 2em;border-right:none;border-bottom:1px solid rgba(34,36,38,.15)}.ui[class*="tablet stackable"].steps:not(.circular) .step:first-child{padding:1.14285714em 2em;border-radius:.28571429rem .28571429rem 0 0}.ui[class*="tablet stackable"].steps:not(.circular) .step:last-child{border-radius:0 0 .28571429rem .28571429rem;border-bottom:none}.ui[class*="tablet stackable"].steps:not(.circular) .step::after{top:unset;bottom:-1.14285714em;right:50%;transform:translateY(-50%) translateX(50%) rotate(45deg)}.ui[class*="tablet stackable"].steps:not(.circular) .step .content{text-align:center}.ui[class*="tablet stackable"].ordered.steps .step::before,.ui[class*="tablet stackable"].steps .step>i.icon{margin:0 0 1rem 0}}.ui.fluid.steps{display:flex;width:100%}.ui.attached.steps:not(.circular){width:calc(100% + 2px)!important;margin:0 -1px 0;max-width:calc(100% + 2px);border-radius:.28571429rem .28571429rem 0 0}.ui.attached.steps:not(.circular) .step:first-child{border-radius:.28571429rem 0 0 0}.ui.attached.steps:not(.circular) .step:last-child{border-radius:0 .28571429rem 0 0}.ui.bottom.attached.steps:not(.circular){margin:0 -1px 0;border-radius:0 0 .28571429rem .28571429rem}.ui.bottom.attached.steps:not(.circular) .step:first-child{border-radius:0 0 0 .28571429rem}.ui.bottom.attached.steps:not(.circular) .step:last-child{border-radius:0 0 .28571429rem 0}.ui.eight.steps,.ui.five.steps,.ui.four.steps,.ui.one.steps,.ui.seven.steps,.ui.six.steps,.ui.three.steps,.ui.two.steps{width:100%}.ui.eight.steps>.step,.ui.five.steps>.step,.ui.four.steps>.step,.ui.one.steps>.step,.ui.seven.steps>.step,.ui.six.steps>.step,.ui.three.steps>.step,.ui.two.steps>.step{flex-wrap:nowrap}.ui.one.steps>.step{width:100%}.ui.two.steps>.step{width:50%}.ui.three.steps>.step{width:33.333%}.ui.four.steps>.step{width:25%}.ui.five.steps>.step{width:20%}.ui.six.steps>.step{width:16.666%}.ui.seven.steps>.step{width:14.285%}.ui.eight.steps>.step{width:12.5%}.ui.step,.ui.steps .step{font-size:1rem}.ui.mini.step,.ui.mini.steps .step{font-size:.78571429rem}.ui.mini.circular.steps:not(.vertical){margin:.78571429rem 0;padding:.78571429rem 0}.ui.tiny.step,.ui.tiny.steps .step{font-size:.85714286rem}.ui.tiny.circular.steps:not(.vertical){margin:.85714286rem 0;padding:.85714286rem 0}.ui.small.step,.ui.small.steps .step{font-size:.92857143rem}.ui.small.circular.steps:not(.vertical){margin:.92857143rem 0;padding:.92857143rem 0}.ui.large.step,.ui.large.steps .step{font-size:1.14285714rem}.ui.large.circular.steps:not(.vertical){margin:1.14285714rem 0;padding:1.14285714rem 0}.ui.big.step,.ui.big.steps .step{font-size:1.28571429rem}.ui.big.circular.steps:not(.vertical){margin:1.28571429rem 0;padding:1.28571429rem 0}.ui.huge.step,.ui.huge.steps .step{font-size:1.42857143rem}.ui.huge.circular.steps:not(.vertical){margin:1.42857143rem 0;padding:1.42857143rem 0}.ui.massive.step,.ui.massive.steps .step{font-size:1.71428571rem}.ui.massive.circular.steps:not(.vertical){margin:1.71428571rem 0;padding:1.71428571rem 0}.ui.inverted.steps:not(.circular){border:1px solid #555}.ui.inverted.steps:not(.circular) .step{color:rgba(255,255,255,.9);background:#1b1c1d;border-color:#555}.ui.inverted.steps:not(.circular) .step::after{background-color:#1b1c1d;border-color:#555}.ui.inverted.steps .step .description{color:rgba(255,255,255,.9)}.ui.inverted.steps:not(.circular) .step.active,.ui.inverted.steps:not(.circular) .step.active::after{background:#333}.ui.inverted.ordered.steps:not(.circular) .step.active::before,.ui.inverted.steps:not(.circular) .active.step i.icon{color:#fff}.ui.inverted.steps:not(.circular) .disabled.step,.ui.inverted.steps:not(.circular) .disabled.step::after{background:#222}.ui.inverted.steps:not(.circular) .disabled.step,.ui.inverted.steps:not(.circular) .disabled.step .description,.ui.inverted.steps:not(.circular) .disabled.step .title{color:rgba(225,225,225,.3)}.ui.inverted.steps:not(.circular) .link.step:hover,.ui.inverted.steps:not(.circular) .link.step:hover::after,.ui.inverted.steps:not(.circular) a.step:hover,.ui.inverted.steps:not(.circular) a.step:hover::after{background:#3f3f3f;color:#fff}.ui.inverted.steps:not(.circular) .link.step:active,.ui.inverted.steps:not(.circular) .link.step:active::after,.ui.inverted.steps:not(.circular) a.step:active,.ui.inverted.steps:not(.circular) a.step:active::after{background:#444;color:#fff}.ui.inverted.circular.steps .step .content{color:rgba(255,255,255,.9)}.ui.inverted.circular.steps:not(.vertical) .step:not(.completed){background:rgba(255,255,255,.9)}.ui.inverted.circular.steps:not(.vertical) .step:not(.active):not(.completed)::before{border-color:rgba(255,255,255,.9)}.ui.inverted.circular.steps:not(.vertical) .step .center.aligned.content .title{background:#1b1c1d}.ui.inverted.circular.steps:not(.ordered) .step:not(.active):not(.completed)::after{background:rgba(255,255,255,.9)}.ui.inverted.circular.steps.vertical .step:not(.active):not(.completed)::before{border-color:rgba(255,255,255,.9)}.ui.inverted.circular.steps.vertical .step:not(.completed) .content::before{background:rgba(255,255,255,.9)}.ui.ui.circular.steps .step.primary::before{border-color:#2185d0}.ui.ui.circular.steps .step.primary::after{background:#2185d0}.ui.ui.primary.circular.steps .step.active::before,.ui.ui.ui.circular.steps .step.primary.active::before{border-color:#2185d0}.ui.ui.primary.circular.steps .step.active::after,.ui.ui.ui.circular.steps .step.primary.active::after{background:#2185d0}.ui.ui.primary.circular.steps .step.completed::before,.ui.ui.ui.circular.steps .step.primary.completed::before{background:#2185d0;border-color:#2185d0}.ui.ui.primary.circular.steps:not(.vertical) .step.completed,.ui.ui.ui.circular.steps:not(.vertical) .step.primary.completed{background:#2185d0}.ui.ui.circular.steps:not(.vertical) .step.primary{background:#2185d0}.ui.ui.primary.circular.steps .step.active .content .title,.ui.ui.ui.circular.steps .step.primary.active .content .title{color:#2185d0}.ui.ui.vertical.circular.steps .step.completed.primary .content::before{border-color:#2185d0}.ui.ui.primary.vertical.circular.steps .step.completed .content::before,.ui.ui.vertical.circular.steps .step.primary.completed .content::before{border-color:#2185d0}.ui.ui.circular.ordered.steps .step.primary::after,.ui.ui.primary.circular.ordered.steps .step::after{background:0 0}.ui.ui.circular.ordered.steps .step.primary.active::before,.ui.ui.primary.circular.ordered.steps .step.active::before{color:#2185d0}.ui.ui.circular.steps .step.secondary::before{border-color:#1b1c1d}.ui.ui.circular.steps .step.secondary::after{background:#1b1c1d}.ui.ui.secondary.circular.steps .step.active::before,.ui.ui.ui.circular.steps .step.secondary.active::before{border-color:#1b1c1d}.ui.ui.secondary.circular.steps .step.active::after,.ui.ui.ui.circular.steps .step.secondary.active::after{background:#1b1c1d}.ui.ui.secondary.circular.steps .step.completed::before,.ui.ui.ui.circular.steps .step.secondary.completed::before{background:#1b1c1d;border-color:#1b1c1d}.ui.ui.secondary.circular.steps:not(.vertical) .step.completed,.ui.ui.ui.circular.steps:not(.vertical) .step.secondary.completed{background:#1b1c1d}.ui.ui.circular.steps:not(.vertical) .step.secondary{background:#1b1c1d}.ui.ui.secondary.circular.steps .step.active .content .title,.ui.ui.ui.circular.steps .step.secondary.active .content .title{color:#1b1c1d}.ui.ui.vertical.circular.steps .step.completed.secondary .content::before{border-color:#1b1c1d}.ui.ui.secondary.vertical.circular.steps .step.completed .content::before,.ui.ui.vertical.circular.steps .step.secondary.completed .content::before{border-color:#1b1c1d}.ui.ui.circular.ordered.steps .step.secondary::after,.ui.ui.secondary.circular.ordered.steps .step::after{background:0 0}.ui.ui.circular.ordered.steps .step.secondary.active::before,.ui.ui.secondary.circular.ordered.steps .step.active::before{color:#1b1c1d}.ui.ui.circular.steps .step.red::before{border-color:#db2828}.ui.ui.circular.steps .step.red::after{background:#db2828}.ui.ui.red.circular.steps .step.active::before,.ui.ui.ui.circular.steps .step.red.active::before{border-color:#db2828}.ui.ui.red.circular.steps .step.active::after,.ui.ui.ui.circular.steps .step.red.active::after{background:#db2828}.ui.ui.red.circular.steps .step.completed::before,.ui.ui.ui.circular.steps .step.red.completed::before{background:#db2828;border-color:#db2828}.ui.ui.red.circular.steps:not(.vertical) .step.completed,.ui.ui.ui.circular.steps:not(.vertical) .step.red.completed{background:#db2828}.ui.ui.circular.steps:not(.vertical) .step.red{background:#db2828}.ui.ui.red.circular.steps .step.active .content .title,.ui.ui.ui.circular.steps .step.red.active .content .title{color:#db2828}.ui.ui.vertical.circular.steps .step.completed.red .content::before{border-color:#db2828}.ui.ui.red.vertical.circular.steps .step.completed .content::before,.ui.ui.vertical.circular.steps .step.red.completed .content::before{border-color:#db2828}.ui.ui.circular.ordered.steps .step.red::after,.ui.ui.red.circular.ordered.steps .step::after{background:0 0}.ui.ui.circular.ordered.steps .step.red.active::before,.ui.ui.red.circular.ordered.steps .step.active::before{color:#db2828}.ui.ui.circular.steps .step.orange::before{border-color:#f2711c}.ui.ui.circular.steps .step.orange::after{background:#f2711c}.ui.ui.orange.circular.steps .step.active::before,.ui.ui.ui.circular.steps .step.orange.active::before{border-color:#f2711c}.ui.ui.orange.circular.steps .step.active::after,.ui.ui.ui.circular.steps .step.orange.active::after{background:#f2711c}.ui.ui.orange.circular.steps .step.completed::before,.ui.ui.ui.circular.steps .step.orange.completed::before{background:#f2711c;border-color:#f2711c}.ui.ui.orange.circular.steps:not(.vertical) .step.completed,.ui.ui.ui.circular.steps:not(.vertical) .step.orange.completed{background:#f2711c}.ui.ui.circular.steps:not(.vertical) .step.orange{background:#f2711c}.ui.ui.orange.circular.steps .step.active .content .title,.ui.ui.ui.circular.steps .step.orange.active .content .title{color:#f2711c}.ui.ui.vertical.circular.steps .step.completed.orange .content::before{border-color:#f2711c}.ui.ui.orange.vertical.circular.steps .step.completed .content::before,.ui.ui.vertical.circular.steps .step.orange.completed .content::before{border-color:#f2711c}.ui.ui.circular.ordered.steps .step.orange::after,.ui.ui.orange.circular.ordered.steps .step::after{background:0 0}.ui.ui.circular.ordered.steps .step.orange.active::before,.ui.ui.orange.circular.ordered.steps .step.active::before{color:#f2711c}.ui.ui.circular.steps .step.yellow::before{border-color:#fbbd08}.ui.ui.circular.steps .step.yellow::after{background:#fbbd08}.ui.ui.ui.circular.steps .step.yellow.active::before,.ui.ui.yellow.circular.steps .step.active::before{border-color:#fbbd08}.ui.ui.ui.circular.steps .step.yellow.active::after,.ui.ui.yellow.circular.steps .step.active::after{background:#fbbd08}.ui.ui.ui.circular.steps .step.yellow.completed::before,.ui.ui.yellow.circular.steps .step.completed::before{background:#fbbd08;border-color:#fbbd08}.ui.ui.ui.circular.steps:not(.vertical) .step.yellow.completed,.ui.ui.yellow.circular.steps:not(.vertical) .step.completed{background:#fbbd08}.ui.ui.circular.steps:not(.vertical) .step.yellow{background:#fbbd08}.ui.ui.ui.circular.steps .step.yellow.active .content .title,.ui.ui.yellow.circular.steps .step.active .content .title{color:#fbbd08}.ui.ui.vertical.circular.steps .step.completed.yellow .content::before{border-color:#fbbd08}.ui.ui.vertical.circular.steps .step.yellow.completed .content::before,.ui.ui.yellow.vertical.circular.steps .step.completed .content::before{border-color:#fbbd08}.ui.ui.circular.ordered.steps .step.yellow::after,.ui.ui.yellow.circular.ordered.steps .step::after{background:0 0}.ui.ui.circular.ordered.steps .step.yellow.active::before,.ui.ui.yellow.circular.ordered.steps .step.active::before{color:#fbbd08}.ui.ui.circular.steps .step.olive::before{border-color:#b5cc18}.ui.ui.circular.steps .step.olive::after{background:#b5cc18}.ui.ui.olive.circular.steps .step.active::before,.ui.ui.ui.circular.steps .step.olive.active::before{border-color:#b5cc18}.ui.ui.olive.circular.steps .step.active::after,.ui.ui.ui.circular.steps .step.olive.active::after{background:#b5cc18}.ui.ui.olive.circular.steps .step.completed::before,.ui.ui.ui.circular.steps .step.olive.completed::before{background:#b5cc18;border-color:#b5cc18}.ui.ui.olive.circular.steps:not(.vertical) .step.completed,.ui.ui.ui.circular.steps:not(.vertical) .step.olive.completed{background:#b5cc18}.ui.ui.circular.steps:not(.vertical) .step.olive{background:#b5cc18}.ui.ui.olive.circular.steps .step.active .content .title,.ui.ui.ui.circular.steps .step.olive.active .content .title{color:#b5cc18}.ui.ui.vertical.circular.steps .step.completed.olive .content::before{border-color:#b5cc18}.ui.ui.olive.vertical.circular.steps .step.completed .content::before,.ui.ui.vertical.circular.steps .step.olive.completed .content::before{border-color:#b5cc18}.ui.ui.circular.ordered.steps .step.olive::after,.ui.ui.olive.circular.ordered.steps .step::after{background:0 0}.ui.ui.circular.ordered.steps .step.olive.active::before,.ui.ui.olive.circular.ordered.steps .step.active::before{color:#b5cc18}.ui.ui.circular.steps .step.green::before{border-color:#21ba45}.ui.ui.circular.steps .step.green::after{background:#21ba45}.ui.ui.green.circular.steps .step.active::before,.ui.ui.ui.circular.steps .step.green.active::before{border-color:#21ba45}.ui.ui.green.circular.steps .step.active::after,.ui.ui.ui.circular.steps .step.green.active::after{background:#21ba45}.ui.ui.green.circular.steps .step.completed::before,.ui.ui.ui.circular.steps .step.green.completed::before{background:#21ba45;border-color:#21ba45}.ui.ui.green.circular.steps:not(.vertical) .step.completed,.ui.ui.ui.circular.steps:not(.vertical) .step.green.completed{background:#21ba45}.ui.ui.circular.steps:not(.vertical) .step.green{background:#21ba45}.ui.ui.green.circular.steps .step.active .content .title,.ui.ui.ui.circular.steps .step.green.active .content .title{color:#21ba45}.ui.ui.vertical.circular.steps .step.completed.green .content::before{border-color:#21ba45}.ui.ui.green.vertical.circular.steps .step.completed .content::before,.ui.ui.vertical.circular.steps .step.green.completed .content::before{border-color:#21ba45}.ui.ui.circular.ordered.steps .step.green::after,.ui.ui.green.circular.ordered.steps .step::after{background:0 0}.ui.ui.circular.ordered.steps .step.green.active::before,.ui.ui.green.circular.ordered.steps .step.active::before{color:#21ba45}.ui.ui.circular.steps .step.teal::before{border-color:#00b5ad}.ui.ui.circular.steps .step.teal::after{background:#00b5ad}.ui.ui.teal.circular.steps .step.active::before,.ui.ui.ui.circular.steps .step.teal.active::before{border-color:#00b5ad}.ui.ui.teal.circular.steps .step.active::after,.ui.ui.ui.circular.steps .step.teal.active::after{background:#00b5ad}.ui.ui.teal.circular.steps .step.completed::before,.ui.ui.ui.circular.steps .step.teal.completed::before{background:#00b5ad;border-color:#00b5ad}.ui.ui.teal.circular.steps:not(.vertical) .step.completed,.ui.ui.ui.circular.steps:not(.vertical) .step.teal.completed{background:#00b5ad}.ui.ui.circular.steps:not(.vertical) .step.teal{background:#00b5ad}.ui.ui.teal.circular.steps .step.active .content .title,.ui.ui.ui.circular.steps .step.teal.active .content .title{color:#00b5ad}.ui.ui.vertical.circular.steps .step.completed.teal .content::before{border-color:#00b5ad}.ui.ui.teal.vertical.circular.steps .step.completed .content::before,.ui.ui.vertical.circular.steps .step.teal.completed .content::before{border-color:#00b5ad}.ui.ui.circular.ordered.steps .step.teal::after,.ui.ui.teal.circular.ordered.steps .step::after{background:0 0}.ui.ui.circular.ordered.steps .step.teal.active::before,.ui.ui.teal.circular.ordered.steps .step.active::before{color:#00b5ad}.ui.ui.circular.steps .step.blue::before{border-color:#2185d0}.ui.ui.circular.steps .step.blue::after{background:#2185d0}.ui.ui.blue.circular.steps .step.active::before,.ui.ui.ui.circular.steps .step.blue.active::before{border-color:#2185d0}.ui.ui.blue.circular.steps .step.active::after,.ui.ui.ui.circular.steps .step.blue.active::after{background:#2185d0}.ui.ui.blue.circular.steps .step.completed::before,.ui.ui.ui.circular.steps .step.blue.completed::before{background:#2185d0;border-color:#2185d0}.ui.ui.blue.circular.steps:not(.vertical) .step.completed,.ui.ui.ui.circular.steps:not(.vertical) .step.blue.completed{background:#2185d0}.ui.ui.circular.steps:not(.vertical) .step.blue{background:#2185d0}.ui.ui.blue.circular.steps .step.active .content .title,.ui.ui.ui.circular.steps .step.blue.active .content .title{color:#2185d0}.ui.ui.vertical.circular.steps .step.completed.blue .content::before{border-color:#2185d0}.ui.ui.blue.vertical.circular.steps .step.completed .content::before,.ui.ui.vertical.circular.steps .step.blue.completed .content::before{border-color:#2185d0}.ui.ui.blue.circular.ordered.steps .step::after,.ui.ui.circular.ordered.steps .step.blue::after{background:0 0}.ui.ui.blue.circular.ordered.steps .step.active::before,.ui.ui.circular.ordered.steps .step.blue.active::before{color:#2185d0}.ui.ui.circular.steps .step.violet::before{border-color:#6435c9}.ui.ui.circular.steps .step.violet::after{background:#6435c9}.ui.ui.ui.circular.steps .step.violet.active::before,.ui.ui.violet.circular.steps .step.active::before{border-color:#6435c9}.ui.ui.ui.circular.steps .step.violet.active::after,.ui.ui.violet.circular.steps .step.active::after{background:#6435c9}.ui.ui.ui.circular.steps .step.violet.completed::before,.ui.ui.violet.circular.steps .step.completed::before{background:#6435c9;border-color:#6435c9}.ui.ui.ui.circular.steps:not(.vertical) .step.violet.completed,.ui.ui.violet.circular.steps:not(.vertical) .step.completed{background:#6435c9}.ui.ui.circular.steps:not(.vertical) .step.violet{background:#6435c9}.ui.ui.ui.circular.steps .step.violet.active .content .title,.ui.ui.violet.circular.steps .step.active .content .title{color:#6435c9}.ui.ui.vertical.circular.steps .step.completed.violet .content::before{border-color:#6435c9}.ui.ui.vertical.circular.steps .step.violet.completed .content::before,.ui.ui.violet.vertical.circular.steps .step.completed .content::before{border-color:#6435c9}.ui.ui.circular.ordered.steps .step.violet::after,.ui.ui.violet.circular.ordered.steps .step::after{background:0 0}.ui.ui.circular.ordered.steps .step.violet.active::before,.ui.ui.violet.circular.ordered.steps .step.active::before{color:#6435c9}.ui.ui.circular.steps .step.purple::before{border-color:#a333c8}.ui.ui.circular.steps .step.purple::after{background:#a333c8}.ui.ui.purple.circular.steps .step.active::before,.ui.ui.ui.circular.steps .step.purple.active::before{border-color:#a333c8}.ui.ui.purple.circular.steps .step.active::after,.ui.ui.ui.circular.steps .step.purple.active::after{background:#a333c8}.ui.ui.purple.circular.steps .step.completed::before,.ui.ui.ui.circular.steps .step.purple.completed::before{background:#a333c8;border-color:#a333c8}.ui.ui.purple.circular.steps:not(.vertical) .step.completed,.ui.ui.ui.circular.steps:not(.vertical) .step.purple.completed{background:#a333c8}.ui.ui.circular.steps:not(.vertical) .step.purple{background:#a333c8}.ui.ui.purple.circular.steps .step.active .content .title,.ui.ui.ui.circular.steps .step.purple.active .content .title{color:#a333c8}.ui.ui.vertical.circular.steps .step.completed.purple .content::before{border-color:#a333c8}.ui.ui.purple.vertical.circular.steps .step.completed .content::before,.ui.ui.vertical.circular.steps .step.purple.completed .content::before{border-color:#a333c8}.ui.ui.circular.ordered.steps .step.purple::after,.ui.ui.purple.circular.ordered.steps .step::after{background:0 0}.ui.ui.circular.ordered.steps .step.purple.active::before,.ui.ui.purple.circular.ordered.steps .step.active::before{color:#a333c8}.ui.ui.circular.steps .step.pink::before{border-color:#e03997}.ui.ui.circular.steps .step.pink::after{background:#e03997}.ui.ui.pink.circular.steps .step.active::before,.ui.ui.ui.circular.steps .step.pink.active::before{border-color:#e03997}.ui.ui.pink.circular.steps .step.active::after,.ui.ui.ui.circular.steps .step.pink.active::after{background:#e03997}.ui.ui.pink.circular.steps .step.completed::before,.ui.ui.ui.circular.steps .step.pink.completed::before{background:#e03997;border-color:#e03997}.ui.ui.pink.circular.steps:not(.vertical) .step.completed,.ui.ui.ui.circular.steps:not(.vertical) .step.pink.completed{background:#e03997}.ui.ui.circular.steps:not(.vertical) .step.pink{background:#e03997}.ui.ui.pink.circular.steps .step.active .content .title,.ui.ui.ui.circular.steps .step.pink.active .content .title{color:#e03997}.ui.ui.vertical.circular.steps .step.completed.pink .content::before{border-color:#e03997}.ui.ui.pink.vertical.circular.steps .step.completed .content::before,.ui.ui.vertical.circular.steps .step.pink.completed .content::before{border-color:#e03997}.ui.ui.circular.ordered.steps .step.pink::after,.ui.ui.pink.circular.ordered.steps .step::after{background:0 0}.ui.ui.circular.ordered.steps .step.pink.active::before,.ui.ui.pink.circular.ordered.steps .step.active::before{color:#e03997}.ui.ui.circular.steps .step.brown::before{border-color:#a5673f}.ui.ui.circular.steps .step.brown::after{background:#a5673f}.ui.ui.brown.circular.steps .step.active::before,.ui.ui.ui.circular.steps .step.brown.active::before{border-color:#a5673f}.ui.ui.brown.circular.steps .step.active::after,.ui.ui.ui.circular.steps .step.brown.active::after{background:#a5673f}.ui.ui.brown.circular.steps .step.completed::before,.ui.ui.ui.circular.steps .step.brown.completed::before{background:#a5673f;border-color:#a5673f}.ui.ui.brown.circular.steps:not(.vertical) .step.completed,.ui.ui.ui.circular.steps:not(.vertical) .step.brown.completed{background:#a5673f}.ui.ui.circular.steps:not(.vertical) .step.brown{background:#a5673f}.ui.ui.brown.circular.steps .step.active .content .title,.ui.ui.ui.circular.steps .step.brown.active .content .title{color:#a5673f}.ui.ui.vertical.circular.steps .step.completed.brown .content::before{border-color:#a5673f}.ui.ui.brown.vertical.circular.steps .step.completed .content::before,.ui.ui.vertical.circular.steps .step.brown.completed .content::before{border-color:#a5673f}.ui.ui.brown.circular.ordered.steps .step::after,.ui.ui.circular.ordered.steps .step.brown::after{background:0 0}.ui.ui.brown.circular.ordered.steps .step.active::before,.ui.ui.circular.ordered.steps .step.brown.active::before{color:#a5673f}.ui.ui.circular.steps .step.grey::before{border-color:#767676}.ui.ui.circular.steps .step.grey::after{background:#767676}.ui.ui.grey.circular.steps .step.active::before,.ui.ui.ui.circular.steps .step.grey.active::before{border-color:#767676}.ui.ui.grey.circular.steps .step.active::after,.ui.ui.ui.circular.steps .step.grey.active::after{background:#767676}.ui.ui.grey.circular.steps .step.completed::before,.ui.ui.ui.circular.steps .step.grey.completed::before{background:#767676;border-color:#767676}.ui.ui.grey.circular.steps:not(.vertical) .step.completed,.ui.ui.ui.circular.steps:not(.vertical) .step.grey.completed{background:#767676}.ui.ui.circular.steps:not(.vertical) .step.grey{background:#767676}.ui.ui.grey.circular.steps .step.active .content .title,.ui.ui.ui.circular.steps .step.grey.active .content .title{color:#767676}.ui.ui.vertical.circular.steps .step.completed.grey .content::before{border-color:#767676}.ui.ui.grey.vertical.circular.steps .step.completed .content::before,.ui.ui.vertical.circular.steps .step.grey.completed .content::before{border-color:#767676}.ui.ui.circular.ordered.steps .step.grey::after,.ui.ui.grey.circular.ordered.steps .step::after{background:0 0}.ui.ui.circular.ordered.steps .step.grey.active::before,.ui.ui.grey.circular.ordered.steps .step.active::before{color:#767676}.ui.ui.circular.steps .step.black::before{border-color:#1b1c1d}.ui.ui.circular.steps .step.black::after{background:#1b1c1d}.ui.ui.black.circular.steps .step.active::before,.ui.ui.ui.circular.steps .step.black.active::before{border-color:#1b1c1d}.ui.ui.black.circular.steps .step.active::after,.ui.ui.ui.circular.steps .step.black.active::after{background:#1b1c1d}.ui.ui.black.circular.steps .step.completed::before,.ui.ui.ui.circular.steps .step.black.completed::before{background:#1b1c1d;border-color:#1b1c1d}.ui.ui.black.circular.steps:not(.vertical) .step.completed,.ui.ui.ui.circular.steps:not(.vertical) .step.black.completed{background:#1b1c1d}.ui.ui.circular.steps:not(.vertical) .step.black{background:#1b1c1d}.ui.ui.black.circular.steps .step.active .content .title,.ui.ui.ui.circular.steps .step.black.active .content .title{color:#1b1c1d}.ui.ui.vertical.circular.steps .step.completed.black .content::before{border-color:#1b1c1d}.ui.ui.black.vertical.circular.steps .step.completed .content::before,.ui.ui.vertical.circular.steps .step.black.completed .content::before{border-color:#1b1c1d}.ui.ui.black.circular.ordered.steps .step::after,.ui.ui.circular.ordered.steps .step.black::after{background:0 0}.ui.ui.black.circular.ordered.steps .step.active::before,.ui.ui.circular.ordered.steps .step.black.active::before{color:#1b1c1d}@font-face{font-family:Step;src:url(data:application/font-woff;base64,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) format("woff")}.ui.ordered.steps .step.completed::before,.ui.steps .step.completed>.icon::before{font-family:Step;content:"\e800"}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.9.4-beta.
|
2
|
+
* # Fomantic-UI 2.9.4-beta.100+7f5f82a - Sticky
|
3
3
|
* https://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
@@ -746,7 +746,9 @@
|
|
746
746
|
});
|
747
747
|
}
|
748
748
|
clearTimeout(module.performance.timer);
|
749
|
-
module.performance.timer = setTimeout(function () {
|
749
|
+
module.performance.timer = setTimeout(function () {
|
750
|
+
module.performance.display();
|
751
|
+
}, 0);
|
750
752
|
},
|
751
753
|
display: function () {
|
752
754
|
var
|
@@ -1,9 +1,9 @@
|
|
1
1
|
/*
|
2
|
-
* # Fomantic UI - 2.9.4-beta.
|
2
|
+
* # Fomantic UI - 2.9.4-beta.100+7f5f82a
|
3
3
|
* https://github.com/fomantic/Fomantic-UI
|
4
4
|
* https://fomantic-ui.com/
|
5
5
|
*
|
6
|
-
* Copyright
|
6
|
+
* Copyright 2025 Contributors
|
7
7
|
* Released under the MIT license
|
8
8
|
* https://opensource.org/licenses/MIT
|
9
9
|
*
|
package/dist/components/tab.css
CHANGED
package/dist/components/tab.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.9.4-beta.
|
2
|
+
* # Fomantic-UI 2.9.4-beta.100+7f5f82a - Tab
|
3
3
|
* https://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
@@ -788,7 +788,9 @@
|
|
788
788
|
});
|
789
789
|
}
|
790
790
|
clearTimeout(module.performance.timer);
|
791
|
-
module.performance.timer = setTimeout(function () {
|
791
|
+
module.performance.timer = setTimeout(function () {
|
792
|
+
module.performance.display();
|
793
|
+
}, 500);
|
792
794
|
},
|
793
795
|
display: function () {
|
794
796
|
var
|
@@ -1,9 +1,9 @@
|
|
1
1
|
/*
|
2
|
-
* # Fomantic UI - 2.9.4-beta.
|
2
|
+
* # Fomantic UI - 2.9.4-beta.100+7f5f82a
|
3
3
|
* https://github.com/fomantic/Fomantic-UI
|
4
4
|
* https://fomantic-ui.com/
|
5
5
|
*
|
6
|
-
* Copyright
|
6
|
+
* Copyright 2025 Contributors
|
7
7
|
* Released under the MIT license
|
8
8
|
* https://opensource.org/licenses/MIT
|
9
9
|
*
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.9.4-beta.
|
2
|
+
* # Fomantic-UI 2.9.4-beta.100+7f5f82a - Table
|
3
3
|
* https://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
@@ -109,16 +109,16 @@
|
|
109
109
|
.ui.table > tfoot > tr > td:first-child {
|
110
110
|
border-left: none;
|
111
111
|
}
|
112
|
-
.ui.table > tfoot > tr:
|
113
|
-
.ui.table > tfoot > tr:
|
112
|
+
.ui.table > tfoot > tr:last-child > th:first-child,
|
113
|
+
.ui.table > tfoot > tr:last-child > td:first-child {
|
114
114
|
border-radius: 0 0 0 0.28571429rem;
|
115
115
|
}
|
116
|
-
.ui.table > tfoot > tr:
|
117
|
-
.ui.table > tfoot > tr:
|
116
|
+
.ui.table > tfoot > tr:last-child > th:last-child,
|
117
|
+
.ui.table > tfoot > tr:last-child > td:last-child {
|
118
118
|
border-radius: 0 0 0.28571429rem 0;
|
119
119
|
}
|
120
|
-
.ui.table > tfoot > tr:
|
121
|
-
.ui.table > tfoot > tr:
|
120
|
+
.ui.table > tfoot > tr:last-child > th:only-child,
|
121
|
+
.ui.table > tfoot > tr:last-child > td:only-child {
|
122
122
|
border-radius: 0 0 0.28571429rem 0.28571429rem;
|
123
123
|
}
|
124
124
|
|
@@ -559,9 +559,6 @@
|
|
559
559
|
overflow-y: scroll;
|
560
560
|
-ms-scroll-chaining: none;
|
561
561
|
overscroll-behavior: none;
|
562
|
-
scrollbar-width: thin;
|
563
|
-
|
564
|
-
/* Firefox */
|
565
562
|
}
|
566
563
|
.ui.scrolling.table > thead > tr,
|
567
564
|
.ui.scrolling.table > tfoot > tr,
|
@@ -570,6 +567,13 @@
|
|
570
567
|
table-layout: fixed;
|
571
568
|
width: 100%;
|
572
569
|
}
|
570
|
+
@supports (-moz-appearance: none) {
|
571
|
+
.ui.scrolling.table > thead,
|
572
|
+
.ui.scrolling.table > tfoot,
|
573
|
+
.ui.scrolling.table > tbody {
|
574
|
+
scrollbar-width: thin;
|
575
|
+
}
|
576
|
+
}
|
573
577
|
|
574
578
|
/* Camouflage scrollbars, we need them only to gain the same width as tbody */
|
575
579
|
.ui.scrolling.table > thead {
|
@@ -595,19 +599,22 @@
|
|
595
599
|
background: inherit;
|
596
600
|
border-radius: 0.28571429rem;
|
597
601
|
}
|
598
|
-
|
599
|
-
|
600
|
-
.ui.scrolling.table >
|
601
|
-
|
602
|
-
|
603
|
-
scrollbar-face-color: currentColor;
|
604
|
-
scrollbar-shadow-color: currentColor;
|
605
|
-
scrollbar-track-color: currentColor;
|
606
|
-
scrollbar-arrow-color: currentColor;
|
602
|
+
@supports (-moz-appearance: none) {
|
603
|
+
.ui.scrolling.table > thead,
|
604
|
+
.ui.scrolling.table > tfoot {
|
605
|
+
scrollbar-color: currentColor currentColor;
|
606
|
+
}
|
607
607
|
}
|
608
608
|
|
609
609
|
/* IE scrollbar color needs hex values */
|
610
610
|
@media all and (-ms-high-contrast: none) {
|
611
|
+
.ui.scrolling.table > thead,
|
612
|
+
.ui.scrolling.table > tfoot {
|
613
|
+
scrollbar-face-color: currentColor;
|
614
|
+
scrollbar-shadow-color: currentColor;
|
615
|
+
scrollbar-track-color: currentColor;
|
616
|
+
scrollbar-arrow-color: currentColor;
|
617
|
+
}
|
611
618
|
.ui.scrolling.table > thead {
|
612
619
|
color: #f9fafb;
|
613
620
|
}
|
@@ -640,9 +647,13 @@
|
|
640
647
|
scrollbar-shadow-color: #656565;
|
641
648
|
scrollbar-track-color: #323232;
|
642
649
|
scrollbar-arrow-color: #323232;
|
643
|
-
|
650
|
+
}
|
651
|
+
@supports (-moz-appearance: none) {
|
652
|
+
.ui.inverted.scrolling.table > tbody {
|
653
|
+
|
644
654
|
/* firefox: first color thumb, second track */
|
645
|
-
|
655
|
+
scrollbar-color: rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.1);
|
656
|
+
}
|
646
657
|
}
|
647
658
|
.ui.resizable.scrolling.table > tbody {
|
648
659
|
resize: vertical;
|