fomantic-ui 2.9.0-beta.26 → 2.9.0-beta.262
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.all-contributorsrc +206 -3
- package/.github/workflows/ci.yml +4 -4
- package/.github/workflows/nightly.yml +4 -4
- package/.github/workflows/release.yml +30 -0
- package/CONTRIBUTORS.md +75 -37
- package/README.md +8 -8
- package/dist/components/accordion.css +162 -26
- package/dist/components/accordion.js +1 -1
- package/dist/components/accordion.min.css +2 -2
- package/dist/components/accordion.min.js +2 -2
- package/dist/components/ad.css +1 -1
- package/dist/components/ad.min.css +1 -1
- package/dist/components/api.js +34 -30
- 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 +176 -134
- package/dist/components/button.min.css +2 -2
- package/dist/components/calendar.css +18 -1
- package/dist/components/calendar.js +10 -9
- package/dist/components/calendar.min.css +2 -2
- package/dist/components/calendar.min.js +3 -3
- package/dist/components/card.css +26 -19
- package/dist/components/card.min.css +2 -2
- package/dist/components/checkbox.css +2 -1
- package/dist/components/checkbox.js +17 -11
- package/dist/components/checkbox.min.css +2 -2
- package/dist/components/checkbox.min.js +3 -3
- package/dist/components/comment.css +11 -11
- package/dist/components/comment.min.css +1 -1
- package/dist/components/container.css +94 -1
- package/dist/components/container.min.css +2 -2
- package/dist/components/dimmer.css +28 -14
- package/dist/components/dimmer.js +11 -5
- package/dist/components/dimmer.min.css +2 -2
- package/dist/components/dimmer.min.js +3 -3
- package/dist/components/divider.css +1 -1
- package/dist/components/divider.min.css +1 -1
- package/dist/components/dropdown.css +49 -13
- package/dist/components/dropdown.js +66 -39
- 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 +1 -1
- package/dist/components/embed.min.css +1 -1
- package/dist/components/embed.min.js +2 -2
- package/dist/components/emoji.css +10147 -8139
- package/dist/components/emoji.min.css +1 -1
- package/dist/components/feed.css +28 -28
- package/dist/components/feed.min.css +2 -2
- package/dist/components/flag.css +734 -625
- package/dist/components/flag.min.css +2 -2
- package/dist/components/form.css +118 -55
- package/dist/components/form.js +38 -29
- package/dist/components/form.min.css +2 -2
- package/dist/components/form.min.js +3 -3
- package/dist/components/grid.css +11 -8
- package/dist/components/grid.min.css +2 -2
- package/dist/components/header.css +3 -1
- package/dist/components/header.min.css +2 -2
- package/dist/components/icon.css +126 -47
- 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 +742 -17
- package/dist/components/input.min.css +2 -2
- package/dist/components/item.css +13 -13
- package/dist/components/item.min.css +1 -1
- package/dist/components/label.css +1 -1
- package/dist/components/label.min.css +1 -1
- package/dist/components/list.css +1 -1
- package/dist/components/list.min.css +1 -1
- package/dist/components/loader.css +1 -1
- package/dist/components/loader.min.css +1 -1
- package/dist/components/menu.css +29 -5
- package/dist/components/menu.min.css +1 -1
- package/dist/components/message.css +41 -41
- package/dist/components/message.min.css +2 -2
- package/dist/components/modal.css +13 -1
- package/dist/components/modal.js +127 -49
- 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 +1 -1
- package/dist/components/nag.min.css +1 -1
- package/dist/components/nag.min.js +2 -2
- package/dist/components/placeholder.css +1 -1
- package/dist/components/placeholder.min.css +1 -1
- package/dist/components/popup.css +1 -1
- package/dist/components/popup.js +2 -2
- package/dist/components/popup.min.css +1 -1
- package/dist/components/popup.min.js +3 -3
- package/dist/components/progress.css +1 -1
- package/dist/components/progress.js +4 -1
- package/dist/components/progress.min.css +1 -1
- package/dist/components/progress.min.js +3 -3
- package/dist/components/rail.css +1 -1
- package/dist/components/rail.min.css +1 -1
- package/dist/components/rating.css +1 -1
- package/dist/components/rating.js +1 -1
- package/dist/components/rating.min.css +1 -1
- package/dist/components/rating.min.js +2 -2
- package/dist/components/reset.css +1 -1
- package/dist/components/reset.min.css +1 -1
- package/dist/components/reveal.css +1 -1
- package/dist/components/reveal.min.css +1 -1
- package/dist/components/search.css +1 -1
- package/dist/components/search.js +2 -2
- package/dist/components/search.min.css +1 -1
- package/dist/components/search.min.js +3 -3
- package/dist/components/segment.css +91 -7
- package/dist/components/segment.min.css +2 -2
- package/dist/components/shape.css +1 -1
- package/dist/components/shape.js +3 -3
- package/dist/components/shape.min.css +1 -1
- package/dist/components/shape.min.js +3 -3
- package/dist/components/sidebar.css +4 -2
- package/dist/components/sidebar.js +8 -6
- package/dist/components/sidebar.min.css +2 -2
- package/dist/components/sidebar.min.js +3 -3
- package/dist/components/site.css +61 -39
- package/dist/components/site.js +1 -1
- package/dist/components/site.min.css +2 -2
- package/dist/components/site.min.js +2 -2
- package/dist/components/slider.js +1 -1
- package/dist/components/slider.min.js +2 -2
- package/dist/components/state.js +1 -1
- package/dist/components/state.min.js +2 -2
- package/dist/components/statistic.css +1 -1
- package/dist/components/statistic.min.css +1 -1
- package/dist/components/step.css +4 -4
- package/dist/components/step.min.css +2 -2
- package/dist/components/sticky.css +1 -1
- package/dist/components/sticky.js +1 -1
- package/dist/components/sticky.min.css +1 -1
- package/dist/components/sticky.min.js +2 -2
- package/dist/components/tab.css +1 -1
- package/dist/components/tab.js +23 -5
- package/dist/components/tab.min.css +1 -1
- package/dist/components/tab.min.js +3 -3
- package/dist/components/table.css +1168 -26
- 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 +39 -1
- package/dist/components/toast.js +56 -28
- package/dist/components/toast.min.css +2 -2
- package/dist/components/toast.min.js +3 -3
- package/dist/components/transition.css +1 -1
- package/dist/components/transition.js +21 -16
- package/dist/components/transition.min.css +1 -1
- package/dist/components/transition.min.js +3 -3
- package/dist/components/visibility.js +1 -1
- package/dist/components/visibility.min.js +2 -2
- package/dist/semantic.css +21916 -16238
- package/dist/semantic.js +433 -246
- package/dist/semantic.min.css +3 -3
- package/dist/semantic.min.js +3 -3
- package/dist/themes/default/assets/fonts/brand-icons.eot +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.svg +801 -654
- package/dist/themes/default/assets/fonts/brand-icons.ttf +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.woff +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.woff2 +0 -0
- package/dist/themes/default/assets/fonts/icons.eot +0 -0
- package/dist/themes/default/assets/fonts/icons.svg +1175 -1079
- package/dist/themes/default/assets/fonts/icons.ttf +0 -0
- package/dist/themes/default/assets/fonts/icons.woff +0 -0
- package/dist/themes/default/assets/fonts/icons.woff2 +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.eot +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.svg +93 -95
- package/dist/themes/default/assets/fonts/outline-icons.ttf +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.woff +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.woff2 +0 -0
- package/examples/assets/library/iframe-content.js +8 -8
- package/examples/assets/library/iframe.js +3 -3
- package/package.json +10 -9
- package/src/definitions/behaviors/api.js +33 -29
- package/src/definitions/behaviors/form.js +37 -28
- package/src/definitions/collections/form.less +204 -140
- package/src/definitions/collections/grid.less +716 -680
- package/src/definitions/collections/menu.less +173 -126
- package/src/definitions/collections/message.less +48 -46
- package/src/definitions/collections/table.less +849 -262
- package/src/definitions/elements/button.less +586 -449
- package/src/definitions/elements/container.less +145 -8
- package/src/definitions/elements/emoji.less +15 -9
- package/src/definitions/elements/flag.less +7 -17
- package/src/definitions/elements/header.less +44 -35
- package/src/definitions/elements/icon.less +38 -31
- package/src/definitions/elements/input.less +264 -22
- package/src/definitions/elements/label.less +92 -91
- package/src/definitions/elements/list.less +55 -45
- package/src/definitions/elements/loader.less +30 -29
- package/src/definitions/elements/segment.less +147 -28
- package/src/definitions/elements/step.less +52 -48
- package/src/definitions/elements/text.less +17 -15
- package/src/definitions/globals/site.less +23 -2
- package/src/definitions/modules/accordion.less +175 -24
- package/src/definitions/modules/calendar.js +9 -8
- package/src/definitions/modules/calendar.less +20 -0
- package/src/definitions/modules/checkbox.js +16 -10
- package/src/definitions/modules/checkbox.less +34 -178
- package/src/definitions/modules/dimmer.js +10 -4
- package/src/definitions/modules/dimmer.less +21 -8
- package/src/definitions/modules/dropdown.js +65 -38
- package/src/definitions/modules/dropdown.less +145 -94
- package/src/definitions/modules/modal.js +126 -48
- package/src/definitions/modules/modal.less +12 -0
- package/src/definitions/modules/nag.less +20 -19
- package/src/definitions/modules/popup.js +1 -1
- package/src/definitions/modules/progress.js +3 -0
- package/src/definitions/modules/progress.less +19 -18
- package/src/definitions/modules/rating.less +35 -34
- package/src/definitions/modules/search.js +1 -1
- package/src/definitions/modules/search.less +32 -16
- package/src/definitions/modules/shape.js +2 -2
- package/src/definitions/modules/sidebar.js +7 -5
- package/src/definitions/modules/sidebar.less +33 -19
- package/src/definitions/modules/slider.less +39 -38
- package/src/definitions/modules/tab.js +22 -4
- package/src/definitions/modules/toast.js +55 -27
- package/src/definitions/modules/toast.less +48 -16
- package/src/definitions/modules/transition.js +20 -15
- package/src/definitions/views/card.less +402 -361
- package/src/definitions/views/comment.less +92 -81
- package/src/definitions/views/feed.less +164 -144
- package/src/definitions/views/item.less +249 -196
- package/src/definitions/views/statistic.less +90 -88
- package/src/themes/bookish/elements/header.overrides +1 -1
- package/src/themes/chubby/elements/button.overrides +1 -1
- package/src/themes/chubby/elements/header.overrides +1 -1
- package/src/themes/default/assets/fonts/brand-icons.eot +0 -0
- package/src/themes/default/assets/fonts/brand-icons.svg +801 -654
- package/src/themes/default/assets/fonts/brand-icons.ttf +0 -0
- package/src/themes/default/assets/fonts/brand-icons.woff +0 -0
- package/src/themes/default/assets/fonts/brand-icons.woff2 +0 -0
- package/src/themes/default/assets/fonts/icons.eot +0 -0
- package/src/themes/default/assets/fonts/icons.svg +1175 -1079
- package/src/themes/default/assets/fonts/icons.ttf +0 -0
- package/src/themes/default/assets/fonts/icons.woff +0 -0
- package/src/themes/default/assets/fonts/icons.woff2 +0 -0
- package/src/themes/default/assets/fonts/outline-icons.eot +0 -0
- package/src/themes/default/assets/fonts/outline-icons.svg +93 -95
- package/src/themes/default/assets/fonts/outline-icons.ttf +0 -0
- package/src/themes/default/assets/fonts/outline-icons.woff +0 -0
- package/src/themes/default/assets/fonts/outline-icons.woff2 +0 -0
- package/src/themes/default/collections/form.variables +4 -0
- package/src/themes/default/collections/menu.variables +6 -0
- package/src/themes/default/collections/table.variables +52 -0
- package/src/themes/default/elements/button.variables +7 -1
- package/src/themes/default/elements/container.variables +12 -0
- package/src/themes/default/elements/emoji.overrides +1734 -1232
- package/src/themes/default/elements/flag.overrides +1641 -986
- package/src/themes/default/elements/flag.variables +7 -5
- package/src/themes/default/elements/icon.overrides +75 -48
- package/src/themes/default/elements/icon.variables +1 -0
- package/src/themes/default/elements/input.variables +15 -0
- package/src/themes/default/elements/segment.variables +8 -0
- package/src/themes/default/elements/step.overrides +1 -1
- package/src/themes/default/globals/site.variables +6 -0
- package/src/themes/default/globals/variation.variables +139 -6
- package/src/themes/default/modules/accordion.variables +49 -2
- package/src/themes/default/modules/calendar.variables +3 -0
- package/src/themes/default/modules/checkbox.variables +5 -5
- package/src/themes/default/modules/dimmer.variables +1 -1
- package/src/themes/default/modules/dropdown.variables +4 -10
- package/src/themes/default/modules/modal.variables +13 -0
- package/src/themes/default/modules/toast.variables +3 -0
- package/src/themes/famfamfam/elements/flag.overrides +1026 -0
- package/src/themes/famfamfam/elements/flag.variables +13 -0
- package/src/themes/instagram/views/card.overrides +1 -1
- package/src/themes/joypixels/elements/emoji.overrides +1759 -1257
- package/src/themes/joypixels/elements/emoji.variables +1 -1
- package/src/themes/material/collections/menu.overrides +1 -1
- package/src/themes/material/elements/button.overrides +1 -1
- package/src/themes/material/elements/header.overrides +1 -1
- package/src/themes/material/globals/site.variables +0 -1
- package/src/themes/material/modules/dropdown.overrides +1 -1
- package/src/themes/material/modules/modal.overrides +1 -1
- package/src/themes/rtl/globals/site.overrides +1 -1
- package/src/themes/twitter/elements/emoji.overrides +1734 -1232
- package/tasks/build/css.js +6 -1
- package/tasks/config/project/install.js +11 -5
- package/tasks/install.js +1 -0
- package/test/helpers/sinon.js +2 -2
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.9.0-beta.
|
2
|
+
* # Fomantic-UI 2.9.0-beta.262 - Input
|
3
3
|
* http://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
@@ -38,7 +38,6 @@
|
|
38
38
|
text-align: left;
|
39
39
|
line-height: 1.21428571em;
|
40
40
|
font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
|
41
|
-
padding: 0.67857143em 1em;
|
42
41
|
background: #FFFFFF;
|
43
42
|
border: 1px solid rgba(34, 36, 38, 0.15);
|
44
43
|
color: rgba(0, 0, 0, 0.87);
|
@@ -50,6 +49,16 @@
|
|
50
49
|
-webkit-box-shadow: none;
|
51
50
|
box-shadow: none;
|
52
51
|
}
|
52
|
+
.ui.input > input:not([type="color"]) {
|
53
|
+
padding: 0.67857143em 1em;
|
54
|
+
}
|
55
|
+
.ui.input > input::-webkit-calendar-picker-indicator {
|
56
|
+
padding: 0;
|
57
|
+
opacity: 0.5;
|
58
|
+
-webkit-transition: opacity 0.3s ease;
|
59
|
+
transition: opacity 0.3s ease;
|
60
|
+
cursor: pointer;
|
61
|
+
}
|
53
62
|
|
54
63
|
/*--------------------
|
55
64
|
Placeholder
|
@@ -167,6 +176,19 @@
|
|
167
176
|
-webkit-box-shadow: none;
|
168
177
|
box-shadow: none;
|
169
178
|
}
|
179
|
+
.ui.input > input:not(:placeholder-shown):invalid {
|
180
|
+
background-color: #FFF6F6;
|
181
|
+
border-color: #E0B4B4;
|
182
|
+
color: #9F3A38;
|
183
|
+
-webkit-box-shadow: none;
|
184
|
+
box-shadow: none;
|
185
|
+
}
|
186
|
+
.ui.input > input:not(:-ms-input-placeholder):invalid {
|
187
|
+
background-color: #FFF6F6;
|
188
|
+
border-color: #E0B4B4;
|
189
|
+
color: #9F3A38;
|
190
|
+
box-shadow: none;
|
191
|
+
}
|
170
192
|
|
171
193
|
/* Placeholder */
|
172
194
|
.ui.input.error > input::-webkit-input-placeholder {
|
@@ -353,8 +375,8 @@
|
|
353
375
|
.ui.icon.input > i.icon:not(.link) {
|
354
376
|
pointer-events: none;
|
355
377
|
}
|
356
|
-
.ui.ui.ui.ui.icon.input > textarea,
|
357
|
-
.ui.ui.ui.ui.icon.input > input {
|
378
|
+
.ui.ui.ui.ui.icon.input:not(.corner) > textarea,
|
379
|
+
.ui.ui.ui.ui.icon.input:not(.corner) > input {
|
358
380
|
padding-right: 2.67142857em;
|
359
381
|
}
|
360
382
|
.ui.icon.input > i.icon:before,
|
@@ -384,13 +406,17 @@
|
|
384
406
|
right: auto;
|
385
407
|
left: 0.5em;
|
386
408
|
}
|
387
|
-
.ui.ui.ui.ui[class*="left icon"].input > textarea,
|
388
|
-
.ui.ui.ui.ui[class*="left icon"].input > input {
|
409
|
+
.ui.ui.ui.ui[class*="left icon"]:not([class*="left corner"]).input > textarea,
|
410
|
+
.ui.ui.ui.ui[class*="left icon"]:not([class*="left corner"]).input > input {
|
389
411
|
padding-left: 2.67142857em;
|
412
|
+
}
|
413
|
+
.ui.ui.ui.ui[class*="left icon"]:not(.corner).input > textarea,
|
414
|
+
.ui.ui.ui.ui[class*="left icon"]:not(.corner).input > input {
|
390
415
|
padding-right: 1em;
|
391
416
|
}
|
392
417
|
|
393
418
|
/* Focus */
|
419
|
+
.ui.input > input:focus::-webkit-calendar-picker-indicator,
|
394
420
|
.ui.icon.input > textarea:focus ~ i.icon,
|
395
421
|
.ui.icon.input > input:focus ~ i.icon {
|
396
422
|
opacity: 1;
|
@@ -451,30 +477,88 @@
|
|
451
477
|
}
|
452
478
|
|
453
479
|
/* Spacing with corner label */
|
454
|
-
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).
|
455
|
-
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).
|
456
|
-
|
480
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).input > .ui.dropdown,
|
481
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).input > textarea,
|
482
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).input > input {
|
483
|
+
padding-right: 2.5em;
|
457
484
|
}
|
485
|
+
.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > .ui.dropdown,
|
458
486
|
.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > textarea,
|
459
487
|
.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > input {
|
460
|
-
padding-right: 3.25em
|
488
|
+
padding-right: 3.25em;
|
461
489
|
}
|
462
490
|
.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > i.icon {
|
463
491
|
margin-right: 1.25em;
|
464
492
|
}
|
465
493
|
|
466
494
|
/* Left Labeled */
|
467
|
-
.ui[class*="left
|
468
|
-
.ui[class*="left corner labeled"].
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
495
|
+
.ui[class*="left icon"].input > .ui.dropdown,
|
496
|
+
.ui[class*="left corner labeled"].input > .ui.dropdown,
|
497
|
+
.ui[class*="left corner labeled"].input > textarea,
|
498
|
+
.ui[class*="left corner labeled"].input > input {
|
499
|
+
padding-left: 2.5em;
|
500
|
+
}
|
501
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"])[class*="left icon"].input > .ui.dropdown,
|
502
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"])[class*="left icon"].input > textarea,
|
503
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"])[class*="left icon"].input > input {
|
504
|
+
padding-right: 3.25em;
|
505
|
+
}
|
506
|
+
.ui[class*="left corner labeled"][class*="left icon"].input > .ui.dropdown,
|
507
|
+
.ui[class*="left corner labeled"][class*="left icon"].input > textarea,
|
508
|
+
.ui[class*="left corner labeled"][class*="left icon"].input > input {
|
509
|
+
padding-left: 4em;
|
474
510
|
}
|
475
511
|
.ui[class*="left corner labeled"].icon.input > i.icon {
|
476
512
|
margin-left: 1.25em;
|
477
513
|
}
|
514
|
+
.ui[class*="left corner labeled"].icon:not([class*="left icon"]).input > input {
|
515
|
+
padding-right: 2.5em;
|
516
|
+
}
|
517
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).icon:not([class*="left icon"]).input > input {
|
518
|
+
padding-right: 5em;
|
519
|
+
}
|
520
|
+
.ui[class*="left icon"].input > .ui.dropdown > .search,
|
521
|
+
.ui[class*="left corner labeled"].input > .ui.dropdown > .search {
|
522
|
+
padding-left: 2.5em;
|
523
|
+
}
|
524
|
+
.ui[class*="left icon"].input > .ui.dropdown > .menu,
|
525
|
+
.ui[class*="left corner labeled"].input > .ui.dropdown > .menu {
|
526
|
+
padding-left: 1.25em;
|
527
|
+
}
|
528
|
+
.ui[class*="left icon"].input > .ui.dropdown > .menu > .item,
|
529
|
+
.ui[class*="left corner labeled"].input > .ui.dropdown > .menu > .item {
|
530
|
+
padding-left: 2.5em;
|
531
|
+
margin-left: -1.25em;
|
532
|
+
}
|
533
|
+
.ui[class*="left corner labeled"][class*="left icon"].input > .ui.dropdown > .search {
|
534
|
+
padding-left: 4em;
|
535
|
+
}
|
536
|
+
.ui[class*="left corner labeled"][class*="left icon"].input > .ui.dropdown > .menu > .item {
|
537
|
+
padding-left: 4em;
|
538
|
+
}
|
539
|
+
.ui.icon.input:not([class*="left icon"]) > .ui.dropdown > .search,
|
540
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).input > .ui.dropdown > .search {
|
541
|
+
padding-right: 5.75em;
|
542
|
+
}
|
543
|
+
.ui.icon.input:not([class*="left icon"]) > .ui.dropdown > .remove.icon,
|
544
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).input > .ui.dropdown > .remove.icon,
|
545
|
+
.ui.icon.input:not([class*="left icon"]) > .ui.dropdown > .dropdown.icon,
|
546
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).input > .ui.dropdown > .dropdown.icon {
|
547
|
+
padding-right: 2.5em;
|
548
|
+
}
|
549
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).icon:not([class*="left icon"]).input > .ui.dropdown > .search {
|
550
|
+
padding-right: 7.25em;
|
551
|
+
}
|
552
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).icon:not([class*="left icon"]).input > .ui.dropdown > .remove.icon,
|
553
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).icon:not([class*="left icon"]).input > .ui.dropdown > .dropdown.icon {
|
554
|
+
padding-right: 4em;
|
555
|
+
}
|
556
|
+
.ui.icon.input > .ui.visible.dropdown ~ i.icon,
|
557
|
+
.ui.icon.input > .ui.active.dropdown ~ i.icon,
|
558
|
+
.ui[class*="corner labeled"].input > .ui.visible.dropdown ~ .ui.corner.label,
|
559
|
+
.ui[class*="corner labeled"].input > .ui.active.dropdown ~ .ui.corner.label {
|
560
|
+
z-index: 10;
|
561
|
+
}
|
478
562
|
.ui.icon.input > textarea ~ i.icon {
|
479
563
|
height: 3em;
|
480
564
|
}
|
@@ -669,6 +753,647 @@
|
|
669
753
|
width: 0 !important;
|
670
754
|
}
|
671
755
|
|
756
|
+
/*--------------------
|
757
|
+
File
|
758
|
+
---------------------*/
|
759
|
+
|
760
|
+
|
761
|
+
/* width hack for chrome/edge */
|
762
|
+
.ui.file.input {
|
763
|
+
width: 100%;
|
764
|
+
}
|
765
|
+
.ui.file.input input[type="file"] {
|
766
|
+
width: 0;
|
767
|
+
}
|
768
|
+
.ui.form .field > input[type="file"],
|
769
|
+
.ui.file.input:not(.action) input[type="file"] {
|
770
|
+
padding: 0;
|
771
|
+
}
|
772
|
+
.ui.action.file.input input[type="file"]::-webkit-file-upload-button {
|
773
|
+
display: none;
|
774
|
+
}
|
775
|
+
.ui.form .field input[type="file"]::-webkit-file-upload-button,
|
776
|
+
.ui.file.input input[type="file"]::-webkit-file-upload-button {
|
777
|
+
border: none;
|
778
|
+
cursor: pointer;
|
779
|
+
padding: 0.67857143em 1em;
|
780
|
+
margin-right: 1em;
|
781
|
+
background: #e0e1e2;
|
782
|
+
font-weight: bold;
|
783
|
+
color: rgba(0, 0, 0, 0.6);
|
784
|
+
}
|
785
|
+
.ui.form .field input[type="file"]::-webkit-file-upload-button:hover,
|
786
|
+
.ui.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
787
|
+
background: #cacbcd;
|
788
|
+
color: rgba(0, 0, 0, 0.6);
|
789
|
+
}
|
790
|
+
.ui.action.file.input input[type="file"]::-ms-browse {
|
791
|
+
display: none;
|
792
|
+
}
|
793
|
+
.ui.form .field input[type="file"]::-ms-browse,
|
794
|
+
.ui.file.input input[type="file"]::-ms-browse {
|
795
|
+
border: none;
|
796
|
+
cursor: pointer;
|
797
|
+
padding: 0.67857143em 1em;
|
798
|
+
margin: 0;
|
799
|
+
background: #e0e1e2;
|
800
|
+
font-weight: bold;
|
801
|
+
color: rgba(0, 0, 0, 0.6);
|
802
|
+
}
|
803
|
+
.ui.form .field input[type="file"]::-ms-browse:hover,
|
804
|
+
.ui.file.input input[type="file"]::-ms-browse:hover {
|
805
|
+
background: #cacbcd;
|
806
|
+
color: rgba(0, 0, 0, 0.6);
|
807
|
+
}
|
808
|
+
|
809
|
+
/* IE needs additional styling for input field :S */
|
810
|
+
@media all and (-ms-high-contrast: none) {
|
811
|
+
.ui.file.input > input[type="file"],
|
812
|
+
input[type="file"].ui.file.input {
|
813
|
+
padding: 0 !important;
|
814
|
+
}
|
815
|
+
}
|
816
|
+
.ui.action.file.input input[type="file"]::file-selector-button {
|
817
|
+
display: none;
|
818
|
+
}
|
819
|
+
.ui.form .field input[type="file"]::file-selector-button,
|
820
|
+
.ui.file.input input[type="file"]::file-selector-button {
|
821
|
+
border: none;
|
822
|
+
cursor: pointer;
|
823
|
+
padding: 0.67857143em 1em;
|
824
|
+
margin-right: 1em;
|
825
|
+
background: #e0e1e2;
|
826
|
+
font-weight: bold;
|
827
|
+
color: rgba(0, 0, 0, 0.6);
|
828
|
+
}
|
829
|
+
.ui.form .field input[type="file"]::file-selector-button:hover,
|
830
|
+
.ui.file.input input[type="file"]::file-selector-button:hover {
|
831
|
+
background: #cacbcd;
|
832
|
+
color: rgba(0, 0, 0, 0.6);
|
833
|
+
}
|
834
|
+
.ui.form .field input[type="file"]:required:invalid,
|
835
|
+
.ui.file.input input[type="file"]:required:invalid {
|
836
|
+
color: #9F3A38;
|
837
|
+
background: #FFF6F6;
|
838
|
+
border-color: #E0B4B4;
|
839
|
+
}
|
840
|
+
input[type="file"].ui.invisible.file.input,
|
841
|
+
.ui.invisible.file.input input[type="file"] {
|
842
|
+
left: -99999px;
|
843
|
+
position: absolute;
|
844
|
+
}
|
845
|
+
input[type="file"].ui.file.input:focus + label.ui.button:not(.basic):not(.tertiary),
|
846
|
+
.ui.file.input input[type="file"]:focus + label.ui.button:not(.basic):not(.tertiary) {
|
847
|
+
background: #cacbcd;
|
848
|
+
color: rgba(0, 0, 0, 0.8);
|
849
|
+
}
|
850
|
+
input[type="file"].ui.file.input:focus + label.ui.button:not(.basic):not(.tertiary).inverted,
|
851
|
+
.ui.file.input input[type="file"]:focus + label.ui.button:not(.basic):not(.tertiary).inverted {
|
852
|
+
background: #FFFFFF;
|
853
|
+
}
|
854
|
+
|
855
|
+
/* this is related to existing buttons, so the button color variable is used here! */
|
856
|
+
input[type="file"].ui.file.input:focus + label.ui.primary.button:not(.basic):not(.tertiary),
|
857
|
+
.ui.file.input input[type="file"]:focus + label.ui.primary.button:not(.basic):not(.tertiary) {
|
858
|
+
background-color: #1678c2;
|
859
|
+
color: #FFFFFF;
|
860
|
+
}
|
861
|
+
input[type="file"].ui.file.input:focus + label.ui.primary.button:not(.basic):not(.tertiary).inverted,
|
862
|
+
.ui.file.input input[type="file"]:focus + label.ui.primary.button:not(.basic):not(.tertiary).inverted {
|
863
|
+
background-color: #21b8ff;
|
864
|
+
}
|
865
|
+
input[type="file"].ui.file.input:focus + label.ui.secondary.button:not(.basic):not(.tertiary),
|
866
|
+
.ui.file.input input[type="file"]:focus + label.ui.secondary.button:not(.basic):not(.tertiary) {
|
867
|
+
background-color: #27292a;
|
868
|
+
color: #FFFFFF;
|
869
|
+
}
|
870
|
+
input[type="file"].ui.file.input:focus + label.ui.secondary.button:not(.basic):not(.tertiary).inverted,
|
871
|
+
.ui.file.input input[type="file"]:focus + label.ui.secondary.button:not(.basic):not(.tertiary).inverted {
|
872
|
+
background-color: #6e6e6e;
|
873
|
+
}
|
874
|
+
input[type="file"].ui.file.input:focus + label.ui.red.button:not(.basic):not(.tertiary),
|
875
|
+
.ui.file.input input[type="file"]:focus + label.ui.red.button:not(.basic):not(.tertiary) {
|
876
|
+
background-color: #d01919;
|
877
|
+
color: #FFFFFF;
|
878
|
+
}
|
879
|
+
input[type="file"].ui.file.input:focus + label.ui.red.button:not(.basic):not(.tertiary).inverted,
|
880
|
+
.ui.file.input input[type="file"]:focus + label.ui.red.button:not(.basic):not(.tertiary).inverted {
|
881
|
+
background-color: #ff392b;
|
882
|
+
}
|
883
|
+
input[type="file"].ui.file.input:focus + label.ui.orange.button:not(.basic):not(.tertiary),
|
884
|
+
.ui.file.input input[type="file"]:focus + label.ui.orange.button:not(.basic):not(.tertiary) {
|
885
|
+
background-color: #f26202;
|
886
|
+
color: #FFFFFF;
|
887
|
+
}
|
888
|
+
input[type="file"].ui.file.input:focus + label.ui.orange.button:not(.basic):not(.tertiary).inverted,
|
889
|
+
.ui.file.input input[type="file"]:focus + label.ui.orange.button:not(.basic):not(.tertiary).inverted {
|
890
|
+
background-color: #e76b00;
|
891
|
+
}
|
892
|
+
input[type="file"].ui.file.input:focus + label.ui.yellow.button:not(.basic):not(.tertiary),
|
893
|
+
.ui.file.input input[type="file"]:focus + label.ui.yellow.button:not(.basic):not(.tertiary) {
|
894
|
+
background-color: #eaae00;
|
895
|
+
color: #FFFFFF;
|
896
|
+
}
|
897
|
+
input[type="file"].ui.file.input:focus + label.ui.yellow.button:not(.basic):not(.tertiary).inverted,
|
898
|
+
.ui.file.input input[type="file"]:focus + label.ui.yellow.button:not(.basic):not(.tertiary).inverted {
|
899
|
+
background-color: #ebcd00;
|
900
|
+
}
|
901
|
+
input[type="file"].ui.file.input:focus + label.ui.olive.button:not(.basic):not(.tertiary),
|
902
|
+
.ui.file.input input[type="file"]:focus + label.ui.olive.button:not(.basic):not(.tertiary) {
|
903
|
+
background-color: #a7bd0d;
|
904
|
+
color: #FFFFFF;
|
905
|
+
}
|
906
|
+
input[type="file"].ui.file.input:focus + label.ui.olive.button:not(.basic):not(.tertiary).inverted,
|
907
|
+
.ui.file.input input[type="file"]:focus + label.ui.olive.button:not(.basic):not(.tertiary).inverted {
|
908
|
+
background-color: #d2e745;
|
909
|
+
}
|
910
|
+
input[type="file"].ui.file.input:focus + label.ui.green.button:not(.basic):not(.tertiary),
|
911
|
+
.ui.file.input input[type="file"]:focus + label.ui.green.button:not(.basic):not(.tertiary) {
|
912
|
+
background-color: #16ab39;
|
913
|
+
color: #FFFFFF;
|
914
|
+
}
|
915
|
+
input[type="file"].ui.file.input:focus + label.ui.green.button:not(.basic):not(.tertiary).inverted,
|
916
|
+
.ui.file.input input[type="file"]:focus + label.ui.green.button:not(.basic):not(.tertiary).inverted {
|
917
|
+
background-color: #1ea92e;
|
918
|
+
}
|
919
|
+
input[type="file"].ui.file.input:focus + label.ui.teal.button:not(.basic):not(.tertiary),
|
920
|
+
.ui.file.input input[type="file"]:focus + label.ui.teal.button:not(.basic):not(.tertiary) {
|
921
|
+
background-color: #009c95;
|
922
|
+
color: #FFFFFF;
|
923
|
+
}
|
924
|
+
input[type="file"].ui.file.input:focus + label.ui.teal.button:not(.basic):not(.tertiary).inverted,
|
925
|
+
.ui.file.input input[type="file"]:focus + label.ui.teal.button:not(.basic):not(.tertiary).inverted {
|
926
|
+
background-color: #3affff;
|
927
|
+
}
|
928
|
+
input[type="file"].ui.file.input:focus + label.ui.blue.button:not(.basic):not(.tertiary),
|
929
|
+
.ui.file.input input[type="file"]:focus + label.ui.blue.button:not(.basic):not(.tertiary) {
|
930
|
+
background-color: #1678c2;
|
931
|
+
color: #FFFFFF;
|
932
|
+
}
|
933
|
+
input[type="file"].ui.file.input:focus + label.ui.blue.button:not(.basic):not(.tertiary).inverted,
|
934
|
+
.ui.file.input input[type="file"]:focus + label.ui.blue.button:not(.basic):not(.tertiary).inverted {
|
935
|
+
background-color: #21b8ff;
|
936
|
+
}
|
937
|
+
input[type="file"].ui.file.input:focus + label.ui.violet.button:not(.basic):not(.tertiary),
|
938
|
+
.ui.file.input input[type="file"]:focus + label.ui.violet.button:not(.basic):not(.tertiary) {
|
939
|
+
background-color: #5829bb;
|
940
|
+
color: #FFFFFF;
|
941
|
+
}
|
942
|
+
input[type="file"].ui.file.input:focus + label.ui.violet.button:not(.basic):not(.tertiary).inverted,
|
943
|
+
.ui.file.input input[type="file"]:focus + label.ui.violet.button:not(.basic):not(.tertiary).inverted {
|
944
|
+
background-color: #745aff;
|
945
|
+
}
|
946
|
+
input[type="file"].ui.file.input:focus + label.ui.purple.button:not(.basic):not(.tertiary),
|
947
|
+
.ui.file.input input[type="file"]:focus + label.ui.purple.button:not(.basic):not(.tertiary) {
|
948
|
+
background-color: #9627ba;
|
949
|
+
color: #FFFFFF;
|
950
|
+
}
|
951
|
+
input[type="file"].ui.file.input:focus + label.ui.purple.button:not(.basic):not(.tertiary).inverted,
|
952
|
+
.ui.file.input input[type="file"]:focus + label.ui.purple.button:not(.basic):not(.tertiary).inverted {
|
953
|
+
background-color: #cf40ff;
|
954
|
+
}
|
955
|
+
input[type="file"].ui.file.input:focus + label.ui.pink.button:not(.basic):not(.tertiary),
|
956
|
+
.ui.file.input input[type="file"]:focus + label.ui.pink.button:not(.basic):not(.tertiary) {
|
957
|
+
background-color: #e61a8d;
|
958
|
+
color: #FFFFFF;
|
959
|
+
}
|
960
|
+
input[type="file"].ui.file.input:focus + label.ui.pink.button:not(.basic):not(.tertiary).inverted,
|
961
|
+
.ui.file.input input[type="file"]:focus + label.ui.pink.button:not(.basic):not(.tertiary).inverted {
|
962
|
+
background-color: #ff5bd1;
|
963
|
+
}
|
964
|
+
input[type="file"].ui.file.input:focus + label.ui.brown.button:not(.basic):not(.tertiary),
|
965
|
+
.ui.file.input input[type="file"]:focus + label.ui.brown.button:not(.basic):not(.tertiary) {
|
966
|
+
background-color: #975b33;
|
967
|
+
color: #FFFFFF;
|
968
|
+
}
|
969
|
+
input[type="file"].ui.file.input:focus + label.ui.brown.button:not(.basic):not(.tertiary).inverted,
|
970
|
+
.ui.file.input input[type="file"]:focus + label.ui.brown.button:not(.basic):not(.tertiary).inverted {
|
971
|
+
background-color: #b0620f;
|
972
|
+
}
|
973
|
+
input[type="file"].ui.file.input:focus + label.ui.grey.button:not(.basic):not(.tertiary),
|
974
|
+
.ui.file.input input[type="file"]:focus + label.ui.grey.button:not(.basic):not(.tertiary) {
|
975
|
+
background-color: #838383;
|
976
|
+
color: #FFFFFF;
|
977
|
+
}
|
978
|
+
input[type="file"].ui.file.input:focus + label.ui.grey.button:not(.basic):not(.tertiary).inverted,
|
979
|
+
.ui.file.input input[type="file"]:focus + label.ui.grey.button:not(.basic):not(.tertiary).inverted {
|
980
|
+
background-color: #c2c4c5;
|
981
|
+
}
|
982
|
+
input[type="file"].ui.file.input:focus + label.ui.black.button:not(.basic):not(.tertiary),
|
983
|
+
.ui.file.input input[type="file"]:focus + label.ui.black.button:not(.basic):not(.tertiary) {
|
984
|
+
background-color: #27292a;
|
985
|
+
color: #FFFFFF;
|
986
|
+
}
|
987
|
+
input[type="file"].ui.file.input:focus + label.ui.black.button:not(.basic):not(.tertiary).inverted,
|
988
|
+
.ui.file.input input[type="file"]:focus + label.ui.black.button:not(.basic):not(.tertiary).inverted {
|
989
|
+
background-color: #000000;
|
990
|
+
}
|
991
|
+
input[type="file"].ui.primary.file.input::-webkit-file-upload-button,
|
992
|
+
.ui.primary.file.input input[type="file"]::-webkit-file-upload-button {
|
993
|
+
background: #2185D0;
|
994
|
+
color: #FFFFFF;
|
995
|
+
}
|
996
|
+
input[type="file"].ui.primary.file.input::-webkit-file-upload-button:hover,
|
997
|
+
.ui.primary.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
998
|
+
background: #1678c2;
|
999
|
+
}
|
1000
|
+
input[type="file"].ui.primary.file.input::-ms-browse,
|
1001
|
+
.ui.primary.file.input input[type="file"]::-ms-browse {
|
1002
|
+
background: #2185D0;
|
1003
|
+
color: #FFFFFF;
|
1004
|
+
}
|
1005
|
+
input[type="file"].ui.primary.file.input::-ms-browse:hover,
|
1006
|
+
.ui.primary.file.input input[type="file"]::-ms-browse:hover {
|
1007
|
+
background: #1678c2;
|
1008
|
+
}
|
1009
|
+
input[type="file"].ui.primary.file.input::file-selector-button,
|
1010
|
+
.ui.primary.file.input input[type="file"]::file-selector-button {
|
1011
|
+
background: #2185D0;
|
1012
|
+
color: #FFFFFF;
|
1013
|
+
}
|
1014
|
+
input[type="file"].ui.primary.file.input::file-selector-button:hover,
|
1015
|
+
.ui.primary.file.input input[type="file"]::file-selector-button:hover {
|
1016
|
+
background: #1678c2;
|
1017
|
+
}
|
1018
|
+
input[type="file"].ui.secondary.file.input::-webkit-file-upload-button,
|
1019
|
+
.ui.secondary.file.input input[type="file"]::-webkit-file-upload-button {
|
1020
|
+
background: #1B1C1D;
|
1021
|
+
color: #FFFFFF;
|
1022
|
+
}
|
1023
|
+
input[type="file"].ui.secondary.file.input::-webkit-file-upload-button:hover,
|
1024
|
+
.ui.secondary.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1025
|
+
background: #27292a;
|
1026
|
+
}
|
1027
|
+
input[type="file"].ui.secondary.file.input::-ms-browse,
|
1028
|
+
.ui.secondary.file.input input[type="file"]::-ms-browse {
|
1029
|
+
background: #1B1C1D;
|
1030
|
+
color: #FFFFFF;
|
1031
|
+
}
|
1032
|
+
input[type="file"].ui.secondary.file.input::-ms-browse:hover,
|
1033
|
+
.ui.secondary.file.input input[type="file"]::-ms-browse:hover {
|
1034
|
+
background: #27292a;
|
1035
|
+
}
|
1036
|
+
input[type="file"].ui.secondary.file.input::file-selector-button,
|
1037
|
+
.ui.secondary.file.input input[type="file"]::file-selector-button {
|
1038
|
+
background: #1B1C1D;
|
1039
|
+
color: #FFFFFF;
|
1040
|
+
}
|
1041
|
+
input[type="file"].ui.secondary.file.input::file-selector-button:hover,
|
1042
|
+
.ui.secondary.file.input input[type="file"]::file-selector-button:hover {
|
1043
|
+
background: #27292a;
|
1044
|
+
}
|
1045
|
+
input[type="file"].ui.red.file.input::-webkit-file-upload-button,
|
1046
|
+
.ui.red.file.input input[type="file"]::-webkit-file-upload-button {
|
1047
|
+
background: #DB2828;
|
1048
|
+
color: #FFFFFF;
|
1049
|
+
}
|
1050
|
+
input[type="file"].ui.red.file.input::-webkit-file-upload-button:hover,
|
1051
|
+
.ui.red.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1052
|
+
background: #d01919;
|
1053
|
+
}
|
1054
|
+
input[type="file"].ui.red.file.input::-ms-browse,
|
1055
|
+
.ui.red.file.input input[type="file"]::-ms-browse {
|
1056
|
+
background: #DB2828;
|
1057
|
+
color: #FFFFFF;
|
1058
|
+
}
|
1059
|
+
input[type="file"].ui.red.file.input::-ms-browse:hover,
|
1060
|
+
.ui.red.file.input input[type="file"]::-ms-browse:hover {
|
1061
|
+
background: #d01919;
|
1062
|
+
}
|
1063
|
+
input[type="file"].ui.red.file.input::file-selector-button,
|
1064
|
+
.ui.red.file.input input[type="file"]::file-selector-button {
|
1065
|
+
background: #DB2828;
|
1066
|
+
color: #FFFFFF;
|
1067
|
+
}
|
1068
|
+
input[type="file"].ui.red.file.input::file-selector-button:hover,
|
1069
|
+
.ui.red.file.input input[type="file"]::file-selector-button:hover {
|
1070
|
+
background: #d01919;
|
1071
|
+
}
|
1072
|
+
input[type="file"].ui.orange.file.input::-webkit-file-upload-button,
|
1073
|
+
.ui.orange.file.input input[type="file"]::-webkit-file-upload-button {
|
1074
|
+
background: #F2711C;
|
1075
|
+
color: #FFFFFF;
|
1076
|
+
}
|
1077
|
+
input[type="file"].ui.orange.file.input::-webkit-file-upload-button:hover,
|
1078
|
+
.ui.orange.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1079
|
+
background: #f26202;
|
1080
|
+
}
|
1081
|
+
input[type="file"].ui.orange.file.input::-ms-browse,
|
1082
|
+
.ui.orange.file.input input[type="file"]::-ms-browse {
|
1083
|
+
background: #F2711C;
|
1084
|
+
color: #FFFFFF;
|
1085
|
+
}
|
1086
|
+
input[type="file"].ui.orange.file.input::-ms-browse:hover,
|
1087
|
+
.ui.orange.file.input input[type="file"]::-ms-browse:hover {
|
1088
|
+
background: #f26202;
|
1089
|
+
}
|
1090
|
+
input[type="file"].ui.orange.file.input::file-selector-button,
|
1091
|
+
.ui.orange.file.input input[type="file"]::file-selector-button {
|
1092
|
+
background: #F2711C;
|
1093
|
+
color: #FFFFFF;
|
1094
|
+
}
|
1095
|
+
input[type="file"].ui.orange.file.input::file-selector-button:hover,
|
1096
|
+
.ui.orange.file.input input[type="file"]::file-selector-button:hover {
|
1097
|
+
background: #f26202;
|
1098
|
+
}
|
1099
|
+
input[type="file"].ui.yellow.file.input::-webkit-file-upload-button,
|
1100
|
+
.ui.yellow.file.input input[type="file"]::-webkit-file-upload-button {
|
1101
|
+
background: #FBBD08;
|
1102
|
+
color: #FFFFFF;
|
1103
|
+
}
|
1104
|
+
input[type="file"].ui.yellow.file.input::-webkit-file-upload-button:hover,
|
1105
|
+
.ui.yellow.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1106
|
+
background: #eaae00;
|
1107
|
+
}
|
1108
|
+
input[type="file"].ui.yellow.file.input::-ms-browse,
|
1109
|
+
.ui.yellow.file.input input[type="file"]::-ms-browse {
|
1110
|
+
background: #FBBD08;
|
1111
|
+
color: #FFFFFF;
|
1112
|
+
}
|
1113
|
+
input[type="file"].ui.yellow.file.input::-ms-browse:hover,
|
1114
|
+
.ui.yellow.file.input input[type="file"]::-ms-browse:hover {
|
1115
|
+
background: #eaae00;
|
1116
|
+
}
|
1117
|
+
input[type="file"].ui.yellow.file.input::file-selector-button,
|
1118
|
+
.ui.yellow.file.input input[type="file"]::file-selector-button {
|
1119
|
+
background: #FBBD08;
|
1120
|
+
color: #FFFFFF;
|
1121
|
+
}
|
1122
|
+
input[type="file"].ui.yellow.file.input::file-selector-button:hover,
|
1123
|
+
.ui.yellow.file.input input[type="file"]::file-selector-button:hover {
|
1124
|
+
background: #eaae00;
|
1125
|
+
}
|
1126
|
+
input[type="file"].ui.olive.file.input::-webkit-file-upload-button,
|
1127
|
+
.ui.olive.file.input input[type="file"]::-webkit-file-upload-button {
|
1128
|
+
background: #B5CC18;
|
1129
|
+
color: #FFFFFF;
|
1130
|
+
}
|
1131
|
+
input[type="file"].ui.olive.file.input::-webkit-file-upload-button:hover,
|
1132
|
+
.ui.olive.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1133
|
+
background: #a7bd0d;
|
1134
|
+
}
|
1135
|
+
input[type="file"].ui.olive.file.input::-ms-browse,
|
1136
|
+
.ui.olive.file.input input[type="file"]::-ms-browse {
|
1137
|
+
background: #B5CC18;
|
1138
|
+
color: #FFFFFF;
|
1139
|
+
}
|
1140
|
+
input[type="file"].ui.olive.file.input::-ms-browse:hover,
|
1141
|
+
.ui.olive.file.input input[type="file"]::-ms-browse:hover {
|
1142
|
+
background: #a7bd0d;
|
1143
|
+
}
|
1144
|
+
input[type="file"].ui.olive.file.input::file-selector-button,
|
1145
|
+
.ui.olive.file.input input[type="file"]::file-selector-button {
|
1146
|
+
background: #B5CC18;
|
1147
|
+
color: #FFFFFF;
|
1148
|
+
}
|
1149
|
+
input[type="file"].ui.olive.file.input::file-selector-button:hover,
|
1150
|
+
.ui.olive.file.input input[type="file"]::file-selector-button:hover {
|
1151
|
+
background: #a7bd0d;
|
1152
|
+
}
|
1153
|
+
input[type="file"].ui.green.file.input::-webkit-file-upload-button,
|
1154
|
+
.ui.green.file.input input[type="file"]::-webkit-file-upload-button {
|
1155
|
+
background: #21BA45;
|
1156
|
+
color: #FFFFFF;
|
1157
|
+
}
|
1158
|
+
input[type="file"].ui.green.file.input::-webkit-file-upload-button:hover,
|
1159
|
+
.ui.green.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1160
|
+
background: #16ab39;
|
1161
|
+
}
|
1162
|
+
input[type="file"].ui.green.file.input::-ms-browse,
|
1163
|
+
.ui.green.file.input input[type="file"]::-ms-browse {
|
1164
|
+
background: #21BA45;
|
1165
|
+
color: #FFFFFF;
|
1166
|
+
}
|
1167
|
+
input[type="file"].ui.green.file.input::-ms-browse:hover,
|
1168
|
+
.ui.green.file.input input[type="file"]::-ms-browse:hover {
|
1169
|
+
background: #16ab39;
|
1170
|
+
}
|
1171
|
+
input[type="file"].ui.green.file.input::file-selector-button,
|
1172
|
+
.ui.green.file.input input[type="file"]::file-selector-button {
|
1173
|
+
background: #21BA45;
|
1174
|
+
color: #FFFFFF;
|
1175
|
+
}
|
1176
|
+
input[type="file"].ui.green.file.input::file-selector-button:hover,
|
1177
|
+
.ui.green.file.input input[type="file"]::file-selector-button:hover {
|
1178
|
+
background: #16ab39;
|
1179
|
+
}
|
1180
|
+
input[type="file"].ui.teal.file.input::-webkit-file-upload-button,
|
1181
|
+
.ui.teal.file.input input[type="file"]::-webkit-file-upload-button {
|
1182
|
+
background: #00B5AD;
|
1183
|
+
color: #FFFFFF;
|
1184
|
+
}
|
1185
|
+
input[type="file"].ui.teal.file.input::-webkit-file-upload-button:hover,
|
1186
|
+
.ui.teal.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1187
|
+
background: #009c95;
|
1188
|
+
}
|
1189
|
+
input[type="file"].ui.teal.file.input::-ms-browse,
|
1190
|
+
.ui.teal.file.input input[type="file"]::-ms-browse {
|
1191
|
+
background: #00B5AD;
|
1192
|
+
color: #FFFFFF;
|
1193
|
+
}
|
1194
|
+
input[type="file"].ui.teal.file.input::-ms-browse:hover,
|
1195
|
+
.ui.teal.file.input input[type="file"]::-ms-browse:hover {
|
1196
|
+
background: #009c95;
|
1197
|
+
}
|
1198
|
+
input[type="file"].ui.teal.file.input::file-selector-button,
|
1199
|
+
.ui.teal.file.input input[type="file"]::file-selector-button {
|
1200
|
+
background: #00B5AD;
|
1201
|
+
color: #FFFFFF;
|
1202
|
+
}
|
1203
|
+
input[type="file"].ui.teal.file.input::file-selector-button:hover,
|
1204
|
+
.ui.teal.file.input input[type="file"]::file-selector-button:hover {
|
1205
|
+
background: #009c95;
|
1206
|
+
}
|
1207
|
+
input[type="file"].ui.blue.file.input::-webkit-file-upload-button,
|
1208
|
+
.ui.blue.file.input input[type="file"]::-webkit-file-upload-button {
|
1209
|
+
background: #2185D0;
|
1210
|
+
color: #FFFFFF;
|
1211
|
+
}
|
1212
|
+
input[type="file"].ui.blue.file.input::-webkit-file-upload-button:hover,
|
1213
|
+
.ui.blue.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1214
|
+
background: #1678c2;
|
1215
|
+
}
|
1216
|
+
input[type="file"].ui.blue.file.input::-ms-browse,
|
1217
|
+
.ui.blue.file.input input[type="file"]::-ms-browse {
|
1218
|
+
background: #2185D0;
|
1219
|
+
color: #FFFFFF;
|
1220
|
+
}
|
1221
|
+
input[type="file"].ui.blue.file.input::-ms-browse:hover,
|
1222
|
+
.ui.blue.file.input input[type="file"]::-ms-browse:hover {
|
1223
|
+
background: #1678c2;
|
1224
|
+
}
|
1225
|
+
input[type="file"].ui.blue.file.input::file-selector-button,
|
1226
|
+
.ui.blue.file.input input[type="file"]::file-selector-button {
|
1227
|
+
background: #2185D0;
|
1228
|
+
color: #FFFFFF;
|
1229
|
+
}
|
1230
|
+
input[type="file"].ui.blue.file.input::file-selector-button:hover,
|
1231
|
+
.ui.blue.file.input input[type="file"]::file-selector-button:hover {
|
1232
|
+
background: #1678c2;
|
1233
|
+
}
|
1234
|
+
input[type="file"].ui.violet.file.input::-webkit-file-upload-button,
|
1235
|
+
.ui.violet.file.input input[type="file"]::-webkit-file-upload-button {
|
1236
|
+
background: #6435C9;
|
1237
|
+
color: #FFFFFF;
|
1238
|
+
}
|
1239
|
+
input[type="file"].ui.violet.file.input::-webkit-file-upload-button:hover,
|
1240
|
+
.ui.violet.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1241
|
+
background: #5829bb;
|
1242
|
+
}
|
1243
|
+
input[type="file"].ui.violet.file.input::-ms-browse,
|
1244
|
+
.ui.violet.file.input input[type="file"]::-ms-browse {
|
1245
|
+
background: #6435C9;
|
1246
|
+
color: #FFFFFF;
|
1247
|
+
}
|
1248
|
+
input[type="file"].ui.violet.file.input::-ms-browse:hover,
|
1249
|
+
.ui.violet.file.input input[type="file"]::-ms-browse:hover {
|
1250
|
+
background: #5829bb;
|
1251
|
+
}
|
1252
|
+
input[type="file"].ui.violet.file.input::file-selector-button,
|
1253
|
+
.ui.violet.file.input input[type="file"]::file-selector-button {
|
1254
|
+
background: #6435C9;
|
1255
|
+
color: #FFFFFF;
|
1256
|
+
}
|
1257
|
+
input[type="file"].ui.violet.file.input::file-selector-button:hover,
|
1258
|
+
.ui.violet.file.input input[type="file"]::file-selector-button:hover {
|
1259
|
+
background: #5829bb;
|
1260
|
+
}
|
1261
|
+
input[type="file"].ui.purple.file.input::-webkit-file-upload-button,
|
1262
|
+
.ui.purple.file.input input[type="file"]::-webkit-file-upload-button {
|
1263
|
+
background: #A333C8;
|
1264
|
+
color: #FFFFFF;
|
1265
|
+
}
|
1266
|
+
input[type="file"].ui.purple.file.input::-webkit-file-upload-button:hover,
|
1267
|
+
.ui.purple.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1268
|
+
background: #9627ba;
|
1269
|
+
}
|
1270
|
+
input[type="file"].ui.purple.file.input::-ms-browse,
|
1271
|
+
.ui.purple.file.input input[type="file"]::-ms-browse {
|
1272
|
+
background: #A333C8;
|
1273
|
+
color: #FFFFFF;
|
1274
|
+
}
|
1275
|
+
input[type="file"].ui.purple.file.input::-ms-browse:hover,
|
1276
|
+
.ui.purple.file.input input[type="file"]::-ms-browse:hover {
|
1277
|
+
background: #9627ba;
|
1278
|
+
}
|
1279
|
+
input[type="file"].ui.purple.file.input::file-selector-button,
|
1280
|
+
.ui.purple.file.input input[type="file"]::file-selector-button {
|
1281
|
+
background: #A333C8;
|
1282
|
+
color: #FFFFFF;
|
1283
|
+
}
|
1284
|
+
input[type="file"].ui.purple.file.input::file-selector-button:hover,
|
1285
|
+
.ui.purple.file.input input[type="file"]::file-selector-button:hover {
|
1286
|
+
background: #9627ba;
|
1287
|
+
}
|
1288
|
+
input[type="file"].ui.pink.file.input::-webkit-file-upload-button,
|
1289
|
+
.ui.pink.file.input input[type="file"]::-webkit-file-upload-button {
|
1290
|
+
background: #E03997;
|
1291
|
+
color: #FFFFFF;
|
1292
|
+
}
|
1293
|
+
input[type="file"].ui.pink.file.input::-webkit-file-upload-button:hover,
|
1294
|
+
.ui.pink.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1295
|
+
background: #e61a8d;
|
1296
|
+
}
|
1297
|
+
input[type="file"].ui.pink.file.input::-ms-browse,
|
1298
|
+
.ui.pink.file.input input[type="file"]::-ms-browse {
|
1299
|
+
background: #E03997;
|
1300
|
+
color: #FFFFFF;
|
1301
|
+
}
|
1302
|
+
input[type="file"].ui.pink.file.input::-ms-browse:hover,
|
1303
|
+
.ui.pink.file.input input[type="file"]::-ms-browse:hover {
|
1304
|
+
background: #e61a8d;
|
1305
|
+
}
|
1306
|
+
input[type="file"].ui.pink.file.input::file-selector-button,
|
1307
|
+
.ui.pink.file.input input[type="file"]::file-selector-button {
|
1308
|
+
background: #E03997;
|
1309
|
+
color: #FFFFFF;
|
1310
|
+
}
|
1311
|
+
input[type="file"].ui.pink.file.input::file-selector-button:hover,
|
1312
|
+
.ui.pink.file.input input[type="file"]::file-selector-button:hover {
|
1313
|
+
background: #e61a8d;
|
1314
|
+
}
|
1315
|
+
input[type="file"].ui.brown.file.input::-webkit-file-upload-button,
|
1316
|
+
.ui.brown.file.input input[type="file"]::-webkit-file-upload-button {
|
1317
|
+
background: #A5673F;
|
1318
|
+
color: #FFFFFF;
|
1319
|
+
}
|
1320
|
+
input[type="file"].ui.brown.file.input::-webkit-file-upload-button:hover,
|
1321
|
+
.ui.brown.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1322
|
+
background: #975b33;
|
1323
|
+
}
|
1324
|
+
input[type="file"].ui.brown.file.input::-ms-browse,
|
1325
|
+
.ui.brown.file.input input[type="file"]::-ms-browse {
|
1326
|
+
background: #A5673F;
|
1327
|
+
color: #FFFFFF;
|
1328
|
+
}
|
1329
|
+
input[type="file"].ui.brown.file.input::-ms-browse:hover,
|
1330
|
+
.ui.brown.file.input input[type="file"]::-ms-browse:hover {
|
1331
|
+
background: #975b33;
|
1332
|
+
}
|
1333
|
+
input[type="file"].ui.brown.file.input::file-selector-button,
|
1334
|
+
.ui.brown.file.input input[type="file"]::file-selector-button {
|
1335
|
+
background: #A5673F;
|
1336
|
+
color: #FFFFFF;
|
1337
|
+
}
|
1338
|
+
input[type="file"].ui.brown.file.input::file-selector-button:hover,
|
1339
|
+
.ui.brown.file.input input[type="file"]::file-selector-button:hover {
|
1340
|
+
background: #975b33;
|
1341
|
+
}
|
1342
|
+
input[type="file"].ui.grey.file.input::-webkit-file-upload-button,
|
1343
|
+
.ui.grey.file.input input[type="file"]::-webkit-file-upload-button {
|
1344
|
+
background: #767676;
|
1345
|
+
color: #FFFFFF;
|
1346
|
+
}
|
1347
|
+
input[type="file"].ui.grey.file.input::-webkit-file-upload-button:hover,
|
1348
|
+
.ui.grey.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1349
|
+
background: #838383;
|
1350
|
+
}
|
1351
|
+
input[type="file"].ui.grey.file.input::-ms-browse,
|
1352
|
+
.ui.grey.file.input input[type="file"]::-ms-browse {
|
1353
|
+
background: #767676;
|
1354
|
+
color: #FFFFFF;
|
1355
|
+
}
|
1356
|
+
input[type="file"].ui.grey.file.input::-ms-browse:hover,
|
1357
|
+
.ui.grey.file.input input[type="file"]::-ms-browse:hover {
|
1358
|
+
background: #838383;
|
1359
|
+
}
|
1360
|
+
input[type="file"].ui.grey.file.input::file-selector-button,
|
1361
|
+
.ui.grey.file.input input[type="file"]::file-selector-button {
|
1362
|
+
background: #767676;
|
1363
|
+
color: #FFFFFF;
|
1364
|
+
}
|
1365
|
+
input[type="file"].ui.grey.file.input::file-selector-button:hover,
|
1366
|
+
.ui.grey.file.input input[type="file"]::file-selector-button:hover {
|
1367
|
+
background: #838383;
|
1368
|
+
}
|
1369
|
+
input[type="file"].ui.black.file.input::-webkit-file-upload-button,
|
1370
|
+
.ui.black.file.input input[type="file"]::-webkit-file-upload-button {
|
1371
|
+
background: #1B1C1D;
|
1372
|
+
color: #FFFFFF;
|
1373
|
+
}
|
1374
|
+
input[type="file"].ui.black.file.input::-webkit-file-upload-button:hover,
|
1375
|
+
.ui.black.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1376
|
+
background: #27292a;
|
1377
|
+
}
|
1378
|
+
input[type="file"].ui.black.file.input::-ms-browse,
|
1379
|
+
.ui.black.file.input input[type="file"]::-ms-browse {
|
1380
|
+
background: #1B1C1D;
|
1381
|
+
color: #FFFFFF;
|
1382
|
+
}
|
1383
|
+
input[type="file"].ui.black.file.input::-ms-browse:hover,
|
1384
|
+
.ui.black.file.input input[type="file"]::-ms-browse:hover {
|
1385
|
+
background: #27292a;
|
1386
|
+
}
|
1387
|
+
input[type="file"].ui.black.file.input::file-selector-button,
|
1388
|
+
.ui.black.file.input input[type="file"]::file-selector-button {
|
1389
|
+
background: #1B1C1D;
|
1390
|
+
color: #FFFFFF;
|
1391
|
+
}
|
1392
|
+
input[type="file"].ui.black.file.input::file-selector-button:hover,
|
1393
|
+
.ui.black.file.input input[type="file"]::file-selector-button:hover {
|
1394
|
+
background: #27292a;
|
1395
|
+
}
|
1396
|
+
|
672
1397
|
/*--------------------
|
673
1398
|
Size
|
674
1399
|
---------------------*/
|