fomantic-ui 2.9.1-beta.2 → 2.9.1-beta.20
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 +110 -0
- package/.github/workflows/ci.yml +14 -4
- package/.stylelintrc.js +46 -0
- package/dist/components/accordion.css +19 -26
- package/dist/components/accordion.js +568 -595
- package/dist/components/accordion.min.css +1 -1
- package/dist/components/accordion.min.js +2 -2
- package/dist/components/ad.css +31 -41
- package/dist/components/ad.min.css +1 -1
- package/dist/components/api.js +1161 -1179
- package/dist/components/api.min.js +2 -2
- package/dist/components/breadcrumb.css +1 -1
- package/dist/components/breadcrumb.min.css +1 -1
- package/dist/components/button.css +71 -106
- package/dist/components/button.min.css +1 -1
- package/dist/components/calendar.css +18 -16
- package/dist/components/calendar.js +1895 -1809
- package/dist/components/calendar.min.css +2 -2
- package/dist/components/calendar.min.js +2 -2
- package/dist/components/card.css +83 -115
- package/dist/components/card.min.css +1 -1
- package/dist/components/checkbox.css +47 -64
- package/dist/components/checkbox.js +842 -841
- package/dist/components/checkbox.min.css +1 -1
- package/dist/components/checkbox.min.js +2 -2
- package/dist/components/comment.css +37 -51
- package/dist/components/comment.min.css +1 -1
- package/dist/components/container.css +6 -5
- package/dist/components/container.min.css +2 -2
- package/dist/components/dimmer.css +31 -41
- package/dist/components/dimmer.js +708 -737
- package/dist/components/dimmer.min.css +1 -1
- package/dist/components/dimmer.min.js +2 -2
- package/dist/components/divider.css +32 -44
- package/dist/components/divider.min.css +1 -1
- package/dist/components/dropdown.css +129 -166
- package/dist/components/dropdown.js +4161 -4234
- package/dist/components/dropdown.min.css +2 -2
- package/dist/components/dropdown.min.js +2 -2
- package/dist/components/embed.css +13 -19
- package/dist/components/embed.js +651 -675
- package/dist/components/embed.min.css +1 -1
- package/dist/components/embed.min.js +2 -2
- package/dist/components/emoji.css +7 -6
- package/dist/components/feed.css +24 -32
- package/dist/components/feed.min.css +1 -1
- package/dist/components/flag.css +5 -3
- package/dist/components/flag.min.css +1 -1
- package/dist/components/flyout.css +44 -58
- package/dist/components/flyout.js +1464 -1465
- package/dist/components/flyout.min.css +2 -2
- package/dist/components/flyout.min.js +2 -2
- package/dist/components/form.css +85 -111
- package/dist/components/form.js +1979 -2004
- package/dist/components/form.min.css +1 -1
- package/dist/components/form.min.js +2 -2
- package/dist/components/grid.css +70 -96
- package/dist/components/grid.min.css +1 -1
- package/dist/components/header.css +47 -65
- package/dist/components/header.min.css +1 -1
- package/dist/components/icon.css +45 -66
- package/dist/components/icon.min.css +2 -2
- package/dist/components/image.css +32 -42
- package/dist/components/image.min.css +1 -1
- package/dist/components/input.css +182 -65
- package/dist/components/input.min.css +2 -2
- package/dist/components/item.css +55 -77
- package/dist/components/item.min.css +1 -1
- package/dist/components/label.css +68 -91
- package/dist/components/label.min.css +2 -2
- package/dist/components/list.css +44 -59
- package/dist/components/list.min.css +1 -1
- package/dist/components/loader.css +16 -22
- package/dist/components/loader.min.css +1 -1
- package/dist/components/menu.css +126 -186
- package/dist/components/message.css +25 -35
- package/dist/components/message.min.css +1 -1
- package/dist/components/modal.css +39 -40
- package/dist/components/modal.js +1491 -1485
- package/dist/components/modal.min.css +2 -2
- package/dist/components/modal.min.js +2 -2
- package/dist/components/nag.css +21 -28
- package/dist/components/nag.js +518 -526
- package/dist/components/nag.min.css +2 -2
- package/dist/components/nag.min.js +2 -2
- package/dist/components/placeholder.css +10 -12
- package/dist/components/placeholder.min.css +1 -1
- package/dist/components/popup.css +352 -59
- package/dist/components/popup.js +1437 -1456
- package/dist/components/popup.min.css +2 -2
- package/dist/components/popup.min.js +2 -2
- package/dist/components/progress.css +29 -39
- package/dist/components/progress.js +969 -997
- package/dist/components/progress.min.css +1 -1
- package/dist/components/progress.min.js +2 -2
- package/dist/components/rail.css +15 -20
- package/dist/components/rail.min.css +1 -1
- package/dist/components/rating.css +9 -13
- package/dist/components/rating.js +505 -523
- 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 +19 -26
- package/dist/components/reveal.min.css +1 -1
- package/dist/components/search.css +43 -58
- package/dist/components/search.js +1498 -1534
- package/dist/components/search.min.css +2 -2
- package/dist/components/search.min.js +2 -2
- package/dist/components/segment.css +64 -83
- package/dist/components/segment.min.css +2 -2
- package/dist/components/shape.css +10 -14
- package/dist/components/shape.js +792 -809
- package/dist/components/shape.min.css +1 -1
- package/dist/components/shape.min.js +2 -2
- package/dist/components/sidebar.css +43 -58
- package/dist/components/sidebar.js +1071 -1098
- package/dist/components/sidebar.min.css +2 -2
- package/dist/components/sidebar.min.js +2 -2
- package/dist/components/site.css +5 -5
- package/dist/components/site.js +462 -476
- package/dist/components/site.min.css +1 -1
- package/dist/components/site.min.js +2 -2
- package/dist/components/slider.css +27 -37
- package/dist/components/slider.js +1287 -1306
- package/dist/components/slider.min.js +2 -2
- package/dist/components/state.js +639 -657
- package/dist/components/state.min.js +2 -2
- package/dist/components/statistic.css +32 -41
- package/dist/components/statistic.min.css +2 -2
- package/dist/components/step.css +26 -35
- package/dist/components/step.min.css +1 -1
- package/dist/components/sticky.css +1 -1
- package/dist/components/sticky.js +857 -902
- package/dist/components/sticky.min.css +1 -1
- package/dist/components/sticky.min.js +2 -2
- package/dist/components/tab.css +6 -8
- package/dist/components/tab.js +922 -963
- package/dist/components/tab.min.css +1 -1
- package/dist/components/tab.min.js +2 -2
- package/dist/components/table.css +93 -119
- 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 +4 -6
- package/dist/components/toast.js +886 -887
- package/dist/components/toast.min.css +1 -1
- package/dist/components/toast.min.js +2 -2
- package/dist/components/transition.css +150 -3
- package/dist/components/transition.js +1041 -1077
- package/dist/components/transition.min.css +2 -2
- package/dist/components/transition.min.js +2 -2
- package/dist/components/visibility.js +1220 -1244
- package/dist/components/visibility.min.js +2 -2
- package/dist/semantic.css +2529 -1778
- package/dist/semantic.js +28928 -29383
- package/dist/semantic.min.css +2 -2
- package/dist/semantic.min.js +2 -2
- package/dist/themes/default/assets/fonts/Lato-Bold.woff +0 -0
- package/dist/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
- package/dist/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
- package/dist/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
- package/dist/themes/default/assets/fonts/Lato-Italic.woff +0 -0
- package/dist/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
- package/dist/themes/default/assets/fonts/Lato-Regular.woff +0 -0
- package/dist/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
- package/examples/assets/show-examples.js +13 -13
- package/gulpfile.js +9 -10
- package/package.json +13 -8
- package/scripts/nightly-version.js +81 -75
- package/src/definitions/behaviors/api.js +1162 -1180
- package/src/definitions/behaviors/form.js +1978 -2003
- package/src/definitions/behaviors/state.js +645 -663
- package/src/definitions/behaviors/visibility.js +1219 -1243
- package/src/definitions/collections/breadcrumb.less +41 -44
- package/src/definitions/collections/form.less +869 -879
- package/src/definitions/collections/grid.less +1690 -1695
- package/src/definitions/collections/menu.less +1493 -1503
- package/src/definitions/collections/message.less +292 -295
- package/src/definitions/collections/table.less +1616 -1620
- package/src/definitions/elements/button.less +1721 -1743
- package/src/definitions/elements/container.less +209 -209
- package/src/definitions/elements/divider.less +205 -206
- package/src/definitions/elements/emoji.less +38 -44
- package/src/definitions/elements/flag.less +44 -46
- package/src/definitions/elements/header.less +337 -345
- package/src/definitions/elements/icon.less +516 -443
- package/src/definitions/elements/image.less +221 -225
- package/src/definitions/elements/input.less +663 -659
- package/src/definitions/elements/label.less +803 -793
- package/src/definitions/elements/list.less +809 -809
- package/src/definitions/elements/loader.less +272 -266
- package/src/definitions/elements/placeholder.less +171 -168
- package/src/definitions/elements/rail.less +91 -91
- package/src/definitions/elements/reveal.less +192 -196
- package/src/definitions/elements/segment.less +743 -746
- package/src/definitions/elements/step.less +425 -433
- package/src/definitions/elements/text.less +32 -34
- package/src/definitions/globals/reset.less +9 -6
- package/src/definitions/globals/site.js +461 -475
- package/src/definitions/globals/site.less +106 -108
- package/src/definitions/modules/accordion.js +567 -594
- package/src/definitions/modules/accordion.less +242 -246
- package/src/definitions/modules/calendar.js +1894 -1808
- package/src/definitions/modules/calendar.less +98 -95
- package/src/definitions/modules/checkbox.js +841 -840
- package/src/definitions/modules/checkbox.less +536 -542
- package/src/definitions/modules/dimmer.js +707 -736
- package/src/definitions/modules/dimmer.less +300 -297
- package/src/definitions/modules/dropdown.js +4160 -4233
- package/src/definitions/modules/dropdown.less +1577 -1589
- package/src/definitions/modules/embed.js +650 -674
- package/src/definitions/modules/embed.less +81 -82
- package/src/definitions/modules/flyout.js +1463 -1464
- package/src/definitions/modules/flyout.less +445 -451
- package/src/definitions/modules/modal.js +1490 -1484
- package/src/definitions/modules/modal.less +459 -459
- package/src/definitions/modules/nag.js +517 -525
- package/src/definitions/modules/nag.less +134 -138
- package/src/definitions/modules/popup.js +1436 -1455
- package/src/definitions/modules/popup.less +742 -687
- package/src/definitions/modules/progress.js +968 -996
- package/src/definitions/modules/progress.less +521 -494
- package/src/definitions/modules/rating.js +504 -522
- package/src/definitions/modules/rating.less +94 -101
- package/src/definitions/modules/search.js +1497 -1533
- package/src/definitions/modules/search.less +375 -382
- package/src/definitions/modules/shape.js +791 -808
- package/src/definitions/modules/shape.less +71 -76
- package/src/definitions/modules/sidebar.js +1070 -1097
- package/src/definitions/modules/sidebar.less +463 -472
- package/src/definitions/modules/slider.js +1286 -1305
- package/src/definitions/modules/slider.less +307 -308
- package/src/definitions/modules/sticky.js +873 -918
- package/src/definitions/modules/sticky.less +21 -23
- package/src/definitions/modules/tab.js +921 -962
- package/src/definitions/modules/tab.less +51 -52
- package/src/definitions/modules/toast.js +885 -886
- package/src/definitions/modules/toast.less +584 -586
- package/src/definitions/modules/transition.js +1040 -1076
- package/src/definitions/modules/transition.less +62 -28
- package/src/definitions/views/ad.less +206 -206
- package/src/definitions/views/card.less +968 -970
- package/src/definitions/views/comment.less +190 -198
- package/src/definitions/views/feed.less +220 -224
- package/src/definitions/views/item.less +436 -446
- package/src/definitions/views/statistic.less +271 -277
- package/src/theme.less +29 -32
- package/src/themes/default/assets/fonts/Lato-Bold.woff +0 -0
- package/src/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
- package/src/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
- package/src/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
- package/src/themes/default/assets/fonts/Lato-Italic.woff +0 -0
- package/src/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
- package/src/themes/default/assets/fonts/Lato-Regular.woff +0 -0
- package/src/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
- package/src/themes/default/elements/container.variables +0 -7
- package/src/themes/default/elements/icon.variables +18 -0
- package/src/themes/default/elements/segment.variables +0 -7
- package/src/themes/default/globals/colors.less +589 -589
- package/src/themes/default/globals/site.variables +8 -0
- package/src/themes/default/globals/variation.variables +13 -1
- package/src/themes/default/modules/calendar.variables +2 -0
- package/src/themes/default/modules/nag.variables +1 -1
- package/src/themes/default/modules/popup.variables +2 -0
- package/src/themes/default/modules/transition.variables +8 -1
- package/tasks/admin/components/create.js +274 -276
- package/tasks/admin/components/init.js +123 -130
- package/tasks/admin/components/update.js +149 -157
- package/tasks/admin/distributions/create.js +184 -187
- package/tasks/admin/distributions/init.js +123 -130
- package/tasks/admin/distributions/update.js +145 -152
- package/tasks/admin/publish.js +5 -7
- package/tasks/admin/register.js +36 -38
- package/tasks/admin/release.js +8 -10
- package/tasks/build/assets.js +42 -39
- package/tasks/build/css.js +225 -216
- package/tasks/build/javascript.js +118 -113
- package/tasks/build.js +10 -10
- package/tasks/check-install.js +14 -16
- package/tasks/clean.js +5 -5
- package/tasks/collections/admin.js +34 -36
- package/tasks/collections/build.js +18 -20
- package/tasks/collections/docs.js +9 -11
- package/tasks/collections/install.js +9 -11
- package/tasks/collections/rtl.js +9 -11
- package/tasks/collections/various.js +8 -10
- package/tasks/config/admin/github.js +17 -17
- package/tasks/config/admin/oauth.example.js +4 -4
- package/tasks/config/admin/release.js +98 -98
- package/tasks/config/admin/templates/component-package.js +9 -10
- package/tasks/config/admin/templates/css-package.js +18 -20
- package/tasks/config/admin/templates/less-package.js +11 -13
- package/tasks/config/defaults.js +116 -114
- package/tasks/config/docs.js +23 -23
- package/tasks/config/npm/gulpfile.js +8 -9
- package/tasks/config/project/config.js +127 -134
- package/tasks/config/project/install.js +715 -713
- package/tasks/config/project/release.js +32 -38
- package/tasks/config/tasks.js +165 -156
- package/tasks/config/user.js +23 -26
- package/tasks/docs/build.js +97 -95
- package/tasks/docs/metadata.js +90 -96
- package/tasks/docs/serve.js +80 -81
- package/tasks/install.js +370 -378
- package/tasks/rtl/build.js +2 -2
- package/tasks/rtl/watch.js +2 -2
- package/tasks/version.js +4 -4
- package/tasks/watch.js +28 -30
- package/test/meteor/assets.js +10 -13
- package/test/meteor/fonts.js +12 -13
- package/test/modules/accordion.spec.js +6 -8
- package/test/modules/checkbox.spec.js +5 -7
- package/test/modules/dropdown.spec.js +5 -7
- package/test/modules/modal.spec.js +6 -8
- package/test/modules/module.spec.js +158 -178
- package/test/modules/popup.spec.js +5 -7
- package/test/modules/search.spec.js +5 -7
- package/test/modules/shape.spec.js +5 -7
- package/test/modules/sidebar.spec.js +5 -7
- package/test/modules/tab.spec.js +6 -8
- package/test/modules/transition.spec.js +5 -7
- package/test/modules/video.spec.js +5 -7
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.9.1-beta.
|
2
|
+
* # Fomantic-UI 2.9.1-beta.20+d4987bf - Input
|
3
3
|
* https://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
@@ -14,10 +14,9 @@
|
|
14
14
|
*******************************/
|
15
15
|
|
16
16
|
|
17
|
-
|
17
|
+
/* --------------------
|
18
18
|
Inputs
|
19
|
-
|
20
|
-
|
19
|
+
--------------------- */
|
21
20
|
.ui.input {
|
22
21
|
position: relative;
|
23
22
|
font-weight: normal;
|
@@ -60,10 +59,9 @@
|
|
60
59
|
cursor: pointer;
|
61
60
|
}
|
62
61
|
|
63
|
-
|
62
|
+
/* --------------------
|
64
63
|
Placeholder
|
65
|
-
|
66
|
-
|
64
|
+
--------------------- */
|
67
65
|
|
68
66
|
/* browsers require these rules separate */
|
69
67
|
.ui.input > input::-webkit-input-placeholder {
|
@@ -83,10 +81,9 @@
|
|
83
81
|
*******************************/
|
84
82
|
|
85
83
|
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
84
|
+
/* --------------------
|
85
|
+
Disabled
|
86
|
+
--------------------- */
|
90
87
|
.ui.disabled.input,
|
91
88
|
.ui.input:not(.disabled) input[disabled] {
|
92
89
|
opacity: 0.45;
|
@@ -96,10 +93,9 @@
|
|
96
93
|
pointer-events: none;
|
97
94
|
}
|
98
95
|
|
99
|
-
|
96
|
+
/* --------------------
|
100
97
|
Active
|
101
|
-
|
102
|
-
|
98
|
+
--------------------- */
|
103
99
|
.ui.input > input:active,
|
104
100
|
.ui.input.down input {
|
105
101
|
border-color: rgba(0, 0, 0, 0.3);
|
@@ -109,10 +105,9 @@
|
|
109
105
|
box-shadow: none;
|
110
106
|
}
|
111
107
|
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
108
|
+
/* --------------------
|
109
|
+
Loading
|
110
|
+
--------------------- */
|
116
111
|
.ui.loading.loading.input > i.icon::before {
|
117
112
|
position: absolute;
|
118
113
|
content: '';
|
@@ -140,10 +135,9 @@
|
|
140
135
|
box-shadow: 0 0 0 1px transparent;
|
141
136
|
}
|
142
137
|
|
143
|
-
|
138
|
+
/* --------------------
|
144
139
|
Focus
|
145
|
-
|
146
|
-
|
140
|
+
--------------------- */
|
147
141
|
.ui.input.focus > input,
|
148
142
|
.ui.input > input:focus {
|
149
143
|
border-color: #85B7D9;
|
@@ -165,10 +159,9 @@
|
|
165
159
|
color: rgba(115, 115, 115, 0.87);
|
166
160
|
}
|
167
161
|
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
162
|
+
/* --------------------
|
163
|
+
States
|
164
|
+
--------------------- */
|
172
165
|
.ui.input.error > input {
|
173
166
|
background-color: #FFF6F6;
|
174
167
|
border-color: #E0B4B4;
|
@@ -317,10 +310,9 @@
|
|
317
310
|
*******************************/
|
318
311
|
|
319
312
|
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
313
|
+
/* --------------------
|
314
|
+
Transparent
|
315
|
+
--------------------- */
|
324
316
|
.ui.transparent.input > textarea,
|
325
317
|
.ui.transparent.input > input {
|
326
318
|
border-color: transparent !important;
|
@@ -365,10 +357,9 @@
|
|
365
357
|
color: rgba(255, 255, 255, 0.5);
|
366
358
|
}
|
367
359
|
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
360
|
+
/* --------------------
|
361
|
+
Icon
|
362
|
+
--------------------- */
|
372
363
|
.ui.icon.input > i.icon {
|
373
364
|
cursor: default;
|
374
365
|
position: absolute;
|
@@ -434,10 +425,9 @@
|
|
434
425
|
opacity: 1;
|
435
426
|
}
|
436
427
|
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
428
|
+
/* --------------------
|
429
|
+
Labeled
|
430
|
+
--------------------- */
|
441
431
|
|
442
432
|
/* Adjacent Label */
|
443
433
|
.ui.labeled.input > .label {
|
@@ -504,7 +494,8 @@
|
|
504
494
|
}
|
505
495
|
|
506
496
|
/* Left Labeled */
|
507
|
-
.ui[class*="left icon"].input > .ui.dropdown,
|
497
|
+
.ui[class*="left icon"].input > .ui.dropdown:first-child,
|
498
|
+
.ui[class*="left icon"].input > i.icon + .ui.dropdown,
|
508
499
|
.ui[class*="left corner labeled"].input > .ui.dropdown,
|
509
500
|
.ui[class*="left corner labeled"].input > textarea,
|
510
501
|
.ui[class*="left corner labeled"].input > input {
|
@@ -515,9 +506,9 @@
|
|
515
506
|
.ui[class*="corner labeled"]:not([class*="left corner labeled"])[class*="left icon"].input > input {
|
516
507
|
padding-right: 3.25em;
|
517
508
|
}
|
518
|
-
.ui[class*="left corner labeled"][class*="left icon"].input > .ui.dropdown,
|
519
|
-
.ui[class*="left corner labeled"][class*="left icon"].input > textarea,
|
520
|
-
.ui[class*="left corner labeled"][class*="left icon"].input > input {
|
509
|
+
.ui.ui[class*="left corner labeled"][class*="left icon"].input > .ui.dropdown,
|
510
|
+
.ui.ui[class*="left corner labeled"][class*="left icon"].input > textarea,
|
511
|
+
.ui.ui[class*="left corner labeled"][class*="left icon"].input > input {
|
521
512
|
padding-left: 4em;
|
522
513
|
}
|
523
514
|
.ui[class*="left corner labeled"].icon.input > i.icon {
|
@@ -558,11 +549,19 @@
|
|
558
549
|
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).input > .ui.dropdown > .dropdown.icon {
|
559
550
|
padding-right: 2.5em;
|
560
551
|
}
|
561
|
-
|
552
|
+
@supports selector(:has(.f)) {
|
553
|
+
.ui.icon.input:not([class*="left icon"]) > .ui.dropdown > .dropdown.icon {
|
554
|
+
padding-right: initial;
|
555
|
+
}
|
556
|
+
.ui.icon.input:not([class*="left icon"]):not(:has(.ui.dropdown~input)) > .ui.dropdown > .dropdown.icon {
|
557
|
+
padding-right: 2.5em;
|
558
|
+
}
|
559
|
+
}
|
560
|
+
.ui.ui[class*="corner labeled"]:not([class*="left corner labeled"]).icon:not([class*="left icon"]).input > .ui.dropdown > .search {
|
562
561
|
padding-right: 7.25em;
|
563
562
|
}
|
564
|
-
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).icon:not([class*="left icon"]).input > .ui.dropdown > .remove.icon,
|
565
|
-
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).icon:not([class*="left icon"]).input > .ui.dropdown > .dropdown.icon {
|
563
|
+
.ui.ui[class*="corner labeled"]:not([class*="left corner labeled"]).icon:not([class*="left icon"]).input > .ui.dropdown > .remove.icon,
|
564
|
+
.ui.ui[class*="corner labeled"]:not([class*="left corner labeled"]).icon:not([class*="left icon"]).input > .ui.dropdown > .dropdown.icon {
|
566
565
|
padding-right: 4em;
|
567
566
|
}
|
568
567
|
.ui.icon.input > .ui.visible.dropdown ~ i.icon,
|
@@ -682,10 +681,9 @@
|
|
682
681
|
border-left: 1px solid #C9BA9B;
|
683
682
|
}
|
684
683
|
|
685
|
-
|
686
|
-
|
687
|
-
|
688
|
-
|
684
|
+
/* --------------------
|
685
|
+
Action
|
686
|
+
--------------------- */
|
689
687
|
.ui.action.input > .button,
|
690
688
|
.ui.action.input > .buttons {
|
691
689
|
display: -webkit-box;
|
@@ -705,18 +703,20 @@
|
|
705
703
|
margin: 0;
|
706
704
|
}
|
707
705
|
|
708
|
-
/* Input when ui Left*/
|
706
|
+
/* Input when ui Left */
|
709
707
|
.ui[class*="left action"].input > input {
|
710
708
|
border-top-left-radius: 0;
|
711
709
|
border-bottom-left-radius: 0;
|
712
710
|
border-left-color: transparent;
|
713
711
|
}
|
714
|
-
|
712
|
+
|
713
|
+
/* Input when ui Right */
|
715
714
|
.ui.action.input:not([class*="left action"]) > input {
|
716
715
|
border-top-right-radius: 0;
|
717
716
|
border-bottom-right-radius: 0;
|
718
717
|
border-right-color: transparent;
|
719
718
|
}
|
719
|
+
|
720
720
|
/* Button and Dropdown */
|
721
721
|
.ui.action.input > .dropdown:first-child,
|
722
722
|
.ui.action.input > .button:first-child,
|
@@ -742,20 +742,18 @@
|
|
742
742
|
border-left-color: #85B7D9;
|
743
743
|
}
|
744
744
|
|
745
|
-
|
746
|
-
|
747
|
-
|
748
|
-
|
745
|
+
/* --------------------
|
746
|
+
Inverted
|
747
|
+
--------------------- */
|
749
748
|
|
750
749
|
/* Standard */
|
751
750
|
.ui.inverted.input > input {
|
752
751
|
border: none;
|
753
752
|
}
|
754
753
|
|
755
|
-
|
756
|
-
|
757
|
-
|
758
|
-
|
754
|
+
/* --------------------
|
755
|
+
Fluid
|
756
|
+
--------------------- */
|
759
757
|
.ui.fluid.input {
|
760
758
|
display: -webkit-box;
|
761
759
|
display: -ms-flexbox;
|
@@ -765,10 +763,9 @@
|
|
765
763
|
width: 0 !important;
|
766
764
|
}
|
767
765
|
|
768
|
-
|
769
|
-
|
770
|
-
|
771
|
-
|
766
|
+
/* --------------------
|
767
|
+
File
|
768
|
+
--------------------- */
|
772
769
|
|
773
770
|
/* width hack for chrome/edge */
|
774
771
|
.ui.file.input {
|
@@ -825,9 +822,21 @@
|
|
825
822
|
padding: 0 !important;
|
826
823
|
}
|
827
824
|
}
|
825
|
+
.ui.action.file.input input[type="file"]::-webkit-file-upload-button {
|
826
|
+
display: none;
|
827
|
+
}
|
828
828
|
.ui.action.file.input input[type="file"]::file-selector-button {
|
829
829
|
display: none;
|
830
830
|
}
|
831
|
+
.ui.form .field input[type="file"]::-webkit-file-upload-button, .ui.file.input input[type="file"]::-webkit-file-upload-button {
|
832
|
+
border: none;
|
833
|
+
cursor: pointer;
|
834
|
+
padding: 0.67857143em 1em;
|
835
|
+
margin-right: 1em;
|
836
|
+
background: #e0e1e2;
|
837
|
+
font-weight: bold;
|
838
|
+
color: rgba(0, 0, 0, 0.6);
|
839
|
+
}
|
831
840
|
.ui.form .field input[type="file"]::file-selector-button,
|
832
841
|
.ui.file.input input[type="file"]::file-selector-button {
|
833
842
|
border: none;
|
@@ -838,6 +847,10 @@
|
|
838
847
|
font-weight: bold;
|
839
848
|
color: rgba(0, 0, 0, 0.6);
|
840
849
|
}
|
850
|
+
.ui.form .field input[type="file"]::-webkit-file-upload-button:hover, .ui.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
851
|
+
background: #cacbcd;
|
852
|
+
color: rgba(0, 0, 0, 0.6);
|
853
|
+
}
|
841
854
|
.ui.form .field input[type="file"]::file-selector-button:hover,
|
842
855
|
.ui.file.input input[type="file"]::file-selector-button:hover {
|
843
856
|
background: #cacbcd;
|
@@ -1018,11 +1031,18 @@ input[type="file"].ui.primary.file.input::-ms-browse:hover,
|
|
1018
1031
|
.ui.primary.file.input input[type="file"]::-ms-browse:hover {
|
1019
1032
|
background: #1678c2;
|
1020
1033
|
}
|
1034
|
+
input[type="file"].ui.primary.file.input::-webkit-file-upload-button, .ui.primary.file.input input[type="file"]::-webkit-file-upload-button {
|
1035
|
+
background: #2185D0;
|
1036
|
+
color: #FFFFFF;
|
1037
|
+
}
|
1021
1038
|
input[type="file"].ui.primary.file.input::file-selector-button,
|
1022
1039
|
.ui.primary.file.input input[type="file"]::file-selector-button {
|
1023
1040
|
background: #2185D0;
|
1024
1041
|
color: #FFFFFF;
|
1025
1042
|
}
|
1043
|
+
input[type="file"].ui.primary.file.input::-webkit-file-upload-button:hover, .ui.primary.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1044
|
+
background: #1678c2;
|
1045
|
+
}
|
1026
1046
|
input[type="file"].ui.primary.file.input::file-selector-button:hover,
|
1027
1047
|
.ui.primary.file.input input[type="file"]::file-selector-button:hover {
|
1028
1048
|
background: #1678c2;
|
@@ -1045,11 +1065,18 @@ input[type="file"].ui.secondary.file.input::-ms-browse:hover,
|
|
1045
1065
|
.ui.secondary.file.input input[type="file"]::-ms-browse:hover {
|
1046
1066
|
background: #27292a;
|
1047
1067
|
}
|
1068
|
+
input[type="file"].ui.secondary.file.input::-webkit-file-upload-button, .ui.secondary.file.input input[type="file"]::-webkit-file-upload-button {
|
1069
|
+
background: #1B1C1D;
|
1070
|
+
color: #FFFFFF;
|
1071
|
+
}
|
1048
1072
|
input[type="file"].ui.secondary.file.input::file-selector-button,
|
1049
1073
|
.ui.secondary.file.input input[type="file"]::file-selector-button {
|
1050
1074
|
background: #1B1C1D;
|
1051
1075
|
color: #FFFFFF;
|
1052
1076
|
}
|
1077
|
+
input[type="file"].ui.secondary.file.input::-webkit-file-upload-button:hover, .ui.secondary.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1078
|
+
background: #27292a;
|
1079
|
+
}
|
1053
1080
|
input[type="file"].ui.secondary.file.input::file-selector-button:hover,
|
1054
1081
|
.ui.secondary.file.input input[type="file"]::file-selector-button:hover {
|
1055
1082
|
background: #27292a;
|
@@ -1072,11 +1099,18 @@ input[type="file"].ui.red.file.input::-ms-browse:hover,
|
|
1072
1099
|
.ui.red.file.input input[type="file"]::-ms-browse:hover {
|
1073
1100
|
background: #d01919;
|
1074
1101
|
}
|
1102
|
+
input[type="file"].ui.red.file.input::-webkit-file-upload-button, .ui.red.file.input input[type="file"]::-webkit-file-upload-button {
|
1103
|
+
background: #DB2828;
|
1104
|
+
color: #FFFFFF;
|
1105
|
+
}
|
1075
1106
|
input[type="file"].ui.red.file.input::file-selector-button,
|
1076
1107
|
.ui.red.file.input input[type="file"]::file-selector-button {
|
1077
1108
|
background: #DB2828;
|
1078
1109
|
color: #FFFFFF;
|
1079
1110
|
}
|
1111
|
+
input[type="file"].ui.red.file.input::-webkit-file-upload-button:hover, .ui.red.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1112
|
+
background: #d01919;
|
1113
|
+
}
|
1080
1114
|
input[type="file"].ui.red.file.input::file-selector-button:hover,
|
1081
1115
|
.ui.red.file.input input[type="file"]::file-selector-button:hover {
|
1082
1116
|
background: #d01919;
|
@@ -1099,11 +1133,18 @@ input[type="file"].ui.orange.file.input::-ms-browse:hover,
|
|
1099
1133
|
.ui.orange.file.input input[type="file"]::-ms-browse:hover {
|
1100
1134
|
background: #f26202;
|
1101
1135
|
}
|
1136
|
+
input[type="file"].ui.orange.file.input::-webkit-file-upload-button, .ui.orange.file.input input[type="file"]::-webkit-file-upload-button {
|
1137
|
+
background: #F2711C;
|
1138
|
+
color: #FFFFFF;
|
1139
|
+
}
|
1102
1140
|
input[type="file"].ui.orange.file.input::file-selector-button,
|
1103
1141
|
.ui.orange.file.input input[type="file"]::file-selector-button {
|
1104
1142
|
background: #F2711C;
|
1105
1143
|
color: #FFFFFF;
|
1106
1144
|
}
|
1145
|
+
input[type="file"].ui.orange.file.input::-webkit-file-upload-button:hover, .ui.orange.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1146
|
+
background: #f26202;
|
1147
|
+
}
|
1107
1148
|
input[type="file"].ui.orange.file.input::file-selector-button:hover,
|
1108
1149
|
.ui.orange.file.input input[type="file"]::file-selector-button:hover {
|
1109
1150
|
background: #f26202;
|
@@ -1126,11 +1167,18 @@ input[type="file"].ui.yellow.file.input::-ms-browse:hover,
|
|
1126
1167
|
.ui.yellow.file.input input[type="file"]::-ms-browse:hover {
|
1127
1168
|
background: #eaae00;
|
1128
1169
|
}
|
1170
|
+
input[type="file"].ui.yellow.file.input::-webkit-file-upload-button, .ui.yellow.file.input input[type="file"]::-webkit-file-upload-button {
|
1171
|
+
background: #FBBD08;
|
1172
|
+
color: #FFFFFF;
|
1173
|
+
}
|
1129
1174
|
input[type="file"].ui.yellow.file.input::file-selector-button,
|
1130
1175
|
.ui.yellow.file.input input[type="file"]::file-selector-button {
|
1131
1176
|
background: #FBBD08;
|
1132
1177
|
color: #FFFFFF;
|
1133
1178
|
}
|
1179
|
+
input[type="file"].ui.yellow.file.input::-webkit-file-upload-button:hover, .ui.yellow.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1180
|
+
background: #eaae00;
|
1181
|
+
}
|
1134
1182
|
input[type="file"].ui.yellow.file.input::file-selector-button:hover,
|
1135
1183
|
.ui.yellow.file.input input[type="file"]::file-selector-button:hover {
|
1136
1184
|
background: #eaae00;
|
@@ -1153,11 +1201,18 @@ input[type="file"].ui.olive.file.input::-ms-browse:hover,
|
|
1153
1201
|
.ui.olive.file.input input[type="file"]::-ms-browse:hover {
|
1154
1202
|
background: #a7bd0d;
|
1155
1203
|
}
|
1204
|
+
input[type="file"].ui.olive.file.input::-webkit-file-upload-button, .ui.olive.file.input input[type="file"]::-webkit-file-upload-button {
|
1205
|
+
background: #B5CC18;
|
1206
|
+
color: #FFFFFF;
|
1207
|
+
}
|
1156
1208
|
input[type="file"].ui.olive.file.input::file-selector-button,
|
1157
1209
|
.ui.olive.file.input input[type="file"]::file-selector-button {
|
1158
1210
|
background: #B5CC18;
|
1159
1211
|
color: #FFFFFF;
|
1160
1212
|
}
|
1213
|
+
input[type="file"].ui.olive.file.input::-webkit-file-upload-button:hover, .ui.olive.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1214
|
+
background: #a7bd0d;
|
1215
|
+
}
|
1161
1216
|
input[type="file"].ui.olive.file.input::file-selector-button:hover,
|
1162
1217
|
.ui.olive.file.input input[type="file"]::file-selector-button:hover {
|
1163
1218
|
background: #a7bd0d;
|
@@ -1180,11 +1235,18 @@ input[type="file"].ui.green.file.input::-ms-browse:hover,
|
|
1180
1235
|
.ui.green.file.input input[type="file"]::-ms-browse:hover {
|
1181
1236
|
background: #16ab39;
|
1182
1237
|
}
|
1238
|
+
input[type="file"].ui.green.file.input::-webkit-file-upload-button, .ui.green.file.input input[type="file"]::-webkit-file-upload-button {
|
1239
|
+
background: #21BA45;
|
1240
|
+
color: #FFFFFF;
|
1241
|
+
}
|
1183
1242
|
input[type="file"].ui.green.file.input::file-selector-button,
|
1184
1243
|
.ui.green.file.input input[type="file"]::file-selector-button {
|
1185
1244
|
background: #21BA45;
|
1186
1245
|
color: #FFFFFF;
|
1187
1246
|
}
|
1247
|
+
input[type="file"].ui.green.file.input::-webkit-file-upload-button:hover, .ui.green.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1248
|
+
background: #16ab39;
|
1249
|
+
}
|
1188
1250
|
input[type="file"].ui.green.file.input::file-selector-button:hover,
|
1189
1251
|
.ui.green.file.input input[type="file"]::file-selector-button:hover {
|
1190
1252
|
background: #16ab39;
|
@@ -1207,11 +1269,18 @@ input[type="file"].ui.teal.file.input::-ms-browse:hover,
|
|
1207
1269
|
.ui.teal.file.input input[type="file"]::-ms-browse:hover {
|
1208
1270
|
background: #009c95;
|
1209
1271
|
}
|
1272
|
+
input[type="file"].ui.teal.file.input::-webkit-file-upload-button, .ui.teal.file.input input[type="file"]::-webkit-file-upload-button {
|
1273
|
+
background: #00B5AD;
|
1274
|
+
color: #FFFFFF;
|
1275
|
+
}
|
1210
1276
|
input[type="file"].ui.teal.file.input::file-selector-button,
|
1211
1277
|
.ui.teal.file.input input[type="file"]::file-selector-button {
|
1212
1278
|
background: #00B5AD;
|
1213
1279
|
color: #FFFFFF;
|
1214
1280
|
}
|
1281
|
+
input[type="file"].ui.teal.file.input::-webkit-file-upload-button:hover, .ui.teal.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1282
|
+
background: #009c95;
|
1283
|
+
}
|
1215
1284
|
input[type="file"].ui.teal.file.input::file-selector-button:hover,
|
1216
1285
|
.ui.teal.file.input input[type="file"]::file-selector-button:hover {
|
1217
1286
|
background: #009c95;
|
@@ -1234,11 +1303,18 @@ input[type="file"].ui.blue.file.input::-ms-browse:hover,
|
|
1234
1303
|
.ui.blue.file.input input[type="file"]::-ms-browse:hover {
|
1235
1304
|
background: #1678c2;
|
1236
1305
|
}
|
1306
|
+
input[type="file"].ui.blue.file.input::-webkit-file-upload-button, .ui.blue.file.input input[type="file"]::-webkit-file-upload-button {
|
1307
|
+
background: #2185D0;
|
1308
|
+
color: #FFFFFF;
|
1309
|
+
}
|
1237
1310
|
input[type="file"].ui.blue.file.input::file-selector-button,
|
1238
1311
|
.ui.blue.file.input input[type="file"]::file-selector-button {
|
1239
1312
|
background: #2185D0;
|
1240
1313
|
color: #FFFFFF;
|
1241
1314
|
}
|
1315
|
+
input[type="file"].ui.blue.file.input::-webkit-file-upload-button:hover, .ui.blue.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1316
|
+
background: #1678c2;
|
1317
|
+
}
|
1242
1318
|
input[type="file"].ui.blue.file.input::file-selector-button:hover,
|
1243
1319
|
.ui.blue.file.input input[type="file"]::file-selector-button:hover {
|
1244
1320
|
background: #1678c2;
|
@@ -1261,11 +1337,18 @@ input[type="file"].ui.violet.file.input::-ms-browse:hover,
|
|
1261
1337
|
.ui.violet.file.input input[type="file"]::-ms-browse:hover {
|
1262
1338
|
background: #5829bb;
|
1263
1339
|
}
|
1340
|
+
input[type="file"].ui.violet.file.input::-webkit-file-upload-button, .ui.violet.file.input input[type="file"]::-webkit-file-upload-button {
|
1341
|
+
background: #6435C9;
|
1342
|
+
color: #FFFFFF;
|
1343
|
+
}
|
1264
1344
|
input[type="file"].ui.violet.file.input::file-selector-button,
|
1265
1345
|
.ui.violet.file.input input[type="file"]::file-selector-button {
|
1266
1346
|
background: #6435C9;
|
1267
1347
|
color: #FFFFFF;
|
1268
1348
|
}
|
1349
|
+
input[type="file"].ui.violet.file.input::-webkit-file-upload-button:hover, .ui.violet.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1350
|
+
background: #5829bb;
|
1351
|
+
}
|
1269
1352
|
input[type="file"].ui.violet.file.input::file-selector-button:hover,
|
1270
1353
|
.ui.violet.file.input input[type="file"]::file-selector-button:hover {
|
1271
1354
|
background: #5829bb;
|
@@ -1288,11 +1371,18 @@ input[type="file"].ui.purple.file.input::-ms-browse:hover,
|
|
1288
1371
|
.ui.purple.file.input input[type="file"]::-ms-browse:hover {
|
1289
1372
|
background: #9627ba;
|
1290
1373
|
}
|
1374
|
+
input[type="file"].ui.purple.file.input::-webkit-file-upload-button, .ui.purple.file.input input[type="file"]::-webkit-file-upload-button {
|
1375
|
+
background: #A333C8;
|
1376
|
+
color: #FFFFFF;
|
1377
|
+
}
|
1291
1378
|
input[type="file"].ui.purple.file.input::file-selector-button,
|
1292
1379
|
.ui.purple.file.input input[type="file"]::file-selector-button {
|
1293
1380
|
background: #A333C8;
|
1294
1381
|
color: #FFFFFF;
|
1295
1382
|
}
|
1383
|
+
input[type="file"].ui.purple.file.input::-webkit-file-upload-button:hover, .ui.purple.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1384
|
+
background: #9627ba;
|
1385
|
+
}
|
1296
1386
|
input[type="file"].ui.purple.file.input::file-selector-button:hover,
|
1297
1387
|
.ui.purple.file.input input[type="file"]::file-selector-button:hover {
|
1298
1388
|
background: #9627ba;
|
@@ -1315,11 +1405,18 @@ input[type="file"].ui.pink.file.input::-ms-browse:hover,
|
|
1315
1405
|
.ui.pink.file.input input[type="file"]::-ms-browse:hover {
|
1316
1406
|
background: #e61a8d;
|
1317
1407
|
}
|
1408
|
+
input[type="file"].ui.pink.file.input::-webkit-file-upload-button, .ui.pink.file.input input[type="file"]::-webkit-file-upload-button {
|
1409
|
+
background: #E03997;
|
1410
|
+
color: #FFFFFF;
|
1411
|
+
}
|
1318
1412
|
input[type="file"].ui.pink.file.input::file-selector-button,
|
1319
1413
|
.ui.pink.file.input input[type="file"]::file-selector-button {
|
1320
1414
|
background: #E03997;
|
1321
1415
|
color: #FFFFFF;
|
1322
1416
|
}
|
1417
|
+
input[type="file"].ui.pink.file.input::-webkit-file-upload-button:hover, .ui.pink.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1418
|
+
background: #e61a8d;
|
1419
|
+
}
|
1323
1420
|
input[type="file"].ui.pink.file.input::file-selector-button:hover,
|
1324
1421
|
.ui.pink.file.input input[type="file"]::file-selector-button:hover {
|
1325
1422
|
background: #e61a8d;
|
@@ -1342,11 +1439,18 @@ input[type="file"].ui.brown.file.input::-ms-browse:hover,
|
|
1342
1439
|
.ui.brown.file.input input[type="file"]::-ms-browse:hover {
|
1343
1440
|
background: #975b33;
|
1344
1441
|
}
|
1442
|
+
input[type="file"].ui.brown.file.input::-webkit-file-upload-button, .ui.brown.file.input input[type="file"]::-webkit-file-upload-button {
|
1443
|
+
background: #A5673F;
|
1444
|
+
color: #FFFFFF;
|
1445
|
+
}
|
1345
1446
|
input[type="file"].ui.brown.file.input::file-selector-button,
|
1346
1447
|
.ui.brown.file.input input[type="file"]::file-selector-button {
|
1347
1448
|
background: #A5673F;
|
1348
1449
|
color: #FFFFFF;
|
1349
1450
|
}
|
1451
|
+
input[type="file"].ui.brown.file.input::-webkit-file-upload-button:hover, .ui.brown.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1452
|
+
background: #975b33;
|
1453
|
+
}
|
1350
1454
|
input[type="file"].ui.brown.file.input::file-selector-button:hover,
|
1351
1455
|
.ui.brown.file.input input[type="file"]::file-selector-button:hover {
|
1352
1456
|
background: #975b33;
|
@@ -1369,11 +1473,18 @@ input[type="file"].ui.grey.file.input::-ms-browse:hover,
|
|
1369
1473
|
.ui.grey.file.input input[type="file"]::-ms-browse:hover {
|
1370
1474
|
background: #838383;
|
1371
1475
|
}
|
1476
|
+
input[type="file"].ui.grey.file.input::-webkit-file-upload-button, .ui.grey.file.input input[type="file"]::-webkit-file-upload-button {
|
1477
|
+
background: #767676;
|
1478
|
+
color: #FFFFFF;
|
1479
|
+
}
|
1372
1480
|
input[type="file"].ui.grey.file.input::file-selector-button,
|
1373
1481
|
.ui.grey.file.input input[type="file"]::file-selector-button {
|
1374
1482
|
background: #767676;
|
1375
1483
|
color: #FFFFFF;
|
1376
1484
|
}
|
1485
|
+
input[type="file"].ui.grey.file.input::-webkit-file-upload-button:hover, .ui.grey.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1486
|
+
background: #838383;
|
1487
|
+
}
|
1377
1488
|
input[type="file"].ui.grey.file.input::file-selector-button:hover,
|
1378
1489
|
.ui.grey.file.input input[type="file"]::file-selector-button:hover {
|
1379
1490
|
background: #838383;
|
@@ -1396,20 +1507,26 @@ input[type="file"].ui.black.file.input::-ms-browse:hover,
|
|
1396
1507
|
.ui.black.file.input input[type="file"]::-ms-browse:hover {
|
1397
1508
|
background: #27292a;
|
1398
1509
|
}
|
1510
|
+
input[type="file"].ui.black.file.input::-webkit-file-upload-button, .ui.black.file.input input[type="file"]::-webkit-file-upload-button {
|
1511
|
+
background: #1B1C1D;
|
1512
|
+
color: #FFFFFF;
|
1513
|
+
}
|
1399
1514
|
input[type="file"].ui.black.file.input::file-selector-button,
|
1400
1515
|
.ui.black.file.input input[type="file"]::file-selector-button {
|
1401
1516
|
background: #1B1C1D;
|
1402
1517
|
color: #FFFFFF;
|
1403
1518
|
}
|
1519
|
+
input[type="file"].ui.black.file.input::-webkit-file-upload-button:hover, .ui.black.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1520
|
+
background: #27292a;
|
1521
|
+
}
|
1404
1522
|
input[type="file"].ui.black.file.input::file-selector-button:hover,
|
1405
1523
|
.ui.black.file.input input[type="file"]::file-selector-button:hover {
|
1406
1524
|
background: #27292a;
|
1407
1525
|
}
|
1408
1526
|
|
1409
|
-
|
1527
|
+
/* --------------------
|
1410
1528
|
Size
|
1411
|
-
|
1412
|
-
|
1529
|
+
--------------------- */
|
1413
1530
|
.ui.input {
|
1414
1531
|
font-size: 1em;
|
1415
1532
|
}
|