semantic-ui-sass 2.1.4.0 → 2.1.6.0

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 (72) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/app/assets/javascripts/semantic-ui/accordion.js +1 -1
  4. data/app/assets/javascripts/semantic-ui/api.js +1 -1
  5. data/app/assets/javascripts/semantic-ui/checkbox.js +9 -4
  6. data/app/assets/javascripts/semantic-ui/colorize.js +1 -1
  7. data/app/assets/javascripts/semantic-ui/dimmer.js +2 -2
  8. data/app/assets/javascripts/semantic-ui/dropdown.js +77 -52
  9. data/app/assets/javascripts/semantic-ui/embed.js +1 -1
  10. data/app/assets/javascripts/semantic-ui/form.js +6 -4
  11. data/app/assets/javascripts/semantic-ui/modal.js +6 -3
  12. data/app/assets/javascripts/semantic-ui/nag.js +1 -1
  13. data/app/assets/javascripts/semantic-ui/popup.js +12 -3
  14. data/app/assets/javascripts/semantic-ui/progress.js +2 -1
  15. data/app/assets/javascripts/semantic-ui/rating.js +1 -1
  16. data/app/assets/javascripts/semantic-ui/search.js +22 -9
  17. data/app/assets/javascripts/semantic-ui/shape.js +1 -1
  18. data/app/assets/javascripts/semantic-ui/sidebar.js +1 -1
  19. data/app/assets/javascripts/semantic-ui/site.js +1 -1
  20. data/app/assets/javascripts/semantic-ui/state.js +1 -1
  21. data/app/assets/javascripts/semantic-ui/sticky.js +40 -20
  22. data/app/assets/javascripts/semantic-ui/tab.js +1 -1
  23. data/app/assets/javascripts/semantic-ui/transition.js +3 -1
  24. data/app/assets/javascripts/semantic-ui/visibility.js +1 -1
  25. data/app/assets/javascripts/semantic-ui/visit.js +1 -1
  26. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +2 -2
  27. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +55 -51
  28. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +42 -42
  29. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +73 -73
  30. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +50 -50
  31. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +81 -64
  32. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +284 -284
  33. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +1 -1
  34. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +2 -2
  35. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +1 -1
  36. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +42 -41
  37. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +58 -55
  38. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +1 -1
  39. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +13 -13
  40. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +115 -115
  41. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +3 -3
  42. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +3 -3
  43. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +1 -1
  44. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +1 -1
  45. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +52 -47
  46. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +13 -13
  47. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +1 -1
  48. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +6 -6
  49. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +2 -2
  50. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +19 -19
  51. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +3 -3
  52. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +20 -20
  53. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +4 -4
  54. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +12 -12
  55. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +4 -4
  56. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +38 -8
  57. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +45 -45
  58. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +9 -9
  59. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +13 -13
  60. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +2 -2
  61. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +2 -2
  62. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +1 -1
  63. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +1 -1
  64. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +1 -1
  65. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +2 -2
  66. data/app/assets/stylesheets/semantic-ui/views/_card.scss +35 -35
  67. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +1 -1
  68. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +3 -3
  69. data/app/assets/stylesheets/semantic-ui/views/_item.scss +5 -5
  70. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +26 -26
  71. data/lib/semantic/ui/sass/version.rb +2 -2
  72. metadata +2 -2
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.1.4 - Message
2
+ * # Semantic UI 2.1.6 - Message
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -18,7 +18,7 @@
18
18
  position: relative;
19
19
  min-height: 1em;
20
20
  margin: 1em 0em;
21
- background: #f8f8f9;
21
+ background: #F8F8F9;
22
22
  padding: 1em 1.5em;
23
23
  line-height: 1.4285em;
24
24
  color: rgba(0, 0, 0, 0.87);
@@ -259,7 +259,7 @@
259
259
  ---------------*/
260
260
 
261
261
  .ui.black.message {
262
- background-color: #1b1c1d;
262
+ background-color: #1B1C1D;
263
263
  color: rgba(255, 255, 255, 0.9);
264
264
  }
265
265
 
@@ -270,161 +270,161 @@
270
270
 
271
271
  /* Positive */
272
272
  .ui.positive.message {
273
- background-color: #fcfff5;
274
- color: #2c662d;
273
+ background-color: #FCFFF5;
274
+ color: #2C662D;
275
275
  }
