fomantic-ui 2.10.0-beta.1 → 2.10.0-beta.11

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.
Files changed (291) hide show
  1. package/.all-contributorsrc +9 -0
  2. package/.eslintrc.js +0 -10
  3. package/CONTRIBUTING.md +4 -1
  4. package/CONTRIBUTORS.md +1 -0
  5. package/FAQ.md +7 -2
  6. package/README.md +5 -9
  7. package/ROADMAP.md +4 -4
  8. package/SECURITY.md +8 -7
  9. package/changelog-setup.js +64 -70
  10. package/dist/components/accordion.css +1 -1
  11. package/dist/components/accordion.js +103 -142
  12. package/dist/components/accordion.min.css +1 -1
  13. package/dist/components/accordion.min.js +2 -2
  14. package/dist/components/ad.css +1 -1
  15. package/dist/components/ad.min.css +1 -1
  16. package/dist/components/api.js +157 -210
  17. package/dist/components/api.min.js +2 -2
  18. package/dist/components/breadcrumb.css +1 -1
  19. package/dist/components/breadcrumb.min.css +1 -1
  20. package/dist/components/button.css +1 -2
  21. package/dist/components/button.min.css +2 -2
  22. package/dist/components/calendar.css +1 -2
  23. package/dist/components/calendar.js +314 -352
  24. package/dist/components/calendar.min.css +2 -2
  25. package/dist/components/calendar.min.js +2 -2
  26. package/dist/components/card.css +1 -1
  27. package/dist/components/card.min.css +1 -1
  28. package/dist/components/checkbox.css +1 -2
  29. package/dist/components/checkbox.js +85 -135
  30. package/dist/components/checkbox.min.css +2 -2
  31. package/dist/components/checkbox.min.js +2 -2
  32. package/dist/components/comment.css +1 -1
  33. package/dist/components/comment.min.css +1 -1
  34. package/dist/components/container.css +2 -4
  35. package/dist/components/container.min.css +2 -2
  36. package/dist/components/dimmer.css +1 -11
  37. package/dist/components/dimmer.js +61 -94
  38. package/dist/components/dimmer.min.css +2 -2
  39. package/dist/components/dimmer.min.js +2 -2
  40. package/dist/components/divider.css +1 -2
  41. package/dist/components/divider.min.css +2 -2
  42. package/dist/components/dropdown.css +30 -51
  43. package/dist/components/dropdown.js +736 -1055
  44. package/dist/components/dropdown.min.css +2 -2
  45. package/dist/components/dropdown.min.js +2 -2
  46. package/dist/components/embed.css +1 -1
  47. package/dist/components/embed.js +85 -114
  48. package/dist/components/embed.min.css +1 -1
  49. package/dist/components/embed.min.js +2 -2
  50. package/dist/components/emoji.css +3809 -7617
  51. package/dist/components/emoji.min.css +2 -2
  52. package/dist/components/feed.css +1 -1
  53. package/dist/components/feed.min.css +1 -1
  54. package/dist/components/flag.css +1 -1
  55. package/dist/components/flag.min.css +1 -1
  56. package/dist/components/flyout.css +2 -3
  57. package/dist/components/flyout.js +226 -355
  58. package/dist/components/flyout.min.css +2 -2
  59. package/dist/components/flyout.min.js +2 -2
  60. package/dist/components/form.css +5 -95
  61. package/dist/components/form.js +335 -444
  62. package/dist/components/form.min.css +2 -2
  63. package/dist/components/form.min.js +2 -2
  64. package/dist/components/grid.css +2 -58
  65. package/dist/components/grid.min.css +2 -2
  66. package/dist/components/header.css +1 -1
  67. package/dist/components/header.min.css +1 -1
  68. package/dist/components/icon.css +4 -4
  69. package/dist/components/icon.min.css +2 -2
  70. package/dist/components/image.css +1 -1
  71. package/dist/components/image.min.css +1 -1
  72. package/dist/components/input.css +1 -536
  73. package/dist/components/input.min.css +2 -2
  74. package/dist/components/item.css +1 -1
  75. package/dist/components/item.min.css +1 -1
  76. package/dist/components/label.css +1 -1
  77. package/dist/components/label.min.css +1 -1
  78. package/dist/components/list.css +1 -3
  79. package/dist/components/list.min.css +2 -2
  80. package/dist/components/loader.css +1 -1
  81. package/dist/components/loader.min.css +1 -1
  82. package/dist/components/menu.css +40 -48
  83. package/dist/components/menu.min.css +2 -2
  84. package/dist/components/message.css +1 -1
  85. package/dist/components/message.min.css +1 -1
  86. package/dist/components/modal.css +5 -9
  87. package/dist/components/modal.js +261 -384
  88. package/dist/components/modal.min.css +2 -2
  89. package/dist/components/modal.min.js +2 -2
  90. package/dist/components/nag.css +1 -1
  91. package/dist/components/nag.js +68 -98
  92. package/dist/components/nag.min.css +1 -1
  93. package/dist/components/nag.min.js +2 -2
  94. package/dist/components/placeholder.css +1 -1
  95. package/dist/components/placeholder.min.css +1 -1
  96. package/dist/components/popup.css +1 -2
  97. package/dist/components/popup.js +198 -271
  98. package/dist/components/popup.min.css +2 -2
  99. package/dist/components/popup.min.js +2 -2
  100. package/dist/components/progress.css +1 -1
  101. package/dist/components/progress.js +109 -144
  102. package/dist/components/progress.min.css +1 -1
  103. package/dist/components/progress.min.js +2 -2
  104. package/dist/components/rail.css +1 -1
  105. package/dist/components/rail.min.css +1 -1
  106. package/dist/components/rating.css +1 -1
  107. package/dist/components/rating.js +91 -123
  108. package/dist/components/rating.min.css +1 -1
  109. package/dist/components/rating.min.js +2 -2
  110. package/dist/components/reset.css +1 -1
  111. package/dist/components/reset.min.css +1 -1
  112. package/dist/components/reveal.css +1 -1
  113. package/dist/components/reveal.min.css +1 -1
  114. package/dist/components/search.css +2 -9
  115. package/dist/components/search.js +277 -379
  116. package/dist/components/search.min.css +2 -2
  117. package/dist/components/search.min.js +2 -2
  118. package/dist/components/segment.css +2 -7
  119. package/dist/components/segment.min.css +2 -2
  120. package/dist/components/shape.css +1 -2
  121. package/dist/components/shape.js +158 -224
  122. package/dist/components/shape.min.css +2 -2
  123. package/dist/components/shape.min.js +2 -2
  124. package/dist/components/sidebar.css +2 -3
  125. package/dist/components/sidebar.js +124 -206
  126. package/dist/components/sidebar.min.css +2 -2
  127. package/dist/components/sidebar.min.js +2 -2
  128. package/dist/components/site.css +9 -25
  129. package/dist/components/site.js +38 -57
  130. package/dist/components/site.min.css +2 -2
  131. package/dist/components/site.min.js +2 -2
  132. package/dist/components/slider.css +1 -1
  133. package/dist/components/slider.js +246 -329
  134. package/dist/components/slider.min.css +1 -1
  135. package/dist/components/slider.min.js +2 -2
  136. package/dist/components/state.js +70 -100
  137. package/dist/components/state.min.js +2 -2
  138. package/dist/components/statistic.css +1 -1
  139. package/dist/components/statistic.min.css +1 -1
  140. package/dist/components/step.css +1 -1
  141. package/dist/components/step.min.css +1 -1
  142. package/dist/components/sticky.css +1 -1
  143. package/dist/components/sticky.js +135 -180
  144. package/dist/components/sticky.min.css +1 -1
  145. package/dist/components/sticky.min.js +2 -2
  146. package/dist/components/tab.css +1 -1
  147. package/dist/components/tab.js +176 -244
  148. package/dist/components/tab.min.css +1 -1
  149. package/dist/components/tab.min.js +2 -2
  150. package/dist/components/table.css +3 -37
  151. package/dist/components/table.min.css +2 -2
  152. package/dist/components/text.css +1 -1
  153. package/dist/components/text.min.css +1 -1
  154. package/dist/components/toast.css +1 -3
  155. package/dist/components/toast.js +109 -147
  156. package/dist/components/toast.min.css +1 -1
  157. package/dist/components/toast.min.js +2 -2
  158. package/dist/components/transition.css +1 -1
  159. package/dist/components/transition.js +91 -146
  160. package/dist/components/transition.min.css +1 -1
  161. package/dist/components/transition.min.js +2 -2
  162. package/dist/components/visibility.js +146 -224
  163. package/dist/components/visibility.min.js +2 -2
  164. package/dist/semantic.css +3945 -8759
  165. package/dist/semantic.js +4397 -6155
  166. package/dist/semantic.min.css +2 -2
  167. package/dist/semantic.min.js +2 -2
  168. package/examples/assets/show-examples.js +2 -4
  169. package/examples/attached.html +1 -1
  170. package/examples/components/menu.html +1 -1
  171. package/gulpfile.js +5 -7
  172. package/package.json +3 -5
  173. package/scripts/nightly-version.js +7 -10
  174. package/src/README.md +3 -3
  175. package/src/definitions/behaviors/api.js +156 -209
  176. package/src/definitions/behaviors/form.js +334 -443
  177. package/src/definitions/behaviors/state.js +69 -99
  178. package/src/definitions/behaviors/visibility.js +145 -223
  179. package/src/definitions/collections/form.less +1 -13
  180. package/src/definitions/collections/grid.less +1 -61
  181. package/src/definitions/collections/menu.less +101 -107
  182. package/src/definitions/collections/table.less +1 -35
  183. package/src/definitions/elements/input.less +1 -61
  184. package/src/definitions/elements/segment.less +0 -6
  185. package/src/definitions/globals/site.js +37 -56
  186. package/src/definitions/globals/site.less +2 -18
  187. package/src/definitions/modules/accordion.js +102 -141
  188. package/src/definitions/modules/calendar.js +313 -351
  189. package/src/definitions/modules/checkbox.js +84 -134
  190. package/src/definitions/modules/dimmer.js +60 -93
  191. package/src/definitions/modules/dimmer.less +0 -9
  192. package/src/definitions/modules/dropdown.js +735 -1054
  193. package/src/definitions/modules/dropdown.less +31 -47
  194. package/src/definitions/modules/embed.js +84 -113
  195. package/src/definitions/modules/flyout.js +225 -354
  196. package/src/definitions/modules/modal.js +260 -383
  197. package/src/definitions/modules/modal.less +1 -1
  198. package/src/definitions/modules/nag.js +67 -97
  199. package/src/definitions/modules/popup.js +197 -270
  200. package/src/definitions/modules/progress.js +108 -143
  201. package/src/definitions/modules/rating.js +90 -122
  202. package/src/definitions/modules/search.js +276 -378
  203. package/src/definitions/modules/search.less +0 -3
  204. package/src/definitions/modules/shape.js +157 -223
  205. package/src/definitions/modules/sidebar.js +123 -205
  206. package/src/definitions/modules/slider.js +245 -328
  207. package/src/definitions/modules/slider.less +1 -1
  208. package/src/definitions/modules/sticky.js +134 -179
  209. package/src/definitions/modules/tab.js +175 -243
  210. package/src/definitions/modules/toast.js +108 -146
  211. package/src/definitions/modules/toast.less +1 -1
  212. package/src/definitions/modules/transition.js +90 -145
  213. package/src/theme.less +0 -13
  214. package/src/themes/basic/elements/icon.variables +1 -1
  215. package/src/themes/chubby/collections/menu.variables +1 -1
  216. package/src/themes/default/collections/grid.variables +0 -30
  217. package/src/themes/default/collections/menu.variables +23 -23
  218. package/src/themes/default/collections/table.variables +1 -5
  219. package/src/themes/default/elements/icon.variables +3 -3
  220. package/src/themes/default/globals/site.variables +8 -15
  221. package/src/themes/default/globals/variation.variables +3 -3
  222. package/src/themes/default/modules/dropdown.variables +1 -0
  223. package/src/themes/default/modules/slider.variables +1 -1
  224. package/src/themes/github/elements/icon.variables +1 -1
  225. package/src/themes/material/elements/icon.variables +1 -1
  226. package/tasks/README.md +1 -1
  227. package/tasks/admin/components/create.js +89 -122
  228. package/tasks/admin/components/init.js +34 -65
  229. package/tasks/admin/components/update.js +50 -61
  230. package/tasks/admin/distributions/create.js +71 -111
  231. package/tasks/admin/distributions/init.js +32 -63
  232. package/tasks/admin/distributions/update.js +49 -57
  233. package/tasks/admin/publish.js +1 -1
  234. package/tasks/admin/register.js +14 -19
  235. package/tasks/admin/release.js +2 -2
  236. package/tasks/build/assets.js +14 -18
  237. package/tasks/build/css.js +59 -68
  238. package/tasks/build/javascript.js +48 -56
  239. package/tasks/build.js +4 -6
  240. package/tasks/check-install.js +5 -8
  241. package/tasks/clean.js +5 -7
  242. package/tasks/collections/admin.js +14 -16
  243. package/tasks/collections/build.js +6 -8
  244. package/tasks/collections/docs.js +4 -6
  245. package/tasks/collections/install.js +2 -4
  246. package/tasks/collections/rtl.js +2 -4
  247. package/tasks/collections/various.js +2 -4
  248. package/tasks/config/admin/github.js +9 -19
  249. package/tasks/config/admin/templates/README.md +2 -2
  250. package/tasks/config/admin/templates/bower.json +2 -4
  251. package/tasks/config/admin/templates/composer.json +1 -1
  252. package/tasks/config/admin/templates/css-package.js +1 -4
  253. package/tasks/config/admin/templates/less-package.js +1 -3
  254. package/tasks/config/defaults.js +0 -1
  255. package/tasks/config/npm/gulpfile.js +4 -6
  256. package/tasks/config/project/config.js +27 -35
  257. package/tasks/config/project/install.js +64 -82
  258. package/tasks/config/project/release.js +7 -9
  259. package/tasks/config/tasks.js +10 -21
  260. package/tasks/config/user.js +14 -20
  261. package/tasks/docs/build.js +26 -31
  262. package/tasks/docs/metadata.js +30 -39
  263. package/tasks/docs/serve.js +23 -27
  264. package/tasks/install.js +94 -128
  265. package/tasks/rtl/build.js +2 -4
  266. package/tasks/rtl/watch.js +3 -5
  267. package/tasks/watch.js +13 -13
  268. package/test/meteor/fonts.js +1 -2
  269. package/test/modules/module.spec.js +16 -18
  270. package/types/fomantic-ui-calendar.d.ts +1 -1
  271. package/types/fomantic-ui-dropdown.d.ts +45 -1
  272. package/types/fomantic-ui-embed.d.ts +1 -1
  273. package/types/fomantic-ui-flyout.d.ts +1 -1
  274. package/types/fomantic-ui-form.d.ts +0 -7
  275. package/types/fomantic-ui-modal.d.ts +1 -1
  276. package/types/fomantic-ui-search.d.ts +12 -6
  277. package/types/fomantic-ui-toast.d.ts +1 -1
  278. package/src/themes/basic/assets/fonts/icons.woff +0 -0
  279. package/src/themes/default/assets/fonts/Lato-Bold.woff +0 -0
  280. package/src/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
  281. package/src/themes/default/assets/fonts/Lato-Italic.woff +0 -0
  282. package/src/themes/default/assets/fonts/Lato-Regular.woff +0 -0
  283. package/src/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
  284. package/src/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
  285. package/src/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
  286. package/src/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
  287. package/src/themes/default/assets/fonts/brand-icons.woff +0 -0
  288. package/src/themes/default/assets/fonts/icons.woff +0 -0
  289. package/src/themes/default/assets/fonts/outline-icons.woff +0 -0
  290. package/src/themes/github/assets/fonts/octicons.woff +0 -0
  291. package/src/themes/material/assets/fonts/icons.woff +0 -0
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.10.0-beta.1+bee406e - Input
2
+ * # Fomantic-UI 2.10.0-beta.11+6d1b302 - Input
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -56,21 +56,12 @@
56
56
  --------------------- */
