fomantic-ui-sass 2.8.8.1 → 2.9.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (113) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/app/assets/fonts/semantic-ui/Lato-Bold.woff +0 -0
  4. data/app/assets/fonts/semantic-ui/Lato-Bold.woff2 +0 -0
  5. data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff +0 -0
  6. data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff2 +0 -0
  7. data/app/assets/fonts/semantic-ui/Lato-Italic.woff +0 -0
  8. data/app/assets/fonts/semantic-ui/Lato-Italic.woff2 +0 -0
  9. data/app/assets/fonts/semantic-ui/Lato-Regular.woff +0 -0
  10. data/app/assets/fonts/semantic-ui/Lato-Regular.woff2 +0 -0
  11. data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff +0 -0
  12. data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff2 +0 -0
  13. data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff +0 -0
  14. data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff2 +0 -0
  15. data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff +0 -0
  16. data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff2 +0 -0
  17. data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff +0 -0
  18. data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff2 +0 -0
  19. data/app/assets/fonts/semantic-ui/brand-icons.eot +0 -0
  20. data/app/assets/fonts/semantic-ui/brand-icons.svg +41 -6
  21. data/app/assets/fonts/semantic-ui/brand-icons.ttf +0 -0
  22. data/app/assets/fonts/semantic-ui/brand-icons.woff +0 -0
  23. data/app/assets/fonts/semantic-ui/brand-icons.woff2 +0 -0
  24. data/app/assets/fonts/semantic-ui/icons.eot +0 -0
  25. data/app/assets/fonts/semantic-ui/icons.svg +245 -7
  26. data/app/assets/fonts/semantic-ui/icons.ttf +0 -0
  27. data/app/assets/fonts/semantic-ui/icons.woff +0 -0
  28. data/app/assets/fonts/semantic-ui/icons.woff2 +0 -0
  29. data/app/assets/fonts/semantic-ui/outline-icons.eot +0 -0
  30. data/app/assets/fonts/semantic-ui/outline-icons.svg +2 -2
  31. data/app/assets/fonts/semantic-ui/outline-icons.ttf +0 -0
  32. data/app/assets/fonts/semantic-ui/outline-icons.woff +0 -0
  33. data/app/assets/fonts/semantic-ui/outline-icons.woff2 +0 -0
  34. data/app/assets/javascripts/semantic-ui/accordion.js +569 -590
  35. data/app/assets/javascripts/semantic-ui/api.js +1153 -1116
  36. data/app/assets/javascripts/semantic-ui/calendar.js +1941 -1698
  37. data/app/assets/javascripts/semantic-ui/checkbox.js +862 -854
  38. data/app/assets/javascripts/semantic-ui/dimmer.js +697 -713
  39. data/app/assets/javascripts/semantic-ui/dropdown.js +4196 -4192
  40. data/app/assets/javascripts/semantic-ui/embed.js +646 -672
  41. data/app/assets/javascripts/semantic-ui/flyout.js +1579 -0
  42. data/app/assets/javascripts/semantic-ui/form.js +2024 -2000
  43. data/app/assets/javascripts/semantic-ui/modal.js +1546 -1384
  44. data/app/assets/javascripts/semantic-ui/nag.js +521 -527
  45. data/app/assets/javascripts/semantic-ui/popup.js +1457 -1463
  46. data/app/assets/javascripts/semantic-ui/progress.js +970 -995
  47. data/app/assets/javascripts/semantic-ui/rating.js +508 -520
  48. data/app/assets/javascripts/semantic-ui/search.js +1521 -1508
  49. data/app/assets/javascripts/semantic-ui/shape.js +784 -811
  50. data/app/assets/javascripts/semantic-ui/sidebar.js +1061 -1002
  51. data/app/assets/javascripts/semantic-ui/site.js +437 -477
  52. data/app/assets/javascripts/semantic-ui/slider.js +1311 -1297
  53. data/app/assets/javascripts/semantic-ui/state.js +639 -658
  54. data/app/assets/javascripts/semantic-ui/sticky.js +848 -891
  55. data/app/assets/javascripts/semantic-ui/tab.js +895 -941
  56. data/app/assets/javascripts/semantic-ui/toast.js +911 -851
  57. data/app/assets/javascripts/semantic-ui/transition.js +1049 -1073
  58. data/app/assets/javascripts/semantic-ui/visibility.js +1214 -1246
  59. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +7 -7
  60. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +389 -407
  61. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +203 -345
  62. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +372 -501
  63. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +154 -226
  64. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +2065 -880
  65. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +867 -1232
  66. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +101 -6
  67. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +75 -93
  68. data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +11148 -9190
  69. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +1037 -929
  70. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +124 -146
  71. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +2728 -2759
  72. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +41 -65
  73. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +982 -163
  74. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +432 -479
  75. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +80 -101
  76. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +452 -540
  77. data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +56 -76
  78. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +17 -22
  79. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +46 -85
  80. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +263 -255
  81. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +106 -179
  82. data/app/assets/stylesheets/semantic-ui/elements/_text.scss +33 -33
  83. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +14 -18
  84. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +132 -48
  85. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +196 -74
  86. data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +43 -29
  87. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +210 -280
  88. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +78 -182
  89. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +339 -423
  90. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +24 -35
  91. data/app/assets/stylesheets/semantic-ui/modules/_flyout.scss +546 -0
  92. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +150 -153
  93. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +55 -65
  94. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +530 -310
  95. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +108 -213
  96. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +88 -168
  97. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +73 -102
  98. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +16 -32
  99. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +126 -215
  100. data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +110 -138
  101. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +3 -7
  102. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +16 -20
  103. data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +111 -141
  104. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +371 -1282
  105. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +39 -50
  106. data/app/assets/stylesheets/semantic-ui/views/_card.scss +949 -458
  107. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +44 -62
  108. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +50 -72
  109. data/app/assets/stylesheets/semantic-ui/views/_item.scss +89 -136
  110. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +78 -119
  111. data/lib/fomantic/ui/sass/version.rb +2 -2
  112. data/tasks/converter.rb +1 -1
  113. metadata +21 -3
@@ -1,10 +1,10 @@
1
1
  /*!
2
- * # Fomantic-UI 2.8.8 - Form
3
- * http://github.com/fomantic/Fomantic-UI/
2
+ * # Fomantic-UI 2.9.1 - Form
3
+ * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
6
6
  * Released under the MIT license
7
- * http://opensource.org/licenses/MIT
7
+ * https://opensource.org/licenses/MIT
8
8
  *
9
9
  */
10
10
 
@@ -14,27 +14,24 @@
14
14
  *******************************/
15
15
 
16
16
 
17
- /*--------------------
17
+ /* --------------------
18
18
  Form
19
- ---------------------*/
20
-
19
+ --------------------- */
21
20
  .ui.form {
22
21
  position: relative;
23
22
  max-width: 100%;
24
23
  }
25
24
 
26
- /*--------------------
25
+ /* --------------------
27
26
  Content
28
- ---------------------*/
29
-
27
+ --------------------- */
30
28
  .ui.form > p {
31
29
  margin: 1em 0;
32
30
  }
33
31
 
34
- /*--------------------
32
+ /* --------------------
35
33
  Field
36
- ---------------------*/
37
-
34
+ --------------------- */
38
35
  .ui.form .field {
39
36
  clear: both;
40
37
  margin: 0 0 1em;
@@ -49,28 +46,30 @@
49
46
  margin: 0;
50
47
  }
51
48
 
52
- /*--------------------
49
+ /* --------------------
53
50
  Labels
54
- ---------------------*/
55
-
51
+ --------------------- */
56
52
  .ui.form .field > label {
57
53
  display: block;
58
54
  margin: 0 0 0.28571429rem 0;
59
- color: rgba(0, 0, 0, 0.87);
60
55
  font-size: 0.92857143em;
61
56
  font-weight: bold;
62
57
  text-transform: none;
63
58
  }
59
+ .ui.form:not(.inverted) .field > label:not(.button) {
60
+ color: rgba(0, 0, 0, 0.87);
61
+ }
64
62
 
65
- /*--------------------
63
+ /* --------------------
66
64
  Standard Inputs
67
- ---------------------*/
68
-
65
+ --------------------- */
69
66
  .ui.form textarea,
70
67
  .ui.form input:not([type]),
68
+ .ui.form input[type="color"],
71
69
  .ui.form input[type="date"],
72
70
  .ui.form input[type="datetime-local"],
73
71
  .ui.form input[type="email"],
72
+ .ui.form input[type="month"],
74
73
  .ui.form input[type="number"],
75
74
  .ui.form input[type="password"],
76
75
  .ui.form input[type="search"],
@@ -78,7 +77,8 @@
78
77
  .ui.form input[type="time"],
79
78
  .ui.form input[type="text"],
80
79
  .ui.form input[type="file"],
81
- .ui.form input[type="url"] {
80
+ .ui.form input[type="url"],
81
+ .ui.form input[type="week"] {
82
82
  width: 100%;
83
83
  vertical-align: top;
84
84
  }
@@ -89,9 +89,11 @@
89
89
  height: 1.21428571em;
90
90
  }
91
91
  .ui.form input:not([type]),
92
+ .ui.form input[type="color"],
92
93
  .ui.form input[type="date"],
93
94
  .ui.form input[type="datetime-local"],
94
95
  .ui.form input[type="email"],
96
+ .ui.form input[type="month"],
95
97
  .ui.form input[type="number"],
96
98
  .ui.form input[type="password"],
97
99
  .ui.form input[type="search"],
@@ -99,8 +101,9 @@
99
101
  .ui.form input[type="time"],
100
102
  .ui.form input[type="text"],
101
103
  .ui.form input[type="file"],