276
276
  .ui.positive.message,
277
277
  .ui.attached.positive.message {
278
- box-shadow: 0px 0px 0px 1px #a3c293 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
278
+ box-shadow: 0px 0px 0px 1px #A3C293 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
279
279
  }
280
280
  .ui.positive.message .header {
281
- color: #1a531b;
281
+ color: #1A531B;
282
282
  }
283
283
 
284
284
  /* Negative */
285
285
  .ui.negative.message {
286
- background-color: #fff6f6;
287
- color: #9f3a38;
286
+ background-color: #FFF6F6;
287
+ color: #9F3A38;
288
288
  }
289
289
  .ui.negative.message,
290
290
  .ui.attached.negative.message {
291
- box-shadow: 0px 0px 0px 1px #e0b4b4 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
291
+ box-shadow: 0px 0px 0px 1px #E0B4B4 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
292
292
  }
293
293
  .ui.negative.message .header {
294
- color: #912d2b;
294
+ color: #912D2B;
295
295
  }
296
296
 
297
297
  /* Info */
298
298
  .ui.info.message {
299
- background-color: #f8ffff;
300
- color: #276f86;
299
+ background-color: #F8FFFF;
300
+ color: #276F86;
301
301
  }
302
302
  .ui.info.message,
303
303
  .ui.attached.info.message {
304
- box-shadow: 0px 0px 0px 1px #a9d5de inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
304
+ box-shadow: 0px 0px 0px 1px #A9D5DE inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
305
305
  }
306
306
  .ui.info.message .header {
307
- color: #0e566c;
307
+ color: #0E566C;
308
308
  }
309
309
 
310
310
  /* Warning */
311
311
  .ui.warning.message {
312
- background-color: #fffaf3;
313
- color: #573a08;
312
+ background-color: #FFFAF3;
313
+ color: #573A08;
314
314
  }
315
315
  .ui.warning.message,
316
316
  .ui.attached.warning.message {
317
- box-shadow: 0px 0px 0px 1px #c9ba9b inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
317
+ box-shadow: 0px 0px 0px 1px #C9BA9B inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
318
318
  }
319
319
  .ui.warning.message .header {
320
- color: #794b02;
320
+ color: #794B02;
321
321
  }
322
322
 
323
323
  /* Error */
324
324
  .ui.error.message {
325
- background-color: #fff6f6;
326
- color: #9f3a38;
325
+ background-color: #FFF6F6;
326
+ color: #9F3A38;
327
327
  }
328
328
  .ui.error.message,
329
329
  .ui.attached.error.message {
330
- box-shadow: 0px 0px 0px 1px #e0b4b4 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
330
+ box-shadow: 0px 0px 0px 1px #E0B4B4 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
331
331
  }
332
332
  .ui.error.message .header {
333
- color: #912d2b;
333
+ color: #912D2B;
334
334
  }
335
335
 
336
336
  /* Success */
337
337
  .ui.success.message {
338
- background-color: #fcfff5;
339
- color: #2c662d;
338
+ background-color: #FCFFF5;
339
+ color: #2C662D;
340
340
  }
341
341
  .ui.success.message,
342
342
  .ui.attached.success.message {
343
- box-shadow: 0px 0px 0px 1px #a3c293 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
343
+ box-shadow: 0px 0px 0px 1px #A3C293 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
344
344
  }
345
345
  .ui.success.message .header {
346
- color: #1a531b;
346
+ color: #1A531B;
347
347
  }
348
348
 
349
349
  /* Colors */
350
350
  .ui.inverted.message,
351
351
  .ui.black.message {
352
- background-color: #1b1c1d;
352
+ background-color: #1B1C1D;
353
353
  color: rgba(255, 255, 255, 0.9);
354
354
  }
355
355
  .ui.red.message {
356
- background-color: #ffe8e6;
357
- color: #db2828;
356
+ background-color: #FFE8E6;
357
+ color: #DB2828;
358
358
  }
359
359
  .ui.red.message .header {
360
360
  color: #c82121;
361
361
  }
362
362
  .ui.orange.message {
363
- background-color: #ffedde;
364
- color: #f2711c;
363
+ background-color: #FFEDDE;
364
+ color: #F2711C;
365
365
  }
366
366
  .ui.orange.message .header {
367
367
  color: #e7640d;
368
368
  }
