fomantic-ui 2.9.0-beta.99 → 2.9.1-beta.0
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 +86 -1
- 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/CHANGELOG.md +925 -650
- package/CONTRIBUTORS.md +16 -1
- package/FAQ.md +38 -38
- package/README.md +7 -7
- package/dist/components/accordion.css +136 -40
- package/dist/components/accordion.js +10 -4
- 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 +82 -25
- 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 +124 -77
- package/dist/components/button.min.css +2 -2
- package/dist/components/calendar.css +18 -1
- package/dist/components/calendar.js +92 -73
- package/dist/components/calendar.min.css +2 -2
- package/dist/components/calendar.min.js +3 -3
- package/dist/components/card.css +729 -99
- package/dist/components/card.min.css +2 -2
- package/dist/components/checkbox.css +92 -92
- package/dist/components/checkbox.js +4 -3
- package/dist/components/checkbox.min.css +2 -2
- package/dist/components/checkbox.min.js +3 -3
- package/dist/components/comment.css +2 -2
- 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 +7 -6
- package/dist/components/dimmer.js +19 -10
- 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 +74 -47
- package/dist/components/dropdown.js +237 -188
- 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 +14 -10
- package/dist/components/embed.min.css +2 -2
- package/dist/components/embed.min.js +3 -3
- package/dist/components/emoji.css +10797 -8839
- package/dist/components/emoji.min.css +1 -1
- package/dist/components/feed.css +2 -2
- package/dist/components/feed.min.css +2 -2
- package/dist/components/flag.css +563 -563
- package/dist/components/flag.min.css +2 -2
- package/dist/components/flyout.css +592 -0
- package/dist/components/flyout.js +1530 -0
- package/dist/components/flyout.min.css +9 -0
- package/dist/components/flyout.min.js +11 -0
- package/dist/components/form.css +67 -39
- package/dist/components/form.js +25 -21
- package/dist/components/form.min.css +2 -2
- package/dist/components/form.min.js +3 -3
- package/dist/components/grid.css +15 -14
- 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 +2105 -2061
- 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 +743 -21
- package/dist/components/input.min.css +2 -2
- package/dist/components/item.css +5 -5
- 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 +79 -71
- package/dist/components/menu.min.css +1 -1
- package/dist/components/message.css +3 -3
- package/dist/components/message.min.css +2 -2
- package/dist/components/modal.css +35 -6
- package/dist/components/modal.js +97 -57
- 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 +3 -3
- 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 +100 -104
- package/dist/components/popup.js +17 -23
- 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 +1 -1
- package/dist/components/rating.js +8 -4
- package/dist/components/rating.min.css +1 -1
- 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 +48 -21
- package/dist/components/search.min.css +2 -2
- package/dist/components/search.min.js +3 -3
- package/dist/components/segment.css +107 -29
- package/dist/components/segment.min.css +2 -2
- package/dist/components/shape.css +1 -1
- package/dist/components/shape.js +4 -4
- package/dist/components/shape.min.css +1 -1
- package/dist/components/shape.min.js +3 -3
- package/dist/components/sidebar.css +20 -8
- package/dist/components/sidebar.js +141 -44
- package/dist/components/sidebar.min.css +2 -2
- package/dist/components/sidebar.min.js +3 -3
- package/dist/components/site.css +79 -4
- package/dist/components/site.js +2 -2
- 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 +79 -64
- package/dist/components/slider.min.css +1 -1
- package/dist/components/slider.min.js +3 -3
- package/dist/components/state.js +3 -3
- 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 +30 -30
- package/dist/components/step.min.css +2 -2
- package/dist/components/sticky.css +1 -1
- package/dist/components/sticky.js +30 -19
- 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 +25 -7
- package/dist/components/tab.min.css +2 -2
- package/dist/components/tab.min.js +3 -3
- package/dist/components/table.css +1680 -270
- 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 +11 -1
- package/dist/components/toast.js +19 -12
- 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 +27 -22
- package/dist/components/transition.min.css +1 -1
- package/dist/components/transition.min.js +3 -3
- package/dist/components/visibility.js +5 -5
- package/dist/components/visibility.min.js +3 -3
- package/dist/semantic.css +41415 -34430
- package/dist/semantic.js +2597 -696
- 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.woff +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.woff2 +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.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 +3 -3
- package/examples/assets/library/iframe.js +3 -3
- 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/sticky-context.html +197 -0
- package/examples/components/table.html +1 -1
- package/package.json +19 -17
- package/scripts/nightly-version.js +47 -38
- package/src/definitions/behaviors/api.js +81 -24
- package/src/definitions/behaviors/form.js +24 -20
- package/src/definitions/behaviors/state.js +2 -2
- package/src/definitions/behaviors/visibility.js +4 -4
- package/src/definitions/collections/form.less +43 -31
- package/src/definitions/collections/grid.less +11 -11
- package/src/definitions/collections/menu.less +62 -47
- package/src/definitions/collections/message.less +1 -1
- package/src/definitions/collections/table.less +636 -39
- package/src/definitions/elements/button.less +254 -125
- package/src/definitions/elements/container.less +129 -0
- package/src/definitions/elements/divider.less +24 -24
- package/src/definitions/elements/emoji.less +25 -2
- package/src/definitions/elements/flag.less +47 -1
- package/src/definitions/elements/header.less +4 -2
- package/src/definitions/elements/icon.less +91 -12
- package/src/definitions/elements/input.less +259 -27
- package/src/definitions/elements/label.less +42 -39
- package/src/definitions/elements/list.less +29 -30
- package/src/definitions/elements/loader.less +87 -87
- package/src/definitions/elements/placeholder.less +32 -32
- package/src/definitions/elements/segment.less +147 -34
- package/src/definitions/elements/step.less +25 -25
- package/src/definitions/globals/reset.less +2 -2
- package/src/definitions/globals/site.js +1 -1
- package/src/definitions/globals/site.less +14 -12
- package/src/definitions/modules/accordion.js +9 -3
- package/src/definitions/modules/accordion.less +371 -269
- package/src/definitions/modules/calendar.js +91 -72
- package/src/definitions/modules/calendar.less +20 -0
- package/src/definitions/modules/checkbox.js +3 -2
- package/src/definitions/modules/checkbox.less +53 -53
- package/src/definitions/modules/dimmer.js +18 -9
- package/src/definitions/modules/dimmer.less +11 -10
- package/src/definitions/modules/dropdown.js +236 -187
- package/src/definitions/modules/dropdown.less +110 -77
- package/src/definitions/modules/embed.js +13 -9
- package/src/definitions/modules/embed.less +4 -4
- package/src/definitions/modules/flyout.js +1530 -0
- package/src/definitions/modules/flyout.less +650 -0
- package/src/definitions/modules/modal.js +96 -56
- package/src/definitions/modules/modal.less +68 -33
- package/src/definitions/modules/nag.js +2 -2
- package/src/definitions/modules/popup.js +16 -22
- package/src/definitions/modules/popup.less +86 -90
- package/src/definitions/modules/progress.js +5 -2
- package/src/definitions/modules/rating.js +7 -3
- package/src/definitions/modules/search.js +47 -20
- package/src/definitions/modules/search.less +3 -3
- package/src/definitions/modules/shape.js +3 -3
- package/src/definitions/modules/sidebar.js +140 -43
- package/src/definitions/modules/sidebar.less +20 -5
- package/src/definitions/modules/slider.js +78 -63
- package/src/definitions/modules/slider.less +9 -9
- package/src/definitions/modules/sticky.js +29 -18
- package/src/definitions/modules/sticky.less +3 -1
- package/src/definitions/modules/tab.js +24 -6
- package/src/definitions/modules/tab.less +4 -4
- package/src/definitions/modules/toast.js +18 -11
- package/src/definitions/modules/toast.less +6 -0
- package/src/definitions/modules/transition.js +26 -21
- package/src/definitions/views/ad.less +3 -3
- package/src/definitions/views/card.less +124 -18
- package/src/definitions/views/comment.less +1 -1
- package/src/definitions/views/feed.less +1 -1
- package/src/definitions/views/item.less +3 -3
- package/src/definitions/views/statistic.less +1 -1
- package/src/semantic.less +1 -0
- package/src/theme.config.example +1 -0
- 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/icon.variables +16 -6
- 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.woff +0 -0
- package/src/themes/default/assets/fonts/brand-icons.woff2 +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.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/table.variables +52 -0
- package/src/themes/default/elements/button.variables +5 -0
- 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 +3563 -1
- package/src/themes/default/elements/flag.overrides +0 -1640
- package/src/themes/default/elements/flag.variables +1597 -1
- package/src/themes/default/elements/icon.overrides +1 -2043
- package/src/themes/default/elements/icon.variables +2045 -30
- 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 -7
- package/src/themes/default/globals/site.variables +103 -8
- package/src/themes/default/globals/variation.variables +59 -0
- package/src/themes/default/modules/accordion.overrides +7 -9
- package/src/themes/default/modules/accordion.variables +34 -2
- package/src/themes/default/modules/calendar.variables +3 -0
- package/src/themes/default/modules/checkbox.overrides +10 -12
- package/src/themes/default/modules/checkbox.variables +5 -5
- package/src/themes/default/modules/dropdown.overrides +6 -9
- package/src/themes/default/modules/dropdown.variables +6 -9
- package/src/themes/default/modules/flyout.overrides +3 -0
- package/src/themes/default/modules/flyout.variables +100 -0
- package/src/themes/default/modules/modal.variables +16 -2
- package/src/themes/default/modules/popup.variables +0 -2
- package/src/themes/default/modules/sidebar.variables +4 -1
- 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 +496 -496
- package/src/themes/famfamfam/elements/flag.variables +8 -1
- package/src/themes/github/elements/icon.overrides +206 -206
- package/src/themes/github/elements/icon.variables +16 -1
- 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 +7 -10
- 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 +3562 -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/elements/icon.variables +17 -0
- 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 +3558 -6
- package/tasks/admin/distributions/create.js +1 -1
- 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 +3 -3
- 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/release.js +1 -0
- package/tasks/config/admin/templates/composer.json +1 -1
- package/tasks/config/admin/templates/css-package.js +8 -12
- package/tasks/config/admin/templates/less-package.js +2 -2
- package/tasks/config/defaults.js +1 -0
- package/tasks/config/project/install.js +16 -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 +2 -2
- 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
- package/dist/themes/basic/assets/fonts/icons.eot +0 -0
- package/dist/themes/basic/assets/fonts/icons.svg +0 -450
- package/dist/themes/basic/assets/fonts/icons.ttf +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.eot +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.svg +0 -3570
- package/dist/themes/default/assets/fonts/brand-icons.ttf +0 -0
- package/dist/themes/default/assets/fonts/icons.eot +0 -0
- package/dist/themes/default/assets/fonts/icons.svg +0 -4938
- package/dist/themes/default/assets/fonts/icons.ttf +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.eot +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.svg +0 -803
- package/dist/themes/default/assets/fonts/outline-icons.ttf +0 -0
- package/dist/themes/github/assets/fonts/octicons-local.ttf +0 -0
- package/dist/themes/github/assets/fonts/octicons.svg +0 -200
- package/dist/themes/github/assets/fonts/octicons.ttf +0 -0
- package/dist/themes/material/assets/fonts/icons.eot +0 -0
- package/dist/themes/material/assets/fonts/icons.svg +0 -2373
- package/dist/themes/material/assets/fonts/icons.ttf +0 -0
- package/src/themes/basic/assets/fonts/icons.eot +0 -0
- package/src/themes/basic/assets/fonts/icons.svg +0 -450
- package/src/themes/basic/assets/fonts/icons.ttf +0 -0
- package/src/themes/default/assets/fonts/brand-icons.eot +0 -0
- package/src/themes/default/assets/fonts/brand-icons.svg +0 -3570
- package/src/themes/default/assets/fonts/brand-icons.ttf +0 -0
- package/src/themes/default/assets/fonts/icons.eot +0 -0
- package/src/themes/default/assets/fonts/icons.svg +0 -4938
- package/src/themes/default/assets/fonts/icons.ttf +0 -0
- package/src/themes/default/assets/fonts/outline-icons.eot +0 -0
- package/src/themes/default/assets/fonts/outline-icons.svg +0 -803
- package/src/themes/default/assets/fonts/outline-icons.ttf +0 -0
- package/src/themes/github/assets/fonts/octicons-local.ttf +0 -0
- package/src/themes/github/assets/fonts/octicons.svg +0 -200
- package/src/themes/github/assets/fonts/octicons.ttf +0 -0
- package/src/themes/material/assets/fonts/icons.eot +0 -0
- package/src/themes/material/assets/fonts/icons.svg +0 -2373
- package/src/themes/material/assets/fonts/icons.ttf +0 -0
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.9.
|
2
|
+
* # Fomantic-UI 2.9.1-beta.0+a290620 - Input
|
3
3
|
* http://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
@@ -37,7 +37,7 @@
|
|
37
37
|
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
|
38
38
|
text-align: left;
|
39
39
|
line-height: 1.21428571em;
|
40
|
-
font-family: 'Lato',
|
40
|
+
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";
|
41
41
|
background: #FFFFFF;
|
42
42
|
border: 1px solid rgba(34, 36, 38, 0.15);
|
43
43
|
color: rgba(0, 0, 0, 0.87);
|
@@ -52,6 +52,13 @@
|
|
52
52
|
.ui.input > input:not([type="color"]) {
|
53
53
|
padding: 0.67857143em 1em;
|
54
54
|
}
|
55
|
+
.ui.input > input::-webkit-calendar-picker-indicator {
|
56
|
+
padding: 0;
|
57
|
+
opacity: 0.5;
|
58
|
+
-webkit-transition: opacity 0.3s ease;
|
59
|
+
transition: opacity 0.3s ease;
|
60
|
+
cursor: pointer;
|
61
|
+
}
|
55
62
|
|
56
63
|
/*--------------------
|
57
64
|
Placeholder
|
@@ -106,7 +113,7 @@
|
|
106
113
|
Loading
|
107
114
|
---------------------*/
|
108
115
|
|
109
|
-
.ui.loading.loading.input > i.icon
|
116
|
+
.ui.loading.loading.input > i.icon::before {
|
110
117
|
position: absolute;
|
111
118
|
content: '';
|
112
119
|
top: 50%;
|
@@ -117,7 +124,7 @@
|
|
117
124
|
border-radius: 500rem;
|
118
125
|
border: 0.2em solid rgba(0, 0, 0, 0.1);
|
119
126
|
}
|
120
|
-
.ui.loading.loading.input > i.icon
|
127
|
+
.ui.loading.loading.input > i.icon::after {
|
121
128
|
position: absolute;
|
122
129
|
content: '';
|
123
130
|
top: 50%;
|
@@ -169,6 +176,18 @@
|
|
169
176
|
-webkit-box-shadow: none;
|
170
177
|
box-shadow: none;
|
171
178
|
}
|
179
|
+
.ui.input > input:not(:-moz-placeholder-shown):invalid {
|
180
|
+
background-color: #FFF6F6;
|
181
|
+
border-color: #E0B4B4;
|
182
|
+
color: #9F3A38;
|
183
|
+
box-shadow: none;
|
184
|
+
}
|
185
|
+
.ui.input > input:not(:-ms-input-placeholder):invalid {
|
186
|
+
background-color: #FFF6F6;
|
187
|
+
border-color: #E0B4B4;
|
188
|
+
color: #9F3A38;
|
189
|
+
box-shadow: none;
|
190
|
+
}
|
172
191
|
.ui.input > input:not(:placeholder-shown):invalid {
|
173
192
|
background-color: #FFF6F6;
|
174
193
|
border-color: #E0B4B4;
|
@@ -368,12 +387,12 @@
|
|
368
387
|
.ui.icon.input > i.icon:not(.link) {
|
369
388
|
pointer-events: none;
|
370
389
|
}
|
371
|
-
.ui.ui.ui.ui.icon.input > textarea,
|
372
|
-
.ui.ui.ui.ui.icon.input > input {
|
390
|
+
.ui.ui.ui.ui.icon.input:not(.corner) > textarea,
|
391
|
+
.ui.ui.ui.ui.icon.input:not(.corner) > input {
|
373
392
|
padding-right: 2.67142857em;
|
374
393
|
}
|
375
|
-
.ui.icon.input > i.icon
|
376
|
-
.ui.icon.input > i.icon
|
394
|
+
.ui.icon.input > i.icon::before,
|
395
|
+
.ui.icon.input > i.icon::after {
|
377
396
|
left: 0;
|
378
397
|
position: absolute;
|
379
398
|
text-align: center;
|
@@ -399,13 +418,17 @@
|
|
399
418
|
right: auto;
|
400
419
|
left: 0.5em;
|
401
420
|
}
|
402
|
-
.ui.ui.ui.ui[class*="left icon"].input > textarea,
|
403
|
-
.ui.ui.ui.ui[class*="left icon"].input > input {
|
421
|
+
.ui.ui.ui.ui[class*="left icon"]:not([class*="left corner"]).input > textarea,
|
422
|
+
.ui.ui.ui.ui[class*="left icon"]:not([class*="left corner"]).input > input {
|
404
423
|
padding-left: 2.67142857em;
|
424
|
+
}
|
425
|
+
.ui.ui.ui.ui[class*="left icon"]:not(.corner).input > textarea,
|
426
|
+
.ui.ui.ui.ui[class*="left icon"]:not(.corner).input > input {
|
405
427
|
padding-right: 1em;
|
406
428
|
}
|
407
429
|
|
408
430
|
/* Focus */
|
431
|
+
.ui.input > input:focus::-webkit-calendar-picker-indicator,
|
409
432
|
.ui.icon.input > textarea:focus ~ i.icon,
|
410
433
|
.ui.icon.input > input:focus ~ i.icon {
|
411
434
|
opacity: 1;
|
@@ -466,30 +489,88 @@
|
|
466
489
|
}
|
467
490
|
|
468
491
|
/* Spacing with corner label */
|
469
|
-
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).
|
470
|
-
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).
|
471
|
-
|
492
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).input > .ui.dropdown,
|
493
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).input > textarea,
|
494
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).input > input {
|
495
|
+
padding-right: 2.5em;
|
472
496
|
}
|
497
|
+
.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > .ui.dropdown,
|
473
498
|
.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > textarea,
|
474
499
|
.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > input {
|
475
|
-
padding-right: 3.25em
|
500
|
+
padding-right: 3.25em;
|
476
501
|
}
|
477
502
|
.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > i.icon {
|
478
503
|
margin-right: 1.25em;
|
479
504
|
}
|
480
505
|
|
481
506
|
/* Left Labeled */
|
482
|
-
.ui[class*="left
|
483
|
-
.ui[class*="left corner labeled"].
|
484
|
-
|
485
|
-
|
486
|
-
|
487
|
-
|
488
|
-
|
507
|
+
.ui[class*="left icon"].input > .ui.dropdown,
|
508
|
+
.ui[class*="left corner labeled"].input > .ui.dropdown,
|
509
|
+
.ui[class*="left corner labeled"].input > textarea,
|
510
|
+
.ui[class*="left corner labeled"].input > input {
|
511
|
+
padding-left: 2.5em;
|
512
|
+
}
|
513
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"])[class*="left icon"].input > .ui.dropdown,
|
514
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"])[class*="left icon"].input > textarea,
|
515
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"])[class*="left icon"].input > input {
|
516
|
+
padding-right: 3.25em;
|
517
|
+
}
|
518
|
+
.ui[class*="left corner labeled"][class*="left icon"].input > .ui.dropdown,
|
519
|
+
.ui[class*="left corner labeled"][class*="left icon"].input > textarea,
|
520
|
+
.ui[class*="left corner labeled"][class*="left icon"].input > input {
|
521
|
+
padding-left: 4em;
|
489
522
|
}
|
490
523
|
.ui[class*="left corner labeled"].icon.input > i.icon {
|
491
524
|
margin-left: 1.25em;
|
492
525
|
}
|
526
|
+
.ui[class*="left corner labeled"].icon:not([class*="left icon"]).input > input {
|
527
|
+
padding-right: 2.5em;
|
528
|
+
}
|
529
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).icon:not([class*="left icon"]).input > input {
|
530
|
+
padding-right: 5em;
|
531
|
+
}
|
532
|
+
.ui[class*="left icon"].input > .ui.dropdown > .search,
|
533
|
+
.ui[class*="left corner labeled"].input > .ui.dropdown > .search {
|
534
|
+
padding-left: 2.5em;
|
535
|
+
}
|
536
|
+
.ui[class*="left icon"].input > .ui.dropdown > .menu,
|
537
|
+
.ui[class*="left corner labeled"].input > .ui.dropdown > .menu {
|
538
|
+
padding-left: 1.25em;
|
539
|
+
}
|
540
|
+
.ui[class*="left icon"].input > .ui.dropdown > .menu > .item,
|
541
|
+
.ui[class*="left corner labeled"].input > .ui.dropdown > .menu > .item {
|
542
|
+
padding-left: 2.5em;
|
543
|
+
margin-left: -1.25em;
|
544
|
+
}
|
545
|
+
.ui[class*="left corner labeled"][class*="left icon"].input > .ui.dropdown > .search {
|
546
|
+
padding-left: 4em;
|
547
|
+
}
|
548
|
+
.ui[class*="left corner labeled"][class*="left icon"].input > .ui.dropdown > .menu > .item {
|
549
|
+
padding-left: 4em;
|
550
|
+
}
|
551
|
+
.ui.icon.input:not([class*="left icon"]) > .ui.dropdown > .search,
|
552
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).input > .ui.dropdown > .search {
|
553
|
+
padding-right: 5.75em;
|
554
|
+
}
|
555
|
+
.ui.icon.input:not([class*="left icon"]) > .ui.dropdown > .remove.icon,
|
556
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).input > .ui.dropdown > .remove.icon,
|
557
|
+
.ui.icon.input:not([class*="left icon"]) > .ui.dropdown > .dropdown.icon,
|
558
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).input > .ui.dropdown > .dropdown.icon {
|
559
|
+
padding-right: 2.5em;
|
560
|
+
}
|
561
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).icon:not([class*="left icon"]).input > .ui.dropdown > .search {
|
562
|
+
padding-right: 7.25em;
|
563
|
+
}
|
564
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).icon:not([class*="left icon"]).input > .ui.dropdown > .remove.icon,
|
565
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).icon:not([class*="left icon"]).input > .ui.dropdown > .dropdown.icon {
|
566
|
+
padding-right: 4em;
|
567
|
+
}
|
568
|
+
.ui.icon.input > .ui.visible.dropdown ~ i.icon,
|
569
|
+
.ui.icon.input > .ui.active.dropdown ~ i.icon,
|
570
|
+
.ui[class*="corner labeled"].input > .ui.visible.dropdown ~ .ui.corner.label,
|
571
|
+
.ui[class*="corner labeled"].input > .ui.active.dropdown ~ .ui.corner.label {
|
572
|
+
z-index: 10;
|
573
|
+
}
|
493
574
|
.ui.icon.input > textarea ~ i.icon {
|
494
575
|
height: 3em;
|
495
576
|
}
|
@@ -684,6 +765,647 @@
|
|
684
765
|
width: 0 !important;
|
685
766
|
}
|
686
767
|
|
768
|
+
/*--------------------
|
769
|
+
File
|
770
|
+
---------------------*/
|
771
|
+
|
772
|
+
|
773
|
+
/* width hack for chrome/edge */
|
774
|
+
.ui.file.input {
|
775
|
+
width: 100%;
|
776
|
+
}
|
777
|
+
.ui.file.input input[type="file"] {
|
778
|
+
width: 0;
|
779
|
+
}
|
780
|
+
.ui.form .field > input[type="file"],
|
781
|
+
.ui.file.input:not(.action) input[type="file"] {
|
782
|
+
padding: 0;
|
783
|
+
}
|
784
|
+
.ui.action.file.input input[type="file"]::-webkit-file-upload-button {
|
785
|
+
display: none;
|
786
|
+
}
|
787
|
+
.ui.form .field input[type="file"]::-webkit-file-upload-button,
|
788
|
+
.ui.file.input input[type="file"]::-webkit-file-upload-button {
|
789
|
+
border: none;
|
790
|
+
cursor: pointer;
|
791
|
+
padding: 0.67857143em 1em;
|
792
|
+
margin-right: 1em;
|
793
|
+
background: #e0e1e2;
|
794
|
+
font-weight: bold;
|
795
|
+
color: rgba(0, 0, 0, 0.6);
|
796
|
+
}
|
797
|
+
.ui.form .field input[type="file"]::-webkit-file-upload-button:hover,
|
798
|
+
.ui.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
799
|
+
background: #cacbcd;
|
800
|
+
color: rgba(0, 0, 0, 0.6);
|
801
|
+
}
|
802
|
+
.ui.action.file.input input[type="file"]::-ms-browse {
|
803
|
+
display: none;
|
804
|
+
}
|
805
|
+
.ui.form .field input[type="file"]::-ms-browse,
|
806
|
+
.ui.file.input input[type="file"]::-ms-browse {
|
807
|
+
border: none;
|
808
|
+
cursor: pointer;
|
809
|
+
padding: 0.67857143em 1em;
|
810
|
+
margin: 0;
|
811
|
+
background: #e0e1e2;
|
812
|
+
font-weight: bold;
|
813
|
+
color: rgba(0, 0, 0, 0.6);
|
814
|
+
}
|
815
|
+
.ui.form .field input[type="file"]::-ms-browse:hover,
|
816
|
+
.ui.file.input input[type="file"]::-ms-browse:hover {
|
817
|
+
background: #cacbcd;
|
818
|
+
color: rgba(0, 0, 0, 0.6);
|
819
|
+
}
|
820
|
+
|
821
|
+
/* IE needs additional styling for input field :S */
|
822
|
+
@media all and (-ms-high-contrast: none) {
|
823
|
+
.ui.file.input > input[type="file"],
|
824
|
+
input[type="file"].ui.file.input {
|
825
|
+
padding: 0 !important;
|
826
|
+
}
|
827
|
+
}
|
828
|
+
.ui.action.file.input input[type="file"]::file-selector-button {
|
829
|
+
display: none;
|
830
|
+
}
|
831
|
+
.ui.form .field input[type="file"]::file-selector-button,
|
832
|
+
.ui.file.input input[type="file"]::file-selector-button {
|
833
|
+
border: none;
|
834
|
+
cursor: pointer;
|
835
|
+
padding: 0.67857143em 1em;
|
836
|
+
margin-right: 1em;
|
837
|
+
background: #e0e1e2;
|
838
|
+
font-weight: bold;
|
839
|
+
color: rgba(0, 0, 0, 0.6);
|
840
|
+
}
|
841
|
+
.ui.form .field input[type="file"]::file-selector-button:hover,
|
842
|
+
.ui.file.input input[type="file"]::file-selector-button:hover {
|
843
|
+
background: #cacbcd;
|
844
|
+
color: rgba(0, 0, 0, 0.6);
|
845
|
+
}
|
846
|
+
.ui.form .field input[type="file"]:required:invalid,
|
847
|
+
.ui.file.input input[type="file"]:required:invalid {
|
848
|
+
color: #9F3A38;
|
849
|
+
background: #FFF6F6;
|
850
|
+
border-color: #E0B4B4;
|
851
|
+
}
|
852
|
+
input[type="file"].ui.invisible.file.input,
|
853
|
+
.ui.invisible.file.input input[type="file"] {
|
854
|
+
left: -99999px;
|
855
|
+
position: absolute;
|
856
|
+
}
|
857
|
+
input[type="file"].ui.file.input:focus + label.ui.button:not(.basic):not(.tertiary),
|
858
|
+
.ui.file.input input[type="file"]:focus + label.ui.button:not(.basic):not(.tertiary) {
|
859
|
+
background: #cacbcd;
|
860
|
+
color: rgba(0, 0, 0, 0.8);
|
861
|
+
}
|
862
|
+
input[type="file"].ui.file.input:focus + label.ui.button:not(.basic):not(.tertiary).inverted,
|
863
|
+
.ui.file.input input[type="file"]:focus + label.ui.button:not(.basic):not(.tertiary).inverted {
|
864
|
+
background: #FFFFFF;
|
865
|
+
}
|
866
|
+
|
867
|
+
/* this is related to existing buttons, so the button color variable is used here! */
|
868
|
+
input[type="file"].ui.file.input:focus + label.ui.primary.button:not(.basic):not(.tertiary),
|
869
|
+
.ui.file.input input[type="file"]:focus + label.ui.primary.button:not(.basic):not(.tertiary) {
|
870
|
+
background-color: #1678c2;
|
871
|
+
color: #FFFFFF;
|
872
|
+
}
|
873
|
+
input[type="file"].ui.file.input:focus + label.ui.primary.button:not(.basic):not(.tertiary).inverted,
|
874
|
+
.ui.file.input input[type="file"]:focus + label.ui.primary.button:not(.basic):not(.tertiary).inverted {
|
875
|
+
background-color: #21b8ff;
|
876
|
+
}
|
877
|
+
input[type="file"].ui.file.input:focus + label.ui.secondary.button:not(.basic):not(.tertiary),
|
878
|
+
.ui.file.input input[type="file"]:focus + label.ui.secondary.button:not(.basic):not(.tertiary) {
|
879
|
+
background-color: #27292a;
|
880
|
+
color: #FFFFFF;
|
881
|
+
}
|
882
|
+
input[type="file"].ui.file.input:focus + label.ui.secondary.button:not(.basic):not(.tertiary).inverted,
|
883
|
+
.ui.file.input input[type="file"]:focus + label.ui.secondary.button:not(.basic):not(.tertiary).inverted {
|
884
|
+
background-color: #6e6e6e;
|
885
|
+
}
|
886
|
+
input[type="file"].ui.file.input:focus + label.ui.red.button:not(.basic):not(.tertiary),
|
887
|
+
.ui.file.input input[type="file"]:focus + label.ui.red.button:not(.basic):not(.tertiary) {
|
888
|
+
background-color: #d01919;
|
889
|
+
color: #FFFFFF;
|
890
|
+
}
|
891
|
+
input[type="file"].ui.file.input:focus + label.ui.red.button:not(.basic):not(.tertiary).inverted,
|
892
|
+
.ui.file.input input[type="file"]:focus + label.ui.red.button:not(.basic):not(.tertiary).inverted {
|
893
|
+
background-color: #ff392b;
|
894
|
+
}
|
895
|
+
input[type="file"].ui.file.input:focus + label.ui.orange.button:not(.basic):not(.tertiary),
|
896
|
+
.ui.file.input input[type="file"]:focus + label.ui.orange.button:not(.basic):not(.tertiary) {
|
897
|
+
background-color: #f26202;
|
898
|
+
color: #FFFFFF;
|
899
|
+
}
|
900
|
+
input[type="file"].ui.file.input:focus + label.ui.orange.button:not(.basic):not(.tertiary).inverted,
|
901
|
+
.ui.file.input input[type="file"]:focus + label.ui.orange.button:not(.basic):not(.tertiary).inverted {
|
902
|
+
background-color: #e76b00;
|
903
|
+
}
|
904
|
+
input[type="file"].ui.file.input:focus + label.ui.yellow.button:not(.basic):not(.tertiary),
|
905
|
+
.ui.file.input input[type="file"]:focus + label.ui.yellow.button:not(.basic):not(.tertiary) {
|
906
|
+
background-color: #eaae00;
|
907
|
+
color: #FFFFFF;
|
908
|
+
}
|
909
|
+
input[type="file"].ui.file.input:focus + label.ui.yellow.button:not(.basic):not(.tertiary).inverted,
|
910
|
+
.ui.file.input input[type="file"]:focus + label.ui.yellow.button:not(.basic):not(.tertiary).inverted {
|
911
|
+
background-color: #ebcd00;
|
912
|
+
}
|
913
|
+
input[type="file"].ui.file.input:focus + label.ui.olive.button:not(.basic):not(.tertiary),
|
914
|
+
.ui.file.input input[type="file"]:focus + label.ui.olive.button:not(.basic):not(.tertiary) {
|
915
|
+
background-color: #a7bd0d;
|
916
|
+
color: #FFFFFF;
|
917
|
+
}
|
918
|
+
input[type="file"].ui.file.input:focus + label.ui.olive.button:not(.basic):not(.tertiary).inverted,
|
919
|
+
.ui.file.input input[type="file"]:focus + label.ui.olive.button:not(.basic):not(.tertiary).inverted {
|
920
|
+
background-color: #d2e745;
|
921
|
+
}
|
922
|
+
input[type="file"].ui.file.input:focus + label.ui.green.button:not(.basic):not(.tertiary),
|
923
|
+
.ui.file.input input[type="file"]:focus + label.ui.green.button:not(.basic):not(.tertiary) {
|
924
|
+
background-color: #16ab39;
|
925
|
+
color: #FFFFFF;
|
926
|
+
}
|
927
|
+
input[type="file"].ui.file.input:focus + label.ui.green.button:not(.basic):not(.tertiary).inverted,
|
928
|
+
.ui.file.input input[type="file"]:focus + label.ui.green.button:not(.basic):not(.tertiary).inverted {
|
929
|
+
background-color: #1ea92e;
|
930
|
+
}
|
931
|
+
input[type="file"].ui.file.input:focus + label.ui.teal.button:not(.basic):not(.tertiary),
|
932
|
+
.ui.file.input input[type="file"]:focus + label.ui.teal.button:not(.basic):not(.tertiary) {
|
933
|
+
background-color: #009c95;
|
934
|
+
color: #FFFFFF;
|
935
|
+
}
|
936
|
+
input[type="file"].ui.file.input:focus + label.ui.teal.button:not(.basic):not(.tertiary).inverted,
|
937
|
+
.ui.file.input input[type="file"]:focus + label.ui.teal.button:not(.basic):not(.tertiary).inverted {
|
938
|
+
background-color: #3affff;
|
939
|
+
}
|
940
|
+
input[type="file"].ui.file.input:focus + label.ui.blue.button:not(.basic):not(.tertiary),
|
941
|
+
.ui.file.input input[type="file"]:focus + label.ui.blue.button:not(.basic):not(.tertiary) {
|
942
|
+
background-color: #1678c2;
|
943
|
+
color: #FFFFFF;
|
944
|
+
}
|
945
|
+
input[type="file"].ui.file.input:focus + label.ui.blue.button:not(.basic):not(.tertiary).inverted,
|
946
|
+
.ui.file.input input[type="file"]:focus + label.ui.blue.button:not(.basic):not(.tertiary).inverted {
|
947
|
+
background-color: #21b8ff;
|
948
|
+
}
|
949
|
+
input[type="file"].ui.file.input:focus + label.ui.violet.button:not(.basic):not(.tertiary),
|
950
|
+
.ui.file.input input[type="file"]:focus + label.ui.violet.button:not(.basic):not(.tertiary) {
|
951
|
+
background-color: #5829bb;
|
952
|
+
color: #FFFFFF;
|
953
|
+
}
|
954
|
+
input[type="file"].ui.file.input:focus + label.ui.violet.button:not(.basic):not(.tertiary).inverted,
|
955
|
+
.ui.file.input input[type="file"]:focus + label.ui.violet.button:not(.basic):not(.tertiary).inverted {
|
956
|
+
background-color: #745aff;
|
957
|
+
}
|
958
|
+
input[type="file"].ui.file.input:focus + label.ui.purple.button:not(.basic):not(.tertiary),
|
959
|
+
.ui.file.input input[type="file"]:focus + label.ui.purple.button:not(.basic):not(.tertiary) {
|
960
|
+
background-color: #9627ba;
|
961
|
+
color: #FFFFFF;
|
962
|
+
}
|
963
|
+
input[type="file"].ui.file.input:focus + label.ui.purple.button:not(.basic):not(.tertiary).inverted,
|
964
|
+
.ui.file.input input[type="file"]:focus + label.ui.purple.button:not(.basic):not(.tertiary).inverted {
|
965
|
+
background-color: #cf40ff;
|
966
|
+
}
|
967
|
+
input[type="file"].ui.file.input:focus + label.ui.pink.button:not(.basic):not(.tertiary),
|
968
|
+
.ui.file.input input[type="file"]:focus + label.ui.pink.button:not(.basic):not(.tertiary) {
|
969
|
+
background-color: #e61a8d;
|
970
|
+
color: #FFFFFF;
|
971
|
+
}
|
972
|
+
input[type="file"].ui.file.input:focus + label.ui.pink.button:not(.basic):not(.tertiary).inverted,
|
973
|
+
.ui.file.input input[type="file"]:focus + label.ui.pink.button:not(.basic):not(.tertiary).inverted {
|
974
|
+
background-color: #ff5bd1;
|
975
|
+
}
|
976
|
+
input[type="file"].ui.file.input:focus + label.ui.brown.button:not(.basic):not(.tertiary),
|
977
|
+
.ui.file.input input[type="file"]:focus + label.ui.brown.button:not(.basic):not(.tertiary) {
|
978
|
+
background-color: #975b33;
|
979
|
+
color: #FFFFFF;
|
980
|
+
}
|
981
|
+
input[type="file"].ui.file.input:focus + label.ui.brown.button:not(.basic):not(.tertiary).inverted,
|
982
|
+
.ui.file.input input[type="file"]:focus + label.ui.brown.button:not(.basic):not(.tertiary).inverted {
|
983
|
+
background-color: #b0620f;
|
984
|
+
}
|
985
|
+
input[type="file"].ui.file.input:focus + label.ui.grey.button:not(.basic):not(.tertiary),
|
986
|
+
.ui.file.input input[type="file"]:focus + label.ui.grey.button:not(.basic):not(.tertiary) {
|
987
|
+
background-color: #838383;
|
988
|
+
color: #FFFFFF;
|
989
|
+
}
|
990
|
+
input[type="file"].ui.file.input:focus + label.ui.grey.button:not(.basic):not(.tertiary).inverted,
|
991
|
+
.ui.file.input input[type="file"]:focus + label.ui.grey.button:not(.basic):not(.tertiary).inverted {
|
992
|
+
background-color: #c2c4c5;
|
993
|
+
}
|
994
|
+
input[type="file"].ui.file.input:focus + label.ui.black.button:not(.basic):not(.tertiary),
|
995
|
+
.ui.file.input input[type="file"]:focus + label.ui.black.button:not(.basic):not(.tertiary) {
|
996
|
+
background-color: #27292a;
|
997
|
+
color: #FFFFFF;
|
998
|
+
}
|
999
|
+
input[type="file"].ui.file.input:focus + label.ui.black.button:not(.basic):not(.tertiary).inverted,
|
1000
|
+
.ui.file.input input[type="file"]:focus + label.ui.black.button:not(.basic):not(.tertiary).inverted {
|
1001
|
+
background-color: #000000;
|
1002
|
+
}
|
1003
|
+
input[type="file"].ui.primary.file.input::-webkit-file-upload-button,
|
1004
|
+
.ui.primary.file.input input[type="file"]::-webkit-file-upload-button {
|
1005
|
+
background: #2185D0;
|
1006
|
+
color: #FFFFFF;
|
1007
|
+
}
|
1008
|
+
input[type="file"].ui.primary.file.input::-webkit-file-upload-button:hover,
|
1009
|
+
.ui.primary.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1010
|
+
background: #1678c2;
|
1011
|
+
}
|
1012
|
+
input[type="file"].ui.primary.file.input::-ms-browse,
|
1013
|
+
.ui.primary.file.input input[type="file"]::-ms-browse {
|
1014
|
+
background: #2185D0;
|
1015
|
+
color: #FFFFFF;
|
1016
|
+
}
|
1017
|
+
input[type="file"].ui.primary.file.input::-ms-browse:hover,
|
1018
|
+
.ui.primary.file.input input[type="file"]::-ms-browse:hover {
|
1019
|
+
background: #1678c2;
|
1020
|
+
}
|
1021
|
+
input[type="file"].ui.primary.file.input::file-selector-button,
|
1022
|
+
.ui.primary.file.input input[type="file"]::file-selector-button {
|
1023
|
+
background: #2185D0;
|
1024
|
+
color: #FFFFFF;
|
1025
|
+
}
|
1026
|
+
input[type="file"].ui.primary.file.input::file-selector-button:hover,
|
1027
|
+
.ui.primary.file.input input[type="file"]::file-selector-button:hover {
|
1028
|
+
background: #1678c2;
|
1029
|
+
}
|
1030
|
+
input[type="file"].ui.secondary.file.input::-webkit-file-upload-button,
|
1031
|
+
.ui.secondary.file.input input[type="file"]::-webkit-file-upload-button {
|
1032
|
+
background: #1B1C1D;
|
1033
|
+
color: #FFFFFF;
|
1034
|
+
}
|
1035
|
+
input[type="file"].ui.secondary.file.input::-webkit-file-upload-button:hover,
|
1036
|
+
.ui.secondary.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1037
|
+
background: #27292a;
|
1038
|
+
}
|
1039
|
+
input[type="file"].ui.secondary.file.input::-ms-browse,
|
1040
|
+
.ui.secondary.file.input input[type="file"]::-ms-browse {
|
1041
|
+
background: #1B1C1D;
|
1042
|
+
color: #FFFFFF;
|
1043
|
+
}
|
1044
|
+
input[type="file"].ui.secondary.file.input::-ms-browse:hover,
|
1045
|
+
.ui.secondary.file.input input[type="file"]::-ms-browse:hover {
|
1046
|
+
background: #27292a;
|
1047
|
+
}
|
1048
|
+
input[type="file"].ui.secondary.file.input::file-selector-button,
|
1049
|
+
.ui.secondary.file.input input[type="file"]::file-selector-button {
|
1050
|
+
background: #1B1C1D;
|
1051
|
+
color: #FFFFFF;
|
1052
|
+
}
|
1053
|
+
input[type="file"].ui.secondary.file.input::file-selector-button:hover,
|
1054
|
+
.ui.secondary.file.input input[type="file"]::file-selector-button:hover {
|
1055
|
+
background: #27292a;
|
1056
|
+
}
|
1057
|
+
input[type="file"].ui.red.file.input::-webkit-file-upload-button,
|
1058
|
+
.ui.red.file.input input[type="file"]::-webkit-file-upload-button {
|
1059
|
+
background: #DB2828;
|
1060
|
+
color: #FFFFFF;
|
1061
|
+
}
|
1062
|
+
input[type="file"].ui.red.file.input::-webkit-file-upload-button:hover,
|
1063
|
+
.ui.red.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1064
|
+
background: #d01919;
|
1065
|
+
}
|
1066
|
+
input[type="file"].ui.red.file.input::-ms-browse,
|
1067
|
+
.ui.red.file.input input[type="file"]::-ms-browse {
|
1068
|
+
background: #DB2828;
|
1069
|
+
color: #FFFFFF;
|
1070
|
+
}
|
1071
|
+
input[type="file"].ui.red.file.input::-ms-browse:hover,
|
1072
|
+
.ui.red.file.input input[type="file"]::-ms-browse:hover {
|
1073
|
+
background: #d01919;
|
1074
|
+
}
|
1075
|
+
input[type="file"].ui.red.file.input::file-selector-button,
|
1076
|
+
.ui.red.file.input input[type="file"]::file-selector-button {
|
1077
|
+
background: #DB2828;
|
1078
|
+
color: #FFFFFF;
|
1079
|
+
}
|
1080
|
+
input[type="file"].ui.red.file.input::file-selector-button:hover,
|
1081
|
+
.ui.red.file.input input[type="file"]::file-selector-button:hover {
|
1082
|
+
background: #d01919;
|
1083
|
+
}
|
1084
|
+
input[type="file"].ui.orange.file.input::-webkit-file-upload-button,
|
1085
|
+
.ui.orange.file.input input[type="file"]::-webkit-file-upload-button {
|
1086
|
+
background: #F2711C;
|
1087
|
+
color: #FFFFFF;
|
1088
|
+
}
|
1089
|
+
input[type="file"].ui.orange.file.input::-webkit-file-upload-button:hover,
|
1090
|
+
.ui.orange.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1091
|
+
background: #f26202;
|
1092
|
+
}
|
1093
|
+
input[type="file"].ui.orange.file.input::-ms-browse,
|
1094
|
+
.ui.orange.file.input input[type="file"]::-ms-browse {
|
1095
|
+
background: #F2711C;
|
1096
|
+
color: #FFFFFF;
|
1097
|
+
}
|
1098
|
+
input[type="file"].ui.orange.file.input::-ms-browse:hover,
|
1099
|
+
.ui.orange.file.input input[type="file"]::-ms-browse:hover {
|
1100
|
+
background: #f26202;
|
1101
|
+
}
|
1102
|
+
input[type="file"].ui.orange.file.input::file-selector-button,
|
1103
|
+
.ui.orange.file.input input[type="file"]::file-selector-button {
|
1104
|
+
background: #F2711C;
|
1105
|
+
color: #FFFFFF;
|
1106
|
+
}
|
1107
|
+
input[type="file"].ui.orange.file.input::file-selector-button:hover,
|
1108
|
+
.ui.orange.file.input input[type="file"]::file-selector-button:hover {
|
1109
|
+
background: #f26202;
|
1110
|
+
}
|
1111
|
+
input[type="file"].ui.yellow.file.input::-webkit-file-upload-button,
|
1112
|
+
.ui.yellow.file.input input[type="file"]::-webkit-file-upload-button {
|
1113
|
+
background: #FBBD08;
|
1114
|
+
color: #FFFFFF;
|
1115
|
+
}
|
1116
|
+
input[type="file"].ui.yellow.file.input::-webkit-file-upload-button:hover,
|
1117
|
+
.ui.yellow.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1118
|
+
background: #eaae00;
|
1119
|
+
}
|
1120
|
+
input[type="file"].ui.yellow.file.input::-ms-browse,
|
1121
|
+
.ui.yellow.file.input input[type="file"]::-ms-browse {
|
1122
|
+
background: #FBBD08;
|
1123
|
+
color: #FFFFFF;
|
1124
|
+
}
|
1125
|
+
input[type="file"].ui.yellow.file.input::-ms-browse:hover,
|
1126
|
+
.ui.yellow.file.input input[type="file"]::-ms-browse:hover {
|
1127
|
+
background: #eaae00;
|
1128
|
+
}
|
1129
|
+
input[type="file"].ui.yellow.file.input::file-selector-button,
|
1130
|
+
.ui.yellow.file.input input[type="file"]::file-selector-button {
|
1131
|
+
background: #FBBD08;
|
1132
|
+
color: #FFFFFF;
|
1133
|
+
}
|
1134
|
+
input[type="file"].ui.yellow.file.input::file-selector-button:hover,
|
1135
|
+
.ui.yellow.file.input input[type="file"]::file-selector-button:hover {
|
1136
|
+
background: #eaae00;
|
1137
|
+
}
|
1138
|
+
input[type="file"].ui.olive.file.input::-webkit-file-upload-button,
|
1139
|
+
.ui.olive.file.input input[type="file"]::-webkit-file-upload-button {
|
1140
|
+
background: #B5CC18;
|
1141
|
+
color: #FFFFFF;
|
1142
|
+
}
|
1143
|
+
input[type="file"].ui.olive.file.input::-webkit-file-upload-button:hover,
|
1144
|
+
.ui.olive.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1145
|
+
background: #a7bd0d;
|
1146
|
+
}
|
1147
|
+
input[type="file"].ui.olive.file.input::-ms-browse,
|
1148
|
+
.ui.olive.file.input input[type="file"]::-ms-browse {
|
1149
|
+
background: #B5CC18;
|
1150
|
+
color: #FFFFFF;
|
1151
|
+
}
|
1152
|
+
input[type="file"].ui.olive.file.input::-ms-browse:hover,
|
1153
|
+
.ui.olive.file.input input[type="file"]::-ms-browse:hover {
|
1154
|
+
background: #a7bd0d;
|
1155
|
+
}
|
1156
|
+
input[type="file"].ui.olive.file.input::file-selector-button,
|
1157
|
+
.ui.olive.file.input input[type="file"]::file-selector-button {
|
1158
|
+
background: #B5CC18;
|
1159
|
+
color: #FFFFFF;
|
1160
|
+
}
|
1161
|
+
input[type="file"].ui.olive.file.input::file-selector-button:hover,
|
1162
|
+
.ui.olive.file.input input[type="file"]::file-selector-button:hover {
|
1163
|
+
background: #a7bd0d;
|
1164
|
+
}
|
1165
|
+
input[type="file"].ui.green.file.input::-webkit-file-upload-button,
|
1166
|
+
.ui.green.file.input input[type="file"]::-webkit-file-upload-button {
|
1167
|
+
background: #21BA45;
|
1168
|
+
color: #FFFFFF;
|
1169
|
+
}
|
1170
|
+
input[type="file"].ui.green.file.input::-webkit-file-upload-button:hover,
|
1171
|
+
.ui.green.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1172
|
+
background: #16ab39;
|
1173
|
+
}
|
1174
|
+
input[type="file"].ui.green.file.input::-ms-browse,
|
1175
|
+
.ui.green.file.input input[type="file"]::-ms-browse {
|
1176
|
+
background: #21BA45;
|
1177
|
+
color: #FFFFFF;
|
1178
|
+
}
|
1179
|
+
input[type="file"].ui.green.file.input::-ms-browse:hover,
|
1180
|
+
.ui.green.file.input input[type="file"]::-ms-browse:hover {
|
1181
|
+
background: #16ab39;
|
1182
|
+
}
|
1183
|
+
input[type="file"].ui.green.file.input::file-selector-button,
|
1184
|
+
.ui.green.file.input input[type="file"]::file-selector-button {
|
1185
|
+
background: #21BA45;
|
1186
|
+
color: #FFFFFF;
|
1187
|
+
}
|
1188
|
+
input[type="file"].ui.green.file.input::file-selector-button:hover,
|
1189
|
+
.ui.green.file.input input[type="file"]::file-selector-button:hover {
|
1190
|
+
background: #16ab39;
|
1191
|
+
}
|
1192
|
+
input[type="file"].ui.teal.file.input::-webkit-file-upload-button,
|
1193
|
+
.ui.teal.file.input input[type="file"]::-webkit-file-upload-button {
|
1194
|
+
background: #00B5AD;
|
1195
|
+
color: #FFFFFF;
|
1196
|
+
}
|
1197
|
+
input[type="file"].ui.teal.file.input::-webkit-file-upload-button:hover,
|
1198
|
+
.ui.teal.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1199
|
+
background: #009c95;
|
1200
|
+
}
|
1201
|
+
input[type="file"].ui.teal.file.input::-ms-browse,
|
1202
|
+
.ui.teal.file.input input[type="file"]::-ms-browse {
|
1203
|
+
background: #00B5AD;
|
1204
|
+
color: #FFFFFF;
|
1205
|
+
}
|
1206
|
+
input[type="file"].ui.teal.file.input::-ms-browse:hover,
|
1207
|
+
.ui.teal.file.input input[type="file"]::-ms-browse:hover {
|
1208
|
+
background: #009c95;
|
1209
|
+
}
|
1210
|
+
input[type="file"].ui.teal.file.input::file-selector-button,
|
1211
|
+
.ui.teal.file.input input[type="file"]::file-selector-button {
|
1212
|
+
background: #00B5AD;
|
1213
|
+
color: #FFFFFF;
|
1214
|
+
}
|
1215
|
+
input[type="file"].ui.teal.file.input::file-selector-button:hover,
|
1216
|
+
.ui.teal.file.input input[type="file"]::file-selector-button:hover {
|
1217
|
+
background: #009c95;
|
1218
|
+
}
|
1219
|
+
input[type="file"].ui.blue.file.input::-webkit-file-upload-button,
|
1220
|
+
.ui.blue.file.input input[type="file"]::-webkit-file-upload-button {
|
1221
|
+
background: #2185D0;
|
1222
|
+
color: #FFFFFF;
|
1223
|
+
}
|
1224
|
+
input[type="file"].ui.blue.file.input::-webkit-file-upload-button:hover,
|
1225
|
+
.ui.blue.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1226
|
+
background: #1678c2;
|
1227
|
+
}
|
1228
|
+
input[type="file"].ui.blue.file.input::-ms-browse,
|
1229
|
+
.ui.blue.file.input input[type="file"]::-ms-browse {
|
1230
|
+
background: #2185D0;
|
1231
|
+
color: #FFFFFF;
|
1232
|
+
}
|
1233
|
+
input[type="file"].ui.blue.file.input::-ms-browse:hover,
|
1234
|
+
.ui.blue.file.input input[type="file"]::-ms-browse:hover {
|
1235
|
+
background: #1678c2;
|
1236
|
+
}
|
1237
|
+
input[type="file"].ui.blue.file.input::file-selector-button,
|
1238
|
+
.ui.blue.file.input input[type="file"]::file-selector-button {
|
1239
|
+
background: #2185D0;
|
1240
|
+
color: #FFFFFF;
|
1241
|
+
}
|
1242
|
+
input[type="file"].ui.blue.file.input::file-selector-button:hover,
|
1243
|
+
.ui.blue.file.input input[type="file"]::file-selector-button:hover {
|
1244
|
+
background: #1678c2;
|
1245
|
+
}
|
1246
|
+
input[type="file"].ui.violet.file.input::-webkit-file-upload-button,
|
1247
|
+
.ui.violet.file.input input[type="file"]::-webkit-file-upload-button {
|
1248
|
+
background: #6435C9;
|
1249
|
+
color: #FFFFFF;
|
1250
|
+
}
|
1251
|
+
input[type="file"].ui.violet.file.input::-webkit-file-upload-button:hover,
|
1252
|
+
.ui.violet.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1253
|
+
background: #5829bb;
|
1254
|
+
}
|
1255
|
+
input[type="file"].ui.violet.file.input::-ms-browse,
|
1256
|
+
.ui.violet.file.input input[type="file"]::-ms-browse {
|
1257
|
+
background: #6435C9;
|
1258
|
+
color: #FFFFFF;
|
1259
|
+
}
|
1260
|
+
input[type="file"].ui.violet.file.input::-ms-browse:hover,
|
1261
|
+
.ui.violet.file.input input[type="file"]::-ms-browse:hover {
|
1262
|
+
background: #5829bb;
|
1263
|
+
}
|
1264
|
+
input[type="file"].ui.violet.file.input::file-selector-button,
|
1265
|
+
.ui.violet.file.input input[type="file"]::file-selector-button {
|
1266
|
+
background: #6435C9;
|
1267
|
+
color: #FFFFFF;
|
1268
|
+
}
|
1269
|
+
input[type="file"].ui.violet.file.input::file-selector-button:hover,
|
1270
|
+
.ui.violet.file.input input[type="file"]::file-selector-button:hover {
|
1271
|
+
background: #5829bb;
|
1272
|
+
}
|
1273
|
+
input[type="file"].ui.purple.file.input::-webkit-file-upload-button,
|
1274
|
+
.ui.purple.file.input input[type="file"]::-webkit-file-upload-button {
|
1275
|
+
background: #A333C8;
|
1276
|
+
color: #FFFFFF;
|
1277
|
+
}
|
1278
|
+
input[type="file"].ui.purple.file.input::-webkit-file-upload-button:hover,
|
1279
|
+
.ui.purple.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1280
|
+
background: #9627ba;
|
1281
|
+
}
|
1282
|
+
input[type="file"].ui.purple.file.input::-ms-browse,
|
1283
|
+
.ui.purple.file.input input[type="file"]::-ms-browse {
|
1284
|
+
background: #A333C8;
|
1285
|
+
color: #FFFFFF;
|
1286
|
+
}
|
1287
|
+
input[type="file"].ui.purple.file.input::-ms-browse:hover,
|
1288
|
+
.ui.purple.file.input input[type="file"]::-ms-browse:hover {
|
1289
|
+
background: #9627ba;
|
1290
|
+
}
|
1291
|
+
input[type="file"].ui.purple.file.input::file-selector-button,
|
1292
|
+
.ui.purple.file.input input[type="file"]::file-selector-button {
|
1293
|
+
background: #A333C8;
|
1294
|
+
color: #FFFFFF;
|
1295
|
+
}
|
1296
|
+
input[type="file"].ui.purple.file.input::file-selector-button:hover,
|
1297
|
+
.ui.purple.file.input input[type="file"]::file-selector-button:hover {
|
1298
|
+
background: #9627ba;
|
1299
|
+
}
|
1300
|
+
input[type="file"].ui.pink.file.input::-webkit-file-upload-button,
|
1301
|
+
.ui.pink.file.input input[type="file"]::-webkit-file-upload-button {
|
1302
|
+
background: #E03997;
|
1303
|
+
color: #FFFFFF;
|
1304
|
+
}
|
1305
|
+
input[type="file"].ui.pink.file.input::-webkit-file-upload-button:hover,
|
1306
|
+
.ui.pink.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1307
|
+
background: #e61a8d;
|
1308
|
+
}
|
1309
|
+
input[type="file"].ui.pink.file.input::-ms-browse,
|
1310
|
+
.ui.pink.file.input input[type="file"]::-ms-browse {
|
1311
|
+
background: #E03997;
|
1312
|
+
color: #FFFFFF;
|
1313
|
+
}
|
1314
|
+
input[type="file"].ui.pink.file.input::-ms-browse:hover,
|
1315
|
+
.ui.pink.file.input input[type="file"]::-ms-browse:hover {
|
1316
|
+
background: #e61a8d;
|
1317
|
+
}
|
1318
|
+
input[type="file"].ui.pink.file.input::file-selector-button,
|
1319
|
+
.ui.pink.file.input input[type="file"]::file-selector-button {
|
1320
|
+
background: #E03997;
|
1321
|
+
color: #FFFFFF;
|
1322
|
+
}
|
1323
|
+
input[type="file"].ui.pink.file.input::file-selector-button:hover,
|
1324
|
+
.ui.pink.file.input input[type="file"]::file-selector-button:hover {
|
1325
|
+
background: #e61a8d;
|
1326
|
+
}
|
1327
|
+
input[type="file"].ui.brown.file.input::-webkit-file-upload-button,
|
1328
|
+
.ui.brown.file.input input[type="file"]::-webkit-file-upload-button {
|
1329
|
+
background: #A5673F;
|
1330
|
+
color: #FFFFFF;
|
1331
|
+
}
|
1332
|
+
input[type="file"].ui.brown.file.input::-webkit-file-upload-button:hover,
|
1333
|
+
.ui.brown.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1334
|
+
background: #975b33;
|
1335
|
+
}
|
1336
|
+
input[type="file"].ui.brown.file.input::-ms-browse,
|
1337
|
+
.ui.brown.file.input input[type="file"]::-ms-browse {
|
1338
|
+
background: #A5673F;
|
1339
|
+
color: #FFFFFF;
|
1340
|
+
}
|
1341
|
+
input[type="file"].ui.brown.file.input::-ms-browse:hover,
|
1342
|
+
.ui.brown.file.input input[type="file"]::-ms-browse:hover {
|
1343
|
+
background: #975b33;
|
1344
|
+
}
|
1345
|
+
input[type="file"].ui.brown.file.input::file-selector-button,
|
1346
|
+
.ui.brown.file.input input[type="file"]::file-selector-button {
|
1347
|
+
background: #A5673F;
|
1348
|
+
color: #FFFFFF;
|
1349
|
+
}
|
1350
|
+
input[type="file"].ui.brown.file.input::file-selector-button:hover,
|
1351
|
+
.ui.brown.file.input input[type="file"]::file-selector-button:hover {
|
1352
|
+
background: #975b33;
|
1353
|
+
}
|
1354
|
+
input[type="file"].ui.grey.file.input::-webkit-file-upload-button,
|
1355
|
+
.ui.grey.file.input input[type="file"]::-webkit-file-upload-button {
|
1356
|
+
background: #767676;
|
1357
|
+
color: #FFFFFF;
|
1358
|
+
}
|
1359
|
+
input[type="file"].ui.grey.file.input::-webkit-file-upload-button:hover,
|
1360
|
+
.ui.grey.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1361
|
+
background: #838383;
|
1362
|
+
}
|
1363
|
+
input[type="file"].ui.grey.file.input::-ms-browse,
|
1364
|
+
.ui.grey.file.input input[type="file"]::-ms-browse {
|
1365
|
+
background: #767676;
|
1366
|
+
color: #FFFFFF;
|
1367
|
+
}
|
1368
|
+
input[type="file"].ui.grey.file.input::-ms-browse:hover,
|
1369
|
+
.ui.grey.file.input input[type="file"]::-ms-browse:hover {
|
1370
|
+
background: #838383;
|
1371
|
+
}
|
1372
|
+
input[type="file"].ui.grey.file.input::file-selector-button,
|
1373
|
+
.ui.grey.file.input input[type="file"]::file-selector-button {
|
1374
|
+
background: #767676;
|
1375
|
+
color: #FFFFFF;
|
1376
|
+
}
|
1377
|
+
input[type="file"].ui.grey.file.input::file-selector-button:hover,
|
1378
|
+
.ui.grey.file.input input[type="file"]::file-selector-button:hover {
|
1379
|
+
background: #838383;
|
1380
|
+
}
|
1381
|
+
input[type="file"].ui.black.file.input::-webkit-file-upload-button,
|
1382
|
+
.ui.black.file.input input[type="file"]::-webkit-file-upload-button {
|
1383
|
+
background: #1B1C1D;
|
1384
|
+
color: #FFFFFF;
|
1385
|
+
}
|
1386
|
+
input[type="file"].ui.black.file.input::-webkit-file-upload-button:hover,
|
1387
|
+
.ui.black.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1388
|
+
background: #27292a;
|
1389
|
+
}
|
1390
|
+
input[type="file"].ui.black.file.input::-ms-browse,
|
1391
|
+
.ui.black.file.input input[type="file"]::-ms-browse {
|
1392
|
+
background: #1B1C1D;
|
1393
|
+
color: #FFFFFF;
|
1394
|
+
}
|
1395
|
+
input[type="file"].ui.black.file.input::-ms-browse:hover,
|
1396
|
+
.ui.black.file.input input[type="file"]::-ms-browse:hover {
|
1397
|
+
background: #27292a;
|
1398
|
+
}
|
1399
|
+
input[type="file"].ui.black.file.input::file-selector-button,
|
1400
|
+
.ui.black.file.input input[type="file"]::file-selector-button {
|
1401
|
+
background: #1B1C1D;
|
1402
|
+
color: #FFFFFF;
|
1403
|
+
}
|
1404
|
+
input[type="file"].ui.black.file.input::file-selector-button:hover,
|
1405
|
+
.ui.black.file.input input[type="file"]::file-selector-button:hover {
|
1406
|
+
background: #27292a;
|
1407
|
+
}
|
1408
|
+
|
687
1409
|
/*--------------------
|
688
1410
|
Size
|
689
1411
|
---------------------*/
|