57
57
 
58
58
  /* browsers require these rules separate */
59
- .ui.input > input:-ms-input-placeholder {
60
- color: rgba(191, 191, 191, 0.87);
61
- }
62
- .ui.input > input::-ms-input-placeholder {
63
- color: rgba(191, 191, 191, 0.87);
64
- }
65
59
  .ui.input > input::placeholder {
66
60
  color: rgba(191, 191, 191, 0.87);
67
61
  }
68
62
  .ui.input > input::-moz-placeholder {
69
63
  opacity: 1;
70
64
  }
71
- .ui.input > input:-ms-input-placeholder {
72
- color: rgba(191, 191, 191, 0.87);
73
- }
74
65
 
75
66
 
76
67
  /*******************************
@@ -145,20 +136,10 @@
145
136
  color: rgba(0, 0, 0, 0.8);
146
137
  box-shadow: none;
147
138
  }
148
- .ui.input.focus > input:-ms-input-placeholder, .ui.input > input:focus:-ms-input-placeholder {
149
- color: rgba(115, 115, 115, 0.87);
150
- }
151
- .ui.input.focus > input::-ms-input-placeholder, .ui.input > input:focus::-ms-input-placeholder {
152
- color: rgba(115, 115, 115, 0.87);
153
- }
154
139
  .ui.input.focus > input::placeholder,
155
140
  .ui.input > input:focus::placeholder {
156
141
  color: rgba(115, 115, 115, 0.87);
157
142
  }
158
- .ui.input.focus > input:-ms-input-placeholder,
159
- .ui.input > input:focus:-ms-input-placeholder {
160
- color: rgba(115, 115, 115, 0.87);
161
- }
162
143
 
163
144
  /* --------------------
164
145
  States
@@ -171,32 +152,14 @@
171
152
  }
172
153
 
173
154
  /* Placeholder */