102
- .ui.form input[type="url"] {
103
- font-family: $font-family;
104
+ .ui.form input[type="url"],
105
+ .ui.form input[type="week"] {
106
+ 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";
104
107
  margin: 0;
105
108
  outline: none;
106
109
  -webkit-appearance: none;
@@ -108,15 +111,23 @@
108
111
  line-height: 1.21428571em;
109
112
  padding: 0.67857143em 1em;
110
113
  font-size: 1em;
111
- background: #FFFFFF;
114
+ background: #fff;
112
115
  border: 1px solid rgba(34, 36, 38, 0.15);
113
116
  color: rgba(0, 0, 0, 0.87);
114
117
  border-radius: 0.28571429rem;
115
- -webkit-box-shadow: 0 0 0 0 transparent inset;
116
- box-shadow: 0 0 0 0 transparent inset;
117
- -webkit-transition: color 0.1s ease, border-color 0.1s ease;
118
+ box-shadow: 0 0 0 0 transparent inset;
118
119
  transition: color 0.1s ease, border-color 0.1s ease;
119
120
  }
121
+ .ui.form input[type="color"] {
122
+ padding: initial;
123
+ }
124
+ .ui.form input::-webkit-calendar-picker-indicator {
125
+ padding: 0;
126
+ opacity: 0.5;
127
+ -webkit-transition: opacity 0.3s ease;
128
+ transition: opacity 0.3s ease;
129
+ cursor: pointer;
130
+ }
120
131
 
121
132
  /* Text Area */
122
133
  .ui.input textarea,
@@ -125,17 +136,15 @@
125
136
  -webkit-appearance: none;
126
137
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
127
138
  padding: 0.78571429em 1em;
128
- background: #FFFFFF;
139
+ background: #fff;
129
140
  border: 1px solid rgba(34, 36, 38, 0.15);
130
141
  outline: none;
131
142
  color: rgba(0, 0, 0, 0.87);
132
143
  border-radius: 0.28571429rem;
133
- -webkit-box-shadow: 0 0 0 0 transparent inset;
134
- box-shadow: 0 0 0 0 transparent inset;
135
- -webkit-transition: color 0.1s ease, border-color 0.1s ease;
144
+ box-shadow: 0 0 0 0 transparent inset;
136
145
  transition: color 0.1s ease, border-color 0.1s ease;
137
146
  font-size: 1em;
138
- font-family: $font-family;
147
+ 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";
139
148
  line-height: 1.2857;
140
149
  resize: vertical;
141
150
  }
@@ -149,10 +158,9 @@
149
158
  vertical-align: top;
150
159
  }
151
160
 
152
- /*--------------------
161
+ /* --------------------
153
162
  Checkbox margin
154
- ---------------------*/
155
-
163
+ --------------------- */
156
164
  .ui.form .fields:not(.grouped):not(.inline) .field:not(:only-child) label + .ui.ui.checkbox {
157
165
  margin-top: 0.7em;
158
166
  }
@@ -175,10 +183,9 @@
175
183
  margin-top: 0.7em;
176
184
  }
177
185
 
178
- /*--------------------
179
- Transparent
180
- ---------------------*/
181
-
186
+ /* --------------------
187
+ Transparent
188
+ --------------------- */
182
189
  .ui.form .field .transparent.input:not(.icon) input,
183
190
  .ui.form .field input.transparent,
184
191
  .ui.form .field textarea.transparent {
@@ -188,44 +195,38 @@
188
195
  .ui.form .field textarea.transparent {
189
196
  border-color: transparent !important;
190
197
  background-color: transparent !important;
191
- -webkit-box-shadow: none !important;
192
- box-shadow: none !important;
198
+ box-shadow: none !important;
193
199
  }
194
200
 
195
- /*--------------------------
201
+ /* --------------------------
196
202
  Input w/ attached Button
197
- ---------------------------*/
198
-
203
+ --------------------------- */
199
204
  .ui.form input.attached {
200
205
  width: auto;
201
206
  }
202
207
 
203
- /*--------------------
208
+ /* --------------------
204
209
  Basic Select
205
- ---------------------*/
206
-
210
+ --------------------- */
207
211
  .ui.form select {
208
212
  display: block;
209
213
  height: auto;
210
214
  width: 100%;
211
- background: #FFFFFF;
215
+ background: #fff;
212
216
  border: 1px solid rgba(34, 36, 38, 0.15);
213
217
  border-radius: 0.28571429rem;
214
- -webkit-box-shadow: 0 0 0 0 transparent inset;
215
- box-shadow: 0 0 0 0 transparent inset;
218
+ box-shadow: 0 0 0 0 transparent inset;
216
219
  padding: 0.62em 1em;
217
220
  color: rgba(0, 0, 0, 0.87);
218
- -webkit-transition: color 0.1s ease, border-color 0.1s ease;
219
221
  transition: color 0.1s ease, border-color 0.1s ease;
220
222
  }
221
223
 
222
- /*--------------------
224
+ /* --------------------
223
225
  Dropdown
224
- ---------------------*/
225
-
226
+ --------------------- */
226
227
 
227
228
  /* Block */
228
- .ui.form .field > .selection.dropdown {
229
+ .ui.form .field > .selection.dropdown:not(.compact) {
229
230
  min-width: auto;
230
231
  width: 100%;
231
232
  }
@@ -243,10 +244,9 @@
243
244
  float: none;
244
245
  }
245
246
 
246
- /*--------------------
247
+ /* --------------------
247
248
  UI Input
248
- ---------------------*/
249
-
249
+ --------------------- */
250
250
 
251
251
  /* Block */
252
252
  .ui.form .field .ui.input,
@@ -255,7 +255,7 @@
255
255
  width: 100%;
256
256
  }
257
257
 
258
- /* Inline */
258
+ /* Inline */
259
259
  .ui.form .inline.fields .field:not(.wide) .ui.input,
260
260
  .ui.form .inline.field:not(.wide) .ui.input {
261
261
  width: auto;
@@ -279,16 +279,13 @@
279
279
  .ui.form .three.fields .ui.input input,
280
280
  .ui.form .two.fields .ui.input input,
281
281
  .ui.form .wide.field .ui.input input {
282
- -webkit-box-flex: 1;
283
- -ms-flex: 1 0 auto;
284
- flex: 1 0 auto;
282
+ flex: 1 0 auto;
285
283
  width: 0;
286
284
  }
287
285
 
288
- /*--------------------
286
+ /* --------------------
289
287
  Types of Messages
290
- ---------------------*/
291
-
288
+ --------------------- */
292
289
  .ui.form .error.message,
293
290
  .ui.form .error.message:empty {
294
291
  display: none;
@@ -311,23 +308,25 @@
311
308
  margin-top: 0;
312
309
  }
313
310
 
314
- /*--------------------
311
+ /* --------------------
315
312
  Validation Prompt
316
- ---------------------*/
317
-
313
+ --------------------- */
318
314
  .ui.form .field .prompt.label {
319
315
  white-space: normal;
320
- background: #FFFFFF !important;
321
- border: 1px solid #E0B4B4 !important;
322
- color: #9F3A38 !important;
316
+ background: #fff !important;
317
+ border: 1px solid #e0b4b4 !important;
318
+ color: #9f3a38 !important;
319
+ }
320
+ .ui.form .field .prompt.label li::before {
321
+ color: #9f3a38;
323
322
  }
324
323
  .ui.form .inline.fields .field .prompt,
325
324
  .ui.form .inline.field .prompt {
326
325
  vertical-align: top;
327
326
  margin: -0.25em 0 -0.5em 0.5em;
328
327
  }
329
- .ui.form .inline.fields .field .prompt:before,
330
- .ui.form .inline.field .prompt:before {
328
+ .ui.form .inline.fields .field .prompt::before,
329
+ .ui.form .inline.field .prompt::before {
331
330
  border-width: 0 0 1px 1px;
332
331
  bottom: auto;
333
332
  right: auto;
@@ -341,27 +340,23 @@
341
340
  *******************************/
342
341
 
343
342
 
344
- /*--------------------
343
+ /* --------------------
345
344
  Autofilled
346
- ---------------------*/
347
-
345
+ --------------------- */
348
346
  .ui.form .field.field input:-webkit-autofill {
349
- -webkit-box-shadow: 0 0 0 100px #FFFFF0 inset !important;
350
- box-shadow: 0 0 0 100px #FFFFF0 inset !important;
351
- border-color: #E5DFA1 !important;
347
+ box-shadow: 0 0 0 100px #fffff0 inset !important;
348
+ border-color: #e5dfa1 !important;
352
349
  }
353
350
 
354
351
  /* Focus */
355
352
  .ui.form .field.field input:-webkit-autofill:focus {
356
- -webkit-box-shadow: 0 0 0 100px #FFFFF0 inset !important;
357
- box-shadow: 0 0 0 100px #FFFFF0 inset !important;
358
- border-color: #D5C315 !important;
353
+ box-shadow: 0 0 0 100px #fffff0 inset !important;
354
+ border-color: #d5c315 !important;
359
355
  }
360
356
 
361
- /*--------------------
357
+ /* --------------------
362
358
  Placeholder
363
- ---------------------*/
364
-
359
+ --------------------- */
365
360
 
366
361
  /* browsers require these rules separate */
367
362
  .ui.form ::-webkit-input-placeholder {
@@ -384,14 +379,15 @@
384
379
  color: rgba(115, 115, 115, 0.87);
385
380
  }
386
381
 
387
- /*--------------------
382
+ /* --------------------
388
383
  Focus
389
- ---------------------*/
390
-
384
+ --------------------- */
391
385
  .ui.form input:not([type]):focus,
386
+ .ui.form input[type="color"]:focus,
392
387
  .ui.form input[type="date"]:focus,
393
388
  .ui.form input[type="datetime-local"]:focus,
394
389
  .ui.form input[type="email"]:focus,
390
+ .ui.form input[type="month"]:focus,
395
391
  .ui.form input[type="number"]:focus,
396
392
  .ui.form input[type="password"]:focus,
397
393
  .ui.form input[type="search"]:focus,
@@ -399,18 +395,20 @@
399
395
  .ui.form input[type="time"]:focus,
400
396
  .ui.form input[type="text"]:focus,
401
397
  .ui.form input[type="file"]:focus,
402
- .ui.form input[type="url"]:focus {
398
+ .ui.form input[type="url"]:focus,
399
+ .ui.form input[type="week"]:focus {
403
400
  color: rgba(0, 0, 0, 0.95);
404
- border-color: #85B7D9;
401
+ border-color: #85b7d9;
405
402
  border-radius: 0.28571429rem;
406
- background: #FFFFFF;
407
- -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.35) inset;
408
- box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.35) inset;
403
+ background: #fff;
404
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.35) inset;
409
405
  }
410
406
  .ui.form .ui.action.input:not([class*="left action"]) input:not([type]):focus,
407
+ .ui.form .ui.action.input:not([class*="left action"]) input[type="color"]:focus,
411
408
  .ui.form .ui.action.input:not([class*="left action"]) input[type="date"]:focus,
412
409
  .ui.form .ui.action.input:not([class*="left action"]) input[type="datetime-local"]:focus,
413
410
  .ui.form .ui.action.input:not([class*="left action"]) input[type="email"]:focus,
411
+ .ui.form .ui.action.input:not([class*="left action"]) input[type="month"]:focus,
414
412
  .ui.form .ui.action.input:not([class*="left action"]) input[type="number"]:focus,
415
413
  .ui.form .ui.action.input:not([class*="left action"]) input[type="password"]:focus,
416
414
  .ui.form .ui.action.input:not([class*="left action"]) input[type="search"]:focus,
@@ -418,14 +416,17 @@
418
416
  .ui.form .ui.action.input:not([class*="left action"]) input[type="time"]:focus,
419
417
  .ui.form .ui.action.input:not([class*="left action"]) input[type="text"]:focus,
420
418
  .ui.form .ui.action.input:not([class*="left action"]) input[type="file"]:focus,
421
- .ui.form .ui.action.input:not([class*="left action"]) input[type="url"]:focus {
419
+ .ui.form .ui.action.input:not([class*="left action"]) input[type="url"]:focus,
420
+ .ui.form .ui.action.input:not([class*="left action"]) input[type="week"]:focus {
422
421
  border-top-right-radius: 0;
423
422
  border-bottom-right-radius: 0;
424
423
  }
425
424
  .ui.form .ui[class*="left action"].input input:not([type]),
425
+ .ui.form .ui[class*="left action"].input input[type="color"],
426
426
  .ui.form .ui[class*="left action"].input input[type="date"],
427
427
  .ui.form .ui[class*="left action"].input input[type="datetime-local"],
428
428
  .ui.form .ui[class*="left action"].input input[type="email"],
429
+ .ui.form .ui[class*="left action"].input input[type="month"],
429
430
  .ui.form .ui[class*="left action"].input input[type="number"],
430
431
  .ui.form .ui[class*="left action"].input input[type="password"],
431
432
  .ui.form .ui[class*="left action"].input input[type="search"],
@@ -433,24 +434,28 @@
433
434
  .ui.form .ui[class*="left action"].input input[type="time"],
434
435
  .ui.form .ui[class*="left action"].input input[type="text"],
435
436
  .ui.form .ui[class*="left action"].input input[type="file"],
436
- .ui.form .ui[class*="left action"].input input[type="url"] {
437
+ .ui.form .ui[class*="left action"].input input[type="url"],
438
+ .ui.form .ui[class*="left action"].input input[type="week"] {
437
439
  border-bottom-left-radius: 0;
438
440
  border-top-left-radius: 0;
439
441
  }
440
442
  .ui.form textarea:focus {
441
443
  color: rgba(0, 0, 0, 0.95);
442
- border-color: #85B7D9;
444
+ border-color: #85b7d9;
443
445
  border-radius: 0.28571429rem;
444
- background: #FFFFFF;
445
- -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.35) inset;
446
- box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.35) inset;
446
+ background: #fff;
447
+ box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.35) inset;
447
448
  -webkit-appearance: none;
448
449
  }
