fomantic-ui 2.10.0-beta.8 → 2.10.0-beta.81
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/.eslintrc.js +6 -23
- package/.github/workflows/ci.yml +9 -9
- package/.github/workflows/depsreview.yml +1 -1
- package/.github/workflows/nightly.yml +7 -5
- package/.github/workflows/release.yml +2 -2
- package/.stylelintrc.js +1 -15
- package/CHANGELOG.md +5289 -2325
- package/README.md +8 -4
- package/changelog-setup.js +32 -10
- package/changelog-template.hbs +256 -251
- package/dist/components/accordion.css +1 -1
- package/dist/components/accordion.js +62 -73
- package/dist/components/accordion.min.css +1 -1
- package/dist/components/accordion.min.js +3 -3
- package/dist/components/ad.css +1 -1
- package/dist/components/ad.min.css +1 -1
- package/dist/components/api.js +101 -161
- 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 +5 -6
- package/dist/components/button.min.css +2 -2
- package/dist/components/calendar.css +3 -3
- package/dist/components/calendar.js +283 -332
- package/dist/components/calendar.min.css +2 -2
- package/dist/components/calendar.min.js +3 -3
- package/dist/components/card.css +1 -1
- package/dist/components/card.min.css +1 -1
- package/dist/components/checkbox.css +1 -1
- package/dist/components/checkbox.js +58 -79
- package/dist/components/checkbox.min.css +1 -1
- package/dist/components/checkbox.min.js +3 -3
- package/dist/components/comment.css +1 -1
- package/dist/components/comment.min.css +1 -1
- package/dist/components/container.css +1 -1
- package/dist/components/container.min.css +1 -1
- package/dist/components/dimmer.css +2 -2
- package/dist/components/dimmer.js +39 -52
- package/dist/components/dimmer.min.css +2 -2
- package/dist/components/dimmer.min.js +3 -3
- package/dist/components/divider.css +1 -1
- package/dist/components/divider.min.css +1 -1
- package/dist/components/dropdown.css +21 -35
- package/dist/components/dropdown.js +435 -531
- package/dist/components/dropdown.min.css +2 -2
- package/dist/components/dropdown.min.js +3 -3
- package/dist/components/embed.css +1 -1
- package/dist/components/embed.js +55 -68
- package/dist/components/embed.min.css +1 -1
- package/dist/components/embed.min.js +3 -3
- package/dist/components/emoji.css +3809 -7617
- package/dist/components/emoji.min.css +2 -2
- package/dist/components/feed.css +1 -1
- package/dist/components/feed.min.css +1 -1
- package/dist/components/flag.css +1 -1
- package/dist/components/flag.min.css +1 -1
- package/dist/components/flyout.css +1 -1
- package/dist/components/flyout.js +149 -168
- package/dist/components/flyout.min.css +1 -1
- package/dist/components/flyout.min.js +3 -3
- package/dist/components/form.css +3 -5
- package/dist/components/form.js +249 -269
- package/dist/components/form.min.css +2 -2
- package/dist/components/form.min.js +3 -3
- package/dist/components/grid.css +2 -2
- package/dist/components/grid.min.css +2 -2
- package/dist/components/header.css +6 -6
- package/dist/components/header.min.css +2 -2
- package/dist/components/icon.css +10 -37
- 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 +284 -12
- package/dist/components/input.min.css +2 -2
- package/dist/components/item.css +1 -1
- package/dist/components/item.min.css +1 -1
- package/dist/components/label.css +6 -14
- package/dist/components/label.min.css +2 -2
- package/dist/components/list.css +3 -3
- package/dist/components/list.min.css +2 -2
- package/dist/components/loader.css +53 -53
- package/dist/components/loader.min.css +2 -2
- package/dist/components/menu.css +45 -60
- package/dist/components/menu.min.css +2 -2
- package/dist/components/message.css +2 -2
- package/dist/components/message.min.css +2 -2
- package/dist/components/modal.css +5 -5
- package/dist/components/modal.js +161 -170
- 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 +74 -88
- package/dist/components/nag.min.css +1 -1
- package/dist/components/nag.min.js +3 -3
- package/dist/components/placeholder.css +2 -2
- package/dist/components/placeholder.min.css +2 -2
- package/dist/components/popup.css +19 -73
- package/dist/components/popup.js +105 -138
- package/dist/components/popup.min.css +2 -2
- package/dist/components/popup.min.js +3 -3
- package/dist/components/progress.css +4 -13
- package/dist/components/progress.js +75 -97
- package/dist/components/progress.min.css +2 -2
- 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 +49 -61
- package/dist/components/rating.min.css +1 -1
- package/dist/components/rating.min.js +3 -3
- package/dist/components/reset.css +48 -208
- package/dist/components/reset.min.css +2 -2
- package/dist/components/reveal.css +2 -5
- package/dist/components/reveal.min.css +2 -2
- package/dist/components/search.css +2 -3
- package/dist/components/search.js +178 -198
- package/dist/components/search.min.css +2 -2
- package/dist/components/search.min.js +3 -3
- package/dist/components/segment.css +6 -6
- package/dist/components/segment.min.css +2 -2
- package/dist/components/shape.css +1 -1
- package/dist/components/shape.js +59 -69
- package/dist/components/shape.min.css +1 -1
- package/dist/components/shape.min.js +3 -3
- package/dist/components/sidebar.css +1 -1
- package/dist/components/sidebar.js +81 -101
- package/dist/components/sidebar.min.css +1 -1
- package/dist/components/sidebar.min.js +3 -3
- package/dist/components/site.css +1 -1
- package/dist/components/site.js +37 -58
- package/dist/components/site.min.css +1 -1
- package/dist/components/site.min.js +3 -3
- package/dist/components/slider.css +1 -1
- package/dist/components/slider.js +169 -183
- package/dist/components/slider.min.css +1 -1
- package/dist/components/slider.min.js +3 -3
- package/dist/components/state.js +45 -59
- package/dist/components/state.min.js +3 -3
- package/dist/components/statistic.css +1 -1
- package/dist/components/statistic.min.css +1 -1
- package/dist/components/step.css +4 -4
- package/dist/components/step.min.css +2 -2
- package/dist/components/sticky.css +1 -1
- package/dist/components/sticky.js +95 -117
- package/dist/components/sticky.min.css +1 -1
- package/dist/components/sticky.min.js +3 -3
- package/dist/components/tab.css +1 -1
- package/dist/components/tab.js +83 -115
- package/dist/components/tab.min.css +1 -1
- package/dist/components/tab.min.js +3 -3
- package/dist/components/table.css +8 -8
- package/dist/components/table.min.css +2 -2
- package/dist/components/text.css +1 -1
- package/dist/components/text.min.css +1 -1
- package/dist/components/toast.css +1 -1
- package/dist/components/toast.js +64 -74
- package/dist/components/toast.min.css +1 -1
- package/dist/components/toast.min.js +3 -3
- package/dist/components/transition.css +1 -1
- package/dist/components/transition.js +61 -85
- package/dist/components/transition.min.css +1 -1
- package/dist/components/transition.min.js +3 -3
- package/dist/components/visibility.js +120 -140
- package/dist/components/visibility.min.js +3 -3
- package/dist/semantic.css +4480 -8222
- package/dist/semantic.js +2886 -3485
- package/dist/semantic.min.css +3 -3
- package/dist/semantic.min.js +3 -3
- package/examples/attached.html +1 -1
- package/examples/components/menu.html +1 -1
- package/package.json +8 -5
- package/scripts/nightly-version.js +4 -4
- package/src/definitions/behaviors/api.js +100 -160
- package/src/definitions/behaviors/form.js +248 -268
- package/src/definitions/behaviors/state.js +44 -58
- package/src/definitions/behaviors/visibility.js +119 -139
- package/src/definitions/collections/breadcrumb.less +0 -1
- package/src/definitions/collections/form.less +3 -9
- package/src/definitions/collections/grid.less +1 -2
- package/src/definitions/collections/menu.less +106 -117
- package/src/definitions/collections/message.less +1 -2
- package/src/definitions/collections/table.less +7 -8
- package/src/definitions/elements/button.less +4 -6
- package/src/definitions/elements/container.less +0 -1
- package/src/definitions/elements/divider.less +1 -2
- package/src/definitions/elements/emoji.less +1 -1
- package/src/definitions/elements/flag.less +1 -1
- package/src/definitions/elements/header.less +4 -5
- package/src/definitions/elements/icon.less +10 -37
- package/src/definitions/elements/image.less +0 -1
- package/src/definitions/elements/input.less +4 -7
- package/src/definitions/elements/label.less +5 -14
- package/src/definitions/elements/list.less +2 -3
- package/src/definitions/elements/loader.less +10 -11
- package/src/definitions/elements/placeholder.less +1 -2
- package/src/definitions/elements/rail.less +0 -1
- package/src/definitions/elements/reveal.less +1 -5
- package/src/definitions/elements/segment.less +5 -6
- package/src/definitions/elements/step.less +3 -4
- package/src/definitions/elements/text.less +0 -1
- package/src/definitions/globals/reset.less +0 -1
- package/src/definitions/globals/site.js +36 -57
- package/src/definitions/globals/site.less +0 -1
- package/src/definitions/modules/accordion.js +61 -72
- package/src/definitions/modules/accordion.less +0 -1
- package/src/definitions/modules/calendar.js +282 -331
- package/src/definitions/modules/calendar.less +2 -3
- package/src/definitions/modules/checkbox.js +57 -78
- package/src/definitions/modules/checkbox.less +0 -1
- package/src/definitions/modules/dimmer.js +38 -51
- package/src/definitions/modules/dimmer.less +1 -2
- package/src/definitions/modules/dropdown.js +434 -530
- package/src/definitions/modules/dropdown.less +27 -38
- package/src/definitions/modules/embed.js +54 -67
- package/src/definitions/modules/embed.less +0 -1
- package/src/definitions/modules/flyout.js +148 -167
- package/src/definitions/modules/flyout.less +0 -1
- package/src/definitions/modules/modal.js +160 -169
- package/src/definitions/modules/modal.less +3 -4
- package/src/definitions/modules/nag.js +73 -87
- package/src/definitions/modules/nag.less +0 -1
- package/src/definitions/modules/popup.js +104 -137
- package/src/definitions/modules/popup.less +18 -73
- package/src/definitions/modules/progress.js +74 -96
- package/src/definitions/modules/progress.less +3 -13
- package/src/definitions/modules/rating.js +48 -60
- package/src/definitions/modules/rating.less +0 -1
- package/src/definitions/modules/search.js +177 -197
- package/src/definitions/modules/search.less +2 -4
- package/src/definitions/modules/shape.js +58 -68
- package/src/definitions/modules/shape.less +0 -1
- package/src/definitions/modules/sidebar.js +80 -100
- package/src/definitions/modules/sidebar.less +0 -1
- package/src/definitions/modules/slider.js +168 -182
- package/src/definitions/modules/slider.less +0 -1
- package/src/definitions/modules/sticky.js +94 -116
- package/src/definitions/modules/sticky.less +0 -1
- package/src/definitions/modules/tab.js +82 -114
- package/src/definitions/modules/tab.less +0 -1
- package/src/definitions/modules/toast.js +63 -73
- package/src/definitions/modules/toast.less +0 -1
- package/src/definitions/modules/transition.js +60 -84
- package/src/definitions/modules/transition.less +1 -2
- package/src/definitions/views/ad.less +0 -1
- package/src/definitions/views/card.less +0 -1
- package/src/definitions/views/comment.less +0 -1
- package/src/definitions/views/feed.less +0 -1
- package/src/definitions/views/item.less +0 -1
- package/src/definitions/views/statistic.less +0 -1
- package/src/semantic.less +1 -1
- package/src/themes/amazon/elements/button.overrides +1 -1
- package/src/themes/amazon/elements/button.variables +5 -6
- package/src/themes/amazon/globals/site.variables +2 -3
- package/src/themes/bookish/elements/header.variables +2 -2
- package/src/themes/bootstrap3/elements/button.variables +4 -5
- package/src/themes/chubby/collections/menu.variables +1 -1
- package/src/themes/chubby/elements/button.overrides +4 -4
- package/src/themes/chubby/modules/accordion.overrides +1 -1
- package/src/themes/chubby/views/comment.overrides +2 -2
- package/src/themes/chubby/views/comment.variables +2 -2
- package/src/themes/classic/collections/table.variables +2 -2
- package/src/themes/classic/elements/button.variables +11 -11
- package/src/themes/classic/modules/progress.variables +2 -2
- package/src/themes/classic/views/card.variables +2 -2
- package/src/themes/default/collections/form.variables +2 -3
- package/src/themes/default/collections/menu.variables +28 -28
- package/src/themes/default/collections/message.variables +1 -1
- package/src/themes/default/collections/table.variables +4 -4
- package/src/themes/default/elements/button.variables +9 -10
- package/src/themes/default/elements/divider.variables +1 -1
- package/src/themes/default/elements/icon.variables +2 -2
- package/src/themes/default/elements/image.variables +1 -1
- package/src/themes/default/elements/input.variables +2 -2
- package/src/themes/default/elements/label.variables +4 -4
- package/src/themes/default/elements/list.variables +1 -1
- package/src/themes/default/elements/placeholder.variables +6 -6
- package/src/themes/default/elements/segment.variables +8 -8
- package/src/themes/default/globals/reset.overrides +45 -201
- package/src/themes/default/globals/site.variables +50 -50
- package/src/themes/default/globals/variation.variables +3 -2
- package/src/themes/default/modules/accordion.variables +0 -1
- package/src/themes/default/modules/checkbox.variables +1 -1
- package/src/themes/default/modules/dimmer.variables +12 -12
- package/src/themes/default/modules/dropdown.variables +17 -16
- package/src/themes/default/modules/embed.variables +2 -2
- package/src/themes/default/modules/flyout.variables +3 -3
- package/src/themes/default/modules/modal.variables +14 -14
- package/src/themes/default/modules/nag.variables +1 -1
- package/src/themes/default/modules/rating.variables +1 -1
- package/src/themes/default/modules/search.variables +1 -1
- package/src/themes/default/modules/shape.variables +1 -1
- package/src/themes/default/modules/sidebar.variables +2 -2
- package/src/themes/default/modules/toast.variables +4 -4
- package/src/themes/default/views/card.variables +6 -7
- package/src/themes/default/views/feed.variables +4 -4
- package/src/themes/default/views/item.variables +2 -3
- package/src/themes/flat/collections/form.variables +1 -1
- package/src/themes/flat/globals/site.variables +9 -9
- package/src/themes/github/collections/form.overrides +3 -3
- package/src/themes/github/collections/form.variables +3 -3
- package/src/themes/github/collections/menu.overrides +1 -1
- package/src/themes/github/collections/menu.variables +10 -10
- package/src/themes/github/collections/message.variables +6 -6
- package/src/themes/github/elements/button.variables +17 -17
- package/src/themes/github/elements/input.variables +3 -3
- package/src/themes/github/elements/segment.variables +2 -2
- package/src/themes/github/elements/step.overrides +4 -4
- package/src/themes/github/elements/step.variables +3 -3
- package/src/themes/github/globals/site.variables +2 -2
- package/src/themes/github/modules/dropdown.variables +1 -3
- package/src/themes/gmail/collections/message.variables +2 -2
- package/src/themes/material/collections/menu.variables +1 -1
- package/src/themes/material/elements/button.overrides +4 -4
- package/src/themes/material/elements/button.variables +5 -5
- package/src/themes/material/modules/dropdown.variables +1 -1
- package/src/themes/material/modules/modal.variables +1 -1
- package/src/themes/raised/elements/button.variables +1 -1
- package/src/themes/round/elements/button.variables +12 -12
- package/src/themes/striped/modules/progress.overrides +3 -3
- package/src/themes/timeline/views/feed.variables +2 -2
- package/src/themes/twitter/elements/button.overrides +1 -1
- package/src/themes/twitter/elements/button.variables +4 -5
- package/tasks/admin/components/create.js +12 -15
- package/tasks/admin/components/init.js +11 -12
- package/tasks/admin/components/update.js +19 -20
- package/tasks/admin/distributions/create.js +30 -51
- package/tasks/admin/distributions/init.js +11 -12
- package/tasks/admin/distributions/update.js +18 -19
- package/tasks/admin/register.js +7 -7
- package/tasks/build/assets.js +1 -1
- package/tasks/build/css.js +5 -5
- package/tasks/build/javascript.js +1 -1
- package/tasks/config/admin/github.js +1 -1
- package/tasks/config/admin/templates/css-package.js +1 -1
- package/tasks/config/admin/templates/less-package.js +1 -1
- package/tasks/config/project/config.js +10 -10
- package/tasks/config/project/install.js +12 -12
- package/tasks/config/project/release.js +6 -12
- package/tasks/config/tasks.js +15 -11
- package/tasks/config/user.js +1 -4
- package/tasks/docs/metadata.js +18 -20
- package/tasks/install.js +14 -12
- package/test/meteor/assets.js +4 -4
- package/test/meteor/fonts.js +10 -11
- package/test/modules/module.spec.js +18 -18
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
2
|
+
* # Fomantic-UI 2.10.0-beta.81+4f706c2 - Input
|
|
3
3
|
* https://github.com/fomantic/Fomantic-UI/
|
|
4
4
|
*
|
|
5
5
|
*
|
|
@@ -58,8 +58,6 @@
|
|
|
58
58
|
/* browsers require these rules separate */
|
|
59
59
|
.ui.input > input::placeholder {
|
|
60
60
|
color: rgba(191, 191, 191, 0.87);
|
|
61
|
-
}
|
|
62
|
-
.ui.input > input::-moz-placeholder {
|
|
63
61
|
opacity: 1;
|
|
64
62
|
}
|
|
65
63
|
|
|
@@ -448,7 +446,7 @@
|
|
|
448
446
|
.ui.icon.input:not([class*="left icon"]) > .ui.dropdown > .dropdown.icon {
|
|
449
447
|
padding-right: initial;
|
|
450
448
|
}
|
|
451
|
-
.ui.icon.input:not([class*="left icon"]
|
|
449
|
+
.ui.icon.input:not([class*="left icon"], :has(.ui.dropdown ~ input)) > .ui.dropdown > .dropdown.icon {
|
|
452
450
|
padding-right: 2.5em;
|
|
453
451
|
}
|
|
454
452
|
}
|
|
@@ -491,9 +489,9 @@
|
|
|
491
489
|
border-bottom: 1px solid #e0b4b4;
|
|
492
490
|
}
|
|
493
491
|
.ui.form .field.error > .ui[class*="left action"].input > .ui.button,
|
|
494
|
-
.ui.form .field.error > .ui.labeled.input:not(.right
|
|
492
|
+
.ui.form .field.error > .ui.labeled.input:not(.right, [class*="corner labeled"]) > .ui.label,
|
|
495
493
|
.ui[class*="left action"].input.error > .ui.button,
|
|
496
|
-
.ui.labeled.input.error:not(.right
|
|
494
|
+
.ui.labeled.input.error:not(.right, [class*="corner labeled"]) > .ui.label {
|
|
497
495
|
border-left: 1px solid #e0b4b4;
|
|
498
496
|
}
|
|
499
497
|
.ui.form .field.error > .ui.action.input:not([class*="left action"]) > input + .ui.button,
|
|
@@ -518,9 +516,9 @@
|
|
|
518
516
|
border-bottom: 1px solid #a9d5de;
|
|
519
517
|
}
|
|
520
518
|
.ui.form .field.info > .ui[class*="left action"].input > .ui.button,
|
|
521
|
-
.ui.form .field.info > .ui.labeled.input:not(.right
|
|
519
|
+
.ui.form .field.info > .ui.labeled.input:not(.right, [class*="corner labeled"]) > .ui.label,
|
|
522
520
|
.ui[class*="left action"].input.info > .ui.button,
|
|
523
|
-
.ui.labeled.input.info:not(.right
|
|
521
|
+
.ui.labeled.input.info:not(.right, [class*="corner labeled"]) > .ui.label {
|
|
524
522
|
border-left: 1px solid #a9d5de;
|
|
525
523
|
}
|
|
526
524
|
.ui.form .field.info > .ui.action.input:not([class*="left action"]) > input + .ui.button,
|
|
@@ -545,9 +543,9 @@
|
|
|
545
543
|
border-bottom: 1px solid #a3c293;
|
|
546
544
|
}
|
|
547
545
|
.ui.form .field.success > .ui[class*="left action"].input > .ui.button,
|
|
548
|
-
.ui.form .field.success > .ui.labeled.input:not(.right
|
|
546
|
+
.ui.form .field.success > .ui.labeled.input:not(.right, [class*="corner labeled"]) > .ui.label,
|
|
549
547
|
.ui[class*="left action"].input.success > .ui.button,
|
|
550
|
-
.ui.labeled.input.success:not(.right
|
|
548
|
+
.ui.labeled.input.success:not(.right, [class*="corner labeled"]) > .ui.label {
|
|
551
549
|
border-left: 1px solid #a3c293;
|
|
552
550
|
}
|
|
553
551
|
.ui.form .field.success > .ui.action.input:not([class*="left action"]) > input + .ui.button,
|
|
@@ -572,9 +570,9 @@
|
|
|
572
570
|
border-bottom: 1px solid #c9ba9b;
|
|
573
571
|
}
|
|
574
572
|
.ui.form .field.warning > .ui[class*="left action"].input > .ui.button,
|
|
575
|
-
.ui.form .field.warning > .ui.labeled.input:not(.right
|
|
573
|
+
.ui.form .field.warning > .ui.labeled.input:not(.right, [class*="corner labeled"]) > .ui.label,
|
|
576
574
|
.ui[class*="left action"].input.warning > .ui.button,
|
|
577
|
-
.ui.labeled.input.warning:not(.right
|
|
575
|
+
.ui.labeled.input.warning:not(.right, [class*="corner labeled"]) > .ui.label {
|
|
578
576
|
border-left: 1px solid #c9ba9b;
|
|
579
577
|
}
|
|
580
578
|
.ui.form .field.warning > .ui.action.input:not([class*="left action"]) > input + .ui.button,
|
|
@@ -685,9 +683,39 @@
|
|
|
685
683
|
.ui.file.input:not(.action) input[type="file"] {
|
|
686
684
|
padding: 0;
|
|
687
685
|
}
|
|
686
|
+
.ui.action.file.input input[type="file"]::-webkit-file-upload-button {
|
|
687
|
+
display: none;
|
|
688
|
+
}
|
|
689
|
+
.ui.form .field input[type="file"]::-webkit-file-upload-button,
|
|
690
|
+
.ui.file.input input[type="file"]::-webkit-file-upload-button {
|
|
691
|
+
border: none;
|
|
692
|
+
cursor: pointer;
|
|
693
|
+
padding: 0.67857143em 1em;
|
|
694
|
+
margin-right: 1em;
|
|
695
|
+
background: #e0e1e2;
|
|
696
|
+
font-weight: bold;
|
|
697
|
+
color: rgba(0, 0, 0, 0.6);
|
|
698
|
+
}
|
|
699
|
+
.ui.form .field input[type="file"]::-webkit-file-upload-button:hover,
|
|
700
|
+
.ui.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
701
|
+
background: #cacbcd;
|
|
702
|
+
color: rgba(0, 0, 0, 0.6);
|
|
703
|
+
}
|
|
704
|
+
.ui.action.file.input input[type="file"]::-webkit-file-upload-button {
|
|
705
|
+
display: none;
|
|
706
|
+
}
|
|
688
707
|
.ui.action.file.input input[type="file"]::file-selector-button {
|
|
689
708
|
display: none;
|
|
690
709
|
}
|
|
710
|
+
.ui.form .field input[type="file"]::-webkit-file-upload-button, .ui.file.input input[type="file"]::-webkit-file-upload-button {
|
|
711
|
+
border: none;
|
|
712
|
+
cursor: pointer;
|
|
713
|
+
padding: 0.67857143em 1em;
|
|
714
|
+
margin-right: 1em;
|
|
715
|
+
background: #e0e1e2;
|
|
716
|
+
font-weight: bold;
|
|
717
|
+
color: rgba(0, 0, 0, 0.6);
|
|
718
|
+
}
|
|
691
719
|
.ui.form .field input[type="file"]::file-selector-button,
|
|
692
720
|
.ui.file.input input[type="file"]::file-selector-button {
|
|
693
721
|
border: none;
|
|
@@ -698,6 +726,10 @@
|
|
|
698
726
|
font-weight: bold;
|
|
699
727
|
color: rgba(0, 0, 0, 0.6);
|
|
700
728
|
}
|
|
729
|
+
.ui.form .field input[type="file"]::-webkit-file-upload-button:hover, .ui.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
730
|
+
background: #cacbcd;
|
|
731
|
+
color: rgba(0, 0, 0, 0.6);
|
|
732
|
+
}
|
|
701
733
|
.ui.form .field input[type="file"]::file-selector-button:hover,
|
|
702
734
|
.ui.file.input input[type="file"]::file-selector-button:hover {
|
|
703
735
|
background: #cacbcd;
|
|
@@ -854,137 +886,377 @@ input[type="file"].ui.file.input:focus + label.ui.black.button:not(.basic):not(.
|
|
|
854
886
|
.ui.file.input input[type="file"]:focus + label.ui.black.button:not(.basic):not(.tertiary).inverted {
|
|
855
887
|
background-color: #000000;
|
|
856
888
|
}
|
|
889
|
+
input[type="file"].ui.primary.file.input::-webkit-file-upload-button,
|
|
890
|
+
.ui.primary.file.input input[type="file"]::-webkit-file-upload-button {
|
|
891
|
+
background: #2185d0;
|
|
892
|
+
color: #fff;
|
|
893
|
+
}
|
|
894
|
+
input[type="file"].ui.primary.file.input::-webkit-file-upload-button:hover,
|
|
895
|
+
.ui.primary.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
896
|
+
background: #1678c2;
|
|
897
|
+
}
|
|
898
|
+
input[type="file"].ui.primary.file.input::-webkit-file-upload-button, .ui.primary.file.input input[type="file"]::-webkit-file-upload-button {
|
|
899
|
+
background: #2185d0;
|
|
900
|
+
color: #fff;
|
|
901
|
+
}
|
|
857
902
|
input[type="file"].ui.primary.file.input::file-selector-button,
|
|
858
903
|
.ui.primary.file.input input[type="file"]::file-selector-button {
|
|
859
904
|
background: #2185d0;
|
|
860
905
|
color: #fff;
|
|
861
906
|
}
|
|
907
|
+
input[type="file"].ui.primary.file.input::-webkit-file-upload-button:hover, .ui.primary.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
908
|
+
background: #1678c2;
|
|
909
|
+
}
|
|
862
910
|
input[type="file"].ui.primary.file.input::file-selector-button:hover,
|
|
863
911
|
.ui.primary.file.input input[type="file"]::file-selector-button:hover {
|
|
864
912
|
background: #1678c2;
|
|
865
913
|
}
|
|
914
|
+
input[type="file"].ui.secondary.file.input::-webkit-file-upload-button,
|
|
915
|
+
.ui.secondary.file.input input[type="file"]::-webkit-file-upload-button {
|
|
916
|
+
background: #1b1c1d;
|
|
917
|
+
color: #fff;
|
|
918
|
+
}
|
|
919
|
+
input[type="file"].ui.secondary.file.input::-webkit-file-upload-button:hover,
|
|
920
|
+
.ui.secondary.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
921
|
+
background: #27292a;
|
|
922
|
+
}
|
|
923
|
+
input[type="file"].ui.secondary.file.input::-webkit-file-upload-button, .ui.secondary.file.input input[type="file"]::-webkit-file-upload-button {
|
|
924
|
+
background: #1b1c1d;
|
|
925
|
+
color: #fff;
|
|
926
|
+
}
|
|
866
927
|
input[type="file"].ui.secondary.file.input::file-selector-button,
|
|
867
928
|
.ui.secondary.file.input input[type="file"]::file-selector-button {
|
|
868
929
|
background: #1b1c1d;
|
|
869
930
|
color: #fff;
|
|
870
931
|
}
|
|
932
|
+
input[type="file"].ui.secondary.file.input::-webkit-file-upload-button:hover, .ui.secondary.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
933
|
+
background: #27292a;
|
|
934
|
+
}
|
|
871
935
|
input[type="file"].ui.secondary.file.input::file-selector-button:hover,
|
|
872
936
|
.ui.secondary.file.input input[type="file"]::file-selector-button:hover {
|
|
873
937
|
background: #27292a;
|
|
874
938
|
}
|
|
939
|
+
input[type="file"].ui.red.file.input::-webkit-file-upload-button,
|
|
940
|
+
.ui.red.file.input input[type="file"]::-webkit-file-upload-button {
|
|
941
|
+
background: #db2828;
|
|
942
|
+
color: #fff;
|
|
943
|
+
}
|
|
944
|
+
input[type="file"].ui.red.file.input::-webkit-file-upload-button:hover,
|
|
945
|
+
.ui.red.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
946
|
+
background: #d01919;
|
|
947
|
+
}
|
|
948
|
+
input[type="file"].ui.red.file.input::-webkit-file-upload-button, .ui.red.file.input input[type="file"]::-webkit-file-upload-button {
|
|
949
|
+
background: #db2828;
|
|
950
|
+
color: #fff;
|
|
951
|
+
}
|
|
875
952
|
input[type="file"].ui.red.file.input::file-selector-button,
|
|
876
953
|
.ui.red.file.input input[type="file"]::file-selector-button {
|
|
877
954
|
background: #db2828;
|
|
878
955
|
color: #fff;
|
|
879
956
|
}
|
|
957
|
+
input[type="file"].ui.red.file.input::-webkit-file-upload-button:hover, .ui.red.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
958
|
+
background: #d01919;
|
|
959
|
+
}
|
|
880
960
|
input[type="file"].ui.red.file.input::file-selector-button:hover,
|
|
881
961
|
.ui.red.file.input input[type="file"]::file-selector-button:hover {
|
|
882
962
|
background: #d01919;
|
|
883
963
|
}
|
|
964
|
+
input[type="file"].ui.orange.file.input::-webkit-file-upload-button,
|
|
965
|
+
.ui.orange.file.input input[type="file"]::-webkit-file-upload-button {
|
|
966
|
+
background: #f2711c;
|
|
967
|
+
color: #fff;
|
|
968
|
+
}
|
|
969
|
+
input[type="file"].ui.orange.file.input::-webkit-file-upload-button:hover,
|
|
970
|
+
.ui.orange.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
971
|
+
background: #f26202;
|
|
972
|
+
}
|
|
973
|
+
input[type="file"].ui.orange.file.input::-webkit-file-upload-button, .ui.orange.file.input input[type="file"]::-webkit-file-upload-button {
|
|
974
|
+
background: #f2711c;
|
|
975
|
+
color: #fff;
|
|
976
|
+
}
|
|
884
977
|
input[type="file"].ui.orange.file.input::file-selector-button,
|
|
885
978
|
.ui.orange.file.input input[type="file"]::file-selector-button {
|
|
886
979
|
background: #f2711c;
|
|
887
980
|
color: #fff;
|
|
888
981
|
}
|
|
982
|
+
input[type="file"].ui.orange.file.input::-webkit-file-upload-button:hover, .ui.orange.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
983
|
+
background: #f26202;
|
|
984
|
+
}
|
|
889
985
|
input[type="file"].ui.orange.file.input::file-selector-button:hover,
|
|
890
986
|
.ui.orange.file.input input[type="file"]::file-selector-button:hover {
|
|
891
987
|
background: #f26202;
|
|
892
988
|
}
|
|
989
|
+
input[type="file"].ui.yellow.file.input::-webkit-file-upload-button,
|
|
990
|
+
.ui.yellow.file.input input[type="file"]::-webkit-file-upload-button {
|
|
991
|
+
background: #fbbd08;
|
|
992
|
+
color: #fff;
|
|
993
|
+
}
|
|
994
|
+
input[type="file"].ui.yellow.file.input::-webkit-file-upload-button:hover,
|
|
995
|
+
.ui.yellow.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
996
|
+
background: #eaae00;
|
|
997
|
+
}
|
|
998
|
+
input[type="file"].ui.yellow.file.input::-webkit-file-upload-button, .ui.yellow.file.input input[type="file"]::-webkit-file-upload-button {
|
|
999
|
+
background: #fbbd08;
|
|
1000
|
+
color: #fff;
|
|
1001
|
+
}
|
|
893
1002
|
input[type="file"].ui.yellow.file.input::file-selector-button,
|
|
894
1003
|
.ui.yellow.file.input input[type="file"]::file-selector-button {
|
|
895
1004
|
background: #fbbd08;
|
|
896
1005
|
color: #fff;
|
|
897
1006
|
}
|
|
1007
|
+
input[type="file"].ui.yellow.file.input::-webkit-file-upload-button:hover, .ui.yellow.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
1008
|
+
background: #eaae00;
|
|
1009
|
+
}
|
|
898
1010
|
input[type="file"].ui.yellow.file.input::file-selector-button:hover,
|
|
899
1011
|
.ui.yellow.file.input input[type="file"]::file-selector-button:hover {
|
|
900
1012
|
background: #eaae00;
|
|
901
1013
|
}
|
|
1014
|
+
input[type="file"].ui.olive.file.input::-webkit-file-upload-button,
|
|
1015
|
+
.ui.olive.file.input input[type="file"]::-webkit-file-upload-button {
|
|
1016
|
+
background: #b5cc18;
|
|
1017
|
+
color: #fff;
|
|
1018
|
+
}
|
|
1019
|
+
input[type="file"].ui.olive.file.input::-webkit-file-upload-button:hover,
|
|
1020
|
+
.ui.olive.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
1021
|
+
background: #a7bd0d;
|
|
1022
|
+
}
|
|
1023
|
+
input[type="file"].ui.olive.file.input::-webkit-file-upload-button, .ui.olive.file.input input[type="file"]::-webkit-file-upload-button {
|
|
1024
|
+
background: #b5cc18;
|
|
1025
|
+
color: #fff;
|
|
1026
|
+
}
|
|
902
1027
|
input[type="file"].ui.olive.file.input::file-selector-button,
|
|
903
1028
|
.ui.olive.file.input input[type="file"]::file-selector-button {
|
|
904
1029
|
background: #b5cc18;
|
|
905
1030
|
color: #fff;
|
|
906
1031
|
}
|
|
1032
|
+
input[type="file"].ui.olive.file.input::-webkit-file-upload-button:hover, .ui.olive.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
1033
|
+
background: #a7bd0d;
|
|
1034
|
+
}
|
|
907
1035
|
input[type="file"].ui.olive.file.input::file-selector-button:hover,
|
|
908
1036
|
.ui.olive.file.input input[type="file"]::file-selector-button:hover {
|
|
909
1037
|
background: #a7bd0d;
|
|
910
1038
|
}
|
|
1039
|
+
input[type="file"].ui.green.file.input::-webkit-file-upload-button,
|
|
1040
|
+
.ui.green.file.input input[type="file"]::-webkit-file-upload-button {
|
|
1041
|
+
background: #21ba45;
|
|
1042
|
+
color: #fff;
|
|
1043
|
+
}
|
|
1044
|
+
input[type="file"].ui.green.file.input::-webkit-file-upload-button:hover,
|
|
1045
|
+
.ui.green.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
1046
|
+
background: #16ab39;
|
|
1047
|
+
}
|
|
1048
|
+
input[type="file"].ui.green.file.input::-webkit-file-upload-button, .ui.green.file.input input[type="file"]::-webkit-file-upload-button {
|
|
1049
|
+
background: #21ba45;
|
|
1050
|
+
color: #fff;
|
|
1051
|
+
}
|
|
911
1052
|
input[type="file"].ui.green.file.input::file-selector-button,
|
|
912
1053
|
.ui.green.file.input input[type="file"]::file-selector-button {
|
|
913
1054
|
background: #21ba45;
|
|
914
1055
|
color: #fff;
|
|
915
1056
|
}
|
|
1057
|
+
input[type="file"].ui.green.file.input::-webkit-file-upload-button:hover, .ui.green.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
1058
|
+
background: #16ab39;
|
|
1059
|
+
}
|
|
916
1060
|
input[type="file"].ui.green.file.input::file-selector-button:hover,
|
|
917
1061
|
.ui.green.file.input input[type="file"]::file-selector-button:hover {
|
|
918
1062
|
background: #16ab39;
|
|
919
1063
|
}
|
|
1064
|
+
input[type="file"].ui.teal.file.input::-webkit-file-upload-button,
|
|
1065
|
+
.ui.teal.file.input input[type="file"]::-webkit-file-upload-button {
|
|
1066
|
+
background: #00b5ad;
|
|
1067
|
+
color: #fff;
|
|
1068
|
+
}
|
|
1069
|
+
input[type="file"].ui.teal.file.input::-webkit-file-upload-button:hover,
|
|
1070
|
+
.ui.teal.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
1071
|
+
background: #009c95;
|
|
1072
|
+
}
|
|
1073
|
+
input[type="file"].ui.teal.file.input::-webkit-file-upload-button, .ui.teal.file.input input[type="file"]::-webkit-file-upload-button {
|
|
1074
|
+
background: #00b5ad;
|
|
1075
|
+
color: #fff;
|
|
1076
|
+
}
|
|
920
1077
|
input[type="file"].ui.teal.file.input::file-selector-button,
|
|
921
1078
|
.ui.teal.file.input input[type="file"]::file-selector-button {
|
|
922
1079
|
background: #00b5ad;
|
|
923
1080
|
color: #fff;
|
|
924
1081
|
}
|
|
1082
|
+
input[type="file"].ui.teal.file.input::-webkit-file-upload-button:hover, .ui.teal.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
1083
|
+
background: #009c95;
|
|
1084
|
+
}
|
|
925
1085
|
input[type="file"].ui.teal.file.input::file-selector-button:hover,
|
|
926
1086
|
.ui.teal.file.input input[type="file"]::file-selector-button:hover {
|
|
927
1087
|
background: #009c95;
|
|
928
1088
|
}
|
|
1089
|
+
input[type="file"].ui.blue.file.input::-webkit-file-upload-button,
|
|
1090
|
+
.ui.blue.file.input input[type="file"]::-webkit-file-upload-button {
|
|
1091
|
+
background: #2185d0;
|
|
1092
|
+
color: #fff;
|
|
1093
|
+
}
|
|
1094
|
+
input[type="file"].ui.blue.file.input::-webkit-file-upload-button:hover,
|
|
1095
|
+
.ui.blue.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
1096
|
+
background: #1678c2;
|
|
1097
|
+
}
|
|
1098
|
+
input[type="file"].ui.blue.file.input::-webkit-file-upload-button, .ui.blue.file.input input[type="file"]::-webkit-file-upload-button {
|
|
1099
|
+
background: #2185d0;
|
|
1100
|
+
color: #fff;
|
|
1101
|
+
}
|
|
929
1102
|
input[type="file"].ui.blue.file.input::file-selector-button,
|
|
930
1103
|
.ui.blue.file.input input[type="file"]::file-selector-button {
|
|
931
1104
|
background: #2185d0;
|
|
932
1105
|
color: #fff;
|
|
933
1106
|
}
|
|
1107
|
+
input[type="file"].ui.blue.file.input::-webkit-file-upload-button:hover, .ui.blue.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
1108
|
+
background: #1678c2;
|
|
1109
|
+
}
|
|
934
1110
|
input[type="file"].ui.blue.file.input::file-selector-button:hover,
|
|
935
1111
|
.ui.blue.file.input input[type="file"]::file-selector-button:hover {
|
|
936
1112
|
background: #1678c2;
|
|
937
1113
|
}
|
|
1114
|
+
input[type="file"].ui.violet.file.input::-webkit-file-upload-button,
|
|
1115
|
+
.ui.violet.file.input input[type="file"]::-webkit-file-upload-button {
|
|
1116
|
+
background: #6435c9;
|
|
1117
|
+
color: #fff;
|
|
1118
|
+
}
|
|
1119
|
+
input[type="file"].ui.violet.file.input::-webkit-file-upload-button:hover,
|
|
1120
|
+
.ui.violet.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
1121
|
+
background: #5829bb;
|
|
1122
|
+
}
|
|
1123
|
+
input[type="file"].ui.violet.file.input::-webkit-file-upload-button, .ui.violet.file.input input[type="file"]::-webkit-file-upload-button {
|
|
1124
|
+
background: #6435c9;
|
|
1125
|
+
color: #fff;
|
|
1126
|
+
}
|
|
938
1127
|
input[type="file"].ui.violet.file.input::file-selector-button,
|
|
939
1128
|
.ui.violet.file.input input[type="file"]::file-selector-button {
|
|
940
1129
|
background: #6435c9;
|
|
941
1130
|
color: #fff;
|
|
942
1131
|
}
|
|
1132
|
+
input[type="file"].ui.violet.file.input::-webkit-file-upload-button:hover, .ui.violet.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
1133
|
+
background: #5829bb;
|
|
1134
|
+
}
|
|
943
1135
|
input[type="file"].ui.violet.file.input::file-selector-button:hover,
|
|
944
1136
|
.ui.violet.file.input input[type="file"]::file-selector-button:hover {
|
|
945
1137
|
background: #5829bb;
|
|
946
1138
|
}
|
|
1139
|
+
input[type="file"].ui.purple.file.input::-webkit-file-upload-button,
|
|
1140
|
+
.ui.purple.file.input input[type="file"]::-webkit-file-upload-button {
|
|
1141
|
+
background: #a333c8;
|
|
1142
|
+
color: #fff;
|
|
1143
|
+
}
|
|
1144
|
+
input[type="file"].ui.purple.file.input::-webkit-file-upload-button:hover,
|
|
1145
|
+
.ui.purple.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
1146
|
+
background: #9627ba;
|
|
1147
|
+
}
|
|
1148
|
+
input[type="file"].ui.purple.file.input::-webkit-file-upload-button, .ui.purple.file.input input[type="file"]::-webkit-file-upload-button {
|
|
1149
|
+
background: #a333c8;
|
|
1150
|
+
color: #fff;
|
|
1151
|
+
}
|
|
947
1152
|
input[type="file"].ui.purple.file.input::file-selector-button,
|
|
948
1153
|
.ui.purple.file.input input[type="file"]::file-selector-button {
|
|
949
1154
|
background: #a333c8;
|
|
950
1155
|
color: #fff;
|
|
951
1156
|
}
|
|
1157
|
+
input[type="file"].ui.purple.file.input::-webkit-file-upload-button:hover, .ui.purple.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
1158
|
+
background: #9627ba;
|
|
1159
|
+
}
|
|
952
1160
|
input[type="file"].ui.purple.file.input::file-selector-button:hover,
|
|
953
1161
|
.ui.purple.file.input input[type="file"]::file-selector-button:hover {
|
|
954
1162
|
background: #9627ba;
|
|
955
1163
|
}
|
|
1164
|
+
input[type="file"].ui.pink.file.input::-webkit-file-upload-button,
|
|
1165
|
+
.ui.pink.file.input input[type="file"]::-webkit-file-upload-button {
|
|
1166
|
+
background: #e03997;
|
|
1167
|
+
color: #fff;
|
|
1168
|
+
}
|
|
1169
|
+
input[type="file"].ui.pink.file.input::-webkit-file-upload-button:hover,
|
|
1170
|
+
.ui.pink.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
1171
|
+
background: #e61a8d;
|
|
1172
|
+
}
|
|
1173
|
+
input[type="file"].ui.pink.file.input::-webkit-file-upload-button, .ui.pink.file.input input[type="file"]::-webkit-file-upload-button {
|
|
1174
|
+
background: #e03997;
|
|
1175
|
+
color: #fff;
|
|
1176
|
+
}
|
|
956
1177
|
input[type="file"].ui.pink.file.input::file-selector-button,
|
|
957
1178
|
.ui.pink.file.input input[type="file"]::file-selector-button {
|
|
958
1179
|
background: #e03997;
|
|
959
1180
|
color: #fff;
|
|
960
1181
|
}
|
|
1182
|
+
input[type="file"].ui.pink.file.input::-webkit-file-upload-button:hover, .ui.pink.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
1183
|
+
background: #e61a8d;
|
|
1184
|
+
}
|
|
961
1185
|
input[type="file"].ui.pink.file.input::file-selector-button:hover,
|
|
962
1186
|
.ui.pink.file.input input[type="file"]::file-selector-button:hover {
|
|
963
1187
|
background: #e61a8d;
|
|
964
1188
|
}
|
|
1189
|
+
input[type="file"].ui.brown.file.input::-webkit-file-upload-button,
|
|
1190
|
+
.ui.brown.file.input input[type="file"]::-webkit-file-upload-button {
|
|
1191
|
+
background: #a5673f;
|
|
1192
|
+
color: #fff;
|
|
1193
|
+
}
|
|
1194
|
+
input[type="file"].ui.brown.file.input::-webkit-file-upload-button:hover,
|
|
1195
|
+
.ui.brown.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
1196
|
+
background: #975b33;
|
|
1197
|
+
}
|
|
1198
|
+
input[type="file"].ui.brown.file.input::-webkit-file-upload-button, .ui.brown.file.input input[type="file"]::-webkit-file-upload-button {
|
|
1199
|
+
background: #a5673f;
|
|
1200
|
+
color: #fff;
|
|
1201
|
+
}
|
|
965
1202
|
input[type="file"].ui.brown.file.input::file-selector-button,
|
|
966
1203
|
.ui.brown.file.input input[type="file"]::file-selector-button {
|
|
967
1204
|
background: #a5673f;
|
|
968
1205
|
color: #fff;
|
|
969
1206
|
}
|
|
1207
|
+
input[type="file"].ui.brown.file.input::-webkit-file-upload-button:hover, .ui.brown.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
1208
|
+
background: #975b33;
|
|
1209
|
+
}
|
|
970
1210
|
input[type="file"].ui.brown.file.input::file-selector-button:hover,
|
|
971
1211
|
.ui.brown.file.input input[type="file"]::file-selector-button:hover {
|
|
972
1212
|
background: #975b33;
|
|
973
1213
|
}
|
|
1214
|
+
input[type="file"].ui.grey.file.input::-webkit-file-upload-button,
|
|
1215
|
+
.ui.grey.file.input input[type="file"]::-webkit-file-upload-button {
|
|
1216
|
+
background: #767676;
|
|
1217
|
+
color: #fff;
|
|
1218
|
+
}
|
|
1219
|
+
input[type="file"].ui.grey.file.input::-webkit-file-upload-button:hover,
|
|
1220
|
+
.ui.grey.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
1221
|
+
background: #838383;
|
|
1222
|
+
}
|
|
1223
|
+
input[type="file"].ui.grey.file.input::-webkit-file-upload-button, .ui.grey.file.input input[type="file"]::-webkit-file-upload-button {
|
|
1224
|
+
background: #767676;
|
|
1225
|
+
color: #fff;
|
|
1226
|
+
}
|
|
974
1227
|
input[type="file"].ui.grey.file.input::file-selector-button,
|
|
975
1228
|
.ui.grey.file.input input[type="file"]::file-selector-button {
|
|
976
1229
|
background: #767676;
|
|
977
1230
|
color: #fff;
|
|
978
1231
|
}
|
|
1232
|
+
input[type="file"].ui.grey.file.input::-webkit-file-upload-button:hover, .ui.grey.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
1233
|
+
background: #838383;
|
|
1234
|
+
}
|
|
979
1235
|
input[type="file"].ui.grey.file.input::file-selector-button:hover,
|
|
980
1236
|
.ui.grey.file.input input[type="file"]::file-selector-button:hover {
|
|
981
1237
|
background: #838383;
|
|
982
1238
|
}
|
|
1239
|
+
input[type="file"].ui.black.file.input::-webkit-file-upload-button,
|
|
1240
|
+
.ui.black.file.input input[type="file"]::-webkit-file-upload-button {
|
|
1241
|
+
background: #1b1c1d;
|
|
1242
|
+
color: #fff;
|
|
1243
|
+
}
|
|
1244
|
+
input[type="file"].ui.black.file.input::-webkit-file-upload-button:hover,
|
|
1245
|
+
.ui.black.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
1246
|
+
background: #27292a;
|
|
1247
|
+
}
|
|
1248
|
+
input[type="file"].ui.black.file.input::-webkit-file-upload-button, .ui.black.file.input input[type="file"]::-webkit-file-upload-button {
|
|
1249
|
+
background: #1b1c1d;
|
|
1250
|
+
color: #fff;
|
|
1251
|
+
}
|
|
983
1252
|
input[type="file"].ui.black.file.input::file-selector-button,
|
|
984
1253
|
.ui.black.file.input input[type="file"]::file-selector-button {
|
|
985
1254
|
background: #1b1c1d;
|
|
986
1255
|
color: #fff;
|
|
987
1256
|
}
|
|
1257
|
+
input[type="file"].ui.black.file.input::-webkit-file-upload-button:hover, .ui.black.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
1258
|
+
background: #27292a;
|
|
1259
|
+
}
|
|
988
1260
|
input[type="file"].ui.black.file.input::file-selector-button:hover,
|
|
989
1261
|
.ui.black.file.input input[type="file"]::file-selector-button:hover {
|
|
990
1262
|
background: #27292a;
|