369
369
  .ui.yellow.message {
370
- background-color: #fff8db;
371
- color: #b58105;
370
+ background-color: #FFF8DB;
371
+ color: #B58105;
372
372
  }
373
373
  .ui.yellow.message .header {
374
374
  color: #9c6f04;
375
375
  }
376
376
  .ui.olive.message {
377
- background-color: #fbfdef;
378
- color: #8abc1e;
377
+ background-color: #FBFDEF;
378
+ color: #8ABC1E;
379
379
  }
380
380
  .ui.olive.message .header {
381
381
  color: #7aa61a;
382
382
  }
383
383
  .ui.green.message {
384
- background-color: #e5f9e7;
385
- color: #1ebc30;
384
+ background-color: #E5F9E7;
385
+ color: #1EBC30;
386
386
  }
387
387
  .ui.green.message .header {
388
388
  color: #1aa62a;
389
389
  }
390
390
  .ui.teal.message {
391
- background-color: #e1f7f7;
392
- color: #10a3a3;
391
+ background-color: #E1F7F7;
392
+ color: #10A3A3;
393
393
  }
394
394
  .ui.teal.message .header {
395
395
  color: #0e8c8c;
396
396
  }
397
397
  .ui.blue.message {
398
- background-color: #dff0ff;
399
- color: #2185d0;
398
+ background-color: #DFF0FF;
399
+ color: #2185D0;
400
400
  }
401
401
  .ui.blue.message .header {
402
402
  color: #1e77ba;
403
403
  }
404
404
  .ui.violet.message {
405
- background-color: #eae7ff;
406
- color: #6435c9;
405
+ background-color: #EAE7FF;
406
+ color: #6435C9;
407
407
  }
408
408
  .ui.violet.message .header {
409
409
  color: #5a30b5;
410
410
  }
411
411
  .ui.purple.message {
412
- background-color: #f6e7ff;
413
- color: #a333c8;
412
+ background-color: #F6E7FF;
413
+ color: #A333C8;
414
414
  }
415
415
  .ui.purple.message .header {
416
416
  color: #922eb4;
417
417
  }
418
418
  .ui.pink.message {
419
- background-color: #ffe3fb;
420
- color: #e03997;
419
+ background-color: #FFE3FB;
420
+ color: #E03997;
421
421
  }
422
422
  .ui.pink.message .header {
423
423
  color: #dd238b;
424
424
  }
425
425
  .ui.brown.message {
426
- background-color: #f1e2d3;
427
- color: #a5673f;
426
+ background-color: #F1E2D3;
427
+ color: #A5673F;
428
428
  }
429
429
  .ui.brown.message .header {
430
430
  color: #935b38;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.1.4 - Table
2
+ * # Semantic UI 2.1.6 - Table
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -18,7 +18,7 @@
18
18
  /* Prototype */
19
19
  .ui.table {
20
20
  width: 100%;
21
- background: #ffffff;
21
+ background: #FFFFFF;
22
22
  margin: 1em 0em;
23
23
  border: 1px solid rgba(34, 36, 38, 0.15);
24
24
  box-shadow: none;
@@ -54,7 +54,7 @@
54
54
  }
55
55
  .ui.table thead th {
56
56
  cursor: auto;
57
- background: #f9fafb;
57
+ background: #F9FAFB;
58
58
  text-align: inherit;
59
59
  color: rgba(0, 0, 0, 0.87);
60
60
  padding: 0.92857143em 0.71428571em;
@@ -85,7 +85,7 @@
85
85
  .ui.table tfoot th {
86
86
  cursor: auto;
87
87
  border-top: 1px solid rgba(34, 36, 38, 0.15);
88
- background: #f9fafb;
88
+ background: #F9FAFB;
89
89
  text-align: inherit;
90
90
  color: rgba(0, 0, 0, 0.87);
91
91
  padding: 0.71428571em 0.71428571em;
@@ -238,22 +238,22 @@
238
238
  background: transparent;
239
239
  font-weight: normal;
240
240
  color: rgba(0, 0, 0, 0.4);
241
- box-shadow: -1px -1px 0px 1px #ffffff;
241
+ box-shadow: -1px -1px 0px 1px #FFFFFF;
242
242
  }
243
243
  .ui.definition.table tfoot:not(.full-width) th:first-child {
244
244
  pointer-events: none;
245
245
  background: transparent;
246
246
  font-weight: rgba(0, 0, 0, 0.4);
247
247
  color: normal;
248
- box-shadow: 1px 1px 0px 1px #ffffff;
248
+ box-shadow: 1px 1px 0px 1px #FFFFFF;
249
249
  }
250
250
 
251
251
  /* Remove Border */
252
252
  .ui.celled.definition.table thead:not(.full-width) th:first-child {
253
- box-shadow: 0px -1px 0px 1px #ffffff;
253
+ box-shadow: 0px -1px 0px 1px #FFFFFF;
254
254
  }
255
255
  .ui.celled.definition.table tfoot:not(.full-width) th:first-child {
256
- box-shadow: 0px 1px 0px 1px #ffffff;
256
+ box-shadow: 0px 1px 0px 1px #FFFFFF;
257
257
  }
258
258
 
259
259
  /* Highlight Defining Column */
@@ -286,12 +286,12 @@
286
286
 
287
287
  .ui.table tr.positive,
288
288
  .ui.table td.positive {
289
- box-shadow: 0px 0px 0px #a3c293 inset;
289
+ box-shadow: 0px 0px 0px #A3C293 inset;
290
290
  }
291
291
  .ui.table tr.positive,
292
292
  .ui.table td.positive {
293
- background: #fcfff5 !important;
294
- color: #2c662d !important;
293
+ background: #FCFFF5 !important;
294
+ color: #2C662D !important;
295
295
  }
296
296
 
297
297
  /*--------------
@@ -300,12 +300,12 @@
300
300
 
301
301
  .ui.table tr.negative,
302
302
  .ui.table td.negative {
303
- box-shadow: 0px 0px 0px #e0b4b4 inset;
303
+ box-shadow: 0px 0px 0px #E0B4B4 inset;
304
304
  }
305
305
  .ui.table tr.negative,
306
306
  .ui.table td.negative {
307
- background: #fff6f6 !important;
308
- color: #9f3a38 !important;
307
+ background: #FFF6F6 !important;
308
+ color: #9F3A38 !important;
309
309
  }
310
310
 
311
311
  /*--------------
@@ -314,12 +314,12 @@
314
314
 
315
315
  .ui.table tr.error,
316
316
  .ui.table td.error {
317
- box-shadow: 0px 0px 0px #e0b4b4 inset;
317
+ box-shadow: 0px 0px 0px #E0B4B4 inset;
318
318
  }
319
319
  .ui.table tr.error,
320
320
  .ui.table td.error {
321
- background: #fff6f6 !important;
322
- color: #9f3a38 !important;
321
+ background: #FFF6F6 !important;
322
+ color: #9F3A38 !important;
323
323
  }
324
324
 
325
325
  /*--------------
@@ -328,12 +328,12 @@
328
328
 
329
329
  .ui.table tr.warning,
330
330
  .ui.table td.warning {
331
- box-shadow: 0px 0px 0px #c9ba9b inset;
331
+ box-shadow: 0px 0px 0px #C9BA9B inset;
332
332
  }
333
333
  .ui.table tr.warning,
334
334
  .ui.table td.warning {
335
- background: #fffaf3 !important;
336
- color: #573a08 !important;
335
+ background: #FFFAF3 !important;
336
+ color: #573A08 !important;
337
337
  }
338
338
 
339
339
  /*--------------
@@ -346,7 +346,7 @@
346
346
  }
347
347
  .ui.table tr.active,
348
348
  .ui.table td.active {
349
- background: #e0e0e0 !important;
349
+ background: #E0E0E0 !important;
350
350
  color: rgba(0, 0, 0, 0.87) !important;
351
351
  }
352
352
 
@@ -467,40 +467,57 @@
467
467
  }
468
468
 
469
469
  /*--------------
470
- Hoverable
470
+ Selectable
471
471
  ---------------*/
472
472
 
473
- .ui.selectable.table tbody tr:hover {
473
+ .ui.selectable.table tbody tr:hover,
474
+ .ui.table tbody tr td.selectable:hover {
474
475
  background: rgba(0, 0, 0, 0.05) !important;
475
476
  color: rgba(0, 0, 0, 0.95) !important;
476
477
  }
477
- .ui.selectable.inverted.table tbody tr:hover {
478
+ .ui.selectable.inverted.table tbody tr:hover,
479
+ .ui.inverted.table tbody tr td.selectable:hover {
478
480
  background: rgba(255, 255, 255, 0.08) !important;
479
481
  color: #ffffff !important;
480
482
  }
481
483
 
484
+ /* Selectable Cell Link */
485
+ .ui.table tbody tr td.selectable {
486
+ padding: 0em;
487
+ }
488
+ .ui.table tbody tr td.selectable > a:not(.ui) {
489
+ display: block;
490
+ color: inherit;
491
+ padding: 0.71428571em 0.71428571em;
492
+ }
493
+
482
494
  /* Other States */
483
495
  .ui.selectable.table tr.error:hover,
496
+ .ui.table tr td.selectable.error:hover,
484
497
  .ui.selectable.table tr:hover td.error {
485
498
  background: #ffe7e7 !important;
486
499
  color: #943634 !important;
487
500
  }
488
501
  .ui.selectable.table tr.warning:hover,
502
+ .ui.table tr td.selectable.warning:hover,
489
503
  .ui.selectable.table tr:hover td.warning {
490
504
  background: #fff4e4 !important;
491
505
  color: #493107 !important;
492
506
  }
493
507
  .ui.selectable.table tr.active:hover,
508
+ .ui.table tr td.selectable.active:hover,
494
509
  .ui.selectable.table tr:hover td.active {
495
- background: #e0e0e0 !important;
510
+ background: #E0E0E0 !important;
496
511
  color: rgba(0, 0, 0, 0.87) !important;
497
512
  }
498
513
  .ui.selectable.table tr.positive:hover,
514
+ .ui.table tr td.selectable.positive:hover,
499
515
  .ui.selectable.table tr:hover td.positive {
500
516
  background: #f7ffe6 !important;
501
517
  color: #275b28 !important;
502
518
  }
503
519
  .ui.selectable.table tr.negative:hover,
520
+ .ui.table tr td.selectable.negative:hover,
504
521
  .ui.selectable.table tr:hover td.negative {
505
522
  background: #ffe7e7 !important;
506
523
  color: #943634 !important;
@@ -520,7 +537,7 @@
520
537
  width: calc(100% + 2px );
521
538
  max-width: calc(100% + 2px );
522
539
  box-shadow: none;
523
- border: 1px solid #d4d4d5;
540
+ border: 1px solid #D4D4D5;
524
541
  }
525
542
  .ui.attached + .ui.attached.table:not(.top) {
526
543
  border-top: none;
@@ -588,101 +605,101 @@
588
605
 
589
606
  /* Red */
590
607
  .ui.red.table {
591
- border-top: 0.2em solid #db2828;
608
+ border-top: 0.2em solid #DB2828;
592
609
  }
593
610
  .ui.inverted.red.table {
594
- background-color: #db2828 !important;
595
- color: #ffffff !important;
611
+ background-color: #DB2828 !important;
612
+ color: #FFFFFF !important;
596
613
  }
597
614
 
598
615
  /* Orange */
599
616
  .ui.orange.table {
600
- border-top: 0.2em solid #f2711c;
617
+ border-top: 0.2em solid #F2711C;
601
618
  }
602
619
  .ui.inverted.orange.table {
603
- background-color: #f2711c !important;
604
- color: #ffffff !important;
620
+ background-color: #F2711C !important;
621
+ color: #FFFFFF !important;
605
622
  }
606
623
 
607
624
  /* Yellow */
608
625
  .ui.yellow.table {
609
- border-top: 0.2em solid #fbbd08;
626
+ border-top: 0.2em solid #FBBD08;
610
627
  }
611
628
  .ui.inverted.yellow.table {
612
- background-color: #fbbd08 !important;
613
- color: #ffffff !important;
629
+ background-color: #FBBD08 !important;
630
+ color: #FFFFFF !important;
614
631
  }
615
632
 
616
633
  /* Olive */
617
634
  .ui.olive.table {
618
- border-top: 0.2em solid #b5cc18;
635
+ border-top: 0.2em solid #B5CC18;
619
636
  }
620
637
  .ui.inverted.olive.table {
621
- background-color: #b5cc18 !important;
622
- color: #ffffff !important;
638
+ background-color: #B5CC18 !important;
639
+ color: #FFFFFF !important;
623
640
  }
624
641
 
625
642
  /* Green */
626
643
  .ui.green.table {
627
- border-top: 0.2em solid #21ba45;
644
+ border-top: 0.2em solid #21BA45;
628
645
  }
629
646
  .ui.inverted.green.table {
630
- background-color: #21ba45 !important;
631
- color: #ffffff !important;
647
+ background-color: #21BA45 !important;
648
+ color: #FFFFFF !important;
632
649
  }
633
650
 
634
651
  /* Teal */
635
652
  .ui.teal.table {
636
- border-top: 0.2em solid #00b5ad;
653
+ border-top: 0.2em solid #00B5AD;
637
654
  }
638
655
  .ui.inverted.teal.table {
639
- background-color: #00b5ad !important;
640
- color: #ffffff !important;
656
+ background-color: #00B5AD !important;
657
+ color: #FFFFFF !important;
641
658
  }
642
659
 
643
660
  /* Blue */
644
661
  .ui.blue.table {
645
- border-top: 0.2em solid #2185d0;
662
+ border-top: 0.2em solid #2185D0;
646
663
  }
647
664
  .ui.inverted.blue.table {
648
- background-color: #2185d0 !important;
649
- color: #ffffff !important;
665
+ background-color: #2185D0 !important;
666
+ color: #FFFFFF !important;
650
667
  }
651
668
 
652
669
  /* Violet */
653
670
  .ui.violet.table {
654
- border-top: 0.2em solid #6435c9;
671
+ border-top: 0.2em solid #6435C9;
655
672
  }
656
673
  .ui.inverted.violet.table {
657
- background-color: #6435c9 !important;
658
- color: #ffffff !important;
674
+ background-color: #6435C9 !important;
675
+ color: #FFFFFF !important;
659
676
  }
660
677
 
661
678
  /* Purple */
662
679
  .ui.purple.table {
663
- border-top: 0.2em solid #a333c8;
680
+ border-top: 0.2em solid #A333C8;
664
681
  }
665
682
  .ui.inverted.purple.table {
666
- background-color: #a333c8 !important;
667
- color: #ffffff !important;
683
+ background-color: #A333C8 !important;
684
+ color: #FFFFFF !important;
668
685
  }
669
686
 
670
687
  /* Pink */
671
688
  .ui.pink.table {
672
- border-top: 0.2em solid #e03997;
689
+ border-top: 0.2em solid #E03997;
673
690
  }
674
691
  .ui.inverted.pink.table {
675
- background-color: #e03997 !important;
676
- color: #ffffff !important;
692
+ background-color: #E03997 !important;
693
+ color: #FFFFFF !important;
677
694
  }
678
695
 
679
696
  /* Brown */
680
697
  .ui.brown.table {
681
- border-top: 0.2em solid #a5673f;
698
+ border-top: 0.2em solid #A5673F;
682
699
  }
683
700
  .ui.inverted.brown.table {
684
- background-color: #a5673f !important;
685
- color: #ffffff !important;
701
+ background-color: #A5673F !important;
702
+ color: #FFFFFF !important;
686
703
  }
687
704
 
688
705
  /* Grey */
@@ -691,16 +708,16 @@
691
708
  }
692
709
  .ui.inverted.grey.table {
693
710
  background-color: #767676 !important;
694
- color: #ffffff !important;
711
+ color: #FFFFFF !important;
695
712
  }
696
713
 
697
714
  /* Black */
698
715
  .ui.black.table {
699
- border-top: 0.2em solid #1b1c1d;
716
+ border-top: 0.2em solid #1B1C1D;
700
717
  }
701
718
  .ui.inverted.black.table {
702
- background-color: #1b1c1d !important;
703
- color: #ffffff !important;
719
+ background-color: #1B1C1D !important;
720
+ color: #FFFFFF !important;
704
721
  }
705
722
 
706
723
  /*--------------
@@ -934,7 +951,7 @@
934
951
  /* Definition */
935
952
  .ui.inverted.definition.table tfoot:not(.full-width) th:first-child,
936
953
  .ui.inverted.definition.table thead:not(.full-width) th:first-child {
937
- background: #ffffff;
954
+ background: #FFFFFF;
938
955
  }
939
956
  .ui.inverted.definition.table tr td:first-child {
940
957
  background: rgba(255, 255, 255, 0.02);