449
450
 
450
- /*--------------------
451
- States
452
- ---------------------*/
451
+ /* Focus */
452
+ .ui.form input:focus::-webkit-calendar-picker-indicator {
453
+ opacity: 1;
454
+ }
453
455
 
456
+ /* --------------------
457
+ States
458
+ --------------------- */
454
459
 
455
460
  /* On Form */
456
461
  .ui.form.error .error.message:not(:empty) {
@@ -460,8 +465,6 @@
460
465
  display: inline-block;
461
466
  }
462
467
  .ui.form.error .icon.error.message:not(:empty) {
463
- display: -webkit-box;
464
- display: -ms-flexbox;
465
468
  display: flex;
466
469
  }
467
470
 
@@ -476,8 +479,6 @@
476
479
  }
477
480
  .ui.form .fields.error .icon.error.message:not(:empty),
478
481
  .ui.form .field.error .icon.error.message:not(:empty) {
479
- display: -webkit-box;
480
- display: -ms-flexbox;
481
482
  display: flex;
482
483
  }
483
484
  .ui.ui.form .fields.error .field label,
@@ -486,7 +487,7 @@
486
487
  .ui.ui.form .field.error .ui.label:not(.corner),
487
488
  .ui.ui.form .fields.error .field .input,
488
489
  .ui.ui.form .field.error .input {
489
- color: #9F3A38;
490
+ color: #9f3a38;
490
491
  }
491
492
  .ui.form .fields.error .field .ui.label,
492
493
  .ui.form .field.error .ui.label {
@@ -494,15 +495,17 @@
494
495
  }
495
496
  .ui.form .fields.error .field .corner.label,
496
497
  .ui.form .field.error .corner.label {
497
- border-color: #9F3A38;
498
- color: #FFFFFF;
498
+ border-color: #9f3a38;
499
+ color: #fff;
499
500
  }
500
501
  .ui.form .fields.error .field textarea,
501
502
  .ui.form .fields.error .field select,
502
503
  .ui.form .fields.error .field input:not([type]),
504
+ .ui.form .fields.error .field input[type="color"],
503
505
  .ui.form .fields.error .field input[type="date"],
504
506
  .ui.form .fields.error .field input[type="datetime-local"],
505
507
  .ui.form .fields.error .field input[type="email"],
508
+ .ui.form .fields.error .field input[type="month"],
506
509
  .ui.form .fields.error .field input[type="number"],
507
510
  .ui.form .fields.error .field input[type="password"],
508
511
  .ui.form .fields.error .field input[type="search"],
@@ -511,12 +514,15 @@
511
514
  .ui.form .fields.error .field input[type="text"],
512
515
  .ui.form .fields.error .field input[type="file"],
513
516
  .ui.form .fields.error .field input[type="url"],
517
+ .ui.form .fields.error .field input[type="week"],
514
518
  .ui.form .field.error textarea,
515
519
  .ui.form .field.error select,
516
520
  .ui.form .field.error input:not([type]),
521
+ .ui.form .field.error input[type="color"],
517
522
  .ui.form .field.error input[type="date"],
518
523
  .ui.form .field.error input[type="datetime-local"],
519
524
  .ui.form .field.error input[type="email"],
525
+ .ui.form .field.error input[type="month"],
520
526
  .ui.form .field.error input[type="number"],
521
527
  .ui.form .field.error input[type="password"],
522
528
  .ui.form .field.error input[type="search"],
@@ -524,20 +530,43 @@
524
530
  .ui.form .field.error input[type="time"],
525
531
  .ui.form .field.error input[type="text"],
526
532
  .ui.form .field.error input[type="file"],
527
- .ui.form .field.error input[type="url"] {
528
- color: #9F3A38;
529
- background: #FFF6F6;
530
- border-color: #E0B4B4;
531
- border-radius: '';
532
- -webkit-box-shadow: none;
533
- box-shadow: none;
533
+ .ui.form .field.error input[type="url"],
534
+ .ui.form .field.error input[type="week"] {
535
+ color: #9f3a38;
536
+ background: #fff6f6;
537
+ border-color: #e0b4b4;
538
+ border-radius: "";
539
+ box-shadow: none;
540
+ }
541
+ .ui.form .field input:not(:-ms-input-placeholder):invalid {
542
+ color: #9f3a38;
543
+ background: #fff6f6;
544
+ border-color: #e0b4b4;
545
+ border-radius: "";
546
+ box-shadow: none;
547
+ }
548
+ .ui.form .field input:not(:placeholder-shown):invalid {
549
+ color: #9f3a38;
550
+ background: #fff6f6;
551
+ border-color: #e0b4b4;
552
+ border-radius: "";
553
+ box-shadow: none;
554
+ }
555
+ .ui.form .field input:not(:-ms-input-placeholder):invalid {
556
+ color: #9f3a38;
557
+ background: #fff6f6;
558
+ border-color: #e0b4b4;
559
+ border-radius: "";
560
+ box-shadow: none;
534
561
  }
535
562
  .ui.form .field.error textarea:focus,
536
563
  .ui.form .field.error select:focus,
537
564
  .ui.form .field.error input:not([type]):focus,
565
+ .ui.form .field.error input[type="color"]:focus,
538
566
  .ui.form .field.error input[type="date"]:focus,
539
567
  .ui.form .field.error input[type="datetime-local"]:focus,
540
568
  .ui.form .field.error input[type="email"]:focus,
569
+ .ui.form .field.error input[type="month"]:focus,
541
570
  .ui.form .field.error input[type="number"]:focus,
542
571
  .ui.form .field.error input[type="password"]:focus,
543
572
  .ui.form .field.error input[type="search"]:focus,
@@ -545,12 +574,12 @@
545
574
  .ui.form .field.error input[type="time"]:focus,
546
575
  .ui.form .field.error input[type="text"]:focus,
547
576
  .ui.form .field.error input[type="file"]:focus,
548
- .ui.form .field.error input[type="url"]:focus {
549
- background: #FFF6F6;
550
- border-color: #E0B4B4;
551
- color: #9F3A38;
552
- -webkit-box-shadow: none;
553
- box-shadow: none;
577
+ .ui.form .field.error input[type="url"]:focus,
578
+ .ui.form .field.error input[type="week"]:focus {
579
+ background: #fff6f6;
580
+ border-color: #e0b4b4;
581
+ color: #9f3a38;
582
+ box-shadow: none;
554
583
  }
555
584
 
556
585
  /* Preserve Native Select Stylings */
@@ -559,8 +588,8 @@
559
588
  }
560
589
 
561
590
  /*------------------
562
- Input State
563
- --------------------*/
591
+ Input State
592
+ --------------------*/
564
593
 
565
594
 
566
595
  /* Transparent */
@@ -568,15 +597,14 @@
568
597
  .ui.form .field.error .transparent.input textarea,
569
598
  .ui.form .field.error input.transparent,
570
599
  .ui.form .field.error textarea.transparent {
571
- background-color: #FFF6F6 !important;
572
- color: #9F3A38 !important;
600
+ background-color: #fff6f6 !important;
601
+ color: #9f3a38 !important;
573
602
  }
574
603
 
575
604
  /* Autofilled */
576
605
  .ui.form .error.error input:-webkit-autofill {
577
- -webkit-box-shadow: 0 0 0 100px #FFFAF0 inset !important;
578
- box-shadow: 0 0 0 100px #FFFAF0 inset !important;
579
- border-color: #E0B4B4 !important;
606
+ box-shadow: 0 0 0 100px #fffaf0 inset !important;
607
+ border-color: #e0b4b4 !important;
580
608
  }
581
609
 
582
610
  /* Placeholder */
@@ -600,75 +628,69 @@
600
628
  }
