fomantic-ui 2.9.0-beta.3 → 2.9.0-beta.301
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 +251 -3
- package/.github/codeql/codeql-config.yml +4 -0
- package/.github/dependabot.yml +10 -0
- package/.github/workflows/ci.yml +10 -6
- package/.github/workflows/codeql.yml +68 -0
- package/.github/workflows/nightly.yml +16 -8
- package/.github/workflows/release.yml +34 -0
- package/CONTRIBUTING.md +1 -1
- package/CONTRIBUTORS.md +82 -37
- package/FAQ.md +38 -38
- package/README.md +8 -8
- package/dist/components/accordion.css +176 -36
- package/dist/components/accordion.js +6 -3
- package/dist/components/accordion.min.css +2 -2
- package/dist/components/accordion.min.js +3 -3
- package/dist/components/ad.css +4 -4
- package/dist/components/ad.min.css +2 -2
- package/dist/components/api.js +90 -31
- package/dist/components/api.min.js +3 -3
- package/dist/components/breadcrumb.css +1 -1
- package/dist/components/breadcrumb.min.css +1 -1
- package/dist/components/button.css +204 -157
- package/dist/components/button.min.css +2 -2
- package/dist/components/calendar.css +18 -1
- package/dist/components/calendar.js +189 -76
- package/dist/components/calendar.min.css +2 -2
- package/dist/components/calendar.min.js +3 -3
- package/dist/components/card.css +754 -117
- package/dist/components/card.min.css +2 -2
- package/dist/components/checkbox.css +92 -91
- package/dist/components/checkbox.js +17 -11
- package/dist/components/checkbox.min.css +2 -2
- package/dist/components/checkbox.min.js +3 -3
- package/dist/components/comment.css +12 -12
- package/dist/components/comment.min.css +2 -2
- package/dist/components/container.css +98 -4
- package/dist/components/container.min.css +2 -2
- package/dist/components/dimmer.css +29 -14
- package/dist/components/dimmer.js +11 -5
- package/dist/components/dimmer.min.css +2 -2
- package/dist/components/dimmer.min.js +3 -3
- package/dist/components/divider.css +31 -31
- package/dist/components/divider.min.css +2 -2
- package/dist/components/dropdown.css +90 -50
- package/dist/components/dropdown.js +152 -117
- package/dist/components/dropdown.min.css +2 -2
- package/dist/components/dropdown.min.js +3 -3
- package/dist/components/embed.css +5 -5
- package/dist/components/embed.js +1 -1
- package/dist/components/embed.min.css +2 -2
- package/dist/components/embed.min.js +3 -3
- package/dist/components/emoji.css +10847 -8841
- package/dist/components/emoji.min.css +1 -1
- package/dist/components/feed.css +29 -29
- package/dist/components/feed.min.css +2 -2
- package/dist/components/flag.css +1011 -902
- package/dist/components/flag.min.css +2 -2
- package/dist/components/form.css +160 -83
- package/dist/components/form.js +39 -30
- package/dist/components/form.min.css +2 -2
- package/dist/components/form.min.js +3 -3
- package/dist/components/grid.css +25 -21
- package/dist/components/grid.min.css +2 -2
- package/dist/components/header.css +6 -4
- package/dist/components/header.min.css +2 -2
- package/dist/components/icon.css +2063 -1984
- package/dist/components/icon.min.css +2 -2
- package/dist/components/image.css +1 -1
- package/dist/components/image.min.css +1 -1
- package/dist/components/input.css +759 -22
- package/dist/components/input.min.css +2 -2
- package/dist/components/item.css +17 -17
- package/dist/components/item.min.css +2 -2
- package/dist/components/label.css +72 -68
- package/dist/components/label.min.css +2 -2
- package/dist/components/list.css +31 -31
- package/dist/components/list.min.css +2 -2
- package/dist/components/loader.css +352 -352
- package/dist/components/loader.min.css +2 -2
- package/dist/components/menu.css +110 -78
- package/dist/components/menu.min.css +1 -1
- package/dist/components/message.css +43 -43
- package/dist/components/message.min.css +2 -2
- package/dist/components/modal.css +29 -4
- package/dist/components/modal.js +128 -50
- package/dist/components/modal.min.css +2 -2
- package/dist/components/modal.min.js +3 -3
- package/dist/components/nag.css +1 -1
- package/dist/components/nag.js +2 -2
- package/dist/components/nag.min.css +1 -1
- package/dist/components/nag.min.js +3 -3
- package/dist/components/placeholder.css +33 -33
- package/dist/components/placeholder.min.css +2 -2
- package/dist/components/popup.css +103 -105
- package/dist/components/popup.js +11 -11
- package/dist/components/popup.min.css +2 -2
- package/dist/components/popup.min.js +3 -3
- package/dist/components/progress.css +1 -1
- package/dist/components/progress.js +6 -3
- package/dist/components/progress.min.css +1 -1
- package/dist/components/progress.min.js +3 -3
- package/dist/components/rail.css +1 -1
- package/dist/components/rail.min.css +1 -1
- package/dist/components/rating.css +7 -46
- package/dist/components/rating.js +1 -1
- package/dist/components/rating.min.css +2 -2
- package/dist/components/rating.min.js +3 -3
- package/dist/components/reset.css +5 -4
- package/dist/components/reset.min.css +2 -2
- package/dist/components/reveal.css +1 -1
- package/dist/components/reveal.min.css +1 -1
- package/dist/components/search.css +6 -6
- package/dist/components/search.js +23 -7
- package/dist/components/search.min.css +2 -2
- package/dist/components/search.min.js +3 -3
- package/dist/components/segment.css +118 -34
- package/dist/components/segment.min.css +2 -2
- package/dist/components/shape.css +1 -1
- package/dist/components/shape.js +3 -3
- package/dist/components/shape.min.css +1 -1
- package/dist/components/shape.min.js +3 -3
- package/dist/components/sidebar.css +7 -5
- package/dist/components/sidebar.js +14 -12
- package/dist/components/sidebar.min.css +2 -2
- package/dist/components/sidebar.min.js +3 -3
- package/dist/components/site.css +139 -42
- package/dist/components/site.js +1 -1
- package/dist/components/site.min.css +2 -2
- package/dist/components/site.min.js +3 -3
- package/dist/components/slider.css +17 -17
- package/dist/components/slider.js +68 -51
- package/dist/components/slider.min.css +1 -1
- package/dist/components/slider.min.js +3 -3
- package/dist/components/state.js +2 -2
- package/dist/components/state.min.js +3 -3
- package/dist/components/statistic.css +4 -4
- package/dist/components/statistic.min.css +2 -2
- package/dist/components/step.css +32 -32
- package/dist/components/step.min.css +2 -2
- package/dist/components/sticky.css +1 -1
- package/dist/components/sticky.js +5 -5
- package/dist/components/sticky.min.css +1 -1
- package/dist/components/sticky.min.js +3 -3
- package/dist/components/tab.css +5 -5
- package/dist/components/tab.js +24 -6
- package/dist/components/tab.min.css +2 -2
- package/dist/components/tab.min.js +3 -3
- package/dist/components/table.css +1684 -272
- 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 +48 -1
- package/dist/components/toast.js +63 -31
- package/dist/components/toast.min.css +2 -2
- package/dist/components/toast.min.js +3 -3
- package/dist/components/transition.css +1 -1
- package/dist/components/transition.js +22 -17
- package/dist/components/transition.min.css +1 -1
- package/dist/components/transition.min.js +3 -3
- package/dist/components/visibility.js +3 -3
- package/dist/components/visibility.min.js +3 -3
- package/dist/semantic.css +20204 -13425
- package/dist/semantic.js +883 -481
- package/dist/semantic.min.css +3 -3
- package/dist/semantic.min.js +3 -3
- package/dist/themes/default/assets/fonts/Lato-Bold.woff +0 -0
- package/dist/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
- package/dist/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
- package/dist/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
- package/dist/themes/default/assets/fonts/Lato-Italic.woff +0 -0
- package/dist/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
- package/dist/themes/default/assets/fonts/Lato-Regular.woff +0 -0
- package/dist/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.eot +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.svg +801 -654
- package/dist/themes/default/assets/fonts/brand-icons.ttf +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.woff +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.woff2 +0 -0
- package/dist/themes/default/assets/fonts/icons.eot +0 -0
- package/dist/themes/default/assets/fonts/icons.svg +1175 -1079
- package/dist/themes/default/assets/fonts/icons.ttf +0 -0
- package/dist/themes/default/assets/fonts/icons.woff +0 -0
- package/dist/themes/default/assets/fonts/icons.woff2 +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.eot +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.svg +93 -95
- package/dist/themes/default/assets/fonts/outline-icons.ttf +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.woff +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.woff2 +0 -0
- package/dist/themes/{default → famfamfam}/assets/images/flags.png +0 -0
- package/examples/assets/library/iframe-content.js +11 -11
- package/examples/assets/library/iframe.js +6 -6
- package/examples/components/button.html +1 -1
- package/examples/components/card.html +1 -1
- package/examples/components/input.html +1 -1
- package/examples/components/menu.html +1 -1
- package/examples/components/site.html +1 -1
- package/examples/components/table.html +1 -1
- package/package.json +18 -16
- package/scripts/nightly-version.js +47 -38
- package/src/definitions/behaviors/api.js +89 -30
- package/src/definitions/behaviors/form.js +38 -29
- package/src/definitions/behaviors/state.js +1 -1
- package/src/definitions/behaviors/visibility.js +2 -2
- package/src/definitions/collections/form.less +229 -165
- package/src/definitions/collections/grid.less +723 -687
- package/src/definitions/collections/menu.less +233 -171
- package/src/definitions/collections/message.less +49 -47
- package/src/definitions/collections/table.less +882 -272
- package/src/definitions/elements/button.less +611 -469
- package/src/definitions/elements/container.less +145 -8
- package/src/definitions/elements/divider.less +24 -24
- package/src/definitions/elements/emoji.less +39 -10
- package/src/definitions/elements/flag.less +53 -18
- package/src/definitions/elements/header.less +46 -37
- package/src/definitions/elements/icon.less +39 -32
- package/src/definitions/elements/input.less +281 -33
- package/src/definitions/elements/label.less +132 -128
- package/src/definitions/elements/list.less +84 -75
- package/src/definitions/elements/loader.less +99 -98
- package/src/definitions/elements/placeholder.less +32 -32
- package/src/definitions/elements/segment.less +177 -56
- package/src/definitions/elements/step.less +76 -72
- package/src/definitions/elements/text.less +17 -15
- package/src/definitions/globals/reset.less +2 -2
- package/src/definitions/globals/site.less +25 -2
- package/src/definitions/modules/accordion.js +5 -2
- package/src/definitions/modules/accordion.less +371 -219
- package/src/definitions/modules/calendar.js +188 -75
- package/src/definitions/modules/calendar.less +20 -0
- package/src/definitions/modules/checkbox.js +16 -10
- package/src/definitions/modules/checkbox.less +83 -227
- package/src/definitions/modules/dimmer.js +10 -4
- package/src/definitions/modules/dimmer.less +22 -8
- package/src/definitions/modules/dropdown.js +151 -116
- package/src/definitions/modules/dropdown.less +191 -136
- package/src/definitions/modules/embed.less +4 -4
- package/src/definitions/modules/modal.js +127 -49
- package/src/definitions/modules/modal.less +66 -33
- package/src/definitions/modules/nag.js +1 -1
- package/src/definitions/modules/nag.less +20 -19
- package/src/definitions/modules/popup.js +10 -10
- package/src/definitions/modules/popup.less +90 -90
- package/src/definitions/modules/progress.js +5 -2
- package/src/definitions/modules/progress.less +19 -18
- package/src/definitions/modules/rating.less +49 -42
- package/src/definitions/modules/search.js +22 -6
- package/src/definitions/modules/search.less +35 -19
- package/src/definitions/modules/shape.js +2 -2
- package/src/definitions/modules/sidebar.js +13 -11
- package/src/definitions/modules/sidebar.less +36 -22
- package/src/definitions/modules/slider.js +67 -50
- package/src/definitions/modules/slider.less +48 -47
- package/src/definitions/modules/sticky.js +4 -4
- package/src/definitions/modules/sticky.less +3 -1
- package/src/definitions/modules/tab.js +23 -5
- package/src/definitions/modules/tab.less +4 -4
- package/src/definitions/modules/toast.js +62 -30
- package/src/definitions/modules/toast.less +56 -16
- package/src/definitions/modules/transition.js +21 -16
- package/src/definitions/views/ad.less +3 -3
- package/src/definitions/views/card.less +522 -375
- package/src/definitions/views/comment.less +93 -82
- package/src/definitions/views/feed.less +164 -144
- package/src/definitions/views/item.less +251 -198
- package/src/definitions/views/statistic.less +91 -89
- package/src/theme.less +13 -2
- package/src/themes/amazon/globals/site.variables +1 -0
- package/src/themes/basic/elements/icon.overrides +149 -149
- package/src/themes/basic/elements/step.overrides +2 -2
- package/src/themes/bookish/elements/header.overrides +1 -1
- package/src/themes/chubby/elements/button.overrides +1 -1
- package/src/themes/chubby/elements/header.overrides +1 -1
- package/src/themes/default/assets/fonts/Lato-Bold.woff +0 -0
- package/src/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
- package/src/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
- package/src/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
- package/src/themes/default/assets/fonts/Lato-Italic.woff +0 -0
- package/src/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
- package/src/themes/default/assets/fonts/Lato-Regular.woff +0 -0
- package/src/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
- package/src/themes/default/assets/fonts/brand-icons.eot +0 -0
- package/src/themes/default/assets/fonts/brand-icons.svg +801 -654
- package/src/themes/default/assets/fonts/brand-icons.ttf +0 -0
- package/src/themes/default/assets/fonts/brand-icons.woff +0 -0
- package/src/themes/default/assets/fonts/brand-icons.woff2 +0 -0
- package/src/themes/default/assets/fonts/icons.eot +0 -0
- package/src/themes/default/assets/fonts/icons.svg +1175 -1079
- package/src/themes/default/assets/fonts/icons.ttf +0 -0
- package/src/themes/default/assets/fonts/icons.woff +0 -0
- package/src/themes/default/assets/fonts/icons.woff2 +0 -0
- package/src/themes/default/assets/fonts/outline-icons.eot +0 -0
- package/src/themes/default/assets/fonts/outline-icons.svg +93 -95
- package/src/themes/default/assets/fonts/outline-icons.ttf +0 -0
- package/src/themes/default/assets/fonts/outline-icons.woff +0 -0
- package/src/themes/default/assets/fonts/outline-icons.woff2 +0 -0
- package/src/themes/default/collections/form.variables +4 -0
- package/src/themes/default/collections/menu.variables +6 -0
- package/src/themes/default/collections/table.variables +52 -0
- package/src/themes/default/elements/button.variables +7 -1
- package/src/themes/default/elements/container.variables +12 -0
- package/src/themes/default/elements/divider.overrides +7 -7
- package/src/themes/default/elements/emoji.overrides +0 -3090
- package/src/themes/default/elements/emoji.variables +3575 -1
- package/src/themes/default/elements/flag.overrides +0 -991
- package/src/themes/default/elements/flag.variables +1609 -5
- package/src/themes/default/elements/icon.overrides +1975 -1949
- package/src/themes/default/elements/icon.variables +1 -0
- package/src/themes/default/elements/input.variables +15 -0
- package/src/themes/default/elements/segment.variables +8 -0
- package/src/themes/default/elements/step.overrides +4 -4
- package/src/themes/default/globals/site.variables +109 -8
- package/src/themes/default/globals/variation.variables +145 -6
- package/src/themes/default/modules/accordion.overrides +6 -5
- package/src/themes/default/modules/accordion.variables +49 -2
- package/src/themes/default/modules/calendar.variables +3 -0
- package/src/themes/default/modules/checkbox.overrides +9 -9
- package/src/themes/default/modules/checkbox.variables +5 -5
- package/src/themes/default/modules/dimmer.variables +1 -1
- package/src/themes/default/modules/dropdown.overrides +5 -5
- package/src/themes/default/modules/dropdown.variables +4 -10
- package/src/themes/default/modules/modal.variables +14 -0
- package/src/themes/default/modules/popup.variables +0 -2
- package/src/themes/default/modules/toast.variables +3 -0
- package/src/themes/default/views/card.variables +8 -0
- package/src/themes/{default → famfamfam}/assets/images/flags.png +0 -0
- package/src/themes/famfamfam/elements/flag.overrides +1026 -0
- package/src/themes/famfamfam/elements/flag.variables +20 -0
- package/src/themes/github/elements/icon.overrides +206 -206
- package/src/themes/github/elements/step.overrides +5 -5
- package/src/themes/github/globals/site.variables +1 -0
- package/src/themes/github/modules/dropdown.overrides +6 -6
- package/src/themes/instagram/views/card.overrides +1 -1
- package/src/themes/joypixels/elements/emoji.overrides +0 -3089
- package/src/themes/joypixels/elements/emoji.variables +3574 -5
- package/src/themes/material/collections/menu.overrides +1 -1
- package/src/themes/material/elements/button.overrides +1 -1
- package/src/themes/material/elements/header.overrides +1 -1
- package/src/themes/material/elements/icon.overrides +932 -932
- package/src/themes/material/globals/site.variables +0 -1
- package/src/themes/material/modules/dropdown.overrides +1 -1
- package/src/themes/material/modules/modal.overrides +1 -1
- package/src/themes/pulsar/elements/loader.overrides +2 -2
- package/src/themes/resetcss/globals/reset.overrides +3 -3
- package/src/themes/rtl/globals/site.overrides +1 -1
- package/src/themes/striped/modules/progress.overrides +1 -1
- package/src/themes/systemfont/globals/reset.overrides +8 -0
- package/src/themes/systemfont/globals/site.variables +10 -0
- package/src/themes/twitter/elements/emoji.overrides +0 -3091
- package/src/themes/twitter/elements/emoji.variables +3570 -6
- package/tasks/admin/components/init.js +2 -2
- package/tasks/admin/distributions/create.js +1 -1
- package/tasks/admin/distributions/init.js +2 -2
- package/tasks/admin/publish.js +1 -1
- package/tasks/admin/release.js +1 -1
- package/tasks/build/assets.js +1 -1
- package/tasks/build/css.js +9 -4
- package/tasks/build/javascript.js +3 -3
- package/tasks/check-install.js +1 -1
- package/tasks/clean.js +1 -1
- package/tasks/collections/README.md +1 -1
- package/tasks/collections/admin.js +1 -1
- package/tasks/config/admin/oauth.example.js +1 -1
- package/tasks/config/admin/templates/composer.json +1 -1
- package/tasks/config/project/install.js +15 -13
- package/tasks/install.js +1 -0
- package/tasks/rtl/watch.js +1 -1
- package/tasks/version.js +1 -1
- package/test/fixtures/accordion.html +1 -1
- package/test/fixtures/checkbox.html +1 -1
- package/test/fixtures/dropdown.html +1 -1
- package/test/fixtures/modal.html +1 -1
- package/test/fixtures/popup.html +1 -1
- package/test/fixtures/rating.html +1 -1
- package/test/fixtures/shape.html +1 -1
- package/test/fixtures/sidebar.html +1 -1
- package/test/fixtures/tab.html +1 -1
- package/test/fixtures/transition.html +1 -1
- package/test/fixtures/video.html +1 -1
- package/test/helpers/jasmine-jquery.js +2 -2
- package/test/helpers/jasmine-sinon.js +1 -1
- package/test/helpers/jquery-events.js +1 -1
- package/test/helpers/sinon.js +3 -3
- package/test/meteor/fonts.js +1 -1
- package/test/modules/accordion.spec.js +1 -1
- package/test/modules/checkbox.spec.js +1 -1
- package/test/modules/dropdown.spec.js +1 -1
- package/test/modules/modal.spec.js +1 -1
- package/test/modules/module.spec.js +1 -1
- package/test/modules/popup.spec.js +1 -1
- package/test/modules/search.spec.js +1 -1
- package/test/modules/shape.spec.js +1 -1
- package/test/modules/sidebar.spec.js +1 -1
- package/test/modules/tab.spec.js +1 -1
- package/test/modules/transition.spec.js +1 -1
- package/test/modules/video.spec.js +1 -1
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.9.0-beta.
|
2
|
+
* # Fomantic-UI 2.9.0-beta.301+42e68bc - Button
|
3
3
|
* http://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
@@ -22,7 +22,7 @@
|
|
22
22
|
vertical-align: baseline;
|
23
23
|
background: #E0E1E2 none;
|
24
24
|
color: rgba(0, 0, 0, 0.6);
|
25
|
-
font-family: 'Lato',
|
25
|
+
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";
|
26
26
|
margin: 0 0.25em 0 0;
|
27
27
|
padding: 0.78571429em 1.5em 0.78571429em;
|
28
28
|
text-transform: none;
|
@@ -118,8 +118,8 @@
|
|
118
118
|
}
|
119
119
|
|
120
120
|
/*--------------
|
121
|
-
|
122
|
-
---------------*/
|
121
|
+
Loading
|
122
|
+
---------------*/
|
123
123
|
|
124
124
|
|
125
125
|
/* Specificity hack */
|
@@ -133,7 +133,7 @@
|
|
133
133
|
-webkit-transition: all 0s linear, opacity 0.1s ease;
|
134
134
|
transition: all 0s linear, opacity 0.1s ease;
|
135
135
|
}
|
136
|
-
.ui.loading.button
|
136
|
+
.ui.loading.button::before {
|
137
137
|
position: absolute;
|
138
138
|
content: '';
|
139
139
|
top: 50%;
|
@@ -144,7 +144,7 @@
|
|
144
144
|
border-radius: 500rem;
|
145
145
|
border: 0.2em solid rgba(0, 0, 0, 0.15);
|
146
146
|
}
|
147
|
-
.ui.loading.button
|
147
|
+
.ui.loading.button::after {
|
148
148
|
position: absolute;
|
149
149
|
content: '';
|
150
150
|
top: 50%;
|
@@ -160,15 +160,20 @@
|
|
160
160
|
-webkit-box-shadow: 0 0 0 1px transparent;
|
161
161
|
box-shadow: 0 0 0 1px transparent;
|
162
162
|
}
|
163
|
+
.ui.ui.ui.loading.button .label {
|
164
|
+
background-color: transparent;
|
165
|
+
border-color: transparent;
|
166
|
+
color: transparent;
|
167
|
+
}
|
163
168
|
.ui.labeled.icon.loading.button .icon {
|
164
169
|
background-color: transparent;
|
165
170
|
-webkit-box-shadow: none;
|
166
171
|
box-shadow: none;
|
167
172
|
}
|
168
|
-
.ui.basic.loading.button:not(.inverted)
|
173
|
+
.ui.basic.loading.button:not(.inverted)::before {
|
169
174
|
border-color: rgba(0, 0, 0, 0.1);
|
170
175
|
}
|
171
|
-
.ui.basic.loading.button:not(.inverted)
|
176
|
+
.ui.basic.loading.button:not(.inverted)::after {
|
172
177
|
border-color: #767676;
|
173
178
|
}
|
174
179
|
|
@@ -407,7 +412,7 @@
|
|
407
412
|
}
|
408
413
|
|
409
414
|
/* Tag */
|
410
|
-
.ui.labeled.button > .tag.label
|
415
|
+
.ui.labeled.button > .tag.label::before {
|
411
416
|
width: 1.85em;
|
412
417
|
height: 1.85em;
|
413
418
|
}
|
@@ -779,8 +784,8 @@
|
|
779
784
|
}
|
780
785
|
|
781
786
|
/*--------------
|
782
|
-
|
783
|
-
---------------*/
|
787
|
+
Icon Only
|
788
|
+
---------------*/
|
784
789
|
|
785
790
|
.ui.icon.buttons .button,
|
786
791
|
.ui.icon.button:not(.animated):not(.compact):not(.labeled) {
|
@@ -817,6 +822,7 @@
|
|
817
822
|
box-shadow: none;
|
818
823
|
border: 1px solid rgba(34, 36, 38, 0.15);
|
819
824
|
border-radius: 0.28571429rem;
|
825
|
+
border-right: none;
|
820
826
|
}
|
821
827
|
.ui.basic.buttons .button {
|
822
828
|
border-radius: 0;
|
@@ -853,8 +859,6 @@
|
|
853
859
|
.ui.basic.active.button:hover {
|
854
860
|
background-color: rgba(0, 0, 0, 0.05);
|
855
861
|
}
|
856
|
-
|
857
|
-
/* Vertical */
|
858
862
|
.ui.basic.buttons .button:hover {
|
859
863
|
-webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.35) inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset inset;
|
860
864
|
box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.35) inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset inset;
|
@@ -911,8 +915,8 @@
|
|
911
915
|
}
|
912
916
|
|
913
917
|
/* Basic Group */
|
914
|
-
.ui.basic.buttons .button {
|
915
|
-
border-
|
918
|
+
.ui.basic.buttons:not(.inverted) .button:not(.basic) {
|
919
|
+
border-right: 1px solid rgba(34, 36, 38, 0.15);
|
916
920
|
-webkit-box-shadow: none;
|
917
921
|
box-shadow: none;
|
918
922
|
}
|
@@ -921,8 +925,8 @@
|
|
921
925
|
border-left-width: 0;
|
922
926
|
border-top: 1px solid rgba(34, 36, 38, 0.15);
|
923
927
|
}
|
924
|
-
.ui.basic.vertical.buttons .button:first-child {
|
925
|
-
border-top
|
928
|
+
.ui.basic.vertical.buttons:not(.spaced) .button:first-child {
|
929
|
+
border-top: none;
|
926
930
|
}
|
927
931
|
|
928
932
|
/*-------------------
|
@@ -936,7 +940,7 @@
|
|
936
940
|
transition: color 0.1s ease !important;
|
937
941
|
border-radius: 0;
|
938
942
|
margin: 0.28571429em 0.25em 0.28571429em 0 !important;
|
939
|
-
padding: 0.5em !important;
|
943
|
+
padding: 0.5em 0.5em !important;
|
940
944
|
-webkit-box-shadow: none;
|
941
945
|
box-shadow: none;
|
942
946
|
color: rgba(0, 0, 0, 0.6);
|
@@ -1010,10 +1014,10 @@
|
|
1010
1014
|
-webkit-box-shadow: 1px 0 0 0 transparent inset;
|
1011
1015
|
box-shadow: 1px 0 0 0 transparent inset;
|
1012
1016
|
}
|
1013
|
-
.ui.labeled.icon.buttons > .button > .icon
|
1014
|
-
.ui.labeled.icon.button > .icon
|
1015
|
-
.ui.labeled.icon.buttons > .button > .icon
|
1016
|
-
.ui.labeled.icon.button > .icon
|
1017
|
+
.ui.labeled.icon.buttons > .button > .icon::before,
|
1018
|
+
.ui.labeled.icon.button > .icon::before,
|
1019
|
+
.ui.labeled.icon.buttons > .button > .icon::after,
|
1020
|
+
.ui.labeled.icon.button > .icon::after {
|
1017
1021
|
display: block;
|
1018
1022
|
position: relative;
|
1019
1023
|
width: 100%;
|
@@ -1041,7 +1045,7 @@
|
|
1041
1045
|
}
|
1042
1046
|
|
1043
1047
|
/* Loading Icon in Labeled Button */
|
1044
|
-
.ui.labeled.icon.button > .loading.icon
|
1048
|
+
.ui.labeled.icon.button > .loading.icon::before {
|
1045
1049
|
-webkit-animation: loader 2s linear infinite;
|
1046
1050
|
animation: loader 2s linear infinite;
|
1047
1051
|
}
|
@@ -1089,7 +1093,7 @@
|
|
1089
1093
|
height: 2.57142857em;
|
1090
1094
|
z-index: 3;
|
1091
1095
|
}
|
1092
|
-
.ui.buttons .or
|
1096
|
+
.ui.buttons .or::before {
|
1093
1097
|
position: absolute;
|
1094
1098
|
text-align: center;
|
1095
1099
|
border-radius: 500rem;
|
@@ -1109,7 +1113,7 @@
|
|
1109
1113
|
-webkit-box-shadow: 0 0 0 1px transparent inset;
|
1110
1114
|
box-shadow: 0 0 0 1px transparent inset;
|
1111
1115
|
}
|
1112
|
-
.ui.buttons .or[data-text]
|
1116
|
+
.ui.buttons .or[data-text]::before {
|
1113
1117
|
content: attr(data-text);
|
1114
1118
|
}
|
1115
1119
|
|
@@ -1117,7 +1121,7 @@
|
|
1117
1121
|
.ui.fluid.buttons .or {
|
1118
1122
|
width: 0 !important;
|
1119
1123
|
}
|
1120
|
-
.ui.fluid.buttons .or
|
1124
|
+
.ui.fluid.buttons .or::after {
|
1121
1125
|
display: none;
|
1122
1126
|
}
|
1123
1127
|
|
@@ -1183,7 +1187,7 @@
|
|
1183
1187
|
|
1184
1188
|
/* Top / Bottom */
|
1185
1189
|
.ui[class*="top attached"].buttons {
|
1186
|
-
margin-bottom:
|
1190
|
+
margin-bottom: 0;
|
1187
1191
|
border-radius: 0.28571429rem 0.28571429rem 0 0;
|
1188
1192
|
}
|
1189
1193
|
.ui[class*="top attached"].buttons .button:first-child {
|
@@ -1412,21 +1416,21 @@
|
|
1412
1416
|
}
|
1413
1417
|
.ui.basic.primary.buttons .button:hover,
|
1414
1418
|
.ui.basic.primary.button:hover {
|
1415
|
-
background: transparent
|
1419
|
+
background: transparent;
|
1416
1420
|
-webkit-box-shadow: 0 0 0 1px #1678c2 inset;
|
1417
1421
|
box-shadow: 0 0 0 1px #1678c2 inset;
|
1418
1422
|
color: #1678c2;
|
1419
1423
|
}
|
1420
1424
|
.ui.basic.primary.buttons .button:focus,
|
1421
1425
|
.ui.basic.primary.button:focus {
|
1422
|
-
background: transparent
|
1426
|
+
background: transparent;
|
1423
1427
|
-webkit-box-shadow: 0 0 0 1px #0d71bb inset;
|
1424
1428
|
box-shadow: 0 0 0 1px #0d71bb inset;
|
1425
1429
|
color: #1678c2;
|
1426
1430
|
}
|
1427
1431
|
.ui.basic.primary.buttons .active.button,
|
1428
1432
|
.ui.basic.primary.active.button {
|
1429
|
-
background: transparent
|
1433
|
+
background: transparent;
|
1430
1434
|
-webkit-box-shadow: 0 0 0 1px #1279c6 inset;
|
1431
1435
|
box-shadow: 0 0 0 1px #1279c6 inset;
|
1432
1436
|
color: #1a69a4;
|
@@ -1437,9 +1441,6 @@
|
|
1437
1441
|
box-shadow: 0 0 0 1px #1a69a4 inset;
|
1438
1442
|
color: #1a69a4;
|
1439
1443
|
}
|
1440
|
-
.ui.buttons:not(.vertical) > .basic.primary.button:not(:first-child) {
|
1441
|
-
margin-left: -1px;
|
1442
|
-
}
|
1443
1444
|
|
1444
1445
|
/* Inverted */
|
1445
1446
|
.ui.inverted.primary.buttons .button,
|
@@ -1457,8 +1458,8 @@
|
|
1457
1458
|
.ui.inverted.primary.button.active,
|
1458
1459
|
.ui.inverted.primary.buttons .button:active,
|
1459
1460
|
.ui.inverted.primary.button:active {
|
1460
|
-
-webkit-box-shadow: none
|
1461
|
-
box-shadow: none
|
1461
|
+
-webkit-box-shadow: none;
|
1462
|
+
box-shadow: none;
|
1462
1463
|
color: #FFFFFF;
|
1463
1464
|
}
|
1464
1465
|
.ui.inverted.primary.buttons .button:hover,
|
@@ -1597,21 +1598,21 @@
|
|
1597
1598
|
}
|
1598
1599
|
.ui.basic.secondary.buttons .button:hover,
|
1599
1600
|
.ui.basic.secondary.button:hover {
|
1600
|
-
background: transparent
|
1601
|
+
background: transparent;
|
1601
1602
|
-webkit-box-shadow: 0 0 0 1px #27292a inset;
|
1602
1603
|
box-shadow: 0 0 0 1px #27292a inset;
|
1603
1604
|
color: #27292a;
|
1604
1605
|
}
|
1605
1606
|
.ui.basic.secondary.buttons .button:focus,
|
1606
1607
|
.ui.basic.secondary.button:focus {
|
1607
|
-
background: transparent
|
1608
|
+
background: transparent;
|
1608
1609
|
-webkit-box-shadow: 0 0 0 1px #2e3032 inset;
|
1609
1610
|
box-shadow: 0 0 0 1px #2e3032 inset;
|
1610
1611
|
color: #27292a;
|
1611
1612
|
}
|
1612
1613
|
.ui.basic.secondary.buttons .active.button,
|
1613
1614
|
.ui.basic.secondary.active.button {
|
1614
|
-
background: transparent
|
1615
|
+
background: transparent;
|
1615
1616
|
-webkit-box-shadow: 0 0 0 1px #27292a inset;
|
1616
1617
|
box-shadow: 0 0 0 1px #27292a inset;
|
1617
1618
|
color: #343637;
|
@@ -1622,9 +1623,6 @@
|
|
1622
1623
|
box-shadow: 0 0 0 1px #343637 inset;
|
1623
1624
|
color: #343637;
|
1624
1625
|
}
|
1625
|
-
.ui.buttons:not(.vertical) > .basic.secondary.button:not(:first-child) {
|
1626
|
-
margin-left: -1px;
|
1627
|
-
}
|
1628
1626
|
|
1629
1627
|
/* Inverted */
|
1630
1628
|
.ui.inverted.secondary.buttons .button,
|
@@ -1642,8 +1640,8 @@
|
|
1642
1640
|
.ui.inverted.secondary.button.active,
|
1643
1641
|
.ui.inverted.secondary.buttons .button:active,
|
1644
1642
|
.ui.inverted.secondary.button:active {
|
1645
|
-
-webkit-box-shadow: none
|
1646
|
-
box-shadow: none
|
1643
|
+
-webkit-box-shadow: none;
|
1644
|
+
box-shadow: none;
|
1647
1645
|
color: #FFFFFF;
|
1648
1646
|
}
|
1649
1647
|
.ui.inverted.secondary.buttons .button:hover,
|
@@ -1782,21 +1780,21 @@
|
|
1782
1780
|
}
|
1783
1781
|
.ui.basic.red.buttons .button:hover,
|
1784
1782
|
.ui.basic.red.button:hover {
|
1785
|
-
background: transparent
|
1783
|
+
background: transparent;
|
1786
1784
|
-webkit-box-shadow: 0 0 0 1px #d01919 inset;
|
1787
1785
|
box-shadow: 0 0 0 1px #d01919 inset;
|
1788
1786
|
color: #d01919;
|
1789
1787
|
}
|
1790
1788
|
.ui.basic.red.buttons .button:focus,
|
1791
1789
|
.ui.basic.red.button:focus {
|
1792
|
-
background: transparent
|
1790
|
+
background: transparent;
|
1793
1791
|
-webkit-box-shadow: 0 0 0 1px #ca1010 inset;
|
1794
1792
|
box-shadow: 0 0 0 1px #ca1010 inset;
|
1795
1793
|
color: #d01919;
|
1796
1794
|
}
|
1797
1795
|
.ui.basic.red.buttons .active.button,
|
1798
1796
|
.ui.basic.red.active.button {
|
1799
|
-
background: transparent
|
1797
|
+
background: transparent;
|
1800
1798
|
-webkit-box-shadow: 0 0 0 1px #d41515 inset;
|
1801
1799
|
box-shadow: 0 0 0 1px #d41515 inset;
|
1802
1800
|
color: #b21e1e;
|
@@ -1807,9 +1805,6 @@
|
|
1807
1805
|
box-shadow: 0 0 0 1px #b21e1e inset;
|
1808
1806
|
color: #b21e1e;
|
1809
1807
|
}
|
1810
|
-
.ui.buttons:not(.vertical) > .basic.red.button:not(:first-child) {
|
1811
|
-
margin-left: -1px;
|
1812
|
-
}
|
1813
1808
|
|
1814
1809
|
/* Inverted */
|
1815
1810
|
.ui.inverted.red.buttons .button,
|
@@ -1827,8 +1822,8 @@
|
|
1827
1822
|
.ui.inverted.red.button.active,
|
1828
1823
|
.ui.inverted.red.buttons .button:active,
|
1829
1824
|
.ui.inverted.red.button:active {
|
1830
|
-
-webkit-box-shadow: none
|
1831
|
-
box-shadow: none
|
1825
|
+
-webkit-box-shadow: none;
|
1826
|
+
box-shadow: none;
|
1832
1827
|
color: #FFFFFF;
|
1833
1828
|
}
|
1834
1829
|
.ui.inverted.red.buttons .button:hover,
|
@@ -1967,21 +1962,21 @@
|
|
1967
1962
|
}
|
1968
1963
|
.ui.basic.orange.buttons .button:hover,
|
1969
1964
|
.ui.basic.orange.button:hover {
|
1970
|
-
background: transparent
|
1965
|
+
background: transparent;
|
1971
1966
|
-webkit-box-shadow: 0 0 0 1px #f26202 inset;
|
1972
1967
|
box-shadow: 0 0 0 1px #f26202 inset;
|
1973
1968
|
color: #f26202;
|
1974
1969
|
}
|
1975
1970
|
.ui.basic.orange.buttons .button:focus,
|
1976
1971
|
.ui.basic.orange.button:focus {
|
1977
|
-
background: transparent
|
1972
|
+
background: transparent;
|
1978
1973
|
-webkit-box-shadow: 0 0 0 1px #e55b00 inset;
|
1979
1974
|
box-shadow: 0 0 0 1px #e55b00 inset;
|
1980
1975
|
color: #f26202;
|
1981
1976
|
}
|
1982
1977
|
.ui.basic.orange.buttons .active.button,
|
1983
1978
|
.ui.basic.orange.active.button {
|
1984
|
-
background: transparent
|
1979
|
+
background: transparent;
|
1985
1980
|
-webkit-box-shadow: 0 0 0 1px #f56100 inset;
|
1986
1981
|
box-shadow: 0 0 0 1px #f56100 inset;
|
1987
1982
|
color: #cf590c;
|
@@ -1992,9 +1987,6 @@
|
|
1992
1987
|
box-shadow: 0 0 0 1px #cf590c inset;
|
1993
1988
|
color: #cf590c;
|
1994
1989
|
}
|
1995
|
-
.ui.buttons:not(.vertical) > .basic.orange.button:not(:first-child) {
|
1996
|
-
margin-left: -1px;
|
1997
|
-
}
|
1998
1990
|
|
1999
1991
|
/* Inverted */
|
2000
1992
|
.ui.inverted.orange.buttons .button,
|
@@ -2012,8 +2004,8 @@
|
|
2012
2004
|
.ui.inverted.orange.button.active,
|
2013
2005
|
.ui.inverted.orange.buttons .button:active,
|
2014
2006
|
.ui.inverted.orange.button:active {
|
2015
|
-
-webkit-box-shadow: none
|
2016
|
-
box-shadow: none
|
2007
|
+
-webkit-box-shadow: none;
|
2008
|
+
box-shadow: none;
|
2017
2009
|
color: #FFFFFF;
|
2018
2010
|
}
|
2019
2011
|
.ui.inverted.orange.buttons .button:hover,
|
@@ -2152,21 +2144,21 @@
|
|
2152
2144
|
}
|
2153
2145
|
.ui.basic.yellow.buttons .button:hover,
|
2154
2146
|
.ui.basic.yellow.button:hover {
|
2155
|
-
background: transparent
|
2147
|
+
background: transparent;
|
2156
2148
|
-webkit-box-shadow: 0 0 0 1px #eaae00 inset;
|
2157
2149
|
box-shadow: 0 0 0 1px #eaae00 inset;
|
2158
2150
|
color: #eaae00;
|
2159
2151
|
}
|
2160
2152
|
.ui.basic.yellow.buttons .button:focus,
|
2161
2153
|
.ui.basic.yellow.button:focus {
|
2162
|
-
background: transparent
|
2154
|
+
background: transparent;
|
2163
2155
|
-webkit-box-shadow: 0 0 0 1px #daa300 inset;
|
2164
2156
|
box-shadow: 0 0 0 1px #daa300 inset;
|
2165
2157
|
color: #eaae00;
|
2166
2158
|
}
|
2167
2159
|
.ui.basic.yellow.buttons .active.button,
|
2168
2160
|
.ui.basic.yellow.active.button {
|
2169
|
-
background: transparent
|
2161
|
+
background: transparent;
|
2170
2162
|
-webkit-box-shadow: 0 0 0 1px #eaae00 inset;
|
2171
2163
|
box-shadow: 0 0 0 1px #eaae00 inset;
|
2172
2164
|
color: #cd9903;
|
@@ -2177,9 +2169,6 @@
|
|
2177
2169
|
box-shadow: 0 0 0 1px #cd9903 inset;
|
2178
2170
|
color: #cd9903;
|
2179
2171
|
}
|
2180
|
-
.ui.buttons:not(.vertical) > .basic.yellow.button:not(:first-child) {
|
2181
|
-
margin-left: -1px;
|
2182
|
-
}
|
2183
2172
|
|
2184
2173
|
/* Inverted */
|
2185
2174
|
.ui.inverted.yellow.buttons .button,
|
@@ -2197,8 +2186,8 @@
|
|
2197
2186
|
.ui.inverted.yellow.button.active,
|
2198
2187
|
.ui.inverted.yellow.buttons .button:active,
|
2199
2188
|
.ui.inverted.yellow.button:active {
|
2200
|
-
-webkit-box-shadow: none
|
2201
|
-
box-shadow: none
|
2189
|
+
-webkit-box-shadow: none;
|
2190
|
+
box-shadow: none;
|
2202
2191
|
color: rgba(0, 0, 0, 0.6);
|
2203
2192
|
}
|
2204
2193
|
.ui.inverted.yellow.buttons .button:hover,
|
@@ -2337,21 +2326,21 @@
|
|
2337
2326
|
}
|
2338
2327
|
.ui.basic.olive.buttons .button:hover,
|
2339
2328
|
.ui.basic.olive.button:hover {
|
2340
|
-
background: transparent
|
2329
|
+
background: transparent;
|
2341
2330
|
-webkit-box-shadow: 0 0 0 1px #a7bd0d inset;
|
2342
2331
|
box-shadow: 0 0 0 1px #a7bd0d inset;
|
2343
2332
|
color: #a7bd0d;
|
2344
2333
|
}
|
2345
2334
|
.ui.basic.olive.buttons .button:focus,
|
2346
2335
|
.ui.basic.olive.button:focus {
|
2347
|
-
background: transparent
|
2336
|
+
background: transparent;
|
2348
2337
|
-webkit-box-shadow: 0 0 0 1px #a0b605 inset;
|
2349
2338
|
box-shadow: 0 0 0 1px #a0b605 inset;
|
2350
2339
|
color: #a7bd0d;
|
2351
2340
|
}
|
2352
2341
|
.ui.basic.olive.buttons .active.button,
|
2353
2342
|
.ui.basic.olive.active.button {
|
2354
|
-
background: transparent
|
2343
|
+
background: transparent;
|
2355
2344
|
-webkit-box-shadow: 0 0 0 1px #aac109 inset;
|
2356
2345
|
box-shadow: 0 0 0 1px #aac109 inset;
|
2357
2346
|
color: #8d9e13;
|
@@ -2362,9 +2351,6 @@
|
|
2362
2351
|
box-shadow: 0 0 0 1px #8d9e13 inset;
|
2363
2352
|
color: #8d9e13;
|
2364
2353
|
}
|
2365
|
-
.ui.buttons:not(.vertical) > .basic.olive.button:not(:first-child) {
|
2366
|
-
margin-left: -1px;
|
2367
|
-
}
|
2368
2354
|
|
2369
2355
|
/* Inverted */
|
2370
2356
|
.ui.inverted.olive.buttons .button,
|
@@ -2382,8 +2368,8 @@
|
|
2382
2368
|
.ui.inverted.olive.button.active,
|
2383
2369
|
.ui.inverted.olive.buttons .button:active,
|
2384
2370
|
.ui.inverted.olive.button:active {
|
2385
|
-
-webkit-box-shadow: none
|
2386
|
-
box-shadow: none
|
2371
|
+
-webkit-box-shadow: none;
|
2372
|
+
box-shadow: none;
|
2387
2373
|
color: rgba(0, 0, 0, 0.6);
|
2388
2374
|
}
|
2389
2375
|
.ui.inverted.olive.buttons .button:hover,
|
@@ -2522,21 +2508,21 @@
|
|
2522
2508
|
}
|
2523
2509
|
.ui.basic.green.buttons .button:hover,
|
2524
2510
|
.ui.basic.green.button:hover {
|
2525
|
-
background: transparent
|
2511
|
+
background: transparent;
|
2526
2512
|
-webkit-box-shadow: 0 0 0 1px #16ab39 inset;
|
2527
2513
|
box-shadow: 0 0 0 1px #16ab39 inset;
|
2528
2514
|
color: #16ab39;
|
2529
2515
|
}
|
2530
2516
|
.ui.basic.green.buttons .button:focus,
|
2531
2517
|
.ui.basic.green.button:focus {
|
2532
|
-
background: transparent
|
2518
|
+
background: transparent;
|
2533
2519
|
-webkit-box-shadow: 0 0 0 1px #0ea432 inset;
|
2534
2520
|
box-shadow: 0 0 0 1px #0ea432 inset;
|
2535
2521
|
color: #16ab39;
|
2536
2522
|
}
|
2537
2523
|
.ui.basic.green.buttons .active.button,
|
2538
2524
|
.ui.basic.green.active.button {
|
2539
|
-
background: transparent
|
2525
|
+
background: transparent;
|
2540
2526
|
-webkit-box-shadow: 0 0 0 1px #13ae38 inset;
|
2541
2527
|
box-shadow: 0 0 0 1px #13ae38 inset;
|
2542
2528
|
color: #198f35;
|
@@ -2547,9 +2533,6 @@
|
|
2547
2533
|
box-shadow: 0 0 0 1px #198f35 inset;
|
2548
2534
|
color: #198f35;
|
2549
2535
|
}
|
2550
|
-
.ui.buttons:not(.vertical) > .basic.green.button:not(:first-child) {
|
2551
|
-
margin-left: -1px;
|
2552
|
-
}
|
2553
2536
|
|
2554
2537
|
/* Inverted */
|
2555
2538
|
.ui.inverted.green.buttons .button,
|
@@ -2567,8 +2550,8 @@
|
|
2567
2550
|
.ui.inverted.green.button.active,
|
2568
2551
|
.ui.inverted.green.buttons .button:active,
|
2569
2552
|
.ui.inverted.green.button:active {
|
2570
|
-
-webkit-box-shadow: none
|
2571
|
-
box-shadow: none
|
2553
|
+
-webkit-box-shadow: none;
|
2554
|
+
box-shadow: none;
|
2572
2555
|
color: #FFFFFF;
|
2573
2556
|
}
|
2574
2557
|
.ui.inverted.green.buttons .button:hover,
|
@@ -2707,21 +2690,21 @@
|
|
2707
2690
|
}
|
2708
2691
|
.ui.basic.teal.buttons .button:hover,
|
2709
2692
|
.ui.basic.teal.button:hover {
|
2710
|
-
background: transparent
|
2693
|
+
background: transparent;
|
2711
2694
|
-webkit-box-shadow: 0 0 0 1px #009c95 inset;
|
2712
2695
|
box-shadow: 0 0 0 1px #009c95 inset;
|
2713
2696
|
color: #009c95;
|
2714
2697
|
}
|
2715
2698
|
.ui.basic.teal.buttons .button:focus,
|
2716
2699
|
.ui.basic.teal.button:focus {
|
2717
|
-
background: transparent
|
2700
|
+
background: transparent;
|
2718
2701
|
-webkit-box-shadow: 0 0 0 1px #008c86 inset;
|
2719
2702
|
box-shadow: 0 0 0 1px #008c86 inset;
|
2720
2703
|
color: #009c95;
|
2721
2704
|
}
|
2722
2705
|
.ui.basic.teal.buttons .active.button,
|
2723
2706
|
.ui.basic.teal.active.button {
|
2724
|
-
background: transparent
|
2707
|
+
background: transparent;
|
2725
2708
|
-webkit-box-shadow: 0 0 0 1px #009c95 inset;
|
2726
2709
|
box-shadow: 0 0 0 1px #009c95 inset;
|
2727
2710
|
color: #00827c;
|
@@ -2732,9 +2715,6 @@
|
|
2732
2715
|
box-shadow: 0 0 0 1px #00827c inset;
|
2733
2716
|
color: #00827c;
|
2734
2717
|
}
|
2735
|
-
.ui.buttons:not(.vertical) > .basic.teal.button:not(:first-child) {
|
2736
|
-
margin-left: -1px;
|
2737
|
-
}
|
2738
2718
|
|
2739
2719
|
/* Inverted */
|
2740
2720
|
.ui.inverted.teal.buttons .button,
|
@@ -2752,8 +2732,8 @@
|
|
2752
2732
|
.ui.inverted.teal.button.active,
|
2753
2733
|
.ui.inverted.teal.buttons .button:active,
|
2754
2734
|
.ui.inverted.teal.button:active {
|
2755
|
-
-webkit-box-shadow: none
|
2756
|
-
box-shadow: none
|
2735
|
+
-webkit-box-shadow: none;
|
2736
|
+
box-shadow: none;
|
2757
2737
|
color: rgba(0, 0, 0, 0.6);
|
2758
2738
|
}
|
2759
2739
|
.ui.inverted.teal.buttons .button:hover,
|
@@ -2892,21 +2872,21 @@
|
|
2892
2872
|
}
|
2893
2873
|
.ui.basic.blue.buttons .button:hover,
|
2894
2874
|
.ui.basic.blue.button:hover {
|
2895
|
-
background: transparent
|
2875
|
+
background: transparent;
|
2896
2876
|
-webkit-box-shadow: 0 0 0 1px #1678c2 inset;
|
2897
2877
|
box-shadow: 0 0 0 1px #1678c2 inset;
|
2898
2878
|
color: #1678c2;
|
2899
2879
|
}
|
2900
2880
|
.ui.basic.blue.buttons .button:focus,
|
2901
2881
|
.ui.basic.blue.button:focus {
|
2902
|
-
background: transparent
|
2882
|
+
background: transparent;
|
2903
2883
|
-webkit-box-shadow: 0 0 0 1px #0d71bb inset;
|
2904
2884
|
box-shadow: 0 0 0 1px #0d71bb inset;
|
2905
2885
|
color: #1678c2;
|
2906
2886
|
}
|
2907
2887
|
.ui.basic.blue.buttons .active.button,
|
2908
2888
|
.ui.basic.blue.active.button {
|
2909
|
-
background: transparent
|
2889
|
+
background: transparent;
|
2910
2890
|
-webkit-box-shadow: 0 0 0 1px #1279c6 inset;
|
2911
2891
|
box-shadow: 0 0 0 1px #1279c6 inset;
|
2912
2892
|
color: #1a69a4;
|
@@ -2917,9 +2897,6 @@
|
|
2917
2897
|
box-shadow: 0 0 0 1px #1a69a4 inset;
|
2918
2898
|
color: #1a69a4;
|
2919
2899
|
}
|
2920
|
-
.ui.buttons:not(.vertical) > .basic.blue.button:not(:first-child) {
|
2921
|
-
margin-left: -1px;
|
2922
|
-
}
|
2923
2900
|
|
2924
2901
|
/* Inverted */
|
2925
2902
|
.ui.inverted.blue.buttons .button,
|
@@ -2937,8 +2914,8 @@
|
|
2937
2914
|
.ui.inverted.blue.button.active,
|
2938
2915
|
.ui.inverted.blue.buttons .button:active,
|
2939
2916
|
.ui.inverted.blue.button:active {
|
2940
|
-
-webkit-box-shadow: none
|
2941
|
-
box-shadow: none
|
2917
|
+
-webkit-box-shadow: none;
|
2918
|
+
box-shadow: none;
|
2942
2919
|
color: #FFFFFF;
|
2943
2920
|
}
|
2944
2921
|
.ui.inverted.blue.buttons .button:hover,
|
@@ -3077,21 +3054,21 @@
|
|
3077
3054
|
}
|
3078
3055
|
.ui.basic.violet.buttons .button:hover,
|
3079
3056
|
.ui.basic.violet.button:hover {
|
3080
|
-
background: transparent
|
3057
|
+
background: transparent;
|
3081
3058
|
-webkit-box-shadow: 0 0 0 1px #5829bb inset;
|
3082
3059
|
box-shadow: 0 0 0 1px #5829bb inset;
|
3083
3060
|
color: #5829bb;
|
3084
3061
|
}
|
3085
3062
|
.ui.basic.violet.buttons .button:focus,
|
3086
3063
|
.ui.basic.violet.button:focus {
|
3087
|
-
background: transparent
|
3064
|
+
background: transparent;
|
3088
3065
|
-webkit-box-shadow: 0 0 0 1px #4f20b5 inset;
|
3089
3066
|
box-shadow: 0 0 0 1px #4f20b5 inset;
|
3090
3067
|
color: #5829bb;
|
3091
3068
|
}
|
3092
3069
|
.ui.basic.violet.buttons .active.button,
|
3093
3070
|
.ui.basic.violet.active.button {
|
3094
|
-
background: transparent
|
3071
|
+
background: transparent;
|
3095
3072
|
-webkit-box-shadow: 0 0 0 1px #5626bf inset;
|
3096
3073
|
box-shadow: 0 0 0 1px #5626bf inset;
|
3097
3074
|
color: #502aa1;
|
@@ -3102,9 +3079,6 @@
|
|
3102
3079
|
box-shadow: 0 0 0 1px #502aa1 inset;
|
3103
3080
|
color: #502aa1;
|
3104
3081
|
}
|
3105
|
-
.ui.buttons:not(.vertical) > .basic.violet.button:not(:first-child) {
|
3106
|
-
margin-left: -1px;
|
3107
|
-
}
|
3108
3082
|
|
3109
3083
|
/* Inverted */
|
3110
3084
|
.ui.inverted.violet.buttons .button,
|
@@ -3122,8 +3096,8 @@
|
|
3122
3096
|
.ui.inverted.violet.button.active,
|
3123
3097
|
.ui.inverted.violet.buttons .button:active,
|
3124
3098
|
.ui.inverted.violet.button:active {
|
3125
|
-
-webkit-box-shadow: none
|
3126
|
-
box-shadow: none
|
3099
|
+
-webkit-box-shadow: none;
|
3100
|
+
box-shadow: none;
|
3127
3101
|
color: #FFFFFF;
|
3128
3102
|
}
|
3129
3103
|
.ui.inverted.violet.buttons .button:hover,
|
@@ -3262,21 +3236,21 @@
|
|
3262
3236
|
}
|
3263
3237
|
.ui.basic.purple.buttons .button:hover,
|
3264
3238
|
.ui.basic.purple.button:hover {
|
3265
|
-
background: transparent
|
3239
|
+
background: transparent;
|
3266
3240
|
-webkit-box-shadow: 0 0 0 1px #9627ba inset;
|
3267
3241
|
box-shadow: 0 0 0 1px #9627ba inset;
|
3268
3242
|
color: #9627ba;
|
3269
3243
|
}
|
3270
3244
|
.ui.basic.purple.buttons .button:focus,
|
3271
3245
|
.ui.basic.purple.button:focus {
|
3272
|
-
background: transparent
|
3246
|
+
background: transparent;
|
3273
3247
|
-webkit-box-shadow: 0 0 0 1px #8f1eb4 inset;
|
3274
3248
|
box-shadow: 0 0 0 1px #8f1eb4 inset;
|
3275
3249
|
color: #9627ba;
|
3276
3250
|
}
|
3277
3251
|
.ui.basic.purple.buttons .active.button,
|
3278
3252
|
.ui.basic.purple.active.button {
|
3279
|
-
background: transparent
|
3253
|
+
background: transparent;
|
3280
3254
|
-webkit-box-shadow: 0 0 0 1px #9724be inset;
|
3281
3255
|
box-shadow: 0 0 0 1px #9724be inset;
|
3282
3256
|
color: #82299f;
|
@@ -3287,9 +3261,6 @@
|
|
3287
3261
|
box-shadow: 0 0 0 1px #82299f inset;
|
3288
3262
|
color: #82299f;
|
3289
3263
|
}
|
3290
|
-
.ui.buttons:not(.vertical) > .basic.purple.button:not(:first-child) {
|
3291
|
-
margin-left: -1px;
|
3292
|
-
}
|
3293
3264
|
|
3294
3265
|
/* Inverted */
|
3295
3266
|
.ui.inverted.purple.buttons .button,
|
@@ -3307,8 +3278,8 @@
|
|
3307
3278
|
.ui.inverted.purple.button.active,
|
3308
3279
|
.ui.inverted.purple.buttons .button:active,
|
3309
3280
|
.ui.inverted.purple.button:active {
|
3310
|
-
-webkit-box-shadow: none
|
3311
|
-
box-shadow: none
|
3281
|
+
-webkit-box-shadow: none;
|
3282
|
+
box-shadow: none;
|
3312
3283
|
color: #FFFFFF;
|
3313
3284
|
}
|
3314
3285
|
.ui.inverted.purple.buttons .button:hover,
|
@@ -3447,21 +3418,21 @@
|
|
3447
3418
|
}
|
3448
3419
|
.ui.basic.pink.buttons .button:hover,
|
3449
3420
|
.ui.basic.pink.button:hover {
|
3450
|
-
background: transparent
|
3421
|
+
background: transparent;
|
3451
3422
|
-webkit-box-shadow: 0 0 0 1px #e61a8d inset;
|
3452
3423
|
box-shadow: 0 0 0 1px #e61a8d inset;
|
3453
3424
|
color: #e61a8d;
|
3454
3425
|
}
|
3455
3426
|
.ui.basic.pink.buttons .button:focus,
|
3456
3427
|
.ui.basic.pink.button:focus {
|
3457
|
-
background: transparent
|
3428
|
+
background: transparent;
|
3458
3429
|
-webkit-box-shadow: 0 0 0 1px #e10f85 inset;
|
3459
3430
|
box-shadow: 0 0 0 1px #e10f85 inset;
|
3460
3431
|
color: #e61a8d;
|
3461
3432
|
}
|
3462
3433
|
.ui.basic.pink.buttons .active.button,
|
3463
3434
|
.ui.basic.pink.active.button {
|
3464
|
-
background: transparent
|
3435
|
+
background: transparent;
|
3465
3436
|
-webkit-box-shadow: 0 0 0 1px #ea158d inset;
|
3466
3437
|
box-shadow: 0 0 0 1px #ea158d inset;
|
3467
3438
|
color: #c71f7e;
|
@@ -3472,9 +3443,6 @@
|
|
3472
3443
|
box-shadow: 0 0 0 1px #c71f7e inset;
|
3473
3444
|
color: #c71f7e;
|
3474
3445
|
}
|
3475
|
-
.ui.buttons:not(.vertical) > .basic.pink.button:not(:first-child) {
|
3476
|
-
margin-left: -1px;
|
3477
|
-
}
|
3478
3446
|
|
3479
3447
|
/* Inverted */
|
3480
3448
|
.ui.inverted.pink.buttons .button,
|
@@ -3492,8 +3460,8 @@
|
|
3492
3460
|
.ui.inverted.pink.button.active,
|
3493
3461
|
.ui.inverted.pink.buttons .button:active,
|
3494
3462
|
.ui.inverted.pink.button:active {
|
3495
|
-
-webkit-box-shadow: none
|
3496
|
-
box-shadow: none
|
3463
|
+
-webkit-box-shadow: none;
|
3464
|
+
box-shadow: none;
|
3497
3465
|
color: #FFFFFF;
|
3498
3466
|
}
|
3499
3467
|
.ui.inverted.pink.buttons .button:hover,
|
@@ -3632,21 +3600,21 @@
|
|
3632
3600
|
}
|
3633
3601
|
.ui.basic.brown.buttons .button:hover,
|
3634
3602
|
.ui.basic.brown.button:hover {
|
3635
|
-
background: transparent
|
3603
|
+
background: transparent;
|
3636
3604
|
-webkit-box-shadow: 0 0 0 1px #975b33 inset;
|
3637
3605
|
box-shadow: 0 0 0 1px #975b33 inset;
|
3638
3606
|
color: #975b33;
|
3639
3607
|
}
|
3640
3608
|
.ui.basic.brown.buttons .button:focus,
|
3641
3609
|
.ui.basic.brown.button:focus {
|
3642
|
-
background: transparent
|
3610
|
+
background: transparent;
|
3643
3611
|
-webkit-box-shadow: 0 0 0 1px #90532b inset;
|
3644
3612
|
box-shadow: 0 0 0 1px #90532b inset;
|
3645
3613
|
color: #975b33;
|
3646
3614
|
}
|
3647
3615
|
.ui.basic.brown.buttons .active.button,
|
3648
3616
|
.ui.basic.brown.active.button {
|
3649
|
-
background: transparent
|
3617
|
+
background: transparent;
|
3650
3618
|
-webkit-box-shadow: 0 0 0 1px #995a31 inset;
|
3651
3619
|
box-shadow: 0 0 0 1px #995a31 inset;
|
3652
3620
|
color: #805031;
|
@@ -3657,9 +3625,6 @@
|
|
3657
3625
|
box-shadow: 0 0 0 1px #805031 inset;
|
3658
3626
|
color: #805031;
|
3659
3627
|
}
|
3660
|
-
.ui.buttons:not(.vertical) > .basic.brown.button:not(:first-child) {
|
3661
|
-
margin-left: -1px;
|
3662
|
-
}
|
3663
3628
|
|
3664
3629
|
/* Inverted */
|
3665
3630
|
.ui.inverted.brown.buttons .button,
|
@@ -3677,8 +3642,8 @@
|
|
3677
3642
|
.ui.inverted.brown.button.active,
|
3678
3643
|
.ui.inverted.brown.buttons .button:active,
|
3679
3644
|
.ui.inverted.brown.button:active {
|
3680
|
-
-webkit-box-shadow: none
|
3681
|
-
box-shadow: none
|
3645
|
+
-webkit-box-shadow: none;
|
3646
|
+
box-shadow: none;
|
3682
3647
|
color: #FFFFFF;
|
3683
3648
|
}
|
3684
3649
|
.ui.inverted.brown.buttons .button:hover,
|
@@ -3817,21 +3782,21 @@
|
|
3817
3782
|
}
|
3818
3783
|
.ui.basic.grey.buttons .button:hover,
|
3819
3784
|
.ui.basic.grey.button:hover {
|
3820
|
-
background: transparent
|
3785
|
+
background: transparent;
|
3821
3786
|
-webkit-box-shadow: 0 0 0 1px #838383 inset;
|
3822
3787
|
box-shadow: 0 0 0 1px #838383 inset;
|
3823
3788
|
color: #838383;
|
3824
3789
|
}
|
3825
3790
|
.ui.basic.grey.buttons .button:focus,
|
3826
3791
|
.ui.basic.grey.button:focus {
|
3827
|
-
background: transparent
|
3792
|
+
background: transparent;
|
3828
3793
|
-webkit-box-shadow: 0 0 0 1px #8a8a8a inset;
|
3829
3794
|
box-shadow: 0 0 0 1px #8a8a8a inset;
|
3830
3795
|
color: #838383;
|
3831
3796
|
}
|
3832
3797
|
.ui.basic.grey.buttons .active.button,
|
3833
3798
|
.ui.basic.grey.active.button {
|
3834
|
-
background: transparent
|
3799
|
+
background: transparent;
|
3835
3800
|
-webkit-box-shadow: 0 0 0 1px #696969 inset;
|
3836
3801
|
box-shadow: 0 0 0 1px #696969 inset;
|
3837
3802
|
color: #909090;
|
@@ -3842,9 +3807,6 @@
|
|
3842
3807
|
box-shadow: 0 0 0 1px #909090 inset;
|
3843
3808
|
color: #909090;
|
3844
3809
|
}
|
3845
|
-
.ui.buttons:not(.vertical) > .basic.grey.button:not(:first-child) {
|
3846
|
-
margin-left: -1px;
|
3847
|
-
}
|
3848
3810
|
|
3849
3811
|
/* Inverted */
|
3850
3812
|
.ui.inverted.grey.buttons .button,
|
@@ -3862,8 +3824,8 @@
|
|
3862
3824
|
.ui.inverted.grey.button.active,
|
3863
3825
|
.ui.inverted.grey.buttons .button:active,
|
3864
3826
|
.ui.inverted.grey.button:active {
|
3865
|
-
-webkit-box-shadow: none
|
3866
|
-
box-shadow: none
|
3827
|
+
-webkit-box-shadow: none;
|
3828
|
+
box-shadow: none;
|
3867
3829
|
color: rgba(0, 0, 0, 0.6);
|
3868
3830
|
}
|
3869
3831
|
.ui.inverted.grey.buttons .button:hover,
|
@@ -3933,16 +3895,16 @@
|
|
3933
3895
|
.ui.tertiary.grey.buttons .button:hover,
|
3934
3896
|
.ui.tertiary.grey.buttons button:hover,
|
3935
3897
|
.ui.tertiary.grey.button:hover {
|
3936
|
-
-webkit-box-shadow: inset 0 -0.2em 0 #
|
3937
|
-
box-shadow: inset 0 -0.2em 0 #
|
3938
|
-
color: #
|
3898
|
+
-webkit-box-shadow: inset 0 -0.2em 0 #909090;
|
3899
|
+
box-shadow: inset 0 -0.2em 0 #909090;
|
3900
|
+
color: #909090;
|
3939
3901
|
}
|
3940
3902
|
.ui.tertiary.grey.buttons .button:focus,
|
3941
3903
|
.ui.tertiary.grey.buttons .tertiary.button:focus,
|
3942
3904
|
.ui.tertiary.grey.button:focus {
|
3943
|
-
-webkit-box-shadow: inset 0 -0.2em 0 #
|
3944
|
-
box-shadow: inset 0 -0.2em 0 #
|
3945
|
-
color: #
|
3905
|
+
-webkit-box-shadow: inset 0 -0.2em 0 #9f9f9f;
|
3906
|
+
box-shadow: inset 0 -0.2em 0 #9f9f9f;
|
3907
|
+
color: #9f9f9f;
|
3946
3908
|
}
|
3947
3909
|
.ui.tertiary.grey.buttons .active.button,
|
3948
3910
|
.ui.tertiary.grey.buttons .tertiary.active.button,
|
@@ -3950,8 +3912,8 @@
|
|
3950
3912
|
.ui.tertiary.grey.buttons .button:active,
|
3951
3913
|
.ui.tertiary.grey.buttons .tertiary.button:active,
|
3952
3914
|
.ui.tertiary.grey.button:active {
|
3953
|
-
-webkit-box-shadow: inset 0 -0.2em 0 #
|
3954
|
-
box-shadow: inset 0 -0.2em 0 #
|
3915
|
+
-webkit-box-shadow: inset 0 -0.2em 0 #5d5d5d;
|
3916
|
+
box-shadow: inset 0 -0.2em 0 #5d5d5d;
|
3955
3917
|
color: #696969;
|
3956
3918
|
}
|
3957
3919
|
.ui.black.buttons .button,
|
@@ -4002,21 +3964,21 @@
|
|
4002
3964
|
}
|
4003
3965
|
.ui.basic.black.buttons .button:hover,
|
4004
3966
|
.ui.basic.black.button:hover {
|
4005
|
-
background: transparent
|
3967
|
+
background: transparent;
|
4006
3968
|
-webkit-box-shadow: 0 0 0 1px #27292a inset;
|
4007
3969
|
box-shadow: 0 0 0 1px #27292a inset;
|
4008
3970
|
color: #27292a;
|
4009
3971
|
}
|
4010
3972
|
.ui.basic.black.buttons .button:focus,
|
4011
3973
|
.ui.basic.black.button:focus {
|
4012
|
-
background: transparent
|
3974
|
+
background: transparent;
|
4013
3975
|
-webkit-box-shadow: 0 0 0 1px #2f3032 inset;
|
4014
3976
|
box-shadow: 0 0 0 1px #2f3032 inset;
|
4015
3977
|
color: #27292a;
|
4016
3978
|
}
|
4017
3979
|
.ui.basic.black.buttons .active.button,
|
4018
3980
|
.ui.basic.black.active.button {
|
4019
|
-
background: transparent
|
3981
|
+
background: transparent;
|
4020
3982
|
-webkit-box-shadow: 0 0 0 1px #0f0f10 inset;
|
4021
3983
|
box-shadow: 0 0 0 1px #0f0f10 inset;
|
4022
3984
|
color: #343637;
|
@@ -4027,9 +3989,6 @@
|
|
4027
3989
|
box-shadow: 0 0 0 1px #343637 inset;
|
4028
3990
|
color: #343637;
|
4029
3991
|
}
|
4030
|
-
.ui.buttons:not(.vertical) > .basic.black.button:not(:first-child) {
|
4031
|
-
margin-left: -1px;
|
4032
|
-
}
|
4033
3992
|
|
4034
3993
|
/* Inverted */
|
4035
3994
|
.ui.inverted.black.buttons .button,
|
@@ -4047,8 +4006,8 @@
|
|
4047
4006
|
.ui.inverted.black.button.active,
|
4048
4007
|
.ui.inverted.black.buttons .button:active,
|
4049
4008
|
.ui.inverted.black.button:active {
|
4050
|
-
-webkit-box-shadow: none
|
4051
|
-
box-shadow: none
|
4009
|
+
-webkit-box-shadow: none;
|
4010
|
+
box-shadow: none;
|
4052
4011
|
color: #FFFFFF;
|
4053
4012
|
}
|
4054
4013
|
.ui.inverted.black.buttons .button:hover,
|
@@ -4329,7 +4288,7 @@
|
|
4329
4288
|
}
|
4330
4289
|
|
4331
4290
|
/* Clearfix */
|
4332
|
-
.ui.buttons
|
4291
|
+
.ui.buttons::after {
|
4333
4292
|
content: ".";
|
4334
4293
|
display: block;
|
4335
4294
|
height: 0;
|
@@ -4375,9 +4334,11 @@
|
|
4375
4334
|
float: none;
|
4376
4335
|
width: 100%;
|
4377
4336
|
margin: 0 0 0 0;
|
4337
|
+
border-radius: 0;
|
4338
|
+
}
|
4339
|
+
.ui.vertical.buttons .button:not(.basic) {
|
4378
4340
|
-webkit-box-shadow: none;
|
4379
4341
|
box-shadow: none;
|
4380
|
-
border-radius: 0;
|
4381
4342
|
}
|
4382
4343
|
.ui.vertical.buttons .button:first-child {
|
4383
4344
|
border-top-left-radius: 0.28571429rem;
|
@@ -4391,6 +4352,92 @@
|
|
4391
4352
|
.ui.vertical.buttons .button:only-child {
|
4392
4353
|
border-radius: 0.28571429rem;
|
4393
4354
|
}
|
4355
|
+
.ui.vertical.buttons .basic.button:not(:first-child) {
|
4356
|
+
border-top: none;
|
4357
|
+
}
|
4358
|
+
.ui.wrapping.buttons {
|
4359
|
+
-ms-flex-wrap: wrap;
|
4360
|
+
flex-wrap: wrap;
|
4361
|
+
}
|
4362
|
+
.ui.wrapping.basic.buttons {
|
4363
|
+
border-bottom: none;
|
4364
|
+
}
|
4365
|
+
.ui.wrapping.basic.buttons .button {
|
4366
|
+
border-bottom: 1px solid rgba(34, 36, 38, 0.15);
|
4367
|
+
}
|
4368
|
+
.ui.wrapping.basic.buttons .button:hover {
|
4369
|
+
background: transparent !important;
|
4370
|
+
}
|
4371
|
+
.ui.compact.wrapping.buttons .button {
|
4372
|
+
-webkit-box-flex: 0;
|
4373
|
+
-ms-flex: none;
|
4374
|
+
flex: none;
|
4375
|
+
}
|
4376
|
+
.ui.wrapped.buttons:not(.spaced) {
|
4377
|
+
border-top-right-radius: 0;
|
4378
|
+
}
|
4379
|
+
.ui.wrapped.buttons:not(.spaced) .button:first-child {
|
4380
|
+
border-radius: 0.28571429rem 0 0 0;
|
4381
|
+
}
|
4382
|
+
.ui.wrapped.buttons:not(.spaced) .button:last-child {
|
4383
|
+
border-radius: 0 0 0.28571429rem 0;
|
4384
|
+
}
|
4385
|
+
.ui.wrapped[class*="top attached"].buttons {
|
4386
|
+
border-radius: 0.28571429rem 0 0 0;
|
4387
|
+
}
|
4388
|
+
.ui.wrapped[class*="top attached"].buttons .button:last-child {
|
4389
|
+
border-radius: 0;
|
4390
|
+
}
|
4391
|
+
.ui.wrapped[class*="bottom attached"].buttons {
|
4392
|
+
border-radius: 0 0 0 0.28571429rem;
|
4393
|
+
}
|
4394
|
+
.ui.wrapped[class*="bottom attached"].buttons .button:first-child {
|
4395
|
+
border-radius: 0;
|
4396
|
+
}
|
4397
|
+
.ui.spaced.buttons .ui.button {
|
4398
|
+
margin-bottom: 1em;
|
4399
|
+
margin-right: 1em;
|
4400
|
+
border-radius: 0.28571429rem;
|
4401
|
+
}
|
4402
|
+
.ui.spaced.basic.buttons {
|
4403
|
+
border: none;
|
4404
|
+
}
|
4405
|
+
.ui.spaced.basic.buttons .button {
|
4406
|
+
border: 1px solid rgba(34, 36, 38, 0.15);
|
4407
|
+
}
|
4408
|
+
.ui.spaced.basic.buttons .button.basic {
|
4409
|
+
border: none;
|
4410
|
+
}
|
4411
|
+
.ui.spaced.basic.vertical.buttons .button:first-child {
|
4412
|
+
border-top: 1px solid rgba(34, 36, 38, 0.15);
|
4413
|
+
}
|
4414
|
+
.ui.spaced.basic.wrapping.buttons .button:not(.basic) {
|
4415
|
+
border-top: 1px solid rgba(34, 36, 38, 0.15);
|
4416
|
+
border-right: 1px solid rgba(34, 36, 38, 0.15);
|
4417
|
+
}
|
4418
|
+
.ui.spaced.basic.wrapping.buttons .button:not(.basic):first-child {
|
4419
|
+
border-left: 1px solid rgba(34, 36, 38, 0.15);
|
4420
|
+
}
|
4421
|
+
.ui.spaced.basic.inverted.buttons .basic.button {
|
4422
|
+
margin-bottom: calc(1em + 1px);
|
4423
|
+
margin-top: 1px;
|
4424
|
+
}
|
4425
|
+
.ui.basic.buttons:not(.vertical).inverted .button,
|
4426
|
+
.ui.basic.buttons:not(.vertical) .basic.button {
|
4427
|
+
margin-left: -1px;
|
4428
|
+
border-right: none;
|
4429
|
+
}
|
4430
|
+
.ui.basic.buttons:not(.vertical):not(.spaced):not(.inverted) .basic.button {
|
4431
|
+
margin-top: -1px;
|
4432
|
+
border-bottom: none;
|
4433
|
+
}
|
4434
|
+
.ui.inverted.basic.buttons:not(.spaced) .button,
|
4435
|
+
.ui.attached.basic.buttons:not(.wrapping):not(.inverted) .basic.button {
|
4436
|
+
margin-bottom: -1px;
|
4437
|
+
}
|
4438
|
+
.ui.basic.buttons:not(.vertical):not(.attached):not(.spaced):not(.wrapping):not(.inverted) .basic.button {
|
4439
|
+
margin-bottom: -1px;
|
4440
|
+
}
|
4394
4441
|
|
4395
4442
|
|
4396
4443
|
/*******************************
|