174
- .ui.input.error > input:-ms-input-placeholder {
175
- color: #e7bdbc;
176
- }
177
- .ui.input.error > input::-ms-input-placeholder {
178
- color: #e7bdbc;
179
- }
180
155
  .ui.input.error > input::placeholder {
181
156
  color: #e7bdbc;
182
157
  }
183
- .ui.input.error > input:-ms-input-placeholder {
184
- color: #e7bdbc !important;
185
- }
186
158
 
187
159
  /* Focused Placeholder */
188
- .ui.input.error > input:focus:-ms-input-placeholder {
189
- color: #da9796;
190
- }
191
- .ui.input.error > input:focus::-ms-input-placeholder {
192
- color: #da9796;
193
- }
194
160
  .ui.input.error > input:focus::placeholder {
195
161
  color: #da9796;
196
162
  }
197
- .ui.input.error > input:focus:-ms-input-placeholder {
198
- color: #da9796 !important;
199
- }
200
163
  .ui.input.info > input {
201
164
  background-color: #f8ffff;
202
165
  border-color: #a9d5de;
@@ -205,32 +168,14 @@
205
168
  }
206
169
 
207
170
  /* Placeholder */
208
- .ui.input.info > input:-ms-input-placeholder {
209
- color: #98cfe1;
210
- }
211
- .ui.input.info > input::-ms-input-placeholder {
212
- color: #98cfe1;
213
- }
214
171
  .ui.input.info > input::placeholder {
215
172
  color: #98cfe1;
216
173
  }
217
- .ui.input.info > input:-ms-input-placeholder {
218
- color: #98cfe1 !important;
219
- }
220
174
 
221
175
  /* Focused Placeholder */
222
- .ui.input.info > input:focus:-ms-input-placeholder {
223
- color: #70bdd6;
224
- }
225
- .ui.input.info > input:focus::-ms-input-placeholder {
226
- color: #70bdd6;
227
- }
228
176
  .ui.input.info > input:focus::placeholder {
229
177
  color: #70bdd6;
230
178
  }
231
- .ui.input.info > input:focus:-ms-input-placeholder {
232
- color: #70bdd6 !important;
233
- }
234
179
  .ui.input.success > input {
235
180
  background-color: #fcfff5;
236
181
  border-color: #a3c293;
@@ -239,32 +184,14 @@
239
184
  }
240
185
 
