fomantic-ui 2.9.1-beta.8 → 2.9.1

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