601
629
 
602
630
  /*------------------
603
- Dropdown State
604
- --------------------*/
631
+ Dropdown State
632
+ --------------------*/
605
633
 
606
634
  .ui.form .fields.error .field .ui.dropdown,
607
635
  .ui.form .fields.error .field .ui.dropdown .item,
608
636
  .ui.form .field.error .ui.dropdown,
609
637
  .ui.form .field.error .ui.dropdown > .text,
610
638
  .ui.form .field.error .ui.dropdown .item {
611
- background: #FFF6F6;
612
- color: #9F3A38;
639
+ background: #fff6f6;
640
+ color: #9f3a38;
613
641
  }
614
642
  .ui.form .fields.error .field .ui.dropdown,
615
643
  .ui.form .field.error .ui.dropdown {
616
- border-color: #E0B4B4 !important;
644
+ border-color: #e0b4b4 !important;
617
645
  }
618
646
  .ui.form .fields.error .field .ui.dropdown:hover,
619
647
  .ui.form .field.error .ui.dropdown:hover {
620
- border-color: #E0B4B4 !important;
648
+ border-color: #e0b4b4 !important;
621
649
  }
622
650
  .ui.form .fields.error .field .ui.dropdown:hover .menu,
623
651
  .ui.form .field.error .ui.dropdown:hover .menu {
624
- border-color: #E0B4B4;
652
+ border-color: #e0b4b4;
625
653
  }
626
654
  .ui.form .fields.error .field .ui.multiple.selection.dropdown > .label,
627
655
  .ui.form .field.error .ui.multiple.selection.dropdown > .label {
628
- background-color: #EACBCB;
629
- color: #9F3A38;
656
+ background-color: #eacbcb;
657
+ color: #9f3a38;
630
658
  }
631
659
 
632
660
  /* Hover */
633
661
  .ui.form .fields.error .field .ui.dropdown .menu .item:hover,
634
662
  .ui.form .field.error .ui.dropdown .menu .item:hover {
635
- background-color: #FBE7E7;
663
+ background-color: #fbe7e7;
636
664
  }
637
665
 
638
666
  /* Selected */
639
667
  .ui.form .fields.error .field .ui.dropdown .menu .selected.item,
640
668
  .ui.form .field.error .ui.dropdown .menu .selected.item {
641
- background-color: #FBE7E7;
669
+ background-color: #fbe7e7;
642
670
  }
643
671
 
644
672
  /* Active */
645
673
  .ui.form .fields.error .field .ui.dropdown .menu .active.item,
646
674
  .ui.form .field.error .ui.dropdown .menu .active.item {
647
- background-color: #FDCFCF !important;
675
+ background-color: #fdcfcf !important;
648
676
  }
649
677
 
650
678
  /*--------------------
651
- Checkbox State
652
- ---------------------*/
679
+ Checkbox State
680
+ ---------------------*/
653
681
 
654
682
  .ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label,
655
- .ui.form .field.error .checkbox:not(.toggle):not(.slider) label,
656
- .ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box,
657
- .ui.form .field.error .checkbox:not(.toggle):not(.slider) .box {
658
- color: #9F3A38;
659
- }
660
- .ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label:before,
661
- .ui.form .field.error .checkbox:not(.toggle):not(.slider) label:before,
662
- .ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box:before,
663
- .ui.form .field.error .checkbox:not(.toggle):not(.slider) .box:before {
664
- background: #FFF6F6;
665
- border-color: #E0B4B4;
666
- }
667
- .ui.form .fields.error .field .checkbox label:after,
668
- .ui.form .field.error .checkbox label:after,
669
- .ui.form .fields.error .field .checkbox .box:after,
670
- .ui.form .field.error .checkbox .box:after {
671
- color: #9F3A38;
683
+ .ui.form .field.error .checkbox:not(.toggle):not(.slider) label {
684
+ color: #9f3a38;
685
+ }
686
+ .ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label::before,
687
+ .ui.form .field.error .checkbox:not(.toggle):not(.slider) label::before {
688
+ background: #fff6f6;
689
+ border-color: #e0b4b4;
690
+ }
691
+ .ui.form .fields.error .field .checkbox label::after,
692
+ .ui.form .field.error .checkbox label::after {
693
+ color: #9f3a38;
672
694
  }
673
695
  .ui.inverted.form .fields.error .field label,
674
696
  .ui.inverted.form .error.field label {
@@ -683,8 +705,6 @@
683
705
  display: inline-block;
684
706
  }
685
707
  .ui.form.info .icon.info.message:not(:empty) {
686
- display: -webkit-box;
687
- display: -ms-flexbox;
688
708
  display: flex;
689
709
  }
690
710
 
@@ -699,8 +719,6 @@
699
719
  }
700
720
  .ui.form .fields.info .icon.info.message:not(:empty),
701
721
  .ui.form .field.info .icon.info.message:not(:empty) {
702
- display: -webkit-box;
703
- display: -ms-flexbox;
704
722
  display: flex;
705
723
  }
706
724
  .ui.ui.form .fields.info .field label,
@@ -709,7 +727,7 @@
709
727
  .ui.ui.form .field.info .ui.label:not(.corner),
710
728
  .ui.ui.form .fields.info .field .input,
711
729
  .ui.ui.form .field.info .input {
712
- color: #276F86;
730
+ color: #276f86;
713
731
  }
714
732
  .ui.form .fields.info .field .ui.label,
715
733
  .ui.form .field.info .ui.label {
@@ -717,15 +735,17 @@
717
735
  }
718
736
  .ui.form .fields.info .field .corner.label,
719
737
  .ui.form .field.info .corner.label {
720
- border-color: #276F86;
721
- color: #FFFFFF;
738
+ border-color: #276f86;
739
+ color: #fff;
722
740
  }
723
741
  .ui.form .fields.info .field textarea,
724
742
  .ui.form .fields.info .field select,
725
743
  .ui.form .fields.info .field input:not([type]),
744
+ .ui.form .fields.info .field input[type="color"],
726
745
  .ui.form .fields.info .field input[type="date"],
727
746
  .ui.form .fields.info .field input[type="datetime-local"],
728
747
  .ui.form .fields.info .field input[type="email"],
748
+ .ui.form .fields.info .field input[type="month"],
729
749
  .ui.form .fields.info .field input[type="number"],
730
750
  .ui.form .fields.info .field input[type="password"],
731
751
  .ui.form .fields.info .field input[type="search"],
@@ -734,12 +754,15 @@
734
754
  .ui.form .fields.info .field input[type="text"],
735
755
  .ui.form .fields.info .field input[type="file"],
736
756
  .ui.form .fields.info .field input[type="url"],
757
+ .ui.form .fields.info .field input[type="week"],
737
758
  .ui.form .field.info textarea,
738
759
  .ui.form .field.info select,
739
760
  .ui.form .field.info input:not([type]),
761
+ .ui.form .field.info input[type="color"],
740
762
  .ui.form .field.info input[type="date"],
741
763
  .ui.form .field.info input[type="datetime-local"],
742
764
  .ui.form .field.info input[type="email"],
765
+ .ui.form .field.info input[type="month"],
743
766
  .ui.form .field.info input[type="number"],
744
767
  .ui.form .field.info input[type="password"],
745
768
  .ui.form .field.info input[type="search"],
@@ -747,20 +770,22 @@
747
770
  .ui.form .field.info input[type="time"],
748
771
  .ui.form .field.info input[type="text"],
749
772
  .ui.form .field.info input[type="file"],
750
- .ui.form .field.info input[type="url"] {
751
- color: #276F86;
752
- background: #F8FFFF;
753
- border-color: #A9D5DE;
754
- border-radius: '';
755
- -webkit-box-shadow: none;
756
- box-shadow: none;
773
+ .ui.form .field.info input[type="url"],
774
+ .ui.form .field.info input[type="week"] {
775
+ color: #276f86;
776
+ background: #f8ffff;
777
+ border-color: #a9d5de;
778
+ border-radius: "";
779
+ box-shadow: none;
757
780
  }
758
781
  .ui.form .field.info textarea:focus,
759
782
  .ui.form .field.info select:focus,
760
783
  .ui.form .field.info input:not([type]):focus,
784
+ .ui.form .field.info input[type="color"]:focus,
761
785
  .ui.form .field.info input[type="date"]:focus,
762
786
  .ui.form .field.info input[type="datetime-local"]:focus,
763
787
  .ui.form .field.info input[type="email"]:focus,
788
+ .ui.form .field.info input[type="month"]:focus,
764
789
  .ui.form .field.info input[type="number"]:focus,
765
790
  .ui.form .field.info input[type="password"]:focus,
766
791
  .ui.form .field.info input[type="search"]:focus,
@@ -768,12 +793,12 @@
768
793
  .ui.form .field.info input[type="time"]:focus,
769
794
  .ui.form .field.info input[type="text"]:focus,
770
795
  .ui.form .field.info input[type="file"]:focus,
771
- .ui.form .field.info input[type="url"]:focus {
772
- background: #F8FFFF;
773
- border-color: #A9D5DE;
774
- color: #276F86;
775
- -webkit-box-shadow: none;
776
- box-shadow: none;
796
+ .ui.form .field.info input[type="url"]:focus,
797
+ .ui.form .field.info input[type="week"]:focus {
798
+ background: #f8ffff;
799
+ border-color: #a9d5de;
800
+ color: #276f86;
801
+ box-shadow: none;
777
802
  }
778
803
 
779
804
  /* Preserve Native Select Stylings */
@@ -782,8 +807,8 @@
782
807
  }
783
808
 
784
809
  /*------------------
785
- Input State
786
- --------------------*/
810
+ Input State
811
+ --------------------*/
787
812
 
788
813
 
789
814
  /* Transparent */
@@ -791,14 +816,13 @@
791
816
  .ui.form .field.info .transparent.input textarea,
792
817
  .ui.form .field.info input.transparent,
793
818
  .ui.form .field.info textarea.transparent {
794
- background-color: #F8FFFF !important;
795
- color: #276F86 !important;
819
+ background-color: #f8ffff !important;
820
+ color: #276f86 !important;
796
821
  }
797
822
 
798
823
  /* Autofilled */
799
824
  .ui.form .info.info input:-webkit-autofill {
800
- -webkit-box-shadow: 0 0 0 100px #F0FAFF inset !important;
801
- box-shadow: 0 0 0 100px #F0FAFF inset !important;
825
+ box-shadow: 0 0 0 100px #f0faff inset !important;
802
826
  border-color: #b3e0e0 !important;
803
827
  }
804
828
 
@@ -823,33 +847,33 @@
823
847
  }
824
848
 
825
849
  /*------------------
826
- Dropdown State
827
- --------------------*/
850
+ Dropdown State
851
+ --------------------*/
828
852
 
829
853
  .ui.form .fields.info .field .ui.dropdown,
830
854
  .ui.form .fields.info .field .ui.dropdown .item,
831
855
  .ui.form .field.info .ui.dropdown,
832
856
  .ui.form .field.info .ui.dropdown > .text,
833
857
  .ui.form .field.info .ui.dropdown .item {
834
- background: #F8FFFF;
835
- color: #276F86;
858
+ background: #f8ffff;
859
+ color: #276f86;
836
860
  }
837
861
  .ui.form .fields.info .field .ui.dropdown,
838
862
  .ui.form .field.info .ui.dropdown {
839
- border-color: #A9D5DE !important;
863
+ border-color: #a9d5de !important;
840
864
  }
841
865
  .ui.form .fields.info .field .ui.dropdown:hover,
842
866
  .ui.form .field.info .ui.dropdown:hover {
843
- border-color: #A9D5DE !important;
867
+ border-color: #a9d5de !important;
844
868
  }
845
869
  .ui.form .fields.info .field .ui.dropdown:hover .menu,
846
870
  .ui.form .field.info .ui.dropdown:hover .menu {
847
- border-color: #A9D5DE;
871
+ border-color: #a9d5de;
848
872
  }
849
873
  .ui.form .fields.info .field .ui.multiple.selection.dropdown > .label,
850
874
  .ui.form .field.info .ui.multiple.selection.dropdown > .label {
851
875
  background-color: #cce3ea;
852
- color: #276F86;
876
+ color: #276f86;
853
877
  }
854
878
 
855
879
  /* Hover */
@@ -871,27 +895,21 @@
871
895
  }
872
896
 
873
897
  /*--------------------
874
- Checkbox State
875
- ---------------------*/
898
+ Checkbox State
899
+ ---------------------*/
876
900
 
877
901
  .ui.form .fields.info .field .checkbox:not(.toggle):not(.slider) label,
878
- .ui.form .field.info .checkbox:not(.toggle):not(.slider) label,
879
- .ui.form .fields.info .field .checkbox:not(.toggle):not(.slider) .box,
880
- .ui.form .field.info .checkbox:not(.toggle):not(.slider) .box {
881
- color: #276F86;
882
- }
883
- .ui.form .fields.info .field .checkbox:not(.toggle):not(.slider) label:before,
884
- .ui.form .field.info .checkbox:not(.toggle):not(.slider) label:before,
885
- .ui.form .fields.info .field .checkbox:not(.toggle):not(.slider) .box:before,
886
- .ui.form .field.info .checkbox:not(.toggle):not(.slider) .box:before {
887
- background: #F8FFFF;
888
- border-color: #A9D5DE;
889
- }
890
- .ui.form .fields.info .field .checkbox label:after,
891
- .ui.form .field.info .checkbox label:after,
892
- .ui.form .fields.info .field .checkbox .box:after,
893
- .ui.form .field.info .checkbox .box:after {
894
- color: #276F86;
902
+ .ui.form .field.info .checkbox:not(.toggle):not(.slider) label {
903
+ color: #276f86;
904
+ }
905
+ .ui.form .fields.info .field .checkbox:not(.toggle):not(.slider) label::before,
906
+ .ui.form .field.info .checkbox:not(.toggle):not(.slider) label::before {
907
+ background: #f8ffff;
908
+ border-color: #a9d5de;
909
+ }
910
+ .ui.form .fields.info .field .checkbox label::after,
911
+ .ui.form .field.info .checkbox label::after {
912
+ color: #276f86;
895
913
  }
896
914
  .ui.inverted.form .fields.info .field label,
897
915
  .ui.inverted.form .info.field label {
@@ -906,8 +924,6 @@
906
924
  display: inline-block;
907
925
  }
908
926
  .ui.form.success .icon.success.message:not(:empty) {
909
- display: -webkit-box;
910
- display: -ms-flexbox;
911
927
  display: flex;
912
928
  }
913
929
 
@@ -922,8 +938,6 @@
922
938
  }
923
939
  .ui.form .fields.success .icon.success.message:not(:empty),
924
940
  .ui.form .field.success .icon.success.message:not(:empty) {
925
- display: -webkit-box;
926
- display: -ms-flexbox;
927
941
  display: flex;
928
942
  }
929
943
  .ui.ui.form .fields.success .field label,
@@ -932,7 +946,7 @@
932
946
  .ui.ui.form .field.success .ui.label:not(.corner),
933
947
  .ui.ui.form .fields.success .field .input,
934
948
  .ui.ui.form .field.success .input {
935
- color: #2C662D;
949
+ color: #2c662d;
936
950
  }
937
951
  .ui.form .fields.success .field .ui.label,
938
952
  .ui.form .field.success .ui.label {
@@ -940,15 +954,17 @@
940
954
  }
941
955
  .ui.form .fields.success .field .corner.label,
942
956
  .ui.form .field.success .corner.label {
943
- border-color: #2C662D;
944
- color: #FFFFFF;
957
+ border-color: #2c662d;
958
+ color: #fff;
945
959
  }
946
960
  .ui.form .fields.success .field textarea,
947
961
  .ui.form .fields.success .field select,
948
962
  .ui.form .fields.success .field input:not([type]),
963
+ .ui.form .fields.success .field input[type="color"],
949
964
  .ui.form .fields.success .field input[type="date"],
950
965
  .ui.form .fields.success .field input[type="datetime-local"],
951
966
  .ui.form .fields.success .field input[type="email"],
967
+ .ui.form .fields.success .field input[type="month"],
952
968
  .ui.form .fields.success .field input[type="number"],
953
969
  .ui.form .fields.success .field input[type="password"],
954
970
  .ui.form .fields.success .field input[type="search"],
@@ -957,12 +973,15 @@
957
973
  .ui.form .fields.success .field input[type="text"],
958
974
  .ui.form .fields.success .field input[type="file"],
959
975
  .ui.form .fields.success .field input[type="url"],
976
+ .ui.form .fields.success .field input[type="week"],
960
977
  .ui.form .field.success textarea,
961
978
  .ui.form .field.success select,
962
979
  .ui.form .field.success input:not([type]),
980
+ .ui.form .field.success input[type="color"],
963
981
  .ui.form .field.success input[type="date"],
964
982
  .ui.form .field.success input[type="datetime-local"],
965
983
  .ui.form .field.success input[type="email"],
984
+ .ui.form .field.success input[type="month"],
966
985
  .ui.form .field.success input[type="number"],
967
986
  .ui.form .field.success input[type="password"],
968
987
  .ui.form .field.success input[type="search"],
@@ -970,20 +989,22 @@
970
989
  .ui.form .field.success input[type="time"],
971
990
  .ui.form .field.success input[type="text"],
972
991
  .ui.form .field.success input[type="file"],
973
- .ui.form .field.success input[type="url"] {
974
- color: #2C662D;
975
- background: #FCFFF5;
976
- border-color: #A3C293;
977
- border-radius: '';
978
- -webkit-box-shadow: none;
979
- box-shadow: none;
992
+ .ui.form .field.success input[type="url"],
993
+ .ui.form .field.success input[type="week"] {
994
+ color: #2c662d;
995
+ background: #fcfff5;
996
+ border-color: #a3c293;
997
+ border-radius: "";
998
+ box-shadow: none;
980
999
  }
981
1000
  .ui.form .field.success textarea:focus,
982
1001
  .ui.form .field.success select:focus,
983
1002
  .ui.form .field.success input:not([type]):focus,
1003
+ .ui.form .field.success input[type="color"]:focus,
984
1004
  .ui.form .field.success input[type="date"]:focus,
985
1005
  .ui.form .field.success input[type="datetime-local"]:focus,
986
1006
  .ui.form .field.success input[type="email"]:focus,
1007
+ .ui.form .field.success input[type="month"]:focus,
987
1008
  .ui.form .field.success input[type="number"]:focus,
988
1009
  .ui.form .field.success input[type="password"]:focus,
989
1010
  .ui.form .field.success input[type="search"]:focus,
@@ -991,12 +1012,12 @@
991
1012
  .ui.form .field.success input[type="time"]:focus,
992
1013
  .ui.form .field.success input[type="text"]:focus,
993
1014
  .ui.form .field.success input[type="file"]:focus,
994
- .ui.form .field.success input[type="url"]:focus {
995
- background: #FCFFF5;
996
- border-color: #A3C293;
997
- color: #2C662D;
998
- -webkit-box-shadow: none;
999
- box-shadow: none;
1015
+ .ui.form .field.success input[type="url"]:focus,
1016
+ .ui.form .field.success input[type="week"]:focus {
1017
+ background: #fcfff5;
1018
+ border-color: #a3c293;
1019
+ color: #2c662d;
1020
+ box-shadow: none;
1000
1021
  }
1001
1022
 
1002
1023
  /* Preserve Native Select Stylings */
@@ -1005,8 +1026,8 @@
1005
1026
  }
1006
1027
 
1007
1028
  /*------------------
1008
- Input State
1009
- --------------------*/
1029
+ Input State
1030
+ --------------------*/
1010
1031
 
1011
1032
 
1012
1033
  /* Transparent */
@@ -1014,14 +1035,13 @@
1014
1035
  .ui.form .field.success .transparent.input textarea,
1015
1036
  .ui.form .field.success input.transparent,
1016
1037
  .ui.form .field.success textarea.transparent {
1017
- background-color: #FCFFF5 !important;
1018
- color: #2C662D !important;
1038
+ background-color: #fcfff5 !important;
1039
+ color: #2c662d !important;
1019
1040
  }
1020
1041
 
1021
1042
  /* Autofilled */
1022
1043
  .ui.form .success.success input:-webkit-autofill {
1023
- -webkit-box-shadow: 0 0 0 100px #F0FFF0 inset !important;
1024
- box-shadow: 0 0 0 100px #F0FFF0 inset !important;
1044
+ box-shadow: 0 0 0 100px #f0fff0 inset !important;
1025
1045
  border-color: #bee0b3 !important;
1026
1046
  }
1027
1047
 
@@ -1046,33 +1066,33 @@
1046
1066
  }
1047
1067
 
1048
1068
  /*------------------
1049
- Dropdown State
1050
- --------------------*/
1069
+ Dropdown State
1070
+ --------------------*/
1051
1071
 
1052
1072
  .ui.form .fields.success .field .ui.dropdown,
1053
1073
  .ui.form .fields.success .field .ui.dropdown .item,
1054
1074
  .ui.form .field.success .ui.dropdown,
1055
1075
  .ui.form .field.success .ui.dropdown > .text,
1056
1076
  .ui.form .field.success .ui.dropdown .item {
1057
- background: #FCFFF5;
1058
- color: #2C662D;
1077
+ background: #fcfff5;
1078
+ color: #2c662d;
1059
1079
  }
1060
1080
  .ui.form .fields.success .field .ui.dropdown,
1061
1081
  .ui.form .field.success .ui.dropdown {
1062
- border-color: #A3C293 !important;
1082
+ border-color: #a3c293 !important;
1063
1083
  }
1064
1084
  .ui.form .fields.success .field .ui.dropdown:hover,
1065
1085
  .ui.form .field.success .ui.dropdown:hover {
1066
- border-color: #A3C293 !important;
1086
+ border-color: #a3c293 !important;
1067
1087
  }
1068
1088
  .ui.form .fields.success .field .ui.dropdown:hover .menu,
1069
1089
  .ui.form .field.success .ui.dropdown:hover .menu {
1070
- border-color: #A3C293;
1090
+ border-color: #a3c293;
1071
1091
  }
1072
1092
  .ui.form .fields.success .field .ui.multiple.selection.dropdown > .label,
1073
1093
  .ui.form .field.success .ui.multiple.selection.dropdown > .label {
1074
1094
  background-color: #cceacc;
1075
- color: #2C662D;
1095
+ color: #2c662d;
1076
1096
  }
1077
1097
 
1078
1098
  /* Hover */
@@ -1094,27 +1114,21 @@
1094
1114
  }
1095
1115
 
1096
1116
  /*--------------------
1097
- Checkbox State
1098
- ---------------------*/
1117
+ Checkbox State
1118
+ ---------------------*/
1099
1119
 
1100
1120
  .ui.form .fields.success .field .checkbox:not(.toggle):not(.slider) label,
1101
- .ui.form .field.success .checkbox:not(.toggle):not(.slider) label,
1102
- .ui.form .fields.success .field .checkbox:not(.toggle):not(.slider) .box,
1103
- .ui.form .field.success .checkbox:not(.toggle):not(.slider) .box {
1104
- color: #2C662D;
1105
- }
1106
- .ui.form .fields.success .field .checkbox:not(.toggle):not(.slider) label:before,
1107
- .ui.form .field.success .checkbox:not(.toggle):not(.slider) label:before,
1108
- .ui.form .fields.success .field .checkbox:not(.toggle):not(.slider) .box:before,
1109
- .ui.form .field.success .checkbox:not(.toggle):not(.slider) .box:before {
1110
- background: #FCFFF5;
1111
- border-color: #A3C293;
1112
- }
1113
- .ui.form .fields.success .field .checkbox label:after,
1114
- .ui.form .field.success .checkbox label:after,
1115
- .ui.form .fields.success .field .checkbox .box:after,
1116
- .ui.form .field.success .checkbox .box:after {
1117
- color: #2C662D;
1121
+ .ui.form .field.success .checkbox:not(.toggle):not(.slider) label {
1122
+ color: #2c662d;
1123
+ }
1124
+ .ui.form .fields.success .field .checkbox:not(.toggle):not(.slider) label::before,
1125
+ .ui.form .field.success .checkbox:not(.toggle):not(.slider) label::before {
1126
+ background: #fcfff5;
1127
+ border-color: #a3c293;
1128
+ }
1129
+ .ui.form .fields.success .field .checkbox label::after,
1130
+ .ui.form .field.success .checkbox label::after {
1131
+ color: #2c662d;
1118
1132
  }
1119
1133
  .ui.inverted.form .fields.success .field label,
1120
1134
  .ui.inverted.form .success.field label {
@@ -1129,8 +1143,6 @@
1129
1143
  display: inline-block;
1130
1144
  }
1131
1145
  .ui.form.warning .icon.warning.message:not(:empty) {
1132
- display: -webkit-box;
1133
- display: -ms-flexbox;
1134
1146
  display: flex;
1135
1147
  }
1136
1148
 
@@ -1145,8 +1157,6 @@
1145
1157
  }
1146
1158
  .ui.form .fields.warning .icon.warning.message:not(:empty),
1147
1159
  .ui.form .field.warning .icon.warning.message:not(:empty) {
1148
- display: -webkit-box;
1149
- display: -ms-flexbox;
1150
1160
  display: flex;
1151
1161
  }
1152
1162
  .ui.ui.form .fields.warning .field label,
@@ -1155,7 +1165,7 @@
1155
1165
  .ui.ui.form .field.warning .ui.label:not(.corner),
1156
1166
  .ui.ui.form .fields.warning .field .input,
1157
1167
  .ui.ui.form .field.warning .input {
1158
- color: #573A08;
1168
+ color: #573a08;
1159
1169
  }
1160
1170
  .ui.form .fields.warning .field .ui.label,
1161
1171
  .ui.form .field.warning .ui.label {
@@ -1163,15 +1173,17 @@
1163
1173
  }
1164
1174
  .ui.form .fields.warning .field .corner.label,
1165
1175
  .ui.form .field.warning .corner.label {
1166
- border-color: #573A08;
1167
- color: #FFFFFF;
1176
+ border-color: #573a08;
1177
+ color: #fff;
1168
1178
  }
1169
1179
  .ui.form .fields.warning .field textarea,
1170
1180
  .ui.form .fields.warning .field select,
1171
1181
  .ui.form .fields.warning .field input:not([type]),
1182
+ .ui.form .fields.warning .field input[type="color"],
1172
1183
  .ui.form .fields.warning .field input[type="date"],
1173
1184
  .ui.form .fields.warning .field input[type="datetime-local"],
1174
1185
  .ui.form .fields.warning .field input[type="email"],
1186
+ .ui.form .fields.warning .field input[type="month"],
1175
1187
  .ui.form .fields.warning .field input[type="number"],
1176
1188
  .ui.form .fields.warning .field input[type="password"],
1177
1189
  .ui.form .fields.warning .field input[type="search"],
@@ -1180,12 +1192,15 @@
1180
1192
  .ui.form .fields.warning .field input[type="text"],
1181
1193
  .ui.form .fields.warning .field input[type="file"],
1182
1194
  .ui.form .fields.warning .field input[type="url"],
1195
+ .ui.form .fields.warning .field input[type="week"],
1183
1196
  .ui.form .field.warning textarea,
1184
1197
  .ui.form .field.warning select,
1185
1198
  .ui.form .field.warning input:not([type]),
1199
+ .ui.form .field.warning input[type="color"],
1186
1200
  .ui.form .field.warning input[type="date"],
1187
1201
  .ui.form .field.warning input[type="datetime-local"],
1188
1202
  .ui.form .field.warning input[type="email"],
1203
+ .ui.form .field.warning input[type="month"],
1189
1204
  .ui.form .field.warning input[type="number"],
1190
1205
  .ui.form .field.warning input[type="password"],
1191
1206
  .ui.form .field.warning input[type="search"],
@@ -1193,20 +1208,22 @@
1193
1208
  .ui.form .field.warning input[type="time"],
1194
1209
  .ui.form .field.warning input[type="text"],
1195
1210
  .ui.form .field.warning input[type="file"],
1196
- .ui.form .field.warning input[type="url"] {
1197
- color: #573A08;
1198
- background: #FFFAF3;
1199
- border-color: #C9BA9B;
1200
- border-radius: '';
1201
- -webkit-box-shadow: none;
1202
- box-shadow: none;
1211
+ .ui.form .field.warning input[type="url"],
1212
+ .ui.form .field.warning input[type="week"] {
1213
+ color: #573a08;
1214
+ background: #fffaf3;
1215
+ border-color: #c9ba9b;
1216
+ border-radius: "";
1217
+ box-shadow: none;
1203
1218
  }
1204
1219
  .ui.form .field.warning textarea:focus,
1205
1220
  .ui.form .field.warning select:focus,
1206
1221
  .ui.form .field.warning input:not([type]):focus,
1222
+ .ui.form .field.warning input[type="color"]:focus,
1207
1223
  .ui.form .field.warning input[type="date"]:focus,
1208
1224
  .ui.form .field.warning input[type="datetime-local"]:focus,
1209
1225
  .ui.form .field.warning input[type="email"]:focus,
1226
+ .ui.form .field.warning input[type="month"]:focus,
1210
1227
  .ui.form .field.warning input[type="number"]:focus,
1211
1228
  .ui.form .field.warning input[type="password"]:focus,
1212
1229
  .ui.form .field.warning input[type="search"]:focus,
@@ -1214,12 +1231,12 @@
1214
1231
  .ui.form .field.warning input[type="time"]:focus,
1215
1232
  .ui.form .field.warning input[type="text"]:focus,
1216
1233
  .ui.form .field.warning input[type="file"]:focus,
1217
- .ui.form .field.warning input[type="url"]:focus {
1218
- background: #FFFAF3;
1219
- border-color: #C9BA9B;
1220
- color: #573A08;
1221
- -webkit-box-shadow: none;
1222
- box-shadow: none;
1234
+ .ui.form .field.warning input[type="url"]:focus,
1235
+ .ui.form .field.warning input[type="week"]:focus {
1236
+ background: #fffaf3;
1237
+ border-color: #c9ba9b;
1238
+ color: #573a08;
1239
+ box-shadow: none;
1223
1240
  }
1224
1241
 
1225
1242
  /* Preserve Native Select Stylings */
@@ -1228,8 +1245,8 @@
1228
1245
  }
1229
1246
 
1230
1247
  /*------------------
1231
- Input State
1232
- --------------------*/
1248
+ Input State
1249
+ --------------------*/
1233
1250
 
1234
1251
 
1235
1252
  /* Transparent */
@@ -1237,14 +1254,13 @@
1237
1254
  .ui.form .field.warning .transparent.input textarea,
1238
1255
  .ui.form .field.warning input.transparent,
1239
1256
  .ui.form .field.warning textarea.transparent {
1240
- background-color: #FFFAF3 !important;
1241
- color: #573A08 !important;
1257
+ background-color: #fffaf3 !important;
1258
+ color: #573a08 !important;
1242
1259
  }
1243
1260
 
1244
1261
  /* Autofilled */
1245
1262
  .ui.form .warning.warning input:-webkit-autofill {
1246
- -webkit-box-shadow: 0 0 0 100px #FFFFe0 inset !important;
1247
- box-shadow: 0 0 0 100px #FFFFe0 inset !important;
1263
+ box-shadow: 0 0 0 100px #ffffe0 inset !important;
1248
1264
  border-color: #e0e0b3 !important;
1249
1265
  }
1250
1266
 
@@ -1269,33 +1285,33 @@
1269
1285
  }
1270
1286
 
1271
1287
  /*------------------
1272
- Dropdown State
1273
- --------------------*/
1288
+ Dropdown State
1289
+ --------------------*/
1274
1290
 
1275
1291
  .ui.form .fields.warning .field .ui.dropdown,
1276
1292
  .ui.form .fields.warning .field .ui.dropdown .item,
1277
1293
  .ui.form .field.warning .ui.dropdown,
1278
1294
  .ui.form .field.warning .ui.dropdown > .text,
1279
1295
  .ui.form .field.warning .ui.dropdown .item {
1280
- background: #FFFAF3;
1281
- color: #573A08;
1296
+ background: #fffaf3;
1297
+ color: #573a08;
1282
1298
  }
1283
1299
  .ui.form .fields.warning .field .ui.dropdown,
1284
1300
  .ui.form .field.warning .ui.dropdown {
1285
- border-color: #C9BA9B !important;
1301
+ border-color: #c9ba9b !important;
1286
1302
  }
1287
1303
  .ui.form .fields.warning .field .ui.dropdown:hover,
1288
1304
  .ui.form .field.warning .ui.dropdown:hover {
1289
- border-color: #C9BA9B !important;
1305
+ border-color: #c9ba9b !important;
1290
1306
  }
1291
1307
  .ui.form .fields.warning .field .ui.dropdown:hover .menu,
1292
1308
  .ui.form .field.warning .ui.dropdown:hover .menu {
1293
- border-color: #C9BA9B;
1309
+ border-color: #c9ba9b;
1294
1310
  }
1295
1311
  .ui.form .fields.warning .field .ui.multiple.selection.dropdown > .label,
1296
1312
  .ui.form .field.warning .ui.multiple.selection.dropdown > .label {
1297
1313
  background-color: #eaeacc;
1298
- color: #573A08;
1314
+ color: #573a08;
1299
1315
  }
1300
1316
 
1301
1317
  /* Hover */
@@ -1317,37 +1333,30 @@
1317
1333
  }
1318
1334
 
1319
1335
  /*--------------------
1320
- Checkbox State
1321
- ---------------------*/
1336
+ Checkbox State
1337
+ ---------------------*/
1322
1338
 
1323
1339
  .ui.form .fields.warning .field .checkbox:not(.toggle):not(.slider) label,
1324
- .ui.form .field.warning .checkbox:not(.toggle):not(.slider) label,
1325
- .ui.form .fields.warning .field .checkbox:not(.toggle):not(.slider) .box,
1326
- .ui.form .field.warning .checkbox:not(.toggle):not(.slider) .box {
1327
- color: #573A08;
1328
- }
1329
- .ui.form .fields.warning .field .checkbox:not(.toggle):not(.slider) label:before,
1330
- .ui.form .field.warning .checkbox:not(.toggle):not(.slider) label:before,
1331
- .ui.form .fields.warning .field .checkbox:not(.toggle):not(.slider) .box:before,
1332
- .ui.form .field.warning .checkbox:not(.toggle):not(.slider) .box:before {
1333
- background: #FFFAF3;
1334
- border-color: #C9BA9B;
1335
- }
1336
- .ui.form .fields.warning .field .checkbox label:after,
1337
- .ui.form .field.warning .checkbox label:after,
1338
- .ui.form .fields.warning .field .checkbox .box:after,
1339
- .ui.form .field.warning .checkbox .box:after {
1340
- color: #573A08;
1340
+ .ui.form .field.warning .checkbox:not(.toggle):not(.slider) label {
1341
+ color: #573a08;
1342
+ }
1343
+ .ui.form .fields.warning .field .checkbox:not(.toggle):not(.slider) label::before,
1344
+ .ui.form .field.warning .checkbox:not(.toggle):not(.slider) label::before {
1345
+ background: #fffaf3;
1346
+ border-color: #c9ba9b;
1347
+ }
1348
+ .ui.form .fields.warning .field .checkbox label::after,
1349
+ .ui.form .field.warning .checkbox label::after {
1350
+ color: #573a08;
1341
1351
  }
1342
1352
  .ui.inverted.form .fields.warning .field label,
1343
1353
  .ui.inverted.form .warning.field label {
1344
1354
  color: #d7ccb5;
1345
1355
  }
1346
1356
 
1347
- /*--------------------
1348
- Disabled
1349
- ---------------------*/
1350
-
1357
+ /* --------------------
1358
+ Disabled
1359
+ --------------------- */
1351
1360
  .ui.form .disabled.fields .field,
1352
1361
  .ui.form .disabled.field,
1353
1362
  .ui.form .field :disabled {
@@ -1362,18 +1371,17 @@
1362
1371
  opacity: 1;
1363
1372
  }
1364
1373
 
1365
- /*--------------
1366
- Loading
1367
- ---------------*/
1368
-
1374
+ /* --------------
1375
+ Loading
1376
+ --------------- */
1369
1377
  .ui.loading.form {
1370
1378
  position: relative;
1371
1379
  cursor: default;
1372
1380
  pointer-events: none;
1373
1381
  }
1374
- .ui.loading.form:before {
1382
+ .ui.loading.form::before {
1375
1383
  position: absolute;
1376
- content: '';
1384
+ content: "";
1377
1385
  top: 0;
1378
1386
  left: 0;
1379
1387
  background: rgba(255, 255, 255, 0.8);
@@ -1381,23 +1389,21 @@
1381
1389
  height: 100%;
1382
1390
  z-index: 100;
1383
1391
  }
1384
- .ui.loading.form.segments:before {
1392
+ .ui.loading.form.segments::before {
1385
1393
  border-radius: 0.28571429rem;
1386
1394
  }
1387
- .ui.loading.form:after {
1395
+ .ui.loading.form::after {
1388
1396
  position: absolute;
1389
- content: '';
1397
+ content: "";
1390
1398
  top: 50%;
1391
1399
  left: 50%;
1392
1400
  margin: -1.5em 0 0 -1.5em;
1393
1401
  width: 3em;
1394
1402
  height: 3em;
1395
- -webkit-animation: loader 0.6s infinite linear;
1396
- animation: loader 0.6s infinite linear;
1403
+ animation: loader 0.6s infinite linear;
1397
1404
  border: 0.2em solid #767676;
1398
1405
  border-radius: 500rem;
1399
- -webkit-box-shadow: 0 0 0 1px transparent;
1400
- box-shadow: 0 0 0 1px transparent;
1406
+ box-shadow: 0 0 0 1px transparent;
1401
1407
  visibility: visible;
1402
1408
  z-index: 101;
1403
1409
  }
@@ -1408,29 +1414,28 @@
1408
1414
  *******************************/
1409
1415
 
1410
1416
 
1411
- /*--------------------
1412
- Required Field
1413
- ---------------------*/
1414
-
1415
- .ui.form .required.fields:not(.grouped) > .field > label:after,
1416
- .ui.form .required.fields.grouped > label:after,
1417
- .ui.form .required.field > label:after,
1418
- .ui.form .required.fields:not(.grouped) > .field > .checkbox:after,
1419
- .ui.form .required.field > .checkbox:after,
1420
- .ui.form label.required:after {
1417
+ /* --------------------
1418
+ Required Field
1419
+ --------------------- */
1420
+ .ui.form .required.fields:not(.grouped) > .field > label::after,
1421
+ .ui.form .required.fields.grouped > label::after,
1422
+ .ui.form .required.field > label::after,
1423
+ .ui.form .required.fields:not(.grouped) > .field > .checkbox::after,
1424
+ .ui.form .required.field > .checkbox::after,
1425
+ .ui.form label.required::after {
1421
1426
  margin: -0.2em 0 0 0.2em;
1422
- content: '*';
1423
- color: #DB2828;
1427
+ content: "*";
1428
+ color: #db2828;
1424
1429
  }
1425
- .ui.form .required.fields:not(.grouped) > .field > label:after,
1426
- .ui.form .required.fields.grouped > label:after,
1427
- .ui.form .required.field > label:after,
1428
- .ui.form label.required:after {
1430
+ .ui.form .required.fields:not(.grouped) > .field > label::after,
1431
+ .ui.form .required.fields.grouped > label::after,
1432
+ .ui.form .required.field > label::after,
1433
+ .ui.form label.required::after {
1429
1434
  display: inline-block;
1430
1435
  vertical-align: top;
1431
1436
  }
1432
- .ui.form .required.fields:not(.grouped) > .field > .checkbox:after,
1433
- .ui.form .required.field > .checkbox:after {
1437
+ .ui.form .required.fields:not(.grouped) > .field > .checkbox::after,
1438
+ .ui.form .required.field > .checkbox::after {
1434
1439
  position: absolute;
1435
1440
  top: 0;
1436
1441
  left: 100%;
@@ -1442,16 +1447,13 @@
1442
1447
  *******************************/
1443
1448
 
1444
1449
 
1445
- /*--------------------
1446
- Inverted Colors
1447
- ---------------------*/
1448
-
1450
+ /* --------------------
1451
+ Inverted Colors
1452
+ --------------------- */
1449
1453
  .ui.inverted.form label,
1450
1454
  .ui.form .inverted.segment label,
1451
1455
  .ui.form .inverted.segment .ui.checkbox label,
1452
- .ui.form .inverted.segment .ui.checkbox .box,
1453
1456
  .ui.inverted.form .ui.checkbox label,
1454
- .ui.inverted.form .ui.checkbox .box,
1455
1457
  .ui.inverted.form .inline.fields > label,
1456
1458
  .ui.inverted.form .inline.fields .field > label,
1457
1459
  .ui.inverted.form .inline.fields .field > p,
@@ -1460,17 +1462,19 @@
1460
1462
  color: rgba(255, 255, 255, 0.9);
1461
1463
  }
1462
1464
  .ui.inverted.loading.form {
1463
- color: #FFFFFF;
1465
+ color: #fff;
1464
1466
  }
1465
- .ui.inverted.loading.form:before {
1467
+ .ui.inverted.loading.form::before {
1466
1468
  background: rgba(0, 0, 0, 0.85);
1467
1469
  }
1468
1470
 
1469
1471
  /* Inverted Field */
1470
1472
  .ui.inverted.form input:not([type]),
1473
+ .ui.inverted.form input[type="color"],
1471
1474
  .ui.inverted.form input[type="date"],
1472
1475
  .ui.inverted.form input[type="datetime-local"],
1473
1476
  .ui.inverted.form input[type="email"],
1477
+ .ui.inverted.form input[type="month"],
1474
1478
  .ui.inverted.form input[type="number"],
1475
1479
  .ui.inverted.form input[type="password"],
1476
1480
  .ui.inverted.form input[type="search"],
@@ -1478,18 +1482,17 @@
1478
1482
  .ui.inverted.form input[type="time"],
1479
1483
  .ui.inverted.form input[type="text"],
1480
1484
  .ui.inverted.form input[type="file"],
1481
- .ui.inverted.form input[type="url"] {
1482
- background: #FFFFFF;
1485
+ .ui.inverted.form input[type="url"],
1486
+ .ui.inverted.form input[type="week"] {
1487
+ background: #fff;
1483
1488
  border-color: rgba(255, 255, 255, 0.1);
1484
1489
  color: rgba(0, 0, 0, 0.87);
1485
- -webkit-box-shadow: none;
1486
- box-shadow: none;
1490
+ box-shadow: none;
1487
1491
  }
1488
1492
 
1489
- /*--------------------
1490
- Field Groups
1491
- ---------------------*/
1492
-
1493
+ /* --------------------
1494
+ Field Groups
1495
+ --------------------- */
1493
1496
 
1494
1497
  /* Grouped Vertically */
1495
1498
  .ui.form .grouped.fields {
@@ -1516,33 +1519,24 @@
1516
1519
  margin-bottom: 0.4em;
1517
1520
  }
1518
1521
 
1519
- /*--------------------
1522
+ /* --------------------
1520
1523
  Fields
1521
- ---------------------*/
1522
-
1524
+ --------------------- */
1523
1525
 
1524
1526
  /* Split fields */
1525
1527
  .ui.form .fields {
1526
- display: -webkit-box;
1527
- display: -ms-flexbox;
1528
1528
  display: flex;
1529
- -webkit-box-orient: horizontal;
1530
- -webkit-box-direction: normal;
1531
- -ms-flex-direction: row;
1532
- flex-direction: row;
1529
+ flex-direction: row;
1533
1530
  margin: 0 -0.5em 1em;
1534
1531
  }
1535
1532
  .ui.form .fields > .field {
1536
- -webkit-box-flex: 0;
1537
- -ms-flex: 0 1 auto;
1538
- flex: 0 1 auto;
1533
+ flex: 0 1 auto;
1539
1534
  padding-left: 0.5em;
1540
1535
  padding-right: 0.5em;
1541
1536
  }
1542
1537
  .ui.form .fields > .field:first-child {
1543
1538
  border-left: none;
1544
- -webkit-box-shadow: none;
1545
- box-shadow: none;
1539
+ box-shadow: none;
1546
1540
  }
1547
1541
 
1548
1542
  /* Other Combinations */
@@ -1586,8 +1580,7 @@
1586
1580
  /* Swap to full width on mobile */
1587
1581
  @media only screen and (max-width: 767.98px) {
1588
1582
  .ui.form .fields {
1589
- -ms-flex-wrap: wrap;
1590
- flex-wrap: wrap;
1583
+ flex-wrap: wrap;
1591
1584
  margin-bottom: 0;
1592
1585
  }
1593
1586
  .ui.form:not(.unstackable) .fields:not(.unstackable) > .fields,
@@ -1652,27 +1645,21 @@
1652
1645
  width: 100%;
1653
1646
  }
1654
1647
 
1655
- /*--------------------
1648
+ /* --------------------
1656
1649
  Equal Width
1657
- ---------------------*/
1658
-
1650
+ --------------------- */
1659
1651
  .ui[class*="equal width"].form .fields > .field,
1660
1652
  .ui.form [class*="equal width"].fields > .field {
1661
1653
  width: 100%;
1662
- -webkit-box-flex: 1;
1663
- -ms-flex: 1 1 auto;
1664
- flex: 1 1 auto;
1654
+ flex: 1 1 auto;
1665
1655
  }
1666
1656
 
1667
- /*--------------------
1668
- Inline Fields
1669
- ---------------------*/
1670
-
1657
+ /* --------------------
1658
+ Inline Fields
1659
+ --------------------- */
1671
1660
  .ui.form .inline.fields {
1672
1661
  margin: 0 0 1em;
1673
- -webkit-box-align: center;
1674
- -ms-flex-align: center;
1675
- align-items: center;
1662
+ align-items: center;
1676
1663
  }
1677
1664
  .ui.form .inline.fields .field {
1678
1665
  margin: 0;
@@ -1698,7 +1685,7 @@
1698
1685
 
1699
1686
  /* Grouped Inline Label */
1700
1687
  .ui.form .inline.fields > label {
1701
- margin: 0.035714em 1em 0 0;
1688
+ margin: 0.03571em 1em 0 0;
1702
1689
  }
1703
1690
 
1704
1691
  /* Inline Input */
@@ -1734,22 +1721,17 @@
1734
1721
 
1735
1722
  /* Wide */
1736
1723
  .ui.form .inline.fields .wide.field {
1737
- display: -webkit-box;
1738
- display: -ms-flexbox;
1739
1724
  display: flex;
1740
- -webkit-box-align: center;
1741
- -ms-flex-align: center;
1742
- align-items: center;
1725
+ align-items: center;
1743
1726
  }
1744
1727
  .ui.form .inline.fields .wide.field > input,
1745
1728
  .ui.form .inline.fields .wide.field > select {
1746
1729
  width: 100%;
1747
1730
  }
1748
1731
 
1749
- /*--------------------
1732
+ /* --------------------
1750
1733
  Sizes
1751
- ---------------------*/
1752
-
1734
+ --------------------- */
1753
1735
  .ui.form,
1754
1736
  .ui.form .field .dropdown,
1755
1737
  .ui.form .field .dropdown .menu > .item {