241
186
  /* Placeholder */
242
- .ui.input.success > input:-ms-input-placeholder {
243
- color: #8fcf90;
244
- }
245
- .ui.input.success > input::-ms-input-placeholder {
246
- color: #8fcf90;
247
- }
248
187
  .ui.input.success > input::placeholder {
249
188
  color: #8fcf90;
250
189
  }
251
- .ui.input.success > input:-ms-input-placeholder {
252
- color: #8fcf90 !important;
253
- }
254
190
 
255
191
  /* Focused Placeholder */
256
- .ui.input.success > input:focus:-ms-input-placeholder {
257
- color: #6cbf6d;
258
- }
259
- .ui.input.success > input:focus::-ms-input-placeholder {
260
- color: #6cbf6d;
261
- }
262
192
  .ui.input.success > input:focus::placeholder {
263
193
  color: #6cbf6d;
264
194
  }
265
- .ui.input.success > input:focus:-ms-input-placeholder {
266
- color: #6cbf6d !important;
267
- }
268
195
  .ui.input.warning > input {
269
196
  background-color: #fffaf3;
270
197
  border-color: #c9ba9b;
@@ -273,32 +200,14 @@
273
200
  }
274
201
 
275
202
  /* Placeholder */
276
- .ui.input.warning > input:-ms-input-placeholder {
277
- color: #edad3e;
278
- }
279
- .ui.input.warning > input::-ms-input-placeholder {
280
- color: #edad3e;
281
- }
282
203
  .ui.input.warning > input::placeholder {
283
204
  color: #edad3e;
284
205
  }
285
- .ui.input.warning > input:-ms-input-placeholder {
286
- color: #edad3e !important;
287
- }
288
206
 
289
207
  /* Focused Placeholder */
290
- .ui.input.warning > input:focus:-ms-input-placeholder {
291
- color: #e39715;
292
- }
293
- .ui.input.warning > input:focus::-ms-input-placeholder {
294
- color: #e39715;
295
- }
296
208
  .ui.input.warning > input:focus::placeholder {
297
209
  color: #e39715;
298
210
  }
299
- .ui.input.warning > input:focus:-ms-input-placeholder {
300
- color: #e39715 !important;
301
- }
302
211
 
303
212
 
304
213
  /*******************************
@@ -342,18 +251,9 @@
342
251
  .ui.ui.transparent.inverted.input > input {
343
252
  color: inherit;
344
253
  }
345
- .ui.transparent.inverted.input > input:-ms-input-placeholder {
346
- color: rgba(255, 255, 255, 0.5);
347
- }
348
- .ui.transparent.inverted.input > input::-ms-input-placeholder {
349
- color: rgba(255, 255, 255, 0.5);
350
- }
351
254
  .ui.transparent.inverted.input > input::placeholder {
352
255
  color: rgba(255, 255, 255, 0.5);
353
256
  }
354
- .ui.transparent.inverted.input > input:-ms-input-placeholder {
355
- color: rgba(255, 255, 255, 0.5);
356
- }
357
257
 
358
258
  /* --------------------
359
259
  Icon
@@ -785,65 +685,9 @@
785
685
  .ui.file.input:not(.action) input[type="file"] {
786
686
  padding: 0;
787
687
  }
788
- .ui.action.file.input input[type="file"]::-webkit-file-upload-button {
789
- display: none;
790
- }
791
- .ui.form .field input[type="file"]::-webkit-file-upload-button,
792
- .ui.file.input input[type="file"]::-webkit-file-upload-button {
793
- border: none;
794
- cursor: pointer;
795
- padding: 0.67857143em 1em;
796
- margin-right: 1em;
797
- background: #e0e1e2;
798
- font-weight: bold;
799
- color: rgba(0, 0, 0, 0.6);
800
- }
801
- .ui.form .field input[type="file"]::-webkit-file-upload-button:hover,
802
- .ui.file.input input[type="file"]::-webkit-file-upload-button:hover {
803
- background: #cacbcd;
804
- color: rgba(0, 0, 0, 0.6);
805
- }
806
- .ui.action.file.input input[type="file"]::-ms-browse {
807
- display: none;
808
- }
809
- .ui.form .field input[type="file"]::-ms-browse,
810
- .ui.file.input input[type="file"]::-ms-browse {
811
- border: none;
812
- cursor: pointer;
813
- padding: 0.67857143em 1em;
814
- margin: 0;
815
- background: #e0e1e2;
816
- font-weight: bold;
817
- color: rgba(0, 0, 0, 0.6);
818
- }
819
- .ui.form .field input[type="file"]::-ms-browse:hover,
820
- .ui.file.input input[type="file"]::-ms-browse:hover {
821
- background: #cacbcd;
822
- color: rgba(0, 0, 0, 0.6);
823
- }
824
-
825
- /* IE needs additional styling for input field :S */
826
- @media all and (-ms-high-contrast: none) {
827
- .ui.file.input > input[type="file"],
828
- input[type="file"].ui.file.input {
829
- padding: 0 !important;
830
- }
831
- }
832
- .ui.action.file.input input[type="file"]::-webkit-file-upload-button {
833
- display: none;
834
- }
835
688
  .ui.action.file.input input[type="file"]::file-selector-button {
836
689
  display: none;
837
690
  }
838
- .ui.form .field input[type="file"]::-webkit-file-upload-button, .ui.file.input input[type="file"]::-webkit-file-upload-button {
839
- border: none;
840
- cursor: pointer;
841
- padding: 0.67857143em 1em;
842
- margin-right: 1em;
843
- background: #e0e1e2;
844
- font-weight: bold;
845
- color: rgba(0, 0, 0, 0.6);
846
- }
847
691
  .ui.form .field input[type="file"]::file-selector-button,
848
692
  .ui.file.input input[type="file"]::file-selector-button {
849
693
  border: none;
@@ -854,10 +698,6 @@
854
698
  font-weight: bold;
855
699
  color: rgba(0, 0, 0, 0.6);
856
700
  }
857
- .ui.form .field input[type="file"]::-webkit-file-upload-button:hover, .ui.file.input input[type="file"]::-webkit-file-upload-button:hover {
858
- background: #cacbcd;
859
- color: rgba(0, 0, 0, 0.6);
860
- }
861
701
  .ui.form .field input[type="file"]::file-selector-button:hover,
