fomantic-ui 2.9.1-beta.8 → 2.9.1
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/.eslint/eqeqeq-rule.js +18 -0
- package/.eslint/index.js +29 -0
- package/.eslint/no-extra-parens-rule.js +17 -0
- package/.eslint/package.json +11 -0
- package/.eslintrc.js +123 -0
- package/.github/auto_assign.yml +0 -1
- package/.github/workflows/ci.yml +37 -4
- package/.github/workflows/nightly.yml +1 -1
- package/.github/workflows/release.yml +1 -1
- package/.prettierrc.js +12 -0
- package/.stylelintrc.js +48 -0
- package/CHANGELOG.md +112 -0
- package/README.md +1 -1
- package/dist/components/accordion.css +35 -53
- package/dist/components/accordion.js +568 -595
- package/dist/components/accordion.min.css +2 -2
- package/dist/components/accordion.min.js +3 -3
- package/dist/components/ad.css +34 -45
- package/dist/components/ad.min.css +2 -2
- package/dist/components/api.js +1157 -1179
- package/dist/components/api.min.js +3 -3
- package/dist/components/breadcrumb.css +5 -5
- package/dist/components/breadcrumb.min.css +2 -2
- package/dist/components/button.css +709 -1111
- package/dist/components/button.min.css +2 -2
- package/dist/components/calendar.css +24 -27
- package/dist/components/calendar.js +1934 -1809
- package/dist/components/calendar.min.css +2 -2
- package/dist/components/calendar.min.js +3 -3
- package/dist/components/card.css +219 -365
- package/dist/components/card.min.css +2 -2
- package/dist/components/checkbox.css +120 -191
- package/dist/components/checkbox.js +842 -841
- package/dist/components/checkbox.min.css +2 -2
- package/dist/components/checkbox.min.js +3 -3
- package/dist/components/comment.css +41 -59
- package/dist/components/comment.min.css +2 -2
- package/dist/components/container.css +7 -6
- package/dist/components/container.min.css +2 -2
- package/dist/components/dimmer.css +53 -172
- package/dist/components/dimmer.js +706 -737
- package/dist/components/dimmer.min.css +2 -2
- package/dist/components/dimmer.min.js +3 -3
- package/dist/components/divider.css +43 -61
- package/dist/components/divider.min.css +2 -2
- package/dist/components/dropdown.css +252 -386
- package/dist/components/dropdown.js +4195 -4236
- package/dist/components/dropdown.min.css +2 -2
- package/dist/components/dropdown.min.js +3 -3
- package/dist/components/embed.css +18 -29
- package/dist/components/embed.js +645 -675
- package/dist/components/embed.min.css +2 -2
- package/dist/components/embed.min.js +3 -3
- package/dist/components/emoji.css +3556 -3556
- package/dist/components/emoji.min.css +1 -1
- package/dist/components/feed.css +35 -57
- package/dist/components/feed.min.css +2 -2
- package/dist/components/flag.css +270 -268
- package/dist/components/flag.min.css +2 -2
- package/dist/components/flyout.css +95 -141
- package/dist/components/flyout.js +1514 -1465
- package/dist/components/flyout.min.css +2 -2
- package/dist/components/flyout.min.js +3 -3
- package/dist/components/form.css +244 -339
- package/dist/components/form.js +2022 -2004
- package/dist/components/form.min.css +2 -2
- package/dist/components/form.min.js +3 -3
- package/dist/components/grid.css +183 -329
- package/dist/components/grid.min.css +2 -2
- package/dist/components/header.css +118 -142
- package/dist/components/header.min.css +2 -2
- package/dist/components/icon.css +662 -745
- package/dist/components/icon.min.css +2 -2
- package/dist/components/image.css +39 -63
- package/dist/components/image.min.css +2 -2
- package/dist/components/input.css +356 -274
- package/dist/components/input.min.css +2 -2
- package/dist/components/item.css +84 -131
- package/dist/components/item.min.css +2 -2
- package/dist/components/label.css +359 -410
- package/dist/components/label.min.css +2 -2
- package/dist/components/list.css +49 -70
- package/dist/components/list.min.css +2 -2
- package/dist/components/loader.css +67 -155
- package/dist/components/loader.min.css +2 -2
- package/dist/components/menu.css +270 -431
- package/dist/components/menu.min.css +1 -1
- package/dist/components/message.css +125 -197
- package/dist/components/message.min.css +2 -2
- package/dist/components/modal.css +120 -154
- package/dist/components/modal.js +1544 -1486
- package/dist/components/modal.min.css +2 -2
- package/dist/components/modal.min.js +3 -3
- package/dist/components/nag.css +53 -63
- package/dist/components/nag.js +520 -526
- package/dist/components/nag.min.css +2 -2
- package/dist/components/nag.min.js +3 -3
- package/dist/components/placeholder.css +22 -42
- package/dist/components/placeholder.min.css +2 -2
- package/dist/components/popup.css +424 -202
- package/dist/components/popup.js +1456 -1456
- package/dist/components/popup.min.css +2 -2
- package/dist/components/popup.min.js +3 -3
- package/dist/components/progress.css +106 -211
- package/dist/components/progress.js +969 -997
- package/dist/components/progress.min.css +2 -2
- package/dist/components/progress.min.js +3 -3
- package/dist/components/rail.css +15 -20
- package/dist/components/rail.min.css +1 -1
- package/dist/components/rating.css +80 -121
- package/dist/components/rating.js +507 -523
- package/dist/components/rating.min.css +2 -2
- package/dist/components/rating.min.js +3 -3
- package/dist/components/reset.css +8 -13
- package/dist/components/reset.min.css +2 -2
- package/dist/components/reveal.css +44 -83
- package/dist/components/reveal.min.css +2 -2
- package/dist/components/search.css +69 -98
- package/dist/components/search.js +1520 -1534
- package/dist/components/search.min.css +2 -2
- package/dist/components/search.min.js +3 -3
- package/dist/components/segment.css +148 -224
- package/dist/components/segment.min.css +2 -2
- package/dist/components/shape.css +14 -30
- package/dist/components/shape.js +783 -810
- package/dist/components/shape.min.css +2 -2
- package/dist/components/shape.min.js +3 -3
- package/dist/components/sidebar.css +103 -206
- package/dist/components/sidebar.js +1061 -1099
- package/dist/components/sidebar.min.css +2 -2
- package/dist/components/sidebar.min.js +3 -3
- package/dist/components/site.css +28 -41
- package/dist/components/site.js +436 -476
- package/dist/components/site.min.css +2 -2
- package/dist/components/site.min.js +3 -3
- package/dist/components/slider.css +93 -121
- package/dist/components/slider.js +1310 -1311
- package/dist/components/slider.min.css +1 -1
- package/dist/components/slider.min.js +3 -3
- package/dist/components/state.js +638 -657
- package/dist/components/state.min.js +3 -3
- package/dist/components/statistic.css +75 -116
- package/dist/components/statistic.min.css +2 -2
- package/dist/components/step.css +77 -150
- package/dist/components/step.min.css +2 -2
- package/dist/components/sticky.css +1 -5
- package/dist/components/sticky.js +847 -901
- package/dist/components/sticky.min.css +2 -2
- package/dist/components/sticky.min.js +3 -3
- package/dist/components/tab.css +10 -14
- package/dist/components/tab.js +902 -966
- package/dist/components/tab.min.css +2 -2
- package/dist/components/tab.min.js +3 -3
- package/dist/components/table.css +547 -774
- package/dist/components/table.min.css +2 -2
- package/dist/components/text.css +32 -32
- package/dist/components/text.min.css +1 -1
- package/dist/components/toast.css +69 -147
- package/dist/components/toast.js +910 -884
- package/dist/components/toast.min.css +2 -2
- package/dist/components/toast.min.js +3 -3
- package/dist/components/transition.css +299 -1356
- package/dist/components/transition.js +1048 -1077
- package/dist/components/transition.min.css +2 -2
- package/dist/components/transition.min.js +3 -3
- package/dist/components/visibility.js +1213 -1245
- package/dist/components/visibility.min.js +3 -3
- package/dist/semantic.css +9344 -12298
- package/dist/semantic.js +29181 -29423
- package/dist/semantic.min.css +3 -3
- package/dist/semantic.min.js +3 -3
- package/dist/themes/basic/assets/fonts/icons.woff2 +0 -0
- package/dist/themes/github/assets/fonts/octicons.woff2 +0 -0
- package/examples/.eslintrc.js +6 -0
- package/examples/assets/library/jquery.min.js +2 -4
- package/examples/assets/show-examples.js +13 -13
- package/examples/attached.html +1 -1
- package/examples/bootstrap.html +1 -1
- package/examples/components/button.html +1 -1
- package/examples/components/card.html +6 -6
- 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 +2 -2
- package/examples/components/table.html +1 -1
- package/examples/fixed.html +3 -3
- package/examples/grid.html +5 -5
- package/examples/homepage.html +1 -1
- package/examples/login.html +2 -2
- package/examples/responsive.html +2 -2
- package/examples/sticky.html +4 -4
- package/examples/theming.html +1 -1
- package/gulpfile.js +13 -11
- package/package.json +17 -8
- package/scripts/nightly-version.js +83 -75
- package/src/_site/collections/menu.overrides +1 -1
- package/src/_site/elements/flag.variables +2 -2
- package/src/_site/globals/site.variables +1 -1
- package/src/_site/modules/embed.variables +3 -0
- package/src/definitions/behaviors/api.js +1158 -1180
- package/src/definitions/behaviors/form.js +2021 -2003
- package/src/definitions/behaviors/state.js +644 -663
- package/src/definitions/behaviors/visibility.js +1212 -1244
- package/src/definitions/collections/breadcrumb.less +43 -47
- package/src/definitions/collections/form.less +866 -884
- package/src/definitions/collections/grid.less +1681 -1699
- package/src/definitions/collections/menu.less +1522 -1544
- package/src/definitions/collections/message.less +294 -298
- package/src/definitions/collections/table.less +1657 -1661
- package/src/definitions/elements/button.less +1716 -1750
- package/src/definitions/elements/container.less +211 -211
- package/src/definitions/elements/divider.less +198 -211
- package/src/definitions/elements/emoji.less +41 -48
- package/src/definitions/elements/flag.less +46 -48
- package/src/definitions/elements/header.less +351 -359
- package/src/definitions/elements/icon.less +541 -484
- package/src/definitions/elements/image.less +216 -227
- package/src/definitions/elements/input.less +692 -699
- package/src/definitions/elements/label.less +784 -806
- package/src/definitions/elements/list.less +810 -814
- package/src/definitions/elements/loader.less +273 -268
- package/src/definitions/elements/placeholder.less +173 -170
- package/src/definitions/elements/rail.less +93 -93
- package/src/definitions/elements/reveal.less +192 -198
- package/src/definitions/elements/segment.less +742 -749
- package/src/definitions/elements/step.less +423 -437
- package/src/definitions/elements/text.less +34 -36
- package/src/definitions/globals/reset.less +11 -8
- package/src/definitions/globals/site.js +435 -475
- package/src/definitions/globals/site.less +108 -110
- package/src/definitions/modules/accordion.js +567 -594
- package/src/definitions/modules/accordion.less +244 -248
- package/src/definitions/modules/calendar.js +1933 -1808
- package/src/definitions/modules/calendar.less +100 -97
- package/src/definitions/modules/checkbox.js +841 -840
- package/src/definitions/modules/checkbox.less +531 -552
- package/src/definitions/modules/dimmer.js +705 -736
- package/src/definitions/modules/dimmer.less +294 -305
- package/src/definitions/modules/dropdown.js +4194 -4235
- package/src/definitions/modules/dropdown.less +1568 -1598
- package/src/definitions/modules/embed.js +644 -674
- package/src/definitions/modules/embed.less +82 -84
- package/src/definitions/modules/flyout.js +1513 -1464
- package/src/definitions/modules/flyout.less +453 -455
- package/src/definitions/modules/modal.js +1543 -1485
- package/src/definitions/modules/modal.less +459 -467
- package/src/definitions/modules/nag.js +519 -525
- package/src/definitions/modules/nag.less +136 -149
- package/src/definitions/modules/popup.js +1455 -1455
- package/src/definitions/modules/popup.less +738 -693
- package/src/definitions/modules/progress.js +968 -996
- package/src/definitions/modules/progress.less +523 -499
- package/src/definitions/modules/rating.js +506 -522
- package/src/definitions/modules/rating.less +98 -103
- package/src/definitions/modules/search.js +1519 -1533
- package/src/definitions/modules/search.less +374 -394
- package/src/definitions/modules/shape.js +782 -809
- package/src/definitions/modules/shape.less +70 -79
- package/src/definitions/modules/sidebar.js +1060 -1098
- package/src/definitions/modules/sidebar.less +463 -476
- package/src/definitions/modules/slider.js +1309 -1310
- package/src/definitions/modules/slider.less +309 -310
- package/src/definitions/modules/sticky.js +863 -917
- package/src/definitions/modules/sticky.less +17 -25
- package/src/definitions/modules/tab.js +901 -965
- package/src/definitions/modules/tab.less +48 -54
- package/src/definitions/modules/toast.js +909 -883
- package/src/definitions/modules/toast.less +589 -589
- package/src/definitions/modules/transition.js +1047 -1076
- package/src/definitions/modules/transition.less +58 -59
- package/src/definitions/views/ad.less +207 -208
- package/src/definitions/views/card.less +955 -973
- package/src/definitions/views/comment.less +192 -200
- package/src/definitions/views/feed.less +222 -226
- package/src/definitions/views/item.less +437 -448
- package/src/definitions/views/statistic.less +273 -279
- package/src/semantic.less +8 -6
- package/src/theme.config.example +53 -53
- package/src/theme.less +44 -35
- package/src/themes/amazon/elements/button.overrides +23 -24
- package/src/themes/amazon/elements/button.variables +18 -23
- package/src/themes/amazon/globals/site.variables +16 -17
- package/src/themes/basic/assets/fonts/icons.woff2 +0 -0
- package/src/themes/basic/collections/table.overrides +0 -1
- package/src/themes/basic/collections/table.variables +3 -3
- package/src/themes/basic/elements/button.overrides +0 -1
- package/src/themes/basic/elements/button.variables +9 -9
- package/src/themes/basic/elements/icon.overrides +9 -169
- package/src/themes/basic/elements/icon.variables +161 -18
- package/src/themes/basic/elements/step.overrides +2 -2
- package/src/themes/basic/elements/step.variables +2 -2
- package/src/themes/basic/globals/reset.overrides +1 -1
- package/src/themes/basic/globals/reset.variables +1 -1
- package/src/themes/basic/modules/progress.variables +2 -2
- package/src/themes/basic/views/card.overrides +0 -1
- package/src/themes/basic/views/card.variables +6 -6
- package/src/themes/bookish/elements/header.overrides +4 -4
- package/src/themes/bookish/elements/header.variables +5 -5
- package/src/themes/bootstrap3/elements/button.overrides +3 -0
- package/src/themes/bootstrap3/elements/button.variables +20 -25
- package/src/themes/chubby/collections/form.overrides +9 -9
- package/src/themes/chubby/collections/form.variables +3 -3
- package/src/themes/chubby/collections/menu.overrides +3 -0
- package/src/themes/chubby/collections/menu.variables +3 -3
- package/src/themes/chubby/elements/button.overrides +8 -10
- package/src/themes/chubby/elements/button.variables +10 -10
- package/src/themes/chubby/elements/header.overrides +1 -1
- package/src/themes/chubby/elements/header.variables +4 -4
- package/src/themes/chubby/modules/accordion.overrides +2 -2
- package/src/themes/chubby/modules/accordion.variables +4 -4
- package/src/themes/chubby/views/comment.overrides +5 -5
- package/src/themes/chubby/views/comment.variables +11 -11
- package/src/themes/classic/collections/table.variables +3 -3
- package/src/themes/classic/elements/button.variables +36 -43
- package/src/themes/classic/elements/header.variables +4 -4
- package/src/themes/classic/modules/progress.variables +3 -3
- package/src/themes/classic/views/card.overrides +25 -27
- package/src/themes/classic/views/card.variables +7 -7
- package/src/themes/colored/modules/checkbox.overrides +3 -0
- package/src/themes/colored/modules/checkbox.variables +1 -3
- package/src/themes/default/collections/breadcrumb.variables +4 -4
- package/src/themes/default/collections/form.variables +15 -16
- package/src/themes/default/collections/grid.overrides +0 -1
- package/src/themes/default/collections/grid.variables +15 -16
- package/src/themes/default/collections/menu.variables +31 -45
- package/src/themes/default/collections/message.variables +84 -123
- package/src/themes/default/collections/table.overrides +3 -0
- package/src/themes/default/collections/table.variables +30 -34
- package/src/themes/default/elements/button.variables +44 -53
- package/src/themes/default/elements/container.variables +8 -16
- package/src/themes/default/elements/divider.overrides +8 -9
- package/src/themes/default/elements/divider.variables +5 -6
- package/src/themes/default/elements/emoji.overrides +0 -1
- package/src/themes/default/elements/emoji.variables +3556 -3556
- package/src/themes/default/elements/flag.variables +1595 -1595
- package/src/themes/default/elements/header.overrides +0 -1
- package/src/themes/default/elements/header.variables +21 -21
- package/src/themes/default/elements/icon.variables +2016 -2012
- package/src/themes/default/elements/image.variables +6 -7
- package/src/themes/default/elements/input.variables +11 -12
- package/src/themes/default/elements/label.variables +25 -26
- package/src/themes/default/elements/list.variables +17 -21
- package/src/themes/default/elements/loader.variables +16 -17
- package/src/themes/default/elements/placeholder.variables +12 -9
- package/src/themes/default/elements/rail.variables +4 -5
- package/src/themes/default/elements/reveal.variables +1 -1
- package/src/themes/default/elements/segment.variables +24 -36
- package/src/themes/default/elements/step.overrides +4 -4
- package/src/themes/default/elements/step.variables +19 -22
- package/src/themes/default/elements/text.variables +2 -3
- package/src/themes/default/globals/colors.less +588 -588
- package/src/themes/default/globals/reset.overrides +63 -59
- package/src/themes/default/globals/reset.variables +1 -1
- package/src/themes/default/globals/site.variables +1074 -1123
- package/src/themes/default/globals/variation.variables +6 -4
- package/src/themes/default/modules/accordion.overrides +11 -11
- package/src/themes/default/modules/accordion.variables +15 -20
- package/src/themes/default/modules/calendar.variables +2 -0
- package/src/themes/default/modules/chatroom.variables +1 -1
- package/src/themes/default/modules/checkbox.overrides +9 -13
- package/src/themes/default/modules/checkbox.variables +24 -33
- package/src/themes/default/modules/dimmer.variables +14 -17
- package/src/themes/default/modules/dropdown.overrides +17 -17
- package/src/themes/default/modules/dropdown.variables +29 -31
- package/src/themes/default/modules/embed.variables +9 -13
- package/src/themes/default/modules/flyout.variables +10 -8
- package/src/themes/default/modules/modal.variables +64 -67
- package/src/themes/default/modules/nag.variables +11 -14
- package/src/themes/default/modules/popup.variables +14 -13
- package/src/themes/default/modules/progress.variables +17 -19
- package/src/themes/default/modules/rating.variables +10 -12
- package/src/themes/default/modules/search.variables +12 -17
- package/src/themes/default/modules/shape.variables +7 -8
- package/src/themes/default/modules/sidebar.variables +4 -4
- package/src/themes/default/modules/slider.variables +55 -54
- package/src/themes/default/modules/sticky.variables +1 -1
- package/src/themes/default/modules/toast.variables +8 -8
- package/src/themes/default/modules/transition.overrides +936 -915
- package/src/themes/default/modules/transition.variables +1 -1
- package/src/themes/default/views/ad.variables +1 -1
- package/src/themes/default/views/card.variables +33 -45
- package/src/themes/default/views/comment.variables +7 -9
- package/src/themes/default/views/feed.variables +10 -10
- package/src/themes/default/views/item.variables +20 -23
- package/src/themes/default/views/statistic.variables +8 -8
- package/src/themes/duo/elements/loader.variables +1 -1
- package/src/themes/famfamfam/elements/flag.overrides +263 -268
- package/src/themes/famfamfam/elements/flag.variables +4 -4
- package/src/themes/fixed-width/collections/grid.variables +4 -4
- package/src/themes/fixed-width/modules/modal.variables +11 -13
- package/src/themes/flat/collections/form.overrides +9 -9
- package/src/themes/flat/collections/form.variables +16 -17
- package/src/themes/flat/globals/site.variables +69 -74
- package/src/themes/github/assets/fonts/octicons.woff2 +0 -0
- package/src/themes/github/collections/breadcrumb.variables +0 -1
- package/src/themes/github/collections/form.overrides +7 -8
- package/src/themes/github/collections/form.variables +16 -18
- package/src/themes/github/collections/grid.variables +1 -2
- package/src/themes/github/collections/menu.overrides +2 -2
- package/src/themes/github/collections/menu.variables +24 -26
- package/src/themes/github/collections/message.overrides +3 -3
- package/src/themes/github/collections/message.variables +12 -14
- package/src/themes/github/collections/table.variables +2 -2
- package/src/themes/github/elements/button.overrides +0 -1
- package/src/themes/github/elements/button.variables +26 -30
- package/src/themes/github/elements/header.variables +2 -2
- package/src/themes/github/elements/icon.overrides +3 -208
- package/src/themes/github/elements/icon.variables +234 -19
- package/src/themes/github/elements/image.variables +1 -1
- package/src/themes/github/elements/input.overrides +16 -16
- package/src/themes/github/elements/input.variables +4 -5
- package/src/themes/github/elements/label.overrides +3 -3
- package/src/themes/github/elements/label.variables +0 -1
- package/src/themes/github/elements/segment.variables +9 -10
- package/src/themes/github/elements/step.overrides +13 -13
- package/src/themes/github/elements/step.variables +6 -6
- package/src/themes/github/globals/site.variables +16 -16
- package/src/themes/github/modules/dropdown.overrides +18 -19
- package/src/themes/github/modules/dropdown.variables +8 -10
- package/src/themes/github/modules/popup.variables +0 -2
- package/src/themes/gmail/collections/message.overrides +3 -0
- package/src/themes/gmail/collections/message.variables +4 -4
- package/src/themes/instagram/views/card.overrides +4 -5
- package/src/themes/instagram/views/card.variables +7 -8
- package/src/themes/joypixels/elements/emoji.overrides +0 -2
- package/src/themes/joypixels/elements/emoji.variables +3554 -3554
- package/src/themes/material/collections/menu.overrides +1 -1
- package/src/themes/material/collections/menu.variables +4 -4
- package/src/themes/material/elements/button.overrides +7 -9
- package/src/themes/material/elements/button.variables +44 -46
- package/src/themes/material/elements/header.overrides +3 -3
- package/src/themes/material/elements/header.variables +8 -10
- package/src/themes/material/elements/icon.overrides +3 -934
- package/src/themes/material/elements/icon.variables +958 -18
- package/src/themes/material/globals/site.overrides +3 -0
- package/src/themes/material/globals/site.variables +83 -84
- package/src/themes/material/modules/dropdown.overrides +2 -2
- package/src/themes/material/modules/dropdown.variables +5 -5
- package/src/themes/material/modules/modal.overrides +3 -3
- package/src/themes/material/modules/modal.variables +4 -5
- package/src/themes/pulsar/elements/loader.overrides +23 -61
- package/src/themes/raised/elements/button.variables +8 -9
- package/src/themes/resetcss/globals/reset.overrides +115 -33
- package/src/themes/resetcss/globals/reset.variables +1 -1
- package/src/themes/round/elements/button.overrides +3 -0
- package/src/themes/round/elements/button.variables +33 -38
- package/src/themes/rtl/globals/site.overrides +1 -1
- package/src/themes/rtl/globals/site.variables +5 -6
- package/src/themes/striped/modules/progress.overrides +20 -16
- package/src/themes/systemfont/globals/reset.overrides +1 -1
- package/src/themes/systemfont/globals/site.variables +6 -6
- package/src/themes/timeline/views/feed.overrides +12 -12
- package/src/themes/timeline/views/feed.variables +8 -8
- package/src/themes/twitter/elements/button.overrides +4 -5
- package/src/themes/twitter/elements/button.variables +17 -18
- package/src/themes/twitter/elements/emoji.variables +3556 -3556
- package/tasks/.eslintrc.js +9 -0
- package/tasks/README.md +2 -4
- package/tasks/admin/components/create.js +268 -277
- package/tasks/admin/components/init.js +123 -129
- package/tasks/admin/components/update.js +151 -158
- package/tasks/admin/distributions/create.js +183 -189
- package/tasks/admin/distributions/init.js +125 -131
- package/tasks/admin/distributions/update.js +147 -153
- package/tasks/admin/publish.js +5 -9
- package/tasks/admin/register.js +37 -39
- package/tasks/admin/release.js +8 -12
- package/tasks/build/assets.js +43 -40
- package/tasks/build/css.js +230 -217
- package/tasks/build/javascript.js +120 -114
- package/tasks/build.js +11 -11
- package/tasks/check-install.js +15 -17
- package/tasks/clean.js +6 -6
- package/tasks/collections/README.md +3 -5
- package/tasks/collections/admin.js +34 -36
- package/tasks/collections/build.js +19 -21
- package/tasks/collections/docs.js +11 -13
- package/tasks/collections/install.js +11 -13
- package/tasks/collections/rtl.js +9 -12
- package/tasks/collections/various.js +10 -12
- package/tasks/config/admin/github.js +17 -19
- package/tasks/config/admin/oauth.example.js +4 -4
- package/tasks/config/admin/release.js +98 -98
- package/tasks/config/admin/templates/README.md +8 -8
- package/tasks/config/admin/templates/bower.json +3 -2
- package/tasks/config/admin/templates/component-package.js +9 -10
- package/tasks/config/admin/templates/css-package.js +19 -21
- package/tasks/config/admin/templates/less-package.js +12 -14
- package/tasks/config/admin/templates/package.json +6 -6
- package/tasks/config/defaults.js +116 -116
- package/tasks/config/docs.js +23 -23
- package/tasks/config/npm/gulpfile.js +15 -14
- package/tasks/config/project/config.js +124 -136
- package/tasks/config/project/install.js +722 -719
- package/tasks/config/project/release.js +34 -41
- package/tasks/config/tasks.js +168 -167
- package/tasks/config/user.js +28 -32
- package/tasks/docs/build.js +100 -96
- package/tasks/docs/metadata.js +91 -98
- package/tasks/docs/serve.js +84 -82
- package/tasks/install.js +373 -382
- package/tasks/rtl/build.js +4 -3
- package/tasks/rtl/watch.js +4 -3
- package/tasks/version.js +4 -6
- package/tasks/watch.js +29 -31
- package/test/.eslintrc.js +23 -0
- package/test/meteor/assets.js +11 -14
- package/test/meteor/fonts.js +12 -13
- package/test/modules/accordion.spec.js +6 -8
- package/test/modules/checkbox.spec.js +5 -7
- package/test/modules/dropdown.spec.js +5 -7
- package/test/modules/modal.spec.js +6 -8
- package/test/modules/module.spec.js +158 -178
- package/test/modules/popup.spec.js +5 -7
- package/test/modules/search.spec.js +5 -7
- package/test/modules/shape.spec.js +5 -7
- package/test/modules/sidebar.spec.js +5 -7
- package/test/modules/tab.spec.js +6 -8
- package/test/modules/transition.spec.js +5 -7
- package/test/modules/video.spec.js +5 -7
- package/.github/workflows/codeql.yml +0 -68
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.9.1
|
2
|
+
* # Fomantic-UI 2.9.1 - Input
|
3
3
|
* https://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
@@ -14,40 +14,31 @@
|
|
14
14
|
*******************************/
|
15
15
|
|
16
16
|
|
17
|
-
|
17
|
+
/* --------------------
|
18
18
|
Inputs
|
19
|
-
|
20
|
-
|
19
|
+
--------------------- */
|
21
20
|
.ui.input {
|
22
21
|
position: relative;
|
23
22
|
font-weight: normal;
|
24
23
|
font-style: normal;
|
25
|
-
display: -webkit-inline-box;
|
26
|
-
display: -ms-inline-flexbox;
|
27
24
|
display: inline-flex;
|
28
25
|
color: rgba(0, 0, 0, 0.87);
|
29
26
|
}
|
30
27
|
.ui.input > input {
|
31
28
|
margin: 0;
|
32
29
|
max-width: 100%;
|
33
|
-
|
34
|
-
-ms-flex: 1 0 auto;
|
35
|
-
flex: 1 0 auto;
|
30
|
+
flex: 1 0 auto;
|
36
31
|
outline: none;
|
37
32
|
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
|
38
33
|
text-align: left;
|
39
34
|
line-height: 1.21428571em;
|
40
|
-
font-family:
|
41
|
-
background: #
|
35
|
+
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";
|
36
|
+
background: #fff;
|
42
37
|
border: 1px solid rgba(34, 36, 38, 0.15);
|
43
38
|
color: rgba(0, 0, 0, 0.87);
|
44
39
|
border-radius: 0.28571429rem;
|
45
|
-
-webkit-transition: border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
|
46
|
-
transition: border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
|
47
40
|
transition: box-shadow 0.1s ease, border-color 0.1s ease;
|
48
|
-
|
49
|
-
-webkit-box-shadow: none;
|
50
|
-
box-shadow: none;
|
41
|
+
box-shadow: none;
|
51
42
|
}
|
52
43
|
.ui.input > input:not([type="color"]) {
|
53
44
|
padding: 0.67857143em 1em;
|
@@ -60,10 +51,9 @@
|
|
60
51
|
cursor: pointer;
|
61
52
|
}
|
62
53
|
|
63
|
-
|
54
|
+
/* --------------------
|
64
55
|
Placeholder
|
65
|
-
|
66
|
-
|
56
|
+
--------------------- */
|
67
57
|
|
68
58
|
/* browsers require these rules separate */
|
69
59
|
.ui.input > input::-webkit-input-placeholder {
|
@@ -83,10 +73,9 @@
|
|
83
73
|
*******************************/
|
84
74
|
|
85
75
|
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
76
|
+
/* --------------------
|
77
|
+
Disabled
|
78
|
+
--------------------- */
|
90
79
|
.ui.disabled.input,
|
91
80
|
.ui.input:not(.disabled) input[disabled] {
|
92
81
|
opacity: 0.45;
|
@@ -96,26 +85,23 @@
|
|
96
85
|
pointer-events: none;
|
97
86
|
}
|
98
87
|
|
99
|
-
|
88
|
+
/* --------------------
|
100
89
|
Active
|
101
|
-
|
102
|
-
|
90
|
+
--------------------- */
|
103
91
|
.ui.input > input:active,
|
104
92
|
.ui.input.down input {
|
105
93
|
border-color: rgba(0, 0, 0, 0.3);
|
106
|
-
background: #
|
94
|
+
background: #fafafa;
|
107
95
|
color: rgba(0, 0, 0, 0.87);
|
108
|
-
|
109
|
-
box-shadow: none;
|
96
|
+
box-shadow: none;
|
110
97
|
}
|
111
98
|
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
99
|
+
/* --------------------
|
100
|
+
Loading
|
101
|
+
--------------------- */
|
116
102
|
.ui.loading.loading.input > i.icon::before {
|
117
103
|
position: absolute;
|
118
|
-
content:
|
104
|
+
content: "";
|
119
105
|
top: 50%;
|
120
106
|
left: 50%;
|
121
107
|
margin: -0.64285714em 0 0 -0.64285714em;
|
@@ -126,31 +112,27 @@
|
|
126
112
|
}
|
127
113
|
.ui.loading.loading.input > i.icon::after {
|
128
114
|
position: absolute;
|
129
|
-
content:
|
115
|
+
content: "";
|
130
116
|
top: 50%;
|
131
117
|
left: 50%;
|
132
118
|
margin: -0.64285714em 0 0 -0.64285714em;
|
133
119
|
width: 1.28571429em;
|
134
120
|
height: 1.28571429em;
|
135
|
-
|
136
|
-
animation: loader 0.6s infinite linear;
|
121
|
+
animation: loader 0.6s infinite linear;
|
137
122
|
border: 0.2em solid #767676;
|
138
123
|
border-radius: 500rem;
|
139
|
-
|
140
|
-
box-shadow: 0 0 0 1px transparent;
|
124
|
+
box-shadow: 0 0 0 1px transparent;
|
141
125
|
}
|
142
126
|
|
143
|
-
|
127
|
+
/* --------------------
|
144
128
|
Focus
|
145
|
-
|
146
|
-
|
129
|
+
--------------------- */
|
147
130
|
.ui.input.focus > input,
|
148
131
|
.ui.input > input:focus {
|
149
|
-
border-color: #
|
150
|
-
background: #
|
132
|
+
border-color: #85b7d9;
|
133
|
+
background: #fff;
|
151
134
|
color: rgba(0, 0, 0, 0.8);
|
152
|
-
|
153
|
-
box-shadow: none;
|
135
|
+
box-shadow: none;
|
154
136
|
}
|
155
137
|
.ui.input.focus > input::-webkit-input-placeholder,
|
156
138
|
.ui.input > input:focus::-webkit-input-placeholder {
|
@@ -165,40 +147,31 @@
|
|
165
147
|
color: rgba(115, 115, 115, 0.87);
|
166
148
|
}
|
167
149
|
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
150
|
+
/* --------------------
|
151
|
+
States
|
152
|
+
--------------------- */
|
172
153
|
.ui.input.error > input {
|
173
|
-
background-color: #
|
174
|
-
border-color: #
|
175
|
-
color: #
|
176
|
-
-webkit-box-shadow: none;
|
177
|
-
box-shadow: none;
|
178
|
-
}
|
179
|
-
.ui.input > input:not(:-moz-placeholder-shown):invalid {
|
180
|
-
background-color: #FFF6F6;
|
181
|
-
border-color: #E0B4B4;
|
182
|
-
color: #9F3A38;
|
154
|
+
background-color: #fff6f6;
|
155
|
+
border-color: #e0b4b4;
|
156
|
+
color: #9f3a38;
|
183
157
|
box-shadow: none;
|
184
158
|
}
|
185
159
|
.ui.input > input:not(:-ms-input-placeholder):invalid {
|
186
|
-
background-color: #
|
187
|
-
border-color: #
|
188
|
-
color: #
|
160
|
+
background-color: #fff6f6;
|
161
|
+
border-color: #e0b4b4;
|
162
|
+
color: #9f3a38;
|
189
163
|
box-shadow: none;
|
190
164
|
}
|
191
165
|
.ui.input > input:not(:placeholder-shown):invalid {
|
192
|
-
background-color: #
|
193
|
-
border-color: #
|
194
|
-
color: #
|
195
|
-
|
196
|
-
box-shadow: none;
|
166
|
+
background-color: #fff6f6;
|
167
|
+
border-color: #e0b4b4;
|
168
|
+
color: #9f3a38;
|
169
|
+
box-shadow: none;
|
197
170
|
}
|
198
171
|
.ui.input > input:not(:-ms-input-placeholder):invalid {
|
199
|
-
background-color: #
|
200
|
-
border-color: #
|
201
|
-
color: #
|
172
|
+
background-color: #fff6f6;
|
173
|
+
border-color: #e0b4b4;
|
174
|
+
color: #9f3a38;
|
202
175
|
box-shadow: none;
|
203
176
|
}
|
204
177
|
|
@@ -224,11 +197,10 @@
|
|
224
197
|
color: #da9796 !important;
|
225
198
|
}
|
226
199
|
.ui.input.info > input {
|
227
|
-
background-color: #
|
228
|
-
border-color: #
|
229
|
-
color: #
|
230
|
-
|
231
|
-
box-shadow: none;
|
200
|
+
background-color: #f8ffff;
|
201
|
+
border-color: #a9d5de;
|
202
|
+
color: #276f86;
|
203
|
+
box-shadow: none;
|
232
204
|
}
|
233
205
|
|
234
206
|
/* Placeholder */
|
@@ -253,11 +225,10 @@
|
|
253
225
|
color: #70bdd6 !important;
|
254
226
|
}
|
255
227
|
.ui.input.success > input {
|
256
|
-
background-color: #
|
257
|
-
border-color: #
|
258
|
-
color: #
|
259
|
-
|
260
|
-
box-shadow: none;
|
228
|
+
background-color: #fcfff5;
|
229
|
+
border-color: #a3c293;
|
230
|
+
color: #2c662d;
|
231
|
+
box-shadow: none;
|
261
232
|
}
|
262
233
|
|
263
234
|
/* Placeholder */
|
@@ -282,11 +253,10 @@
|
|
282
253
|
color: #6cbf6d !important;
|
283
254
|
}
|
284
255
|
.ui.input.warning > input {
|
285
|
-
background-color: #
|
286
|
-
border-color: #
|
287
|
-
color: #
|
288
|
-
|
289
|
-
box-shadow: none;
|
256
|
+
background-color: #fffaf3;
|
257
|
+
border-color: #c9ba9b;
|
258
|
+
color: #573a08;
|
259
|
+
box-shadow: none;
|
290
260
|
}
|
291
261
|
|
292
262
|
/* Placeholder */
|
@@ -317,17 +287,15 @@
|
|
317
287
|
*******************************/
|
318
288
|
|
319
289
|
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
290
|
+
/* --------------------
|
291
|
+
Transparent
|
292
|
+
--------------------- */
|
324
293
|
.ui.transparent.input > textarea,
|
325
294
|
.ui.transparent.input > input {
|
326
295
|
border-color: transparent !important;
|
327
296
|
background-color: transparent !important;
|
328
297
|
padding: 0;
|
329
|
-
|
330
|
-
box-shadow: none !important;
|
298
|
+
box-shadow: none !important;
|
331
299
|
border-radius: 0 !important;
|
332
300
|
}
|
333
301
|
.field .ui.transparent.input > textarea {
|
@@ -349,7 +317,7 @@
|
|
349
317
|
|
350
318
|
/* Transparent Inverted */
|
351
319
|
.ui.transparent.inverted.input {
|
352
|
-
color: #
|
320
|
+
color: #fff;
|
353
321
|
}
|
354
322
|
.ui.ui.transparent.inverted.input > textarea,
|
355
323
|
.ui.ui.transparent.inverted.input > input {
|
@@ -365,10 +333,9 @@
|
|
365
333
|
color: rgba(255, 255, 255, 0.5);
|
366
334
|
}
|
367
335
|
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
336
|
+
/* --------------------
|
337
|
+
Icon
|
338
|
+
--------------------- */
|
372
339
|
.ui.icon.input > i.icon {
|
373
340
|
cursor: default;
|
374
341
|
position: absolute;
|
@@ -381,7 +348,6 @@
|
|
381
348
|
width: 2.67142857em;
|
382
349
|
opacity: 0.5;
|
383
350
|
border-radius: 0 0.28571429rem 0.28571429rem 0;
|
384
|
-
-webkit-transition: opacity 0.3s ease;
|
385
351
|
transition: opacity 0.3s ease;
|
386
352
|
}
|
387
353
|
.ui.icon.input > i.icon:not(.link) {
|
@@ -434,16 +400,13 @@
|
|
434
400
|
opacity: 1;
|
435
401
|
}
|
436
402
|
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
403
|
+
/* --------------------
|
404
|
+
Labeled
|
405
|
+
--------------------- */
|
441
406
|
|
442
407
|
/* Adjacent Label */
|
443
408
|
.ui.labeled.input > .label {
|
444
|
-
|
445
|
-
-ms-flex: 0 0 auto;
|
446
|
-
flex: 0 0 auto;
|
409
|
+
flex: 0 0 auto;
|
447
410
|
margin: 0;
|
448
411
|
font-size: 1em;
|
449
412
|
}
|
@@ -463,7 +426,7 @@
|
|
463
426
|
border-left-color: transparent;
|
464
427
|
}
|
465
428
|
.ui.labeled.input:not([class*="corner labeled"]) .label:first-child + input:focus {
|
466
|
-
border-left-color: #
|
429
|
+
border-left-color: #85b7d9;
|
467
430
|
}
|
468
431
|
|
469
432
|
/* Regular Label on Right */
|
@@ -477,7 +440,7 @@
|
|
477
440
|
border-bottom-left-radius: 0;
|
478
441
|
}
|
479
442
|
.ui[class*="right labeled"].input > input:focus {
|
480
|
-
border-right-color: #
|
443
|
+
border-right-color: #85b7d9 !important;
|
481
444
|
}
|
482
445
|
|
483
446
|
/* Corner Label */
|
@@ -504,7 +467,8 @@
|
|
504
467
|
}
|
505
468
|
|
506
469
|
/* Left Labeled */
|
507
|
-
.ui[class*="left icon"].input > .ui.dropdown,
|
470
|
+
.ui[class*="left icon"].input > .ui.dropdown:first-child,
|
471
|
+
.ui[class*="left icon"].input > i.icon + .ui.dropdown,
|
508
472
|
.ui[class*="left corner labeled"].input > .ui.dropdown,
|
509
473
|
.ui[class*="left corner labeled"].input > textarea,
|
510
474
|
.ui[class*="left corner labeled"].input > input {
|
@@ -515,9 +479,9 @@
|
|
515
479
|
.ui[class*="corner labeled"]:not([class*="left corner labeled"])[class*="left icon"].input > input {
|
516
480
|
padding-right: 3.25em;
|
517
481
|
}
|
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 {
|
482
|
+
.ui.ui[class*="left corner labeled"][class*="left icon"].input > .ui.dropdown,
|
483
|
+
.ui.ui[class*="left corner labeled"][class*="left icon"].input > textarea,
|
484
|
+
.ui.ui[class*="left corner labeled"][class*="left icon"].input > input {
|
521
485
|
padding-left: 4em;
|
522
486
|
}
|
523
487
|
.ui[class*="left corner labeled"].icon.input > i.icon {
|
@@ -558,11 +522,19 @@
|
|
558
522
|
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).input > .ui.dropdown > .dropdown.icon {
|
559
523
|
padding-right: 2.5em;
|
560
524
|
}
|
561
|
-
|
525
|
+
@supports selector(:has(.f)) {
|
526
|
+
.ui.icon.input:not([class*="left icon"]) > .ui.dropdown > .dropdown.icon {
|
527
|
+
padding-right: initial;
|
528
|
+
}
|
529
|
+
.ui.icon.input:not([class*="left icon"]):not(:has(.ui.dropdown ~ input)) > .ui.dropdown > .dropdown.icon {
|
530
|
+
padding-right: 2.5em;
|
531
|
+
}
|
532
|
+
}
|
533
|
+
.ui.ui[class*="corner labeled"]:not([class*="left corner labeled"]).icon:not([class*="left icon"]).input > .ui.dropdown > .search {
|
562
534
|
padding-right: 7.25em;
|
563
535
|
}
|
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 {
|
536
|
+
.ui.ui[class*="corner labeled"]:not([class*="left corner labeled"]).icon:not([class*="left icon"]).input > .ui.dropdown > .remove.icon,
|
537
|
+
.ui.ui[class*="corner labeled"]:not([class*="left corner labeled"]).icon:not([class*="left icon"]).input > .ui.dropdown > .dropdown.icon {
|
566
538
|
padding-right: 4em;
|
567
539
|
}
|
568
540
|
.ui.icon.input > .ui.visible.dropdown ~ i.icon,
|
@@ -578,7 +550,7 @@
|
|
578
550
|
height: 1.3em;
|
579
551
|
}
|
580
552
|
|
581
|
-
/* Corner Label Position
|
553
|
+
/* Corner Label Position */
|
582
554
|
.ui.input > .ui.corner.label {
|
583
555
|
top: 1px;
|
584
556
|
right: 1px;
|
@@ -593,110 +565,103 @@
|
|
593
565
|
.ui.form .field.error > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label,
|
594
566
|
.ui.action.input.error > .ui.button,
|
595
567
|
.ui.labeled.input.error:not([class*="corner labeled"]) > .ui.label {
|
596
|
-
border-top: 1px solid #
|
597
|
-
border-bottom: 1px solid #
|
568
|
+
border-top: 1px solid #e0b4b4;
|
569
|
+
border-bottom: 1px solid #e0b4b4;
|
598
570
|
}
|
599
571
|
.ui.form .field.error > .ui[class*="left action"].input > .ui.button,
|
600
572
|
.ui.form .field.error > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
|
601
573
|
.ui[class*="left action"].input.error > .ui.button,
|
602
574
|
.ui.labeled.input.error:not(.right):not([class*="corner labeled"]) > .ui.label {
|
603
|
-
border-left: 1px solid #
|
575
|
+
border-left: 1px solid #e0b4b4;
|
604
576
|
}
|
605
577
|
.ui.form .field.error > .ui.action.input:not([class*="left action"]) > input + .ui.button,
|
606
578
|
.ui.form .field.error > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
|
607
579
|
.ui.action.input.error:not([class*="left action"]) > input + .ui.button,
|
608
580
|
.ui.right.labeled.input.error:not([class*="corner labeled"]) > input + .ui.label {
|
609
|
-
border-right: 1px solid #
|
581
|
+
border-right: 1px solid #e0b4b4;
|
610
582
|
}
|
611
583
|
.ui.form .field.error > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child,
|
612
584
|
.ui.right.labeled.input.error:not([class*="corner labeled"]) > .ui.label:first-child {
|
613
|
-
border-left: 1px solid #
|
585
|
+
border-left: 1px solid #e0b4b4;
|
614
586
|
}
|
615
587
|
.ui.form .field.info > .ui.action.input > .ui.button,
|
616
588
|
.ui.form .field.info > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label,
|
617
589
|
.ui.action.input.info > .ui.button,
|
618
590
|
.ui.labeled.input.info:not([class*="corner labeled"]) > .ui.label {
|
619
|
-
border-top: 1px solid #
|
620
|
-
border-bottom: 1px solid #
|
591
|
+
border-top: 1px solid #a9d5de;
|
592
|
+
border-bottom: 1px solid #a9d5de;
|
621
593
|
}
|
622
594
|
.ui.form .field.info > .ui[class*="left action"].input > .ui.button,
|
623
595
|
.ui.form .field.info > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
|
624
596
|
.ui[class*="left action"].input.info > .ui.button,
|
625
597
|
.ui.labeled.input.info:not(.right):not([class*="corner labeled"]) > .ui.label {
|
626
|
-
border-left: 1px solid #
|
598
|
+
border-left: 1px solid #a9d5de;
|
627
599
|
}
|
628
600
|
.ui.form .field.info > .ui.action.input:not([class*="left action"]) > input + .ui.button,
|
629
601
|
.ui.form .field.info > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
|
630
602
|
.ui.action.input.info:not([class*="left action"]) > input + .ui.button,
|
631
603
|
.ui.right.labeled.input.info:not([class*="corner labeled"]) > input + .ui.label {
|
632
|
-
border-right: 1px solid #
|
604
|
+
border-right: 1px solid #a9d5de;
|
633
605
|
}
|
634
606
|
.ui.form .field.info > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child,
|
635
607
|
.ui.right.labeled.input.info:not([class*="corner labeled"]) > .ui.label:first-child {
|
636
|
-
border-left: 1px solid #
|
608
|
+
border-left: 1px solid #a9d5de;
|
637
609
|
}
|
638
610
|
.ui.form .field.success > .ui.action.input > .ui.button,
|
639
611
|
.ui.form .field.success > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label,
|
640
612
|
.ui.action.input.success > .ui.button,
|
641
613
|
.ui.labeled.input.success:not([class*="corner labeled"]) > .ui.label {
|
642
|
-
border-top: 1px solid #
|
643
|
-
border-bottom: 1px solid #
|
614
|
+
border-top: 1px solid #a3c293;
|
615
|
+
border-bottom: 1px solid #a3c293;
|
644
616
|
}
|
645
617
|
.ui.form .field.success > .ui[class*="left action"].input > .ui.button,
|
646
618
|
.ui.form .field.success > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
|
647
619
|
.ui[class*="left action"].input.success > .ui.button,
|
648
620
|
.ui.labeled.input.success:not(.right):not([class*="corner labeled"]) > .ui.label {
|
649
|
-
border-left: 1px solid #
|
621
|
+
border-left: 1px solid #a3c293;
|
650
622
|
}
|
651
623
|
.ui.form .field.success > .ui.action.input:not([class*="left action"]) > input + .ui.button,
|
652
624
|
.ui.form .field.success > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
|
653
625
|
.ui.action.input.success:not([class*="left action"]) > input + .ui.button,
|
654
626
|
.ui.right.labeled.input.success:not([class*="corner labeled"]) > input + .ui.label {
|
655
|
-
border-right: 1px solid #
|
627
|
+
border-right: 1px solid #a3c293;
|
656
628
|
}
|
657
629
|
.ui.form .field.success > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child,
|
658
630
|
.ui.right.labeled.input.success:not([class*="corner labeled"]) > .ui.label:first-child {
|
659
|
-
border-left: 1px solid #
|
631
|
+
border-left: 1px solid #a3c293;
|
660
632
|
}
|
661
633
|
.ui.form .field.warning > .ui.action.input > .ui.button,
|
662
634
|
.ui.form .field.warning > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label,
|
663
635
|
.ui.action.input.warning > .ui.button,
|
664
636
|
.ui.labeled.input.warning:not([class*="corner labeled"]) > .ui.label {
|
665
|
-
border-top: 1px solid #
|
666
|
-
border-bottom: 1px solid #
|
637
|
+
border-top: 1px solid #c9ba9b;
|
638
|
+
border-bottom: 1px solid #c9ba9b;
|
667
639
|
}
|
668
640
|
.ui.form .field.warning > .ui[class*="left action"].input > .ui.button,
|
669
641
|
.ui.form .field.warning > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
|
670
642
|
.ui[class*="left action"].input.warning > .ui.button,
|
671
643
|
.ui.labeled.input.warning:not(.right):not([class*="corner labeled"]) > .ui.label {
|
672
|
-
border-left: 1px solid #
|
644
|
+
border-left: 1px solid #c9ba9b;
|
673
645
|
}
|
674
646
|
.ui.form .field.warning > .ui.action.input:not([class*="left action"]) > input + .ui.button,
|
675
647
|
.ui.form .field.warning > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
|
676
648
|
.ui.action.input.warning:not([class*="left action"]) > input + .ui.button,
|
677
649
|
.ui.right.labeled.input.warning:not([class*="corner labeled"]) > input + .ui.label {
|
678
|
-
border-right: 1px solid #
|
650
|
+
border-right: 1px solid #c9ba9b;
|
679
651
|
}
|
680
652
|
.ui.form .field.warning > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child,
|
681
653
|
.ui.right.labeled.input.warning:not([class*="corner labeled"]) > .ui.label:first-child {
|
682
|
-
border-left: 1px solid #
|
654
|
+
border-left: 1px solid #c9ba9b;
|
683
655
|
}
|
684
656
|
|
685
|
-
|
686
|
-
|
687
|
-
|
688
|
-
|
657
|
+
/* --------------------
|
658
|
+
Action
|
659
|
+
--------------------- */
|
689
660
|
.ui.action.input > .button,
|
690
661
|
.ui.action.input > .buttons {
|
691
|
-
display: -webkit-box;
|
692
|
-
display: -ms-flexbox;
|
693
662
|
display: flex;
|
694
|
-
-
|
695
|
-
|
696
|
-
align-items: center;
|
697
|
-
-webkit-box-flex: 0;
|
698
|
-
-ms-flex: 0 0 auto;
|
699
|
-
flex: 0 0 auto;
|
663
|
+
align-items: center;
|
664
|
+
flex: 0 0 auto;
|
700
665
|
}
|
701
666
|
.ui.action.input > .button,
|
702
667
|
.ui.action.input > .buttons > .button {
|
@@ -705,18 +670,20 @@
|
|
705
670
|
margin: 0;
|
706
671
|
}
|
707
672
|
|
708
|
-
/* Input when ui Left*/
|
673
|
+
/* Input when ui Left */
|
709
674
|
.ui[class*="left action"].input > input {
|
710
675
|
border-top-left-radius: 0;
|
711
676
|
border-bottom-left-radius: 0;
|
712
677
|
border-left-color: transparent;
|
713
678
|
}
|
714
|
-
|
679
|
+
|
680
|
+
/* Input when ui Right */
|
715
681
|
.ui.action.input:not([class*="left action"]) > input {
|
716
682
|
border-top-right-radius: 0;
|
717
683
|
border-bottom-right-radius: 0;
|
718
684
|
border-right-color: transparent;
|
719
685
|
}
|
686
|
+
|
720
687
|
/* Button and Dropdown */
|
721
688
|
.ui.action.input > .dropdown:first-child,
|
722
689
|
.ui.action.input > .button:first-child,
|
@@ -736,39 +703,34 @@
|
|
736
703
|
|
737
704
|
/* Input Focus */
|
738
705
|
.ui.action.input:not([class*="left action"]) > input:focus {
|
739
|
-
border-right-color: #
|
706
|
+
border-right-color: #85b7d9;
|
740
707
|
}
|
741
708
|
.ui.ui[class*="left action"].input > input:focus {
|
742
|
-
border-left-color: #
|
709
|
+
border-left-color: #85b7d9;
|
743
710
|
}
|
744
711
|
|
745
|
-
|
746
|
-
|
747
|
-
|
748
|
-
|
712
|
+
/* --------------------
|
713
|
+
Inverted
|
714
|
+
--------------------- */
|
749
715
|
|
750
716
|
/* Standard */
|
751
717
|
.ui.inverted.input > input {
|
752
718
|
border: none;
|
753
719
|
}
|
754
720
|
|
755
|
-
|
756
|
-
|
757
|
-
|
758
|
-
|
721
|
+
/* --------------------
|
722
|
+
Fluid
|
723
|
+
--------------------- */
|
759
724
|
.ui.fluid.input {
|
760
|
-
display: -webkit-box;
|
761
|
-
display: -ms-flexbox;
|
762
725
|
display: flex;
|
763
726
|
}
|
764
727
|
.ui.fluid.input > input {
|
765
728
|
width: 0 !important;
|
766
729
|
}
|
767
730
|
|
768
|
-
|
769
|
-
|
770
|
-
|
771
|
-
|
731
|
+
/* --------------------
|
732
|
+
File
|
733
|
+
--------------------- */
|
772
734
|
|
773
735
|
/* width hack for chrome/edge */
|
774
736
|
.ui.file.input {
|
@@ -825,9 +787,21 @@
|
|
825
787
|
padding: 0 !important;
|
826
788
|
}
|
827
789
|
}
|
790
|
+
.ui.action.file.input input[type="file"]::-webkit-file-upload-button {
|
791
|
+
display: none;
|
792
|
+
}
|
828
793
|
.ui.action.file.input input[type="file"]::file-selector-button {
|
829
794
|
display: none;
|
830
795
|
}
|
796
|
+
.ui.form .field input[type="file"]::-webkit-file-upload-button, .ui.file.input input[type="file"]::-webkit-file-upload-button {
|
797
|
+
border: none;
|
798
|
+
cursor: pointer;
|
799
|
+
padding: 0.67857143em 1em;
|
800
|
+
margin-right: 1em;
|
801
|
+
background: #e0e1e2;
|
802
|
+
font-weight: bold;
|
803
|
+
color: rgba(0, 0, 0, 0.6);
|
804
|
+
}
|
831
805
|
.ui.form .field input[type="file"]::file-selector-button,
|
832
806
|
.ui.file.input input[type="file"]::file-selector-button {
|
833
807
|
border: none;
|
@@ -838,6 +812,10 @@
|
|
838
812
|
font-weight: bold;
|
839
813
|
color: rgba(0, 0, 0, 0.6);
|
840
814
|
}
|
815
|
+
.ui.form .field input[type="file"]::-webkit-file-upload-button:hover, .ui.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
816
|
+
background: #cacbcd;
|
817
|
+
color: rgba(0, 0, 0, 0.6);
|
818
|
+
}
|
841
819
|
.ui.form .field input[type="file"]::file-selector-button:hover,
|
842
820
|
.ui.file.input input[type="file"]::file-selector-button:hover {
|
843
821
|
background: #cacbcd;
|
@@ -845,9 +823,9 @@
|
|
845
823
|
}
|
846
824
|
.ui.form .field input[type="file"]:required:invalid,
|
847
825
|
.ui.file.input input[type="file"]:required:invalid {
|
848
|
-
color: #
|
849
|
-
background: #
|
850
|
-
border-color: #
|
826
|
+
color: #9f3a38;
|
827
|
+
background: #fff6f6;
|
828
|
+
border-color: #e0b4b4;
|
851
829
|
}
|
852
830
|
input[type="file"].ui.invisible.file.input,
|
853
831
|
.ui.invisible.file.input input[type="file"] {
|
@@ -861,14 +839,14 @@ input[type="file"].ui.file.input:focus + label.ui.button:not(.basic):not(.tertia
|
|
861
839
|
}
|
862
840
|
input[type="file"].ui.file.input:focus + label.ui.button:not(.basic):not(.tertiary).inverted,
|
863
841
|
.ui.file.input input[type="file"]:focus + label.ui.button:not(.basic):not(.tertiary).inverted {
|
864
|
-
background: #
|
842
|
+
background: #fff;
|
865
843
|
}
|
866
844
|
|
867
845
|
/* this is related to existing buttons, so the button color variable is used here! */
|
868
846
|
input[type="file"].ui.file.input:focus + label.ui.primary.button:not(.basic):not(.tertiary),
|
869
847
|
.ui.file.input input[type="file"]:focus + label.ui.primary.button:not(.basic):not(.tertiary) {
|
870
848
|
background-color: #1678c2;
|
871
|
-
color: #
|
849
|
+
color: #fff;
|
872
850
|
}
|
873
851
|
input[type="file"].ui.file.input:focus + label.ui.primary.button:not(.basic):not(.tertiary).inverted,
|
874
852
|
.ui.file.input input[type="file"]:focus + label.ui.primary.button:not(.basic):not(.tertiary).inverted {
|
@@ -877,7 +855,7 @@ input[type="file"].ui.file.input:focus + label.ui.primary.button:not(.basic):not
|
|
877
855
|
input[type="file"].ui.file.input:focus + label.ui.secondary.button:not(.basic):not(.tertiary),
|
878
856
|
.ui.file.input input[type="file"]:focus + label.ui.secondary.button:not(.basic):not(.tertiary) {
|
879
857
|
background-color: #27292a;
|
880
|
-
color: #
|
858
|
+
color: #fff;
|
881
859
|
}
|
882
860
|
input[type="file"].ui.file.input:focus + label.ui.secondary.button:not(.basic):not(.tertiary).inverted,
|
883
861
|
.ui.file.input input[type="file"]:focus + label.ui.secondary.button:not(.basic):not(.tertiary).inverted {
|
@@ -886,7 +864,7 @@ input[type="file"].ui.file.input:focus + label.ui.secondary.button:not(.basic):n
|
|
886
864
|
input[type="file"].ui.file.input:focus + label.ui.red.button:not(.basic):not(.tertiary),
|
887
865
|
.ui.file.input input[type="file"]:focus + label.ui.red.button:not(.basic):not(.tertiary) {
|
888
866
|
background-color: #d01919;
|
889
|
-
color: #
|
867
|
+
color: #fff;
|
890
868
|
}
|
891
869
|
input[type="file"].ui.file.input:focus + label.ui.red.button:not(.basic):not(.tertiary).inverted,
|
892
870
|
.ui.file.input input[type="file"]:focus + label.ui.red.button:not(.basic):not(.tertiary).inverted {
|
@@ -895,7 +873,7 @@ input[type="file"].ui.file.input:focus + label.ui.red.button:not(.basic):not(.te
|
|
895
873
|
input[type="file"].ui.file.input:focus + label.ui.orange.button:not(.basic):not(.tertiary),
|
896
874
|
.ui.file.input input[type="file"]:focus + label.ui.orange.button:not(.basic):not(.tertiary) {
|
897
875
|
background-color: #f26202;
|
898
|
-
color: #
|
876
|
+
color: #fff;
|
899
877
|
}
|
900
878
|
input[type="file"].ui.file.input:focus + label.ui.orange.button:not(.basic):not(.tertiary).inverted,
|
901
879
|
.ui.file.input input[type="file"]:focus + label.ui.orange.button:not(.basic):not(.tertiary).inverted {
|
@@ -904,7 +882,7 @@ input[type="file"].ui.file.input:focus + label.ui.orange.button:not(.basic):not(
|
|
904
882
|
input[type="file"].ui.file.input:focus + label.ui.yellow.button:not(.basic):not(.tertiary),
|
905
883
|
.ui.file.input input[type="file"]:focus + label.ui.yellow.button:not(.basic):not(.tertiary) {
|
906
884
|
background-color: #eaae00;
|
907
|
-
color: #
|
885
|
+
color: #fff;
|
908
886
|
}
|
909
887
|
input[type="file"].ui.file.input:focus + label.ui.yellow.button:not(.basic):not(.tertiary).inverted,
|
910
888
|
.ui.file.input input[type="file"]:focus + label.ui.yellow.button:not(.basic):not(.tertiary).inverted {
|
@@ -913,7 +891,7 @@ input[type="file"].ui.file.input:focus + label.ui.yellow.button:not(.basic):not(
|
|
913
891
|
input[type="file"].ui.file.input:focus + label.ui.olive.button:not(.basic):not(.tertiary),
|
914
892
|
.ui.file.input input[type="file"]:focus + label.ui.olive.button:not(.basic):not(.tertiary) {
|
915
893
|
background-color: #a7bd0d;
|
916
|
-
color: #
|
894
|
+
color: #fff;
|
917
895
|
}
|
918
896
|
input[type="file"].ui.file.input:focus + label.ui.olive.button:not(.basic):not(.tertiary).inverted,
|
919
897
|
.ui.file.input input[type="file"]:focus + label.ui.olive.button:not(.basic):not(.tertiary).inverted {
|
@@ -922,7 +900,7 @@ input[type="file"].ui.file.input:focus + label.ui.olive.button:not(.basic):not(.
|
|
922
900
|
input[type="file"].ui.file.input:focus + label.ui.green.button:not(.basic):not(.tertiary),
|
923
901
|
.ui.file.input input[type="file"]:focus + label.ui.green.button:not(.basic):not(.tertiary) {
|
924
902
|
background-color: #16ab39;
|
925
|
-
color: #
|
903
|
+
color: #fff;
|
926
904
|
}
|
927
905
|
input[type="file"].ui.file.input:focus + label.ui.green.button:not(.basic):not(.tertiary).inverted,
|
928
906
|
.ui.file.input input[type="file"]:focus + label.ui.green.button:not(.basic):not(.tertiary).inverted {
|
@@ -931,7 +909,7 @@ input[type="file"].ui.file.input:focus + label.ui.green.button:not(.basic):not(.
|
|
931
909
|
input[type="file"].ui.file.input:focus + label.ui.teal.button:not(.basic):not(.tertiary),
|
932
910
|
.ui.file.input input[type="file"]:focus + label.ui.teal.button:not(.basic):not(.tertiary) {
|
933
911
|
background-color: #009c95;
|
934
|
-
color: #
|
912
|
+
color: #fff;
|
935
913
|
}
|
936
914
|
input[type="file"].ui.file.input:focus + label.ui.teal.button:not(.basic):not(.tertiary).inverted,
|
937
915
|
.ui.file.input input[type="file"]:focus + label.ui.teal.button:not(.basic):not(.tertiary).inverted {
|
@@ -940,7 +918,7 @@ input[type="file"].ui.file.input:focus + label.ui.teal.button:not(.basic):not(.t
|
|
940
918
|
input[type="file"].ui.file.input:focus + label.ui.blue.button:not(.basic):not(.tertiary),
|
941
919
|
.ui.file.input input[type="file"]:focus + label.ui.blue.button:not(.basic):not(.tertiary) {
|
942
920
|
background-color: #1678c2;
|
943
|
-
color: #
|
921
|
+
color: #fff;
|
944
922
|
}
|
945
923
|
input[type="file"].ui.file.input:focus + label.ui.blue.button:not(.basic):not(.tertiary).inverted,
|
946
924
|
.ui.file.input input[type="file"]:focus + label.ui.blue.button:not(.basic):not(.tertiary).inverted {
|
@@ -949,7 +927,7 @@ input[type="file"].ui.file.input:focus + label.ui.blue.button:not(.basic):not(.t
|
|
949
927
|
input[type="file"].ui.file.input:focus + label.ui.violet.button:not(.basic):not(.tertiary),
|
950
928
|
.ui.file.input input[type="file"]:focus + label.ui.violet.button:not(.basic):not(.tertiary) {
|
951
929
|
background-color: #5829bb;
|
952
|
-
color: #
|
930
|
+
color: #fff;
|
953
931
|
}
|
954
932
|
input[type="file"].ui.file.input:focus + label.ui.violet.button:not(.basic):not(.tertiary).inverted,
|
955
933
|
.ui.file.input input[type="file"]:focus + label.ui.violet.button:not(.basic):not(.tertiary).inverted {
|
@@ -958,7 +936,7 @@ input[type="file"].ui.file.input:focus + label.ui.violet.button:not(.basic):not(
|
|
958
936
|
input[type="file"].ui.file.input:focus + label.ui.purple.button:not(.basic):not(.tertiary),
|
959
937
|
.ui.file.input input[type="file"]:focus + label.ui.purple.button:not(.basic):not(.tertiary) {
|
960
938
|
background-color: #9627ba;
|
961
|
-
color: #
|
939
|
+
color: #fff;
|
962
940
|
}
|
963
941
|
input[type="file"].ui.file.input:focus + label.ui.purple.button:not(.basic):not(.tertiary).inverted,
|
964
942
|
.ui.file.input input[type="file"]:focus + label.ui.purple.button:not(.basic):not(.tertiary).inverted {
|
@@ -967,7 +945,7 @@ input[type="file"].ui.file.input:focus + label.ui.purple.button:not(.basic):not(
|
|
967
945
|
input[type="file"].ui.file.input:focus + label.ui.pink.button:not(.basic):not(.tertiary),
|
968
946
|
.ui.file.input input[type="file"]:focus + label.ui.pink.button:not(.basic):not(.tertiary) {
|
969
947
|
background-color: #e61a8d;
|
970
|
-
color: #
|
948
|
+
color: #fff;
|
971
949
|
}
|
972
950
|
input[type="file"].ui.file.input:focus + label.ui.pink.button:not(.basic):not(.tertiary).inverted,
|
973
951
|
.ui.file.input input[type="file"]:focus + label.ui.pink.button:not(.basic):not(.tertiary).inverted {
|
@@ -976,7 +954,7 @@ input[type="file"].ui.file.input:focus + label.ui.pink.button:not(.basic):not(.t
|
|
976
954
|
input[type="file"].ui.file.input:focus + label.ui.brown.button:not(.basic):not(.tertiary),
|
977
955
|
.ui.file.input input[type="file"]:focus + label.ui.brown.button:not(.basic):not(.tertiary) {
|
978
956
|
background-color: #975b33;
|
979
|
-
color: #
|
957
|
+
color: #fff;
|
980
958
|
}
|
981
959
|
input[type="file"].ui.file.input:focus + label.ui.brown.button:not(.basic):not(.tertiary).inverted,
|
982
960
|
.ui.file.input input[type="file"]:focus + label.ui.brown.button:not(.basic):not(.tertiary).inverted {
|
@@ -985,7 +963,7 @@ input[type="file"].ui.file.input:focus + label.ui.brown.button:not(.basic):not(.
|
|
985
963
|
input[type="file"].ui.file.input:focus + label.ui.grey.button:not(.basic):not(.tertiary),
|
986
964
|
.ui.file.input input[type="file"]:focus + label.ui.grey.button:not(.basic):not(.tertiary) {
|
987
965
|
background-color: #838383;
|
988
|
-
color: #
|
966
|
+
color: #fff;
|
989
967
|
}
|
990
968
|
input[type="file"].ui.file.input:focus + label.ui.grey.button:not(.basic):not(.tertiary).inverted,
|
991
969
|
.ui.file.input input[type="file"]:focus + label.ui.grey.button:not(.basic):not(.tertiary).inverted {
|
@@ -994,7 +972,7 @@ input[type="file"].ui.file.input:focus + label.ui.grey.button:not(.basic):not(.t
|
|
994
972
|
input[type="file"].ui.file.input:focus + label.ui.black.button:not(.basic):not(.tertiary),
|
995
973
|
.ui.file.input input[type="file"]:focus + label.ui.black.button:not(.basic):not(.tertiary) {
|
996
974
|
background-color: #27292a;
|
997
|
-
color: #
|
975
|
+
color: #fff;
|
998
976
|
}
|
999
977
|
input[type="file"].ui.file.input:focus + label.ui.black.button:not(.basic):not(.tertiary).inverted,
|
1000
978
|
.ui.file.input input[type="file"]:focus + label.ui.black.button:not(.basic):not(.tertiary).inverted {
|
@@ -1002,8 +980,8 @@ input[type="file"].ui.file.input:focus + label.ui.black.button:not(.basic):not(.
|
|
1002
980
|
}
|
1003
981
|
input[type="file"].ui.primary.file.input::-webkit-file-upload-button,
|
1004
982
|
.ui.primary.file.input input[type="file"]::-webkit-file-upload-button {
|
1005
|
-
background: #
|
1006
|
-
color: #
|
983
|
+
background: #2185d0;
|
984
|
+
color: #fff;
|
1007
985
|
}
|
1008
986
|
input[type="file"].ui.primary.file.input::-webkit-file-upload-button:hover,
|
1009
987
|
.ui.primary.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
@@ -1011,17 +989,24 @@ input[type="file"].ui.primary.file.input::-webkit-file-upload-button:hover,
|
|
1011
989
|
}
|
1012
990
|
input[type="file"].ui.primary.file.input::-ms-browse,
|
1013
991
|
.ui.primary.file.input input[type="file"]::-ms-browse {
|
1014
|
-
background: #
|
1015
|
-
color: #
|
992
|
+
background: #2185d0;
|
993
|
+
color: #fff;
|
1016
994
|
}
|
1017
995
|
input[type="file"].ui.primary.file.input::-ms-browse:hover,
|
1018
996
|
.ui.primary.file.input input[type="file"]::-ms-browse:hover {
|
1019
997
|
background: #1678c2;
|
1020
998
|
}
|
999
|
+
input[type="file"].ui.primary.file.input::-webkit-file-upload-button, .ui.primary.file.input input[type="file"]::-webkit-file-upload-button {
|
1000
|
+
background: #2185d0;
|
1001
|
+
color: #fff;
|
1002
|
+
}
|
1021
1003
|
input[type="file"].ui.primary.file.input::file-selector-button,
|
1022
1004
|
.ui.primary.file.input input[type="file"]::file-selector-button {
|
1023
|
-
background: #
|
1024
|
-
color: #
|
1005
|
+
background: #2185d0;
|
1006
|
+
color: #fff;
|
1007
|
+
}
|
1008
|
+
input[type="file"].ui.primary.file.input::-webkit-file-upload-button:hover, .ui.primary.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1009
|
+
background: #1678c2;
|
1025
1010
|
}
|
1026
1011
|
input[type="file"].ui.primary.file.input::file-selector-button:hover,
|
1027
1012
|
.ui.primary.file.input input[type="file"]::file-selector-button:hover {
|
@@ -1029,8 +1014,8 @@ input[type="file"].ui.primary.file.input::file-selector-button:hover,
|
|
1029
1014
|
}
|
1030
1015
|
input[type="file"].ui.secondary.file.input::-webkit-file-upload-button,
|
1031
1016
|
.ui.secondary.file.input input[type="file"]::-webkit-file-upload-button {
|
1032
|
-
background: #
|
1033
|
-
color: #
|
1017
|
+
background: #1b1c1d;
|
1018
|
+
color: #fff;
|
1034
1019
|
}
|
1035
1020
|
input[type="file"].ui.secondary.file.input::-webkit-file-upload-button:hover,
|
1036
1021
|
.ui.secondary.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
@@ -1038,17 +1023,24 @@ input[type="file"].ui.secondary.file.input::-webkit-file-upload-button:hover,
|
|
1038
1023
|
}
|
1039
1024
|
input[type="file"].ui.secondary.file.input::-ms-browse,
|
1040
1025
|
.ui.secondary.file.input input[type="file"]::-ms-browse {
|
1041
|
-
background: #
|
1042
|
-
color: #
|
1026
|
+
background: #1b1c1d;
|
1027
|
+
color: #fff;
|
1043
1028
|
}
|
1044
1029
|
input[type="file"].ui.secondary.file.input::-ms-browse:hover,
|
1045
1030
|
.ui.secondary.file.input input[type="file"]::-ms-browse:hover {
|
1046
1031
|
background: #27292a;
|
1047
1032
|
}
|
1033
|
+
input[type="file"].ui.secondary.file.input::-webkit-file-upload-button, .ui.secondary.file.input input[type="file"]::-webkit-file-upload-button {
|
1034
|
+
background: #1b1c1d;
|
1035
|
+
color: #fff;
|
1036
|
+
}
|
1048
1037
|
input[type="file"].ui.secondary.file.input::file-selector-button,
|
1049
1038
|
.ui.secondary.file.input input[type="file"]::file-selector-button {
|
1050
|
-
background: #
|
1051
|
-
color: #
|
1039
|
+
background: #1b1c1d;
|
1040
|
+
color: #fff;
|
1041
|
+
}
|
1042
|
+
input[type="file"].ui.secondary.file.input::-webkit-file-upload-button:hover, .ui.secondary.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1043
|
+
background: #27292a;
|
1052
1044
|
}
|
1053
1045
|
input[type="file"].ui.secondary.file.input::file-selector-button:hover,
|
1054
1046
|
.ui.secondary.file.input input[type="file"]::file-selector-button:hover {
|
@@ -1056,8 +1048,8 @@ input[type="file"].ui.secondary.file.input::file-selector-button:hover,
|
|
1056
1048
|
}
|
1057
1049
|
input[type="file"].ui.red.file.input::-webkit-file-upload-button,
|
1058
1050
|
.ui.red.file.input input[type="file"]::-webkit-file-upload-button {
|
1059
|
-
background: #
|
1060
|
-
color: #
|
1051
|
+
background: #db2828;
|
1052
|
+
color: #fff;
|
1061
1053
|
}
|
1062
1054
|
input[type="file"].ui.red.file.input::-webkit-file-upload-button:hover,
|
1063
1055
|
.ui.red.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
@@ -1065,17 +1057,24 @@ input[type="file"].ui.red.file.input::-webkit-file-upload-button:hover,
|
|
1065
1057
|
}
|
1066
1058
|
input[type="file"].ui.red.file.input::-ms-browse,
|
1067
1059
|
.ui.red.file.input input[type="file"]::-ms-browse {
|
1068
|
-
background: #
|
1069
|
-
color: #
|
1060
|
+
background: #db2828;
|
1061
|
+
color: #fff;
|
1070
1062
|
}
|
1071
1063
|
input[type="file"].ui.red.file.input::-ms-browse:hover,
|
1072
1064
|
.ui.red.file.input input[type="file"]::-ms-browse:hover {
|
1073
1065
|
background: #d01919;
|
1074
1066
|
}
|
1067
|
+
input[type="file"].ui.red.file.input::-webkit-file-upload-button, .ui.red.file.input input[type="file"]::-webkit-file-upload-button {
|
1068
|
+
background: #db2828;
|
1069
|
+
color: #fff;
|
1070
|
+
}
|
1075
1071
|
input[type="file"].ui.red.file.input::file-selector-button,
|
1076
1072
|
.ui.red.file.input input[type="file"]::file-selector-button {
|
1077
|
-
background: #
|
1078
|
-
color: #
|
1073
|
+
background: #db2828;
|
1074
|
+
color: #fff;
|
1075
|
+
}
|
1076
|
+
input[type="file"].ui.red.file.input::-webkit-file-upload-button:hover, .ui.red.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1077
|
+
background: #d01919;
|
1079
1078
|
}
|
1080
1079
|
input[type="file"].ui.red.file.input::file-selector-button:hover,
|
1081
1080
|
.ui.red.file.input input[type="file"]::file-selector-button:hover {
|
@@ -1083,8 +1082,8 @@ input[type="file"].ui.red.file.input::file-selector-button:hover,
|
|
1083
1082
|
}
|
1084
1083
|
input[type="file"].ui.orange.file.input::-webkit-file-upload-button,
|
1085
1084
|
.ui.orange.file.input input[type="file"]::-webkit-file-upload-button {
|
1086
|
-
background: #
|
1087
|
-
color: #
|
1085
|
+
background: #f2711c;
|
1086
|
+
color: #fff;
|
1088
1087
|
}
|
1089
1088
|
input[type="file"].ui.orange.file.input::-webkit-file-upload-button:hover,
|
1090
1089
|
.ui.orange.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
@@ -1092,17 +1091,24 @@ input[type="file"].ui.orange.file.input::-webkit-file-upload-button:hover,
|
|
1092
1091
|
}
|
1093
1092
|
input[type="file"].ui.orange.file.input::-ms-browse,
|
1094
1093
|
.ui.orange.file.input input[type="file"]::-ms-browse {
|
1095
|
-
background: #
|
1096
|
-
color: #
|
1094
|
+
background: #f2711c;
|
1095
|
+
color: #fff;
|
1097
1096
|
}
|
1098
1097
|
input[type="file"].ui.orange.file.input::-ms-browse:hover,
|
1099
1098
|
.ui.orange.file.input input[type="file"]::-ms-browse:hover {
|
1100
1099
|
background: #f26202;
|
1101
1100
|
}
|
1101
|
+
input[type="file"].ui.orange.file.input::-webkit-file-upload-button, .ui.orange.file.input input[type="file"]::-webkit-file-upload-button {
|
1102
|
+
background: #f2711c;
|
1103
|
+
color: #fff;
|
1104
|
+
}
|
1102
1105
|
input[type="file"].ui.orange.file.input::file-selector-button,
|
1103
1106
|
.ui.orange.file.input input[type="file"]::file-selector-button {
|
1104
|
-
background: #
|
1105
|
-
color: #
|
1107
|
+
background: #f2711c;
|
1108
|
+
color: #fff;
|
1109
|
+
}
|
1110
|
+
input[type="file"].ui.orange.file.input::-webkit-file-upload-button:hover, .ui.orange.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1111
|
+
background: #f26202;
|
1106
1112
|
}
|
1107
1113
|
input[type="file"].ui.orange.file.input::file-selector-button:hover,
|
1108
1114
|
.ui.orange.file.input input[type="file"]::file-selector-button:hover {
|
@@ -1110,8 +1116,8 @@ input[type="file"].ui.orange.file.input::file-selector-button:hover,
|
|
1110
1116
|
}
|
1111
1117
|
input[type="file"].ui.yellow.file.input::-webkit-file-upload-button,
|
1112
1118
|
.ui.yellow.file.input input[type="file"]::-webkit-file-upload-button {
|
1113
|
-
background: #
|
1114
|
-
color: #
|
1119
|
+
background: #fbbd08;
|
1120
|
+
color: #fff;
|
1115
1121
|
}
|
1116
1122
|
input[type="file"].ui.yellow.file.input::-webkit-file-upload-button:hover,
|
1117
1123
|
.ui.yellow.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
@@ -1119,17 +1125,24 @@ input[type="file"].ui.yellow.file.input::-webkit-file-upload-button:hover,
|
|
1119
1125
|
}
|
1120
1126
|
input[type="file"].ui.yellow.file.input::-ms-browse,
|
1121
1127
|
.ui.yellow.file.input input[type="file"]::-ms-browse {
|
1122
|
-
background: #
|
1123
|
-
color: #
|
1128
|
+
background: #fbbd08;
|
1129
|
+
color: #fff;
|
1124
1130
|
}
|
1125
1131
|
input[type="file"].ui.yellow.file.input::-ms-browse:hover,
|
1126
1132
|
.ui.yellow.file.input input[type="file"]::-ms-browse:hover {
|
1127
1133
|
background: #eaae00;
|
1128
1134
|
}
|
1135
|
+
input[type="file"].ui.yellow.file.input::-webkit-file-upload-button, .ui.yellow.file.input input[type="file"]::-webkit-file-upload-button {
|
1136
|
+
background: #fbbd08;
|
1137
|
+
color: #fff;
|
1138
|
+
}
|
1129
1139
|
input[type="file"].ui.yellow.file.input::file-selector-button,
|
1130
1140
|
.ui.yellow.file.input input[type="file"]::file-selector-button {
|
1131
|
-
background: #
|
1132
|
-
color: #
|
1141
|
+
background: #fbbd08;
|
1142
|
+
color: #fff;
|
1143
|
+
}
|
1144
|
+
input[type="file"].ui.yellow.file.input::-webkit-file-upload-button:hover, .ui.yellow.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1145
|
+
background: #eaae00;
|
1133
1146
|
}
|
1134
1147
|
input[type="file"].ui.yellow.file.input::file-selector-button:hover,
|
1135
1148
|
.ui.yellow.file.input input[type="file"]::file-selector-button:hover {
|
@@ -1137,8 +1150,8 @@ input[type="file"].ui.yellow.file.input::file-selector-button:hover,
|
|
1137
1150
|
}
|
1138
1151
|
input[type="file"].ui.olive.file.input::-webkit-file-upload-button,
|
1139
1152
|
.ui.olive.file.input input[type="file"]::-webkit-file-upload-button {
|
1140
|
-
background: #
|
1141
|
-
color: #
|
1153
|
+
background: #b5cc18;
|
1154
|
+
color: #fff;
|
1142
1155
|
}
|
1143
1156
|
input[type="file"].ui.olive.file.input::-webkit-file-upload-button:hover,
|
1144
1157
|
.ui.olive.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
@@ -1146,17 +1159,24 @@ input[type="file"].ui.olive.file.input::-webkit-file-upload-button:hover,
|
|
1146
1159
|
}
|
1147
1160
|
input[type="file"].ui.olive.file.input::-ms-browse,
|
1148
1161
|
.ui.olive.file.input input[type="file"]::-ms-browse {
|
1149
|
-
background: #
|
1150
|
-
color: #
|
1162
|
+
background: #b5cc18;
|
1163
|
+
color: #fff;
|
1151
1164
|
}
|
1152
1165
|
input[type="file"].ui.olive.file.input::-ms-browse:hover,
|
1153
1166
|
.ui.olive.file.input input[type="file"]::-ms-browse:hover {
|
1154
1167
|
background: #a7bd0d;
|
1155
1168
|
}
|
1169
|
+
input[type="file"].ui.olive.file.input::-webkit-file-upload-button, .ui.olive.file.input input[type="file"]::-webkit-file-upload-button {
|
1170
|
+
background: #b5cc18;
|
1171
|
+
color: #fff;
|
1172
|
+
}
|
1156
1173
|
input[type="file"].ui.olive.file.input::file-selector-button,
|
1157
1174
|
.ui.olive.file.input input[type="file"]::file-selector-button {
|
1158
|
-
background: #
|
1159
|
-
color: #
|
1175
|
+
background: #b5cc18;
|
1176
|
+
color: #fff;
|
1177
|
+
}
|
1178
|
+
input[type="file"].ui.olive.file.input::-webkit-file-upload-button:hover, .ui.olive.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1179
|
+
background: #a7bd0d;
|
1160
1180
|
}
|
1161
1181
|
input[type="file"].ui.olive.file.input::file-selector-button:hover,
|
1162
1182
|
.ui.olive.file.input input[type="file"]::file-selector-button:hover {
|
@@ -1164,8 +1184,8 @@ input[type="file"].ui.olive.file.input::file-selector-button:hover,
|
|
1164
1184
|
}
|
1165
1185
|
input[type="file"].ui.green.file.input::-webkit-file-upload-button,
|
1166
1186
|
.ui.green.file.input input[type="file"]::-webkit-file-upload-button {
|
1167
|
-
background: #
|
1168
|
-
color: #
|
1187
|
+
background: #21ba45;
|
1188
|
+
color: #fff;
|
1169
1189
|
}
|
1170
1190
|
input[type="file"].ui.green.file.input::-webkit-file-upload-button:hover,
|
1171
1191
|
.ui.green.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
@@ -1173,17 +1193,24 @@ input[type="file"].ui.green.file.input::-webkit-file-upload-button:hover,
|
|
1173
1193
|
}
|
1174
1194
|
input[type="file"].ui.green.file.input::-ms-browse,
|
1175
1195
|
.ui.green.file.input input[type="file"]::-ms-browse {
|
1176
|
-
background: #
|
1177
|
-
color: #
|
1196
|
+
background: #21ba45;
|
1197
|
+
color: #fff;
|
1178
1198
|
}
|
1179
1199
|
input[type="file"].ui.green.file.input::-ms-browse:hover,
|
1180
1200
|
.ui.green.file.input input[type="file"]::-ms-browse:hover {
|
1181
1201
|
background: #16ab39;
|
1182
1202
|
}
|
1203
|
+
input[type="file"].ui.green.file.input::-webkit-file-upload-button, .ui.green.file.input input[type="file"]::-webkit-file-upload-button {
|
1204
|
+
background: #21ba45;
|
1205
|
+
color: #fff;
|
1206
|
+
}
|
1183
1207
|
input[type="file"].ui.green.file.input::file-selector-button,
|
1184
1208
|
.ui.green.file.input input[type="file"]::file-selector-button {
|
1185
|
-
background: #
|
1186
|
-
color: #
|
1209
|
+
background: #21ba45;
|
1210
|
+
color: #fff;
|
1211
|
+
}
|
1212
|
+
input[type="file"].ui.green.file.input::-webkit-file-upload-button:hover, .ui.green.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1213
|
+
background: #16ab39;
|
1187
1214
|
}
|
1188
1215
|
input[type="file"].ui.green.file.input::file-selector-button:hover,
|
1189
1216
|
.ui.green.file.input input[type="file"]::file-selector-button:hover {
|
@@ -1191,8 +1218,8 @@ input[type="file"].ui.green.file.input::file-selector-button:hover,
|
|
1191
1218
|
}
|
1192
1219
|
input[type="file"].ui.teal.file.input::-webkit-file-upload-button,
|
1193
1220
|
.ui.teal.file.input input[type="file"]::-webkit-file-upload-button {
|
1194
|
-
background: #
|
1195
|
-
color: #
|
1221
|
+
background: #00b5ad;
|
1222
|
+
color: #fff;
|
1196
1223
|
}
|
1197
1224
|
input[type="file"].ui.teal.file.input::-webkit-file-upload-button:hover,
|
1198
1225
|
.ui.teal.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
@@ -1200,17 +1227,24 @@ input[type="file"].ui.teal.file.input::-webkit-file-upload-button:hover,
|
|
1200
1227
|
}
|
1201
1228
|
input[type="file"].ui.teal.file.input::-ms-browse,
|
1202
1229
|
.ui.teal.file.input input[type="file"]::-ms-browse {
|
1203
|
-
background: #
|
1204
|
-
color: #
|
1230
|
+
background: #00b5ad;
|
1231
|
+
color: #fff;
|
1205
1232
|
}
|
1206
1233
|
input[type="file"].ui.teal.file.input::-ms-browse:hover,
|
1207
1234
|
.ui.teal.file.input input[type="file"]::-ms-browse:hover {
|
1208
1235
|
background: #009c95;
|
1209
1236
|
}
|
1237
|
+
input[type="file"].ui.teal.file.input::-webkit-file-upload-button, .ui.teal.file.input input[type="file"]::-webkit-file-upload-button {
|
1238
|
+
background: #00b5ad;
|
1239
|
+
color: #fff;
|
1240
|
+
}
|
1210
1241
|
input[type="file"].ui.teal.file.input::file-selector-button,
|
1211
1242
|
.ui.teal.file.input input[type="file"]::file-selector-button {
|
1212
|
-
background: #
|
1213
|
-
color: #
|
1243
|
+
background: #00b5ad;
|
1244
|
+
color: #fff;
|
1245
|
+
}
|
1246
|
+
input[type="file"].ui.teal.file.input::-webkit-file-upload-button:hover, .ui.teal.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1247
|
+
background: #009c95;
|
1214
1248
|
}
|
1215
1249
|
input[type="file"].ui.teal.file.input::file-selector-button:hover,
|
1216
1250
|
.ui.teal.file.input input[type="file"]::file-selector-button:hover {
|
@@ -1218,8 +1252,8 @@ input[type="file"].ui.teal.file.input::file-selector-button:hover,
|
|
1218
1252
|
}
|
1219
1253
|
input[type="file"].ui.blue.file.input::-webkit-file-upload-button,
|
1220
1254
|
.ui.blue.file.input input[type="file"]::-webkit-file-upload-button {
|
1221
|
-
background: #
|
1222
|
-
color: #
|
1255
|
+
background: #2185d0;
|
1256
|
+
color: #fff;
|
1223
1257
|
}
|
1224
1258
|
input[type="file"].ui.blue.file.input::-webkit-file-upload-button:hover,
|
1225
1259
|
.ui.blue.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
@@ -1227,17 +1261,24 @@ input[type="file"].ui.blue.file.input::-webkit-file-upload-button:hover,
|
|
1227
1261
|
}
|
1228
1262
|
input[type="file"].ui.blue.file.input::-ms-browse,
|
1229
1263
|
.ui.blue.file.input input[type="file"]::-ms-browse {
|
1230
|
-
background: #
|
1231
|
-
color: #
|
1264
|
+
background: #2185d0;
|
1265
|
+
color: #fff;
|
1232
1266
|
}
|
1233
1267
|
input[type="file"].ui.blue.file.input::-ms-browse:hover,
|
1234
1268
|
.ui.blue.file.input input[type="file"]::-ms-browse:hover {
|
1235
1269
|
background: #1678c2;
|
1236
1270
|
}
|
1271
|
+
input[type="file"].ui.blue.file.input::-webkit-file-upload-button, .ui.blue.file.input input[type="file"]::-webkit-file-upload-button {
|
1272
|
+
background: #2185d0;
|
1273
|
+
color: #fff;
|
1274
|
+
}
|
1237
1275
|
input[type="file"].ui.blue.file.input::file-selector-button,
|
1238
1276
|
.ui.blue.file.input input[type="file"]::file-selector-button {
|
1239
|
-
background: #
|
1240
|
-
color: #
|
1277
|
+
background: #2185d0;
|
1278
|
+
color: #fff;
|
1279
|
+
}
|
1280
|
+
input[type="file"].ui.blue.file.input::-webkit-file-upload-button:hover, .ui.blue.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1281
|
+
background: #1678c2;
|
1241
1282
|
}
|
1242
1283
|
input[type="file"].ui.blue.file.input::file-selector-button:hover,
|
1243
1284
|
.ui.blue.file.input input[type="file"]::file-selector-button:hover {
|
@@ -1245,8 +1286,8 @@ input[type="file"].ui.blue.file.input::file-selector-button:hover,
|
|
1245
1286
|
}
|
1246
1287
|
input[type="file"].ui.violet.file.input::-webkit-file-upload-button,
|
1247
1288
|
.ui.violet.file.input input[type="file"]::-webkit-file-upload-button {
|
1248
|
-
background: #
|
1249
|
-
color: #
|
1289
|
+
background: #6435c9;
|
1290
|
+
color: #fff;
|
1250
1291
|
}
|
1251
1292
|
input[type="file"].ui.violet.file.input::-webkit-file-upload-button:hover,
|
1252
1293
|
.ui.violet.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
@@ -1254,17 +1295,24 @@ input[type="file"].ui.violet.file.input::-webkit-file-upload-button:hover,
|
|
1254
1295
|
}
|
1255
1296
|
input[type="file"].ui.violet.file.input::-ms-browse,
|
1256
1297
|
.ui.violet.file.input input[type="file"]::-ms-browse {
|
1257
|
-
background: #
|
1258
|
-
color: #
|
1298
|
+
background: #6435c9;
|
1299
|
+
color: #fff;
|
1259
1300
|
}
|
1260
1301
|
input[type="file"].ui.violet.file.input::-ms-browse:hover,
|
1261
1302
|
.ui.violet.file.input input[type="file"]::-ms-browse:hover {
|
1262
1303
|
background: #5829bb;
|
1263
1304
|
}
|
1305
|
+
input[type="file"].ui.violet.file.input::-webkit-file-upload-button, .ui.violet.file.input input[type="file"]::-webkit-file-upload-button {
|
1306
|
+
background: #6435c9;
|
1307
|
+
color: #fff;
|
1308
|
+
}
|
1264
1309
|
input[type="file"].ui.violet.file.input::file-selector-button,
|
1265
1310
|
.ui.violet.file.input input[type="file"]::file-selector-button {
|
1266
|
-
background: #
|
1267
|
-
color: #
|
1311
|
+
background: #6435c9;
|
1312
|
+
color: #fff;
|
1313
|
+
}
|
1314
|
+
input[type="file"].ui.violet.file.input::-webkit-file-upload-button:hover, .ui.violet.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1315
|
+
background: #5829bb;
|
1268
1316
|
}
|
1269
1317
|
input[type="file"].ui.violet.file.input::file-selector-button:hover,
|
1270
1318
|
.ui.violet.file.input input[type="file"]::file-selector-button:hover {
|
@@ -1272,8 +1320,8 @@ input[type="file"].ui.violet.file.input::file-selector-button:hover,
|
|
1272
1320
|
}
|
1273
1321
|
input[type="file"].ui.purple.file.input::-webkit-file-upload-button,
|
1274
1322
|
.ui.purple.file.input input[type="file"]::-webkit-file-upload-button {
|
1275
|
-
background: #
|
1276
|
-
color: #
|
1323
|
+
background: #a333c8;
|
1324
|
+
color: #fff;
|
1277
1325
|
}
|
1278
1326
|
input[type="file"].ui.purple.file.input::-webkit-file-upload-button:hover,
|
1279
1327
|
.ui.purple.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
@@ -1281,17 +1329,24 @@ input[type="file"].ui.purple.file.input::-webkit-file-upload-button:hover,
|
|
1281
1329
|
}
|
1282
1330
|
input[type="file"].ui.purple.file.input::-ms-browse,
|
1283
1331
|
.ui.purple.file.input input[type="file"]::-ms-browse {
|
1284
|
-
background: #
|
1285
|
-
color: #
|
1332
|
+
background: #a333c8;
|
1333
|
+
color: #fff;
|
1286
1334
|
}
|
1287
1335
|
input[type="file"].ui.purple.file.input::-ms-browse:hover,
|
1288
1336
|
.ui.purple.file.input input[type="file"]::-ms-browse:hover {
|
1289
1337
|
background: #9627ba;
|
1290
1338
|
}
|
1339
|
+
input[type="file"].ui.purple.file.input::-webkit-file-upload-button, .ui.purple.file.input input[type="file"]::-webkit-file-upload-button {
|
1340
|
+
background: #a333c8;
|
1341
|
+
color: #fff;
|
1342
|
+
}
|
1291
1343
|
input[type="file"].ui.purple.file.input::file-selector-button,
|
1292
1344
|
.ui.purple.file.input input[type="file"]::file-selector-button {
|
1293
|
-
background: #
|
1294
|
-
color: #
|
1345
|
+
background: #a333c8;
|
1346
|
+
color: #fff;
|
1347
|
+
}
|
1348
|
+
input[type="file"].ui.purple.file.input::-webkit-file-upload-button:hover, .ui.purple.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1349
|
+
background: #9627ba;
|
1295
1350
|
}
|
1296
1351
|
input[type="file"].ui.purple.file.input::file-selector-button:hover,
|
1297
1352
|
.ui.purple.file.input input[type="file"]::file-selector-button:hover {
|
@@ -1299,8 +1354,8 @@ input[type="file"].ui.purple.file.input::file-selector-button:hover,
|
|
1299
1354
|
}
|
1300
1355
|
input[type="file"].ui.pink.file.input::-webkit-file-upload-button,
|
1301
1356
|
.ui.pink.file.input input[type="file"]::-webkit-file-upload-button {
|
1302
|
-
background: #
|
1303
|
-
color: #
|
1357
|
+
background: #e03997;
|
1358
|
+
color: #fff;
|
1304
1359
|
}
|
1305
1360
|
input[type="file"].ui.pink.file.input::-webkit-file-upload-button:hover,
|
1306
1361
|
.ui.pink.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
@@ -1308,17 +1363,24 @@ input[type="file"].ui.pink.file.input::-webkit-file-upload-button:hover,
|
|
1308
1363
|
}
|
1309
1364
|
input[type="file"].ui.pink.file.input::-ms-browse,
|
1310
1365
|
.ui.pink.file.input input[type="file"]::-ms-browse {
|
1311
|
-
background: #
|
1312
|
-
color: #
|
1366
|
+
background: #e03997;
|
1367
|
+
color: #fff;
|
1313
1368
|
}
|
1314
1369
|
input[type="file"].ui.pink.file.input::-ms-browse:hover,
|
1315
1370
|
.ui.pink.file.input input[type="file"]::-ms-browse:hover {
|
1316
1371
|
background: #e61a8d;
|
1317
1372
|
}
|
1373
|
+
input[type="file"].ui.pink.file.input::-webkit-file-upload-button, .ui.pink.file.input input[type="file"]::-webkit-file-upload-button {
|
1374
|
+
background: #e03997;
|
1375
|
+
color: #fff;
|
1376
|
+
}
|
1318
1377
|
input[type="file"].ui.pink.file.input::file-selector-button,
|
1319
1378
|
.ui.pink.file.input input[type="file"]::file-selector-button {
|
1320
|
-
background: #
|
1321
|
-
color: #
|
1379
|
+
background: #e03997;
|
1380
|
+
color: #fff;
|
1381
|
+
}
|
1382
|
+
input[type="file"].ui.pink.file.input::-webkit-file-upload-button:hover, .ui.pink.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1383
|
+
background: #e61a8d;
|
1322
1384
|
}
|
1323
1385
|
input[type="file"].ui.pink.file.input::file-selector-button:hover,
|
1324
1386
|
.ui.pink.file.input input[type="file"]::file-selector-button:hover {
|
@@ -1326,8 +1388,8 @@ input[type="file"].ui.pink.file.input::file-selector-button:hover,
|
|
1326
1388
|
}
|
1327
1389
|
input[type="file"].ui.brown.file.input::-webkit-file-upload-button,
|
1328
1390
|
.ui.brown.file.input input[type="file"]::-webkit-file-upload-button {
|
1329
|
-
background: #
|
1330
|
-
color: #
|
1391
|
+
background: #a5673f;
|
1392
|
+
color: #fff;
|
1331
1393
|
}
|
1332
1394
|
input[type="file"].ui.brown.file.input::-webkit-file-upload-button:hover,
|
1333
1395
|
.ui.brown.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
@@ -1335,17 +1397,24 @@ input[type="file"].ui.brown.file.input::-webkit-file-upload-button:hover,
|
|
1335
1397
|
}
|
1336
1398
|
input[type="file"].ui.brown.file.input::-ms-browse,
|
1337
1399
|
.ui.brown.file.input input[type="file"]::-ms-browse {
|
1338
|
-
background: #
|
1339
|
-
color: #
|
1400
|
+
background: #a5673f;
|
1401
|
+
color: #fff;
|
1340
1402
|
}
|
1341
1403
|
input[type="file"].ui.brown.file.input::-ms-browse:hover,
|
1342
1404
|
.ui.brown.file.input input[type="file"]::-ms-browse:hover {
|
1343
1405
|
background: #975b33;
|
1344
1406
|
}
|
1407
|
+
input[type="file"].ui.brown.file.input::-webkit-file-upload-button, .ui.brown.file.input input[type="file"]::-webkit-file-upload-button {
|
1408
|
+
background: #a5673f;
|
1409
|
+
color: #fff;
|
1410
|
+
}
|
1345
1411
|
input[type="file"].ui.brown.file.input::file-selector-button,
|
1346
1412
|
.ui.brown.file.input input[type="file"]::file-selector-button {
|
1347
|
-
background: #
|
1348
|
-
color: #
|
1413
|
+
background: #a5673f;
|
1414
|
+
color: #fff;
|
1415
|
+
}
|
1416
|
+
input[type="file"].ui.brown.file.input::-webkit-file-upload-button:hover, .ui.brown.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1417
|
+
background: #975b33;
|
1349
1418
|
}
|
1350
1419
|
input[type="file"].ui.brown.file.input::file-selector-button:hover,
|
1351
1420
|
.ui.brown.file.input input[type="file"]::file-selector-button:hover {
|
@@ -1354,7 +1423,7 @@ input[type="file"].ui.brown.file.input::file-selector-button:hover,
|
|
1354
1423
|
input[type="file"].ui.grey.file.input::-webkit-file-upload-button,
|
1355
1424
|
.ui.grey.file.input input[type="file"]::-webkit-file-upload-button {
|
1356
1425
|
background: #767676;
|
1357
|
-
color: #
|
1426
|
+
color: #fff;
|
1358
1427
|
}
|
1359
1428
|
input[type="file"].ui.grey.file.input::-webkit-file-upload-button:hover,
|
1360
1429
|
.ui.grey.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
@@ -1363,16 +1432,23 @@ input[type="file"].ui.grey.file.input::-webkit-file-upload-button:hover,
|
|
1363
1432
|
input[type="file"].ui.grey.file.input::-ms-browse,
|
1364
1433
|
.ui.grey.file.input input[type="file"]::-ms-browse {
|
1365
1434
|
background: #767676;
|
1366
|
-
color: #
|
1435
|
+
color: #fff;
|
1367
1436
|
}
|
1368
1437
|
input[type="file"].ui.grey.file.input::-ms-browse:hover,
|
1369
1438
|
.ui.grey.file.input input[type="file"]::-ms-browse:hover {
|
1370
1439
|
background: #838383;
|
1371
1440
|
}
|
1441
|
+
input[type="file"].ui.grey.file.input::-webkit-file-upload-button, .ui.grey.file.input input[type="file"]::-webkit-file-upload-button {
|
1442
|
+
background: #767676;
|
1443
|
+
color: #fff;
|
1444
|
+
}
|
1372
1445
|
input[type="file"].ui.grey.file.input::file-selector-button,
|
1373
1446
|
.ui.grey.file.input input[type="file"]::file-selector-button {
|
1374
1447
|
background: #767676;
|
1375
|
-
color: #
|
1448
|
+
color: #fff;
|
1449
|
+
}
|
1450
|
+
input[type="file"].ui.grey.file.input::-webkit-file-upload-button:hover, .ui.grey.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1451
|
+
background: #838383;
|
1376
1452
|
}
|
1377
1453
|
input[type="file"].ui.grey.file.input::file-selector-button:hover,
|
1378
1454
|
.ui.grey.file.input input[type="file"]::file-selector-button:hover {
|
@@ -1380,8 +1456,8 @@ input[type="file"].ui.grey.file.input::file-selector-button:hover,
|
|
1380
1456
|
}
|
1381
1457
|
input[type="file"].ui.black.file.input::-webkit-file-upload-button,
|
1382
1458
|
.ui.black.file.input input[type="file"]::-webkit-file-upload-button {
|
1383
|
-
background: #
|
1384
|
-
color: #
|
1459
|
+
background: #1b1c1d;
|
1460
|
+
color: #fff;
|
1385
1461
|
}
|
1386
1462
|
input[type="file"].ui.black.file.input::-webkit-file-upload-button:hover,
|
1387
1463
|
.ui.black.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
@@ -1389,27 +1465,33 @@ input[type="file"].ui.black.file.input::-webkit-file-upload-button:hover,
|
|
1389
1465
|
}
|
1390
1466
|
input[type="file"].ui.black.file.input::-ms-browse,
|
1391
1467
|
.ui.black.file.input input[type="file"]::-ms-browse {
|
1392
|
-
background: #
|
1393
|
-
color: #
|
1468
|
+
background: #1b1c1d;
|
1469
|
+
color: #fff;
|
1394
1470
|
}
|
1395
1471
|
input[type="file"].ui.black.file.input::-ms-browse:hover,
|
1396
1472
|
.ui.black.file.input input[type="file"]::-ms-browse:hover {
|
1397
1473
|
background: #27292a;
|
1398
1474
|
}
|
1475
|
+
input[type="file"].ui.black.file.input::-webkit-file-upload-button, .ui.black.file.input input[type="file"]::-webkit-file-upload-button {
|
1476
|
+
background: #1b1c1d;
|
1477
|
+
color: #fff;
|
1478
|
+
}
|
1399
1479
|
input[type="file"].ui.black.file.input::file-selector-button,
|
1400
1480
|
.ui.black.file.input input[type="file"]::file-selector-button {
|
1401
|
-
background: #
|
1402
|
-
color: #
|
1481
|
+
background: #1b1c1d;
|
1482
|
+
color: #fff;
|
1483
|
+
}
|
1484
|
+
input[type="file"].ui.black.file.input::-webkit-file-upload-button:hover, .ui.black.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1485
|
+
background: #27292a;
|
1403
1486
|
}
|
1404
1487
|
input[type="file"].ui.black.file.input::file-selector-button:hover,
|
1405
1488
|
.ui.black.file.input input[type="file"]::file-selector-button:hover {
|
1406
1489
|
background: #27292a;
|
1407
1490
|
}
|
1408
1491
|
|
1409
|
-
|
1492
|
+
/* --------------------
|
1410
1493
|
Size
|
1411
|
-
|
1412
|
-
|
1494
|
+
--------------------- */
|
1413
1495
|
.ui.input {
|
1414
1496
|
font-size: 1em;
|
1415
1497
|
}
|