862
702
  .ui.file.input input[type="file"]::file-selector-button:hover {
863
703
  background: #cacbcd;
@@ -1014,512 +854,137 @@ input[type="file"].ui.file.input:focus + label.ui.black.button:not(.basic):not(.
1014
854
  .ui.file.input input[type="file"]:focus + label.ui.black.button:not(.basic):not(.tertiary).inverted {
1015
855
  background-color: #000000;
1016
856
  }
1017
- input[type="file"].ui.primary.file.input::-webkit-file-upload-button,
1018
- .ui.primary.file.input input[type="file"]::-webkit-file-upload-button {
1019
- background: #2185d0;
1020
- color: #fff;
1021
- }
1022
- input[type="file"].ui.primary.file.input::-webkit-file-upload-button:hover,
1023
- .ui.primary.file.input input[type="file"]::-webkit-file-upload-button:hover {
1024
- background: #1678c2;
1025
- }
1026
- input[type="file"].ui.primary.file.input::-ms-browse,
1027
- .ui.primary.file.input input[type="file"]::-ms-browse {
1028
- background: #2185d0;
1029
- color: #fff;
1030
- }
1031
- input[type="file"].ui.primary.file.input::-ms-browse:hover,
1032
- .ui.primary.file.input input[type="file"]::-ms-browse:hover {
1033
- background: #1678c2;
1034
- }
1035
- input[type="file"].ui.primary.file.input::-webkit-file-upload-button, .ui.primary.file.input input[type="file"]::-webkit-file-upload-button {
1036
- background: #2185d0;
1037
- color: #fff;
1038
- }
1039
857
  input[type="file"].ui.primary.file.input::file-selector-button,
1040
858
  .ui.primary.file.input input[type="file"]::file-selector-button {
1041
859
  background: #2185d0;
1042
860
  color: #fff;
1043
861
  }
1044
- input[type="file"].ui.primary.file.input::-webkit-file-upload-button:hover, .ui.primary.file.input input[type="file"]::-webkit-file-upload-button:hover {
1045
- background: #1678c2;
1046
- }
1047
862
  input[type="file"].ui.primary.file.input::file-selector-button:hover,
1048
863
  .ui.primary.file.input input[type="file"]::file-selector-button:hover {
1049
864
  background: #1678c2;
1050
865
  }
1051
- input[type="file"].ui.secondary.file.input::-webkit-file-upload-button,
1052
- .ui.secondary.file.input input[type="file"]::-webkit-file-upload-button {
1053
- background: #1b1c1d;
1054
- color: #fff;
1055
- }
1056
- input[type="file"].ui.secondary.file.input::-webkit-file-upload-button:hover,
1057
- .ui.secondary.file.input input[type="file"]::-webkit-file-upload-button:hover {
1058
- background: #27292a;
1059
- }
1060
- input[type="file"].ui.secondary.file.input::-ms-browse,
1061
- .ui.secondary.file.input input[type="file"]::-ms-browse {
1062
- background: #1b1c1d;
1063
- color: #fff;
1064
- }
1065
- input[type="file"].ui.secondary.file.input::-ms-browse:hover,
1066
- .ui.secondary.file.input input[type="file"]::-ms-browse:hover {
1067
- background: #27292a;
1068
- }
1069
- input[type="file"].ui.secondary.file.input::-webkit-file-upload-button, .ui.secondary.file.input input[type="file"]::-webkit-file-upload-button {
1070
- background: #1b1c1d;
1071
- color: #fff;
1072
- }
1073
866
  input[type="file"].ui.secondary.file.input::file-selector-button,
1074
867
  .ui.secondary.file.input input[type="file"]::file-selector-button {
1075
868
  background: #1b1c1d;
1076
869
  color: #fff;
1077
870
  }
1078
- input[type="file"].ui.secondary.file.input::-webkit-file-upload-button:hover, .ui.secondary.file.input input[type="file"]::-webkit-file-upload-button:hover {
1079
- background: #27292a;
1080
- }
1081
871
  input[type="file"].ui.secondary.file.input::file-selector-button:hover,
1082
872
  .ui.secondary.file.input input[type="file"]::file-selector-button:hover {
1083
873
  background: #27292a;
1084
874
  }
1085
- input[type="file"].ui.red.file.input::-webkit-file-upload-button,
1086
- .ui.red.file.input input[type="file"]::-webkit-file-upload-button {
1087
- background: #db2828;
1088
- color: #fff;
1089
- }
1090
- input[type="file"].ui.red.file.input::-webkit-file-upload-button:hover,
1091
- .ui.red.file.input input[type="file"]::-webkit-file-upload-button:hover {
1092
- background: #d01919;
1093
- }
1094
- input[type="file"].ui.red.file.input::-ms-browse,
1095
- .ui.red.file.input input[type="file"]::-ms-browse {
1096
- background: #db2828;
1097
- color: #fff;
1098
- }
1099
- input[type="file"].ui.red.file.input::-ms-browse:hover,
1100
- .ui.red.file.input input[type="file"]::-ms-browse:hover {
1101
- background: #d01919;
1102
- }
1103
- input[type="file"].ui.red.file.input::-webkit-file-upload-button, .ui.red.file.input input[type="file"]::-webkit-file-upload-button {
1104
- background: #db2828;
1105
- color: #fff;
1106
- }
1107
875
  input[type="file"].ui.red.file.input::file-selector-button,
1108
876
  .ui.red.file.input input[type="file"]::file-selector-button {
1109
877
  background: #db2828;
1110
878
  color: #fff;
1111
879
  }
1112
- input[type="file"].ui.red.file.input::-webkit-file-upload-button:hover, .ui.red.file.input input[type="file"]::-webkit-file-upload-button:hover {
1113
- background: #d01919;
1114
- }
1115
880
  input[type="file"].ui.red.file.input::file-selector-button:hover,
1116
881
  .ui.red.file.input input[type="file"]::file-selector-button:hover {
1117
882
  background: #d01919;
1118
883
  }
1119
- input[type="file"].ui.orange.file.input::-webkit-file-upload-button,
1120
- .ui.orange.file.input input[type="file"]::-webkit-file-upload-button {
1121
- background: #f2711c;
1122
- color: #fff;
1123
- }
1124
- input[type="file"].ui.orange.file.input::-webkit-file-upload-button:hover,
1125
- .ui.orange.file.input input[type="file"]::-webkit-file-upload-button:hover {
1126
- background: #f26202;
1127
- }
1128
- input[type="file"].ui.orange.file.input::-ms-browse,
1129
- .ui.orange.file.input input[type="file"]::-ms-browse {
1130
- background: #f2711c;
1131
- color: #fff;
1132
- }
1133
- input[type="file"].ui.orange.file.input::-ms-browse:hover,
1134
- .ui.orange.file.input input[type="file"]::-ms-browse:hover {
1135
- background: #f26202;
1136
- }
1137
- input[type="file"].ui.orange.file.input::-webkit-file-upload-button, .ui.orange.file.input input[type="file"]::-webkit-file-upload-button {
1138
- background: #f2711c;
1139
- color: #fff;
1140
- }
1141
884
  input[type="file"].ui.orange.file.input::file-selector-button,
1142
885
  .ui.orange.file.input input[type="file"]::file-selector-button {
1143
886
  background: #f2711c;
1144
887
  color: #fff;
1145
888
  }
1146
- input[type="file"].ui.orange.file.input::-webkit-file-upload-button:hover, .ui.orange.file.input input[type="file"]::-webkit-file-upload-button:hover {
1147
- background: #f26202;
1148
- }
1149
889
  input[type="file"].ui.orange.file.input::file-selector-button:hover,
1150
890
  .ui.orange.file.input input[type="file"]::file-selector-button:hover {
1151
891
  background: #f26202;
1152
892
  }
1153
- input[type="file"].ui.yellow.file.input::-webkit-file-upload-button,
1154
- .ui.yellow.file.input input[type="file"]::-webkit-file-upload-button {
1155
- background: #fbbd08;
1156
- color: #fff;
1157
- }
1158
- input[type="file"].ui.yellow.file.input::-webkit-file-upload-button:hover,
1159
- .ui.yellow.file.input input[type="file"]::-webkit-file-upload-button:hover {
1160
- background: #eaae00;
1161
- }
1162
- input[type="file"].ui.yellow.file.input::-ms-browse,
1163
- .ui.yellow.file.input input[type="file"]::-ms-browse {
1164
- background: #fbbd08;
1165
- color: #fff;
1166
- }
1167
- input[type="file"].ui.yellow.file.input::-ms-browse:hover,
1168
- .ui.yellow.file.input input[type="file"]::-ms-browse:hover {
1169
- background: #eaae00;
1170
- }
1171
- input[type="file"].ui.yellow.file.input::-webkit-file-upload-button, .ui.yellow.file.input input[type="file"]::-webkit-file-upload-button {
1172
- background: #fbbd08;
1173
- color: #fff;
1174
- }
1175
893
  input[type="file"].ui.yellow.file.input::file-selector-button,
1176
894
  .ui.yellow.file.input input[type="file"]::file-selector-button {
1177
895
  background: #fbbd08;
1178
896
  color: #fff;
1179
897
  }
1180
- input[type="file"].ui.yellow.file.input::-webkit-file-upload-button:hover, .ui.yellow.file.input input[type="file"]::-webkit-file-upload-button:hover {
1181
- background: #eaae00;
1182
- }
1183
898
  input[type="file"].ui.yellow.file.input::file-selector-button:hover,
1184
899
  .ui.yellow.file.input input[type="file"]::file-selector-button:hover {
1185
900
  background: #eaae00;
1186
901
  }
1187
- input[type="file"].ui.olive.file.input::-webkit-file-upload-button,
1188
- .ui.olive.file.input input[type="file"]::-webkit-file-upload-button {
1189
- background: #b5cc18;
1190
- color: #fff;
1191
- }
1192
- input[type="file"].ui.olive.file.input::-webkit-file-upload-button:hover,
1193
- .ui.olive.file.input input[type="file"]::-webkit-file-upload-button:hover {
1194
- background: #a7bd0d;
1195
- }
1196
- input[type="file"].ui.olive.file.input::-ms-browse,
1197
- .ui.olive.file.input input[type="file"]::-ms-browse {
1198
- background: #b5cc18;
1199
- color: #fff;
1200
- }
1201
- input[type="file"].ui.olive.file.input::-ms-browse:hover,
1202
- .ui.olive.file.input input[type="file"]::-ms-browse:hover {
1203
- background: #a7bd0d;
1204
- }
1205
- input[type="file"].ui.olive.file.input::-webkit-file-upload-button, .ui.olive.file.input input[type="file"]::-webkit-file-upload-button {
1206
- background: #b5cc18;
1207
- color: #fff;
1208
- }
1209
902
  input[type="file"].ui.olive.file.input::file-selector-button,
1210
903
  .ui.olive.file.input input[type="file"]::file-selector-button {
1211
904
  background: #b5cc18;
1212
905
  color: #fff;
1213
906
  }
1214
- input[type="file"].ui.olive.file.input::-webkit-file-upload-button:hover, .ui.olive.file.input input[type="file"]::-webkit-file-upload-button:hover {
1215
- background: #a7bd0d;
1216
- }
1217
907
  input[type="file"].ui.olive.file.input::file-selector-button:hover,
1218
908
  .ui.olive.file.input input[type="file"]::file-selector-button:hover {
1219
909
  background: #a7bd0d;
1220
910
  }
1221
- input[type="file"].ui.green.file.input::-webkit-file-upload-button,
1222
- .ui.green.file.input input[type="file"]::-webkit-file-upload-button {
1223
- background: #21ba45;
1224
- color: #fff;
1225
- }
1226
- input[type="file"].ui.green.file.input::-webkit-file-upload-button:hover,
1227
- .ui.green.file.input input[type="file"]::-webkit-file-upload-button:hover {
1228
- background: #16ab39;
1229
- }
1230
- input[type="file"].ui.green.file.input::-ms-browse,
1231
- .ui.green.file.input input[type="file"]::-ms-browse {
1232
- background: #21ba45;
1233
- color: #fff;
1234
- }
1235
- input[type="file"].ui.green.file.input::-ms-browse:hover,
1236
- .ui.green.file.input input[type="file"]::-ms-browse:hover {
1237
- background: #16ab39;
1238
- }
1239
- input[type="file"].ui.green.file.input::-webkit-file-upload-button, .ui.green.file.input input[type="file"]::-webkit-file-upload-button {
1240
- background: #21ba45;
1241
- color: #fff;
1242
- }
1243
911
  input[type="file"].ui.green.file.input::file-selector-button,
1244
912
  .ui.green.file.input input[type="file"]::file-selector-button {
1245
913
  background: #21ba45;
1246
914
  color: #fff;
1247
915
  }
1248
- input[type="file"].ui.green.file.input::-webkit-file-upload-button:hover, .ui.green.file.input input[type="file"]::-webkit-file-upload-button:hover {
1249
- background: #16ab39;
1250
- }
1251
916
  input[type="file"].ui.green.file.input::file-selector-button:hover,
1252
917
  .ui.green.file.input input[type="file"]::file-selector-button:hover {
1253
918
  background: #16ab39;
1254
919
  }
1255
- input[type="file"].ui.teal.file.input::-webkit-file-upload-button,
1256
- .ui.teal.file.input input[type="file"]::-webkit-file-upload-button {
1257
- background: #00b5ad;
1258
- color: #fff;
1259
- }
1260
- input[type="file"].ui.teal.file.input::-webkit-file-upload-button:hover,
1261
- .ui.teal.file.input input[type="file"]::-webkit-file-upload-button:hover {
1262
- background: #009c95;
1263
- }
1264
- input[type="file"].ui.teal.file.input::-ms-browse,
1265
- .ui.teal.file.input input[type="file"]::-ms-browse {
1266
- background: #00b5ad;
1267
- color: #fff;
1268
- }
1269
- input[type="file"].ui.teal.file.input::-ms-browse:hover,
1270
- .ui.teal.file.input input[type="file"]::-ms-browse:hover {
1271
- background: #009c95;
1272
- }
1273
- input[type="file"].ui.teal.file.input::-webkit-file-upload-button, .ui.teal.file.input input[type="file"]::-webkit-file-upload-button {
1274
- background: #00b5ad;
1275
- color: #fff;
1276
- }
1277
920
  input[type="file"].ui.teal.file.input::file-selector-button,
1278
921
  .ui.teal.file.input input[type="file"]::file-selector-button {
1279
922
  background: #00b5ad;
1280
923
  color: #fff;
1281
924
  }
1282
- input[type="file"].ui.teal.file.input::-webkit-file-upload-button:hover, .ui.teal.file.input input[type="file"]::-webkit-file-upload-button:hover {
1283
- background: #009c95;
1284
- }
1285
925
  input[type="file"].ui.teal.file.input::file-selector-button:hover,
1286
926
  .ui.teal.file.input input[type="file"]::file-selector-button:hover {
1287
927
  background: #009c95;
1288
928
  }
1289
- input[type="file"].ui.blue.file.input::-webkit-file-upload-button,
1290
- .ui.blue.file.input input[type="file"]::-webkit-file-upload-button {
1291
- background: #2185d0;
1292
- color: #fff;
1293
- }
1294
- input[type="file"].ui.blue.file.input::-webkit-file-upload-button:hover,
1295
- .ui.blue.file.input input[type="file"]::-webkit-file-upload-button:hover {
1296
- background: #1678c2;
1297
- }
1298
- input[type="file"].ui.blue.file.input::-ms-browse,
1299
- .ui.blue.file.input input[type="file"]::-ms-browse {
1300
- background: #2185d0;
1301
- color: #fff;
1302
- }
1303
- input[type="file"].ui.blue.file.input::-ms-browse:hover,
1304
- .ui.blue.file.input input[type="file"]::-ms-browse:hover {
1305
- background: #1678c2;
1306
- }
1307
- input[type="file"].ui.blue.file.input::-webkit-file-upload-button, .ui.blue.file.input input[type="file"]::-webkit-file-upload-button {
1308
- background: #2185d0;
1309
- color: #fff;
1310
- }
1311
929
  input[type="file"].ui.blue.file.input::file-selector-button,
1312
930
  .ui.blue.file.input input[type="file"]::file-selector-button {
1313
931
  background: #2185d0;
1314
932
  color: #fff;
1315
933
  }
1316
- input[type="file"].ui.blue.file.input::-webkit-file-upload-button:hover, .ui.blue.file.input input[type="file"]::-webkit-file-upload-button:hover {
1317
- background: #1678c2;
1318
- }
1319
934
  input[type="file"].ui.blue.file.input::file-selector-button:hover,
1320
935
  .ui.blue.file.input input[type="file"]::file-selector-button:hover {
1321
936
  background: #1678c2;
1322
937
  }
1323
- input[type="file"].ui.violet.file.input::-webkit-file-upload-button,
1324
- .ui.violet.file.input input[type="file"]::-webkit-file-upload-button {
1325
- background: #6435c9;
1326
- color: #fff;
1327
- }
1328
- input[type="file"].ui.violet.file.input::-webkit-file-upload-button:hover,
1329
- .ui.violet.file.input input[type="file"]::-webkit-file-upload-button:hover {
1330
- background: #5829bb;
1331
- }
1332
- input[type="file"].ui.violet.file.input::-ms-browse,
1333
- .ui.violet.file.input input[type="file"]::-ms-browse {
1334
- background: #6435c9;
1335
- color: #fff;
1336
- }
1337
- input[type="file"].ui.violet.file.input::-ms-browse:hover,
1338
- .ui.violet.file.input input[type="file"]::-ms-browse:hover {
1339
- background: #5829bb;
1340
- }
1341
- input[type="file"].ui.violet.file.input::-webkit-file-upload-button, .ui.violet.file.input input[type="file"]::-webkit-file-upload-button {
1342
- background: #6435c9;
1343
- color: #fff;
1344
- }
1345
938
  input[type="file"].ui.violet.file.input::file-selector-button,
1346
939
  .ui.violet.file.input input[type="file"]::file-selector-button {
1347
940
  background: #6435c9;
1348
941
  color: #fff;
1349
942
  }
1350
- input[type="file"].ui.violet.file.input::-webkit-file-upload-button:hover, .ui.violet.file.input input[type="file"]::-webkit-file-upload-button:hover {
1351
- background: #5829bb;
1352
- }
1353
943
  input[type="file"].ui.violet.file.input::file-selector-button:hover,
1354
944
  .ui.violet.file.input input[type="file"]::file-selector-button:hover {
1355
945
  background: #5829bb;
1356
946
  }
1357
- input[type="file"].ui.purple.file.input::-webkit-file-upload-button,
1358
- .ui.purple.file.input input[type="file"]::-webkit-file-upload-button {
1359
- background: #a333c8;
1360
- color: #fff;
1361
- }
1362
- input[type="file"].ui.purple.file.input::-webkit-file-upload-button:hover,
1363
- .ui.purple.file.input input[type="file"]::-webkit-file-upload-button:hover {
1364
- background: #9627ba;
1365
- }
1366
- input[type="file"].ui.purple.file.input::-ms-browse,
1367
- .ui.purple.file.input input[type="file"]::-ms-browse {
1368
- background: #a333c8;
1369
- color: #fff;
1370
- }
1371
- input[type="file"].ui.purple.file.input::-ms-browse:hover,
1372
- .ui.purple.file.input input[type="file"]::-ms-browse:hover {
1373
- background: #9627ba;
1374
- }
1375
- input[type="file"].ui.purple.file.input::-webkit-file-upload-button, .ui.purple.file.input input[type="file"]::-webkit-file-upload-button {
1376
- background: #a333c8;
1377
- color: #fff;
1378
- }
1379
947
  input[type="file"].ui.purple.file.input::file-selector-button,
1380
948
  .ui.purple.file.input input[type="file"]::file-selector-button {
1381
949
  background: #a333c8;
1382
950
  color: #fff;
1383
951
  }
1384
- input[type="file"].ui.purple.file.input::-webkit-file-upload-button:hover, .ui.purple.file.input input[type="file"]::-webkit-file-upload-button:hover {
1385
- background: #9627ba;
1386
- }
1387
952
  input[type="file"].ui.purple.file.input::file-selector-button:hover,
1388
953
  .ui.purple.file.input input[type="file"]::file-selector-button:hover {
1389
954
  background: #9627ba;
1390
955
  }
1391
- input[type="file"].ui.pink.file.input::-webkit-file-upload-button,
1392
- .ui.pink.file.input input[type="file"]::-webkit-file-upload-button {
1393
- background: #e03997;
1394
- color: #fff;
1395
- }
1396
- input[type="file"].ui.pink.file.input::-webkit-file-upload-button:hover,
1397
- .ui.pink.file.input input[type="file"]::-webkit-file-upload-button:hover {
1398
- background: #e61a8d;
1399
- }
1400
- input[type="file"].ui.pink.file.input::-ms-browse,
1401
- .ui.pink.file.input input[type="file"]::-ms-browse {
1402
- background: #e03997;
1403
- color: #fff;
1404
- }
1405
- input[type="file"].ui.pink.file.input::-ms-browse:hover,
1406
- .ui.pink.file.input input[type="file"]::-ms-browse:hover {
1407
- background: #e61a8d;
1408
- }
1409
- input[type="file"].ui.pink.file.input::-webkit-file-upload-button, .ui.pink.file.input input[type="file"]::-webkit-file-upload-button {
1410
- background: #e03997;
1411
- color: #fff;
1412
- }
1413
956
  input[type="file"].ui.pink.file.input::file-selector-button,
1414
957
  .ui.pink.file.input input[type="file"]::file-selector-button {
1415
958
  background: #e03997;
1416
959
  color: #fff;
1417
960
  }
1418
- input[type="file"].ui.pink.file.input::-webkit-file-upload-button:hover, .ui.pink.file.input input[type="file"]::-webkit-file-upload-button:hover {
1419
- background: #e61a8d;
1420
- }
1421
961
  input[type="file"].ui.pink.file.input::file-selector-button:hover,
1422
962
  .ui.pink.file.input input[type="file"]::file-selector-button:hover {
1423
963
  background: #e61a8d;
1424
964
  }
1425
- input[type="file"].ui.brown.file.input::-webkit-file-upload-button,
1426
- .ui.brown.file.input input[type="file"]::-webkit-file-upload-button {
1427
- background: #a5673f;
1428
- color: #fff;
1429
- }
1430
- input[type="file"].ui.brown.file.input::-webkit-file-upload-button:hover,
1431
- .ui.brown.file.input input[type="file"]::-webkit-file-upload-button:hover {
1432
- background: #975b33;
1433
- }
1434
- input[type="file"].ui.brown.file.input::-ms-browse,
1435
- .ui.brown.file.input input[type="file"]::-ms-browse {
1436
- background: #a5673f;
1437
- color: #fff;
1438
- }
1439
- input[type="file"].ui.brown.file.input::-ms-browse:hover,
1440
- .ui.brown.file.input input[type="file"]::-ms-browse:hover {
1441
- background: #975b33;
1442
- }
1443
- input[type="file"].ui.brown.file.input::-webkit-file-upload-button, .ui.brown.file.input input[type="file"]::-webkit-file-upload-button {
1444
- background: #a5673f;
1445
- color: #fff;
1446
- }
1447
965
  input[type="file"].ui.brown.file.input::file-selector-button,
1448
966
  .ui.brown.file.input input[type="file"]::file-selector-button {
1449
967
  background: #a5673f;
1450
968
  color: #fff;
1451
969
  }
1452
- input[type="file"].ui.brown.file.input::-webkit-file-upload-button:hover, .ui.brown.file.input input[type="file"]::-webkit-file-upload-button:hover {
1453
- background: #975b33;
1454
- }
1455
970
  input[type="file"].ui.brown.file.input::file-selector-button:hover,
1456
971
  .ui.brown.file.input input[type="file"]::file-selector-button:hover {
1457
972
  background: #975b33;
1458
973
  }
1459
- input[type="file"].ui.grey.file.input::-webkit-file-upload-button,
1460
- .ui.grey.file.input input[type="file"]::-webkit-file-upload-button {
1461
- background: #767676;
1462
- color: #fff;
1463
- }
1464
- input[type="file"].ui.grey.file.input::-webkit-file-upload-button:hover,
1465
- .ui.grey.file.input input[type="file"]::-webkit-file-upload-button:hover {
1466
- background: #838383;
1467
- }
1468
- input[type="file"].ui.grey.file.input::-ms-browse,
1469
- .ui.grey.file.input input[type="file"]::-ms-browse {
1470
- background: #767676;
1471
- color: #fff;
1472
- }
1473
- input[type="file"].ui.grey.file.input::-ms-browse:hover,
1474
- .ui.grey.file.input input[type="file"]::-ms-browse:hover {
1475
- background: #838383;
1476
- }
1477
- input[type="file"].ui.grey.file.input::-webkit-file-upload-button, .ui.grey.file.input input[type="file"]::-webkit-file-upload-button {
1478
- background: #767676;
1479
- color: #fff;
1480
- }
1481
974
  input[type="file"].ui.grey.file.input::file-selector-button,
1482
975
  .ui.grey.file.input input[type="file"]::file-selector-button {
1483
976
  background: #767676;
1484
977
  color: #fff;
1485
978
  }
1486
- input[type="file"].ui.grey.file.input::-webkit-file-upload-button:hover, .ui.grey.file.input input[type="file"]::-webkit-file-upload-button:hover {
1487
- background: #838383;
1488
- }
1489
979
  input[type="file"].ui.grey.file.input::file-selector-button:hover,
1490
980
  .ui.grey.file.input input[type="file"]::file-selector-button:hover {
1491
981
  background: #838383;
1492
982
  }
1493
- input[type="file"].ui.black.file.input::-webkit-file-upload-button,
1494
- .ui.black.file.input input[type="file"]::-webkit-file-upload-button {
1495
- background: #1b1c1d;
1496
- color: #fff;
1497
- }
1498
- input[type="file"].ui.black.file.input::-webkit-file-upload-button:hover,
1499
- .ui.black.file.input input[type="file"]::-webkit-file-upload-button:hover {
1500
- background: #27292a;
1501
- }
1502
- input[type="file"].ui.black.file.input::-ms-browse,
1503
- .ui.black.file.input input[type="file"]::-ms-browse {
1504
- background: #1b1c1d;
1505
- color: #fff;
1506
- }
1507
- input[type="file"].ui.black.file.input::-ms-browse:hover,
1508
- .ui.black.file.input input[type="file"]::-ms-browse:hover {
1509
- background: #27292a;
1510
- }
1511
- input[type="file"].ui.black.file.input::-webkit-file-upload-button, .ui.black.file.input input[type="file"]::-webkit-file-upload-button {
1512
- background: #1b1c1d;
1513
- color: #fff;
1514
- }
1515
983
  input[type="file"].ui.black.file.input::file-selector-button,
1516
984
  .ui.black.file.input input[type="file"]::file-selector-button {
1517
985
  background: #1b1c1d;
1518
986
  color: #fff;
1519
987
  }
1520
- input[type="file"].ui.black.file.input::-webkit-file-upload-button:hover, .ui.black.file.input input[type="file"]::-webkit-file-upload-button:hover {
1521
- background: #27292a;
1522
- }
1523
988
  input[type="file"].ui.black.file.input::file-selector-button:hover,
1524
989
  .ui.black.file.input input[type="file"]::file-selector-button:hover {
1525
990
  background: #27292a;