fomantic-ui 2.9.0-beta.12 → 2.9.0-beta.123

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 (218) hide show
  1. package/.all-contributorsrc +197 -3
  2. package/CONTRIBUTORS.md +74 -37
  3. package/README.md +1 -1
  4. package/dist/components/accordion.css +50 -6
  5. package/dist/components/accordion.js +1 -1
  6. package/dist/components/accordion.min.css +2 -2
  7. package/dist/components/accordion.min.js +1 -1
  8. package/dist/components/ad.css +1 -1
  9. package/dist/components/ad.min.css +1 -1
  10. package/dist/components/api.js +25 -23
  11. package/dist/components/api.min.js +2 -2
  12. package/dist/components/breadcrumb.css +1 -1
  13. package/dist/components/breadcrumb.min.css +1 -1
  14. package/dist/components/button.css +81 -81
  15. package/dist/components/button.min.css +2 -2
  16. package/dist/components/calendar.css +1 -1
  17. package/dist/components/calendar.js +6 -7
  18. package/dist/components/calendar.min.css +1 -1
  19. package/dist/components/calendar.min.js +2 -2
  20. package/dist/components/card.css +26 -19
  21. package/dist/components/card.min.css +2 -2
  22. package/dist/components/checkbox.css +2 -1
  23. package/dist/components/checkbox.js +17 -11
  24. package/dist/components/checkbox.min.css +2 -2
  25. package/dist/components/checkbox.min.js +2 -2
  26. package/dist/components/comment.css +11 -11
  27. package/dist/components/comment.min.css +1 -1
  28. package/dist/components/container.css +1 -1
  29. package/dist/components/container.min.css +1 -1
  30. package/dist/components/dimmer.css +28 -14
  31. package/dist/components/dimmer.js +1 -1
  32. package/dist/components/dimmer.min.css +2 -2
  33. package/dist/components/dimmer.min.js +1 -1
  34. package/dist/components/divider.css +1 -1
  35. package/dist/components/divider.min.css +1 -1
  36. package/dist/components/dropdown.css +28 -5
  37. package/dist/components/dropdown.js +42 -31
  38. package/dist/components/dropdown.min.css +2 -2
  39. package/dist/components/dropdown.min.js +2 -2
  40. package/dist/components/embed.css +1 -1
  41. package/dist/components/embed.js +1 -1
  42. package/dist/components/embed.min.css +1 -1
  43. package/dist/components/embed.min.js +1 -1
  44. package/dist/components/emoji.css +2 -2
  45. package/dist/components/feed.css +28 -28
  46. package/dist/components/feed.min.css +2 -2
  47. package/dist/components/flag.css +731 -625
  48. package/dist/components/flag.min.css +2 -2
  49. package/dist/components/form.css +103 -54
  50. package/dist/components/form.js +25 -23
  51. package/dist/components/form.min.css +2 -2
  52. package/dist/components/form.min.js +2 -2
  53. package/dist/components/grid.css +11 -8
  54. package/dist/components/grid.min.css +2 -2
  55. package/dist/components/header.css +1 -1
  56. package/dist/components/header.min.css +1 -1
  57. package/dist/components/icon.css +6 -1
  58. package/dist/components/icon.min.css +2 -2
  59. package/dist/components/image.css +1 -1
  60. package/dist/components/image.min.css +1 -1
  61. package/dist/components/input.css +17 -2
  62. package/dist/components/input.min.css +2 -2
  63. package/dist/components/item.css +13 -13
  64. package/dist/components/item.min.css +1 -1
  65. package/dist/components/label.css +1 -1
  66. package/dist/components/label.min.css +1 -1
  67. package/dist/components/list.css +1 -1
  68. package/dist/components/list.min.css +1 -1
  69. package/dist/components/loader.css +1 -1
  70. package/dist/components/loader.min.css +1 -1
  71. package/dist/components/menu.css +29 -5
  72. package/dist/components/menu.min.css +1 -1
  73. package/dist/components/message.css +41 -41
  74. package/dist/components/message.min.css +2 -2
  75. package/dist/components/modal.css +3 -1
  76. package/dist/components/modal.js +94 -30
  77. package/dist/components/modal.min.css +2 -2
  78. package/dist/components/modal.min.js +2 -2
  79. package/dist/components/nag.css +1 -1
  80. package/dist/components/nag.js +1 -1
  81. package/dist/components/nag.min.css +1 -1
  82. package/dist/components/nag.min.js +1 -1
  83. package/dist/components/placeholder.css +1 -1
  84. package/dist/components/placeholder.min.css +1 -1
  85. package/dist/components/popup.css +5 -3
  86. package/dist/components/popup.js +1 -1
  87. package/dist/components/popup.min.css +2 -2
  88. package/dist/components/popup.min.js +1 -1
  89. package/dist/components/progress.css +1 -1
  90. package/dist/components/progress.js +1 -1
  91. package/dist/components/progress.min.css +1 -1
  92. package/dist/components/progress.min.js +1 -1
  93. package/dist/components/rail.css +1 -1
  94. package/dist/components/rail.min.css +1 -1
  95. package/dist/components/rating.css +7 -46
  96. package/dist/components/rating.js +1 -1
  97. package/dist/components/rating.min.css +2 -2
  98. package/dist/components/rating.min.js +1 -1
  99. package/dist/components/reset.css +1 -1
  100. package/dist/components/reset.min.css +1 -1
  101. package/dist/components/reveal.css +1 -1
  102. package/dist/components/reveal.min.css +1 -1
  103. package/dist/components/search.css +1 -1
  104. package/dist/components/search.js +1 -1
  105. package/dist/components/search.min.css +1 -1
  106. package/dist/components/search.min.js +1 -1
  107. package/dist/components/segment.css +12 -6
  108. package/dist/components/segment.min.css +2 -2
  109. package/dist/components/shape.css +1 -1
  110. package/dist/components/shape.js +1 -1
  111. package/dist/components/shape.min.css +1 -1
  112. package/dist/components/shape.min.js +1 -1
  113. package/dist/components/sidebar.css +4 -2
  114. package/dist/components/sidebar.js +1 -1
  115. package/dist/components/sidebar.min.css +2 -2
  116. package/dist/components/sidebar.min.js +1 -1
  117. package/dist/components/site.css +61 -39
  118. package/dist/components/site.js +1 -1
  119. package/dist/components/site.min.css +2 -2
  120. package/dist/components/site.min.js +1 -1
  121. package/dist/components/slider.js +1 -1
  122. package/dist/components/slider.min.js +1 -1
  123. package/dist/components/state.js +1 -1
  124. package/dist/components/state.min.js +1 -1
  125. package/dist/components/statistic.css +1 -1
  126. package/dist/components/statistic.min.css +1 -1
  127. package/dist/components/step.css +4 -4
  128. package/dist/components/step.min.css +2 -2
  129. package/dist/components/sticky.css +1 -1
  130. package/dist/components/sticky.js +1 -1
  131. package/dist/components/sticky.min.css +1 -1
  132. package/dist/components/sticky.min.js +1 -1
  133. package/dist/components/tab.css +1 -1
  134. package/dist/components/tab.js +1 -1
  135. package/dist/components/tab.min.css +1 -1
  136. package/dist/components/tab.min.js +1 -1
  137. package/dist/components/table.css +980 -23
  138. package/dist/components/table.min.css +2 -2
  139. package/dist/components/text.css +1 -1
  140. package/dist/components/text.min.css +1 -1
  141. package/dist/components/toast.css +33 -1
  142. package/dist/components/toast.js +54 -27
  143. package/dist/components/toast.min.css +2 -2
  144. package/dist/components/toast.min.js +2 -2
  145. package/dist/components/transition.css +1 -1
  146. package/dist/components/transition.js +1 -1
  147. package/dist/components/transition.min.css +1 -1
  148. package/dist/components/transition.min.js +1 -1
  149. package/dist/components/visibility.js +1 -1
  150. package/dist/components/visibility.min.js +1 -1
  151. package/dist/semantic.css +2542 -1050
  152. package/dist/semantic.js +281 -170
  153. package/dist/semantic.min.css +2 -2
  154. package/dist/semantic.min.js +2 -2
  155. package/examples/assets/library/iframe-content.js +5 -5
  156. package/package.json +2 -2
  157. package/src/definitions/behaviors/api.js +24 -22
  158. package/src/definitions/behaviors/form.js +24 -22
  159. package/src/definitions/collections/form.less +190 -139
  160. package/src/definitions/collections/grid.less +716 -680
  161. package/src/definitions/collections/menu.less +173 -126
  162. package/src/definitions/collections/message.less +48 -46
  163. package/src/definitions/collections/table.less +593 -260
  164. package/src/definitions/elements/button.less +360 -347
  165. package/src/definitions/elements/container.less +16 -8
  166. package/src/definitions/elements/emoji.less +15 -9
  167. package/src/definitions/elements/flag.less +7 -17
  168. package/src/definitions/elements/header.less +42 -35
  169. package/src/definitions/elements/icon.less +38 -31
  170. package/src/definitions/elements/input.less +23 -7
  171. package/src/definitions/elements/label.less +92 -91
  172. package/src/definitions/elements/list.less +55 -45
  173. package/src/definitions/elements/loader.less +30 -29
  174. package/src/definitions/elements/segment.less +30 -22
  175. package/src/definitions/elements/step.less +52 -48
  176. package/src/definitions/elements/text.less +17 -15
  177. package/src/definitions/globals/site.less +23 -2
  178. package/src/definitions/modules/accordion.less +55 -5
  179. package/src/definitions/modules/calendar.js +5 -6
  180. package/src/definitions/modules/checkbox.js +16 -10
  181. package/src/definitions/modules/checkbox.less +34 -178
  182. package/src/definitions/modules/dimmer.less +21 -8
  183. package/src/definitions/modules/dropdown.js +41 -30
  184. package/src/definitions/modules/dropdown.less +99 -67
  185. package/src/definitions/modules/modal.js +93 -29
  186. package/src/definitions/modules/modal.less +2 -0
  187. package/src/definitions/modules/nag.less +20 -19
  188. package/src/definitions/modules/popup.less +5 -1
  189. package/src/definitions/modules/progress.less +19 -18
  190. package/src/definitions/modules/rating.less +49 -42
  191. package/src/definitions/modules/search.less +32 -16
  192. package/src/definitions/modules/sidebar.less +33 -19
  193. package/src/definitions/modules/slider.less +39 -38
  194. package/src/definitions/modules/toast.js +53 -26
  195. package/src/definitions/modules/toast.less +46 -16
  196. package/src/definitions/views/card.less +402 -361
  197. package/src/definitions/views/comment.less +92 -81
  198. package/src/definitions/views/feed.less +164 -144
  199. package/src/definitions/views/item.less +249 -196
  200. package/src/definitions/views/statistic.less +90 -88
  201. package/src/themes/default/collections/menu.variables +6 -0
  202. package/src/themes/default/collections/table.variables +29 -0
  203. package/src/themes/default/elements/button.variables +2 -1
  204. package/src/themes/default/elements/flag.overrides +1635 -986
  205. package/src/themes/default/elements/flag.variables +7 -5
  206. package/src/themes/default/elements/icon.overrides +35 -28
  207. package/src/themes/default/elements/icon.variables +1 -0
  208. package/src/themes/default/elements/step.overrides +1 -1
  209. package/src/themes/default/globals/site.variables +6 -0
  210. package/src/themes/default/globals/variation.variables +108 -6
  211. package/src/themes/default/modules/accordion.variables +15 -0
  212. package/src/themes/default/modules/dimmer.variables +1 -1
  213. package/src/themes/default/modules/dropdown.variables +1 -1
  214. package/src/themes/default/modules/toast.variables +3 -0
  215. package/src/themes/famfamfam/elements/flag.overrides +1026 -0
  216. package/src/themes/famfamfam/elements/flag.variables +13 -0
  217. package/tasks/build/css.js +6 -1
  218. package/test/helpers/sinon.js +1 -1
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.0-beta.12 - Table
2
+ * # Fomantic-UI 2.9.0-beta.123 - Table
3
3
  * http://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -473,6 +473,167 @@
473
473
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #545454 inset;
474
474
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #545454 inset;
475
475
  }
476
+ .ui.scrolling.table.short > tbody {
477
+ max-height: 6.74983929em;
478
+ }
479
+ .ui.scrolling.table[class*="very short"] > tbody {
480
+ max-height: 4.49989286em;
481
+ }
482
+ .ui.scrolling.table > tbody {
483
+ max-height: 8.99978571em;
484
+ }
485
+ .ui.scrolling.table.long > tbody {
486
+ max-height: 17.99957143em;
487
+ }
488
+ .ui.scrolling.table[class*="very long"] > tbody {
489
+ max-height: 26.99935714em;
490
+ }
491
+ }
492
+
493
+ /*--------------
494
+ Scrolling
495
+ ---------------*/
496
+
497
+ @media only screen and (min-width: 768px) {
498
+ .ui.scrolling.table.short > tbody {
499
+ max-height: 8.99978571em;
500
+ }
501
+ .ui.scrolling.table[class*="very short"] > tbody {
502
+ max-height: 5.99985714em;
503
+ }
504
+ .ui.scrolling.table > tbody {
505
+ max-height: 11.99971429em;
506
+ }
507
+ .ui.scrolling.table.long > tbody {
508
+ max-height: 23.99942857em;
509
+ }
510
+ .ui.scrolling.table[class*="very long"] > tbody {
511
+ max-height: 35.99914286em;
512
+ }
513
+ }
514
+ @media only screen and (min-width: 992px) {
515
+ .ui.scrolling.table.short > tbody {
516
+ max-height: 13.49967857em;
517
+ }
518
+ .ui.scrolling.table[class*="very short"] > tbody {
519
+ max-height: 8.99978571em;
520
+ }
521
+ .ui.scrolling.table > tbody {
522
+ max-height: 17.99957143em;
523
+ }
524
+ .ui.scrolling.table.long > tbody {
525
+ max-height: 35.99914286em;
526
+ }
527
+ .ui.scrolling.table[class*="very long"] > tbody {
528
+ max-height: 53.99871429em;
529
+ }
530
+ }
531
+ @media only screen and (min-width: 1920px) {
532
+ .ui.scrolling.table.short > tbody {
533
+ max-height: 17.99957143em;
534
+ }
535
+ .ui.scrolling.table[class*="very short"] > tbody {
536
+ max-height: 11.99971429em;
537
+ }
538
+ .ui.scrolling.table > tbody {
539
+ max-height: 23.99942857em;
540
+ }
541
+ .ui.scrolling.table.long > tbody {
542
+ max-height: 47.99885714em;
543
+ }
544
+ .ui.scrolling.table[class*="very long"] > tbody {
545
+ max-height: 71.99828571em;
546
+ }
547
+ }
548
+ .ui.scrolling.table > thead,
549
+ .ui.scrolling.table > tfoot,
550
+ .ui.scrolling.table > tbody {
551
+ display: block;
552
+ overflow-y: scroll;
553
+ scrollbar-width: thin;
554
+
555
+ /* Firefox */
556
+ }
557
+ .ui.scrolling.table > thead > tr,
558
+ .ui.scrolling.table > tfoot > tr,
559
+ .ui.scrolling.table > tbody > tr {
560
+ display: table;
561
+ table-layout: fixed;
562
+ width: 100%;
563
+ }
564
+
565
+ /* Camouflage scrollbars, we need them only to gain the same width as tbody */
566
+ .ui.scrolling.table > thead {
567
+ background: #F9FAFB;
568
+ color: #F9FAFB;
569
+ border-radius: 0.28571429rem 0.28571429rem 0 0;
570
+ }
571
+ .ui.scrolling.table > tfoot {
572
+ background: #F9FAFB;
573
+ color: #F9FAFB;
574
+ border-radius: 0 0 0.28571429rem 0.28571429rem;
575
+ }
576
+ .ui.inverted.scrolling.table > thead {
577
+ background: rgba(0, 0, 0, 0.15);
578
+ color: rgba(0, 0, 0, 0.15);
579
+ }
580
+ .ui.inverted.scrolling.table > tfoot {
581
+ background: rgba(0, 0, 0, 0.15);
582
+ color: rgba(0, 0, 0, 0.15);
583
+ }
584
+ .ui.scrolling.table > thead::-webkit-scrollbar-track,
585
+ .ui.scrolling.table > tfoot::-webkit-scrollbar-track {
586
+ background: inherit;
587
+ border-radius: 0.28571429rem;
588
+ }
589
+
590
+ /* Firefox & IE */
591
+ .ui.scrolling.table > thead,
592
+ .ui.scrolling.table > tfoot {
593
+ scrollbar-color: currentColor currentColor;
594
+ scrollbar-face-color: currentColor;
595
+ scrollbar-shadow-color: currentColor;
596
+ scrollbar-track-color: currentColor;
597
+ scrollbar-arrow-color: currentColor;
598
+ }
599
+
600
+ /* IE scrollbar color needs hex values */
601
+ @media all and (-ms-high-contrast: none) {
602
+ .ui.scrolling.table > thead {
603
+ color: #F9FAFB;
604
+ }
605
+ .ui.scrolling.table > tfoot {
606
+ color: #F9FAFB;
607
+ }
608
+ .ui.inverted.scrolling.table > thead {
609
+ color: #252525;
610
+ }
611
+ .ui.inverted.scrolling.table > tfoot {
612
+ color: #252525;
613
+ }
614
+ }
615
+ .ui.inverted.scrolling.table > tbody::-webkit-scrollbar-track {
616
+ background: rgba(255, 255, 255, 0.1);
617
+ }
618
+ .ui.inverted.scrolling.table > tbody::-webkit-scrollbar-thumb {
619
+ background: rgba(255, 255, 255, 0.25);
620
+ }
621
+ .ui.inverted.scrolling.table > tbody::-webkit-scrollbar-thumb:window-inactive {
622
+ background: rgba(255, 255, 255, 0.15);
623
+ }
624
+ .ui.inverted.scrolling.table > tbody::-webkit-scrollbar-thumb:hover {
625
+ background: rgba(255, 255, 255, 0.35);
626
+ }
627
+ .ui.inverted.scrolling.table > tbody {
628
+
629
+ /* IE11 */
630
+ scrollbar-face-color: #656565;
631
+ scrollbar-shadow-color: #656565;
632
+ scrollbar-track-color: #323232;
633
+ scrollbar-arrow-color: #323232;
634
+
635
+ /* firefox : first color thumb, second track */
636
+ scrollbar-color: rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.1);
476
637
  }
477
638
 
478
639
 
@@ -599,6 +760,11 @@
599
760
  background: #FCFFF5;
600
761
  color: #2C662D;
601
762
  }
763
+ .ui.ui.ui.ui.inverted.table tr.positive,
764
+ .ui.ui.inverted.table td.positive {
765
+ background: #A3C293;
766
+ color: #2C662D;
767
+ }
602
768
 
603
769
  /*--------------
604
770
  Negative
@@ -611,6 +777,11 @@
611
777
  background: #FFF6F6;
612
778
  color: #9F3A38;
613
779
  }
780
+ .ui.ui.ui.ui.inverted.table tr.negative,
781
+ .ui.ui.inverted.table td.negative {
782
+ background: #E0B4B4;
783
+ color: #9F3A38;
784
+ }
614
785
 
615
786
  /*--------------
616
787
  Error
@@ -623,6 +794,11 @@
623
794
  background: #FFF6F6;
624
795
  color: #9F3A38;
625
796
  }
797
+ .ui.ui.ui.ui.inverted.table tr.error,
798
+ .ui.ui.inverted.table td.error {
799
+ background: #E0B4B4;
800
+ color: #9F3A38;
801
+ }
626
802
 
627
803
  /*--------------
628
804
  Warning
@@ -635,6 +811,11 @@
635
811
  background: #FFFAF3;
636
812
  color: #573A08;
637
813
  }
814
+ .ui.ui.ui.ui.inverted.table tr.warning,
815
+ .ui.ui.inverted.table td.warning {
816
+ background: #EEC97E;
817
+ color: #573A08;
818
+ }
638
819
 
639
820
  /*--------------
640
821
  Active
@@ -647,13 +828,18 @@
647
828
  background: #E0E0E0;
648
829
  color: rgba(0, 0, 0, 0.87);
649
830
  }
831
+ .ui.ui.ui.ui.inverted.table tr.active,
832
+ .ui.ui.inverted.table td.active {
833
+ background: #A0A0A0;
834
+ color: rgba(0, 0, 0, 0.87);
835
+ }
650
836
 
651
837
  /*--------------
652
838
  Disabled
653
839
  ---------------*/
654
840
 
655
- .ui.table tr.disabled td,
656
- .ui.table tr td.disabled,
841
+ .ui.ui.ui.table tr.disabled td,
842
+ .ui.ui.ui.table tr td.disabled,
657
843
  .ui.table tr.disabled:hover,
658
844
  .ui.table tr:hover td.disabled {
659
845
  pointer-events: none;
@@ -1047,6 +1233,8 @@
1047
1233
  .ui.table tbody tr td.selectable > a:not(.ui) {
1048
1234
  display: block;
1049
1235
  color: inherit;
1236
+ }
1237
+ .ui.table:not(.compact) tbody tr td.selectable > a:not(.ui) {
1050
1238
  padding: 0.78571429em 0.78571429em;
1051
1239
  }
1052
1240
  .ui.table > tr > td.selectable,
@@ -1175,20 +1363,71 @@
1175
1363
  border-top: 0.2em solid #2185D0;
1176
1364
  }
1177
1365
  .ui.inverted.primary.table {
1178
- background-color: #2185D0;
1366
+ background: #2185D0;
1367
+ color: #FFFFFF;
1368
+ }
1369
+
1370
+ /* Same color for background and color to camouflage the scrollbar */
1371
+ .ui.scrolling.table > thead.primary,
1372
+ .ui.scrolling.table > tfoot.primary {
1373
+ background: #ddf4ff;
1374
+ color: #ddf4ff;
1375
+ }
1376
+ .ui.scrolling.table > thead.primary > tr > th,
1377
+ .ui.scrolling.table > tfoot.primary > tr > th,
1378
+ .ui.scrolling.table > thead.primary > tr > td,
1379
+ .ui.scrolling.table > tfoot.primary > tr > td {
1380
+ background: inherit;
1381
+ color: rgba(255, 255, 255, 0.9);
1382
+ }
1383
+ .ui.inverted.scrolling.table > thead.primary,
1384
+ .ui.inverted.scrolling.table > tfoot.primary {
1385
+ background: #2185D0;
1386
+ color: #2185D0;
1387
+ }
1388
+ .ui.inverted.scrolling.table > thead.primary > tr > th,
1389
+ .ui.inverted.scrolling.table > tfoot.primary > tr > th,
1390
+ .ui.inverted.scrolling.table > thead.primary > tr > td,
1391
+ .ui.inverted.scrolling.table > tfoot.primary > tr > td {
1392
+ background: inherit;
1179
1393
  color: #FFFFFF;
1180
1394
  }
1181
1395
  .ui.ui.ui.ui.table tr.primary:not(.marked),
1396
+ .ui.ui.table th.primary:not(.marked),
1182
1397
  .ui.ui.table td.primary:not(.marked) {
1183
1398
  background: #ddf4ff;
1184
1399
  color: rgba(255, 255, 255, 0.9);
1185
1400
  }
1401
+ .ui.table > thead > tr.primary:not(.marked) > th,
1402
+ .ui.table > tfoot > tr.primary:not(.marked) > th,
1403
+ .ui.table > tfoot > tr.primary:not(.marked) > td {
1404
+ background: inherit;
1405
+ color: rgba(255, 255, 255, 0.9);
1406
+ }
1407
+ .ui.ui.ui.ui.inverted.table tr.primary:not(.marked),
1408
+ .ui.ui.inverted.table th.primary:not(.marked),
1409
+ .ui.ui.inverted.table td.primary:not(.marked) {
1410
+ background: #2185D0;
1411
+ color: #FFFFFF;
1412
+ }
1413
+ .ui.inverted.table > thead > tr.primary:not(.marked) > th,
1414
+ .ui.inverted.table > tfoot > tr.primary:not(.marked) > th,
1415
+ .ui.inverted.table > tfoot > tr.primary:not(.marked) > td {
1416
+ background: inherit;
1417
+ color: #FFFFFF;
1418
+ }
1186
1419
  .ui.ui.selectable.table tr.primary:not(.marked):hover,
1187
1420
  .ui.table tr td.selectable.primary:not(.marked):hover,
1188
1421
  .ui.selectable.table tr:hover td.primary:not(.marked) {
1189
1422
  background: #d3f1ff;
1190
1423
  color: rgba(255, 255, 255, 0.9);
1191
1424
  }
1425
+ .ui.ui.inverted.selectable.table tr.primary:not(.marked):hover,
1426
+ .ui.inverted.table tr td.selectable.primary:not(.marked):hover,
1427
+ .ui.inverted.selectable.table tr:hover td.primary:not(.marked) {
1428
+ background: #21b8ff;
1429
+ color: #FFFFFF;
1430
+ }
1192
1431
  .ui.table td.marked.primary.left,
1193
1432
  .ui.table tr.marked.primary.left {
1194
1433
  -webkit-box-shadow: 0.2em 0 0 0 #2185D0 inset;
@@ -1213,20 +1452,71 @@
1213
1452
  border-top: 0.2em solid #1B1C1D;
1214
1453
  }
1215
1454
  .ui.inverted.secondary.table {
1216
- background-color: #1B1C1D;
1455
+ background: #1B1C1D;
1456
+ color: #FFFFFF;
1457
+ }
1458
+
1459
+ /* Same color for background and color to camouflage the scrollbar */
1460
+ .ui.scrolling.table > thead.secondary,
1461
+ .ui.scrolling.table > tfoot.secondary {
1462
+ background: #dddddd;
1463
+ color: #dddddd;
1464
+ }
1465
+ .ui.scrolling.table > thead.secondary > tr > th,
1466
+ .ui.scrolling.table > tfoot.secondary > tr > th,
1467
+ .ui.scrolling.table > thead.secondary > tr > td,
1468
+ .ui.scrolling.table > tfoot.secondary > tr > td {
1469
+ background: inherit;
1470
+ color: rgba(255, 255, 255, 0.9);
1471
+ }
1472
+ .ui.inverted.scrolling.table > thead.secondary,
1473
+ .ui.inverted.scrolling.table > tfoot.secondary {
1474
+ background: #1B1C1D;
1475
+ color: #1B1C1D;
1476
+ }
1477
+ .ui.inverted.scrolling.table > thead.secondary > tr > th,
1478
+ .ui.inverted.scrolling.table > tfoot.secondary > tr > th,
1479
+ .ui.inverted.scrolling.table > thead.secondary > tr > td,
1480
+ .ui.inverted.scrolling.table > tfoot.secondary > tr > td {
1481
+ background: inherit;
1217
1482
  color: #FFFFFF;
1218
1483
  }
1219
1484
  .ui.ui.ui.ui.table tr.secondary:not(.marked),
1485
+ .ui.ui.table th.secondary:not(.marked),
1220
1486
  .ui.ui.table td.secondary:not(.marked) {
1221
1487
  background: #dddddd;
1222
1488
  color: rgba(255, 255, 255, 0.9);
1223
1489
  }
1490
+ .ui.table > thead > tr.secondary:not(.marked) > th,
1491
+ .ui.table > tfoot > tr.secondary:not(.marked) > th,
1492
+ .ui.table > tfoot > tr.secondary:not(.marked) > td {
1493
+ background: inherit;
1494
+ color: rgba(255, 255, 255, 0.9);
1495
+ }
1496
+ .ui.ui.ui.ui.inverted.table tr.secondary:not(.marked),
1497
+ .ui.ui.inverted.table th.secondary:not(.marked),
1498
+ .ui.ui.inverted.table td.secondary:not(.marked) {
1499
+ background: #1B1C1D;
1500
+ color: #FFFFFF;
1501
+ }
1502
+ .ui.inverted.table > thead > tr.secondary:not(.marked) > th,
1503
+ .ui.inverted.table > tfoot > tr.secondary:not(.marked) > th,
1504
+ .ui.inverted.table > tfoot > tr.secondary:not(.marked) > td {
1505
+ background: inherit;
1506
+ color: #FFFFFF;
1507
+ }
1224
1508
  .ui.ui.selectable.table tr.secondary:not(.marked):hover,
1225
1509
  .ui.table tr td.selectable.secondary:not(.marked):hover,
1226
1510
  .ui.selectable.table tr:hover td.secondary:not(.marked) {
1227
1511
  background: #e2e2e2;
1228
1512
  color: rgba(255, 255, 255, 0.9);
1229
1513
  }
1514
+ .ui.ui.inverted.selectable.table tr.secondary:not(.marked):hover,
1515
+ .ui.inverted.table tr td.selectable.secondary:not(.marked):hover,
1516
+ .ui.inverted.selectable.table tr:hover td.secondary:not(.marked) {
1517
+ background: #6e6e6e;
1518
+ color: #FFFFFF;
1519
+ }
1230
1520
  .ui.table td.marked.secondary.left,
1231
1521
  .ui.table tr.marked.secondary.left {
1232
1522
  -webkit-box-shadow: 0.2em 0 0 0 #1B1C1D inset;
@@ -1251,20 +1541,71 @@
1251
1541
  border-top: 0.2em solid #DB2828;
1252
1542
  }
1253
1543
  .ui.inverted.red.table {
1254
- background-color: #DB2828;
1544
+ background: #DB2828;
1545
+ color: #FFFFFF;
1546
+ }
1547
+
1548
+ /* Same color for background and color to camouflage the scrollbar */
1549
+ .ui.scrolling.table > thead.red,
1550
+ .ui.scrolling.table > tfoot.red {
1551
+ background: #ffe1df;
1552
+ color: #ffe1df;
1553
+ }
1554
+ .ui.scrolling.table > thead.red > tr > th,
1555
+ .ui.scrolling.table > tfoot.red > tr > th,
1556
+ .ui.scrolling.table > thead.red > tr > td,
1557
+ .ui.scrolling.table > tfoot.red > tr > td {
1558
+ background: inherit;
1559
+ color: #DB2828;
1560
+ }
1561
+ .ui.inverted.scrolling.table > thead.red,
1562
+ .ui.inverted.scrolling.table > tfoot.red {
1563
+ background: #DB2828;
1564
+ color: #DB2828;
1565
+ }
1566
+ .ui.inverted.scrolling.table > thead.red > tr > th,
1567
+ .ui.inverted.scrolling.table > tfoot.red > tr > th,
1568
+ .ui.inverted.scrolling.table > thead.red > tr > td,
1569
+ .ui.inverted.scrolling.table > tfoot.red > tr > td {
1570
+ background: inherit;
1255
1571
  color: #FFFFFF;
1256
1572
  }
1257
1573
  .ui.ui.ui.ui.table tr.red:not(.marked),
1574
+ .ui.ui.table th.red:not(.marked),
1258
1575
  .ui.ui.table td.red:not(.marked) {
1259
1576
  background: #ffe1df;
1260
1577
  color: #DB2828;
1261
1578
  }
1579
+ .ui.table > thead > tr.red:not(.marked) > th,
1580
+ .ui.table > tfoot > tr.red:not(.marked) > th,
1581
+ .ui.table > tfoot > tr.red:not(.marked) > td {
1582
+ background: inherit;
1583
+ color: #DB2828;
1584
+ }
1585
+ .ui.ui.ui.ui.inverted.table tr.red:not(.marked),
1586
+ .ui.ui.inverted.table th.red:not(.marked),
1587
+ .ui.ui.inverted.table td.red:not(.marked) {
1588
+ background: #DB2828;
1589
+ color: #FFFFFF;
1590
+ }
1591
+ .ui.inverted.table > thead > tr.red:not(.marked) > th,
1592
+ .ui.inverted.table > tfoot > tr.red:not(.marked) > th,
1593
+ .ui.inverted.table > tfoot > tr.red:not(.marked) > td {
1594
+ background: inherit;
1595
+ color: #FFFFFF;
1596
+ }
1262
1597
  .ui.ui.selectable.table tr.red:not(.marked):hover,
1263
1598
  .ui.table tr td.selectable.red:not(.marked):hover,
1264
1599
  .ui.selectable.table tr:hover td.red:not(.marked) {
1265
1600
  background: #ffd7d5;
1266
1601
  color: #DB2828;
1267
1602
  }
1603
+ .ui.ui.inverted.selectable.table tr.red:not(.marked):hover,
1604
+ .ui.inverted.table tr td.selectable.red:not(.marked):hover,
1605
+ .ui.inverted.selectable.table tr:hover td.red:not(.marked) {
1606
+ background: #ff392b;
1607
+ color: #FFFFFF;
1608
+ }
1268
1609
  .ui.table td.marked.red.left,
1269
1610
  .ui.table tr.marked.red.left {
1270
1611
  -webkit-box-shadow: 0.2em 0 0 0 #DB2828 inset;
@@ -1289,20 +1630,71 @@
1289
1630
  border-top: 0.2em solid #F2711C;
1290
1631
  }
1291
1632
  .ui.inverted.orange.table {
1292
- background-color: #F2711C;
1633
+ background: #F2711C;
1634
+ color: #FFFFFF;
1635
+ }
1636
+
1637
+ /* Same color for background and color to camouflage the scrollbar */
1638
+ .ui.scrolling.table > thead.orange,
1639
+ .ui.scrolling.table > tfoot.orange {
1640
+ background: #ffe7d1;
1641
+ color: #ffe7d1;
1642
+ }
1643
+ .ui.scrolling.table > thead.orange > tr > th,
1644
+ .ui.scrolling.table > tfoot.orange > tr > th,
1645
+ .ui.scrolling.table > thead.orange > tr > td,
1646
+ .ui.scrolling.table > tfoot.orange > tr > td {
1647
+ background: inherit;
1648
+ color: #F2711C;
1649
+ }
1650
+ .ui.inverted.scrolling.table > thead.orange,
1651
+ .ui.inverted.scrolling.table > tfoot.orange {
1652
+ background: #F2711C;
1653
+ color: #F2711C;
1654
+ }
1655
+ .ui.inverted.scrolling.table > thead.orange > tr > th,
1656
+ .ui.inverted.scrolling.table > tfoot.orange > tr > th,
1657
+ .ui.inverted.scrolling.table > thead.orange > tr > td,
1658
+ .ui.inverted.scrolling.table > tfoot.orange > tr > td {
1659
+ background: inherit;
1293
1660
  color: #FFFFFF;
1294
1661
  }
1295
1662
  .ui.ui.ui.ui.table tr.orange:not(.marked),
1663
+ .ui.ui.table th.orange:not(.marked),
1296
1664
  .ui.ui.table td.orange:not(.marked) {
1297
1665
  background: #ffe7d1;
1298
1666
  color: #F2711C;
1299
1667
  }
1668
+ .ui.table > thead > tr.orange:not(.marked) > th,
1669
+ .ui.table > tfoot > tr.orange:not(.marked) > th,
1670
+ .ui.table > tfoot > tr.orange:not(.marked) > td {
1671
+ background: inherit;
1672
+ color: #F2711C;
1673
+ }
1674
+ .ui.ui.ui.ui.inverted.table tr.orange:not(.marked),
1675
+ .ui.ui.inverted.table th.orange:not(.marked),
1676
+ .ui.ui.inverted.table td.orange:not(.marked) {
1677
+ background: #F2711C;
1678
+ color: #FFFFFF;
1679
+ }
1680
+ .ui.inverted.table > thead > tr.orange:not(.marked) > th,
1681
+ .ui.inverted.table > tfoot > tr.orange:not(.marked) > th,
1682
+ .ui.inverted.table > tfoot > tr.orange:not(.marked) > td {
1683
+ background: inherit;
1684
+ color: #FFFFFF;
1685
+ }
1300
1686
  .ui.ui.selectable.table tr.orange:not(.marked):hover,
1301
1687
  .ui.table tr td.selectable.orange:not(.marked):hover,
1302
1688
  .ui.selectable.table tr:hover td.orange:not(.marked) {
1303
1689
  background: #fae1cc;
1304
1690
  color: #F2711C;
1305
1691
  }
1692
+ .ui.ui.inverted.selectable.table tr.orange:not(.marked):hover,
1693
+ .ui.inverted.table tr td.selectable.orange:not(.marked):hover,
1694
+ .ui.inverted.selectable.table tr:hover td.orange:not(.marked) {
1695
+ background: #e76b00;
1696
+ color: #FFFFFF;
1697
+ }
1306
1698
  .ui.table td.marked.orange.left,
1307
1699
  .ui.table tr.marked.orange.left {
1308
1700
  -webkit-box-shadow: 0.2em 0 0 0 #F2711C inset;
@@ -1327,20 +1719,71 @@
1327
1719
  border-top: 0.2em solid #FBBD08;
1328
1720
  }
1329
1721
  .ui.inverted.yellow.table {
1330
- background-color: #FBBD08;
1722
+ background: #FBBD08;
1723
+ color: #FFFFFF;
1724
+ }
1725
+
1726
+ /* Same color for background and color to camouflage the scrollbar */
1727
+ .ui.scrolling.table > thead.yellow,
1728
+ .ui.scrolling.table > tfoot.yellow {
1729
+ background: #fff9d2;
1730
+ color: #fff9d2;
1731
+ }
1732
+ .ui.scrolling.table > thead.yellow > tr > th,
1733
+ .ui.scrolling.table > tfoot.yellow > tr > th,
1734
+ .ui.scrolling.table > thead.yellow > tr > td,
1735
+ .ui.scrolling.table > tfoot.yellow > tr > td {
1736
+ background: inherit;
1737
+ color: #B58105;
1738
+ }
1739
+ .ui.inverted.scrolling.table > thead.yellow,
1740
+ .ui.inverted.scrolling.table > tfoot.yellow {
1741
+ background: #FBBD08;
1742
+ color: #FBBD08;
1743
+ }
1744
+ .ui.inverted.scrolling.table > thead.yellow > tr > th,
1745
+ .ui.inverted.scrolling.table > tfoot.yellow > tr > th,
1746
+ .ui.inverted.scrolling.table > thead.yellow > tr > td,
1747
+ .ui.inverted.scrolling.table > tfoot.yellow > tr > td {
1748
+ background: inherit;
1331
1749
  color: #FFFFFF;
1332
1750
  }
1333
1751
  .ui.ui.ui.ui.table tr.yellow:not(.marked),
1752
+ .ui.ui.table th.yellow:not(.marked),
1334
1753
  .ui.ui.table td.yellow:not(.marked) {
1335
1754
  background: #fff9d2;
1336
1755
  color: #B58105;
1337
1756
  }
1757
+ .ui.table > thead > tr.yellow:not(.marked) > th,
1758
+ .ui.table > tfoot > tr.yellow:not(.marked) > th,
1759
+ .ui.table > tfoot > tr.yellow:not(.marked) > td {
1760
+ background: inherit;
1761
+ color: #B58105;
1762
+ }
1763
+ .ui.ui.ui.ui.inverted.table tr.yellow:not(.marked),
1764
+ .ui.ui.inverted.table th.yellow:not(.marked),
1765
+ .ui.ui.inverted.table td.yellow:not(.marked) {
1766
+ background: #FBBD08;
1767
+ color: #FFFFFF;
1768
+ }
1769
+ .ui.inverted.table > thead > tr.yellow:not(.marked) > th,
1770
+ .ui.inverted.table > tfoot > tr.yellow:not(.marked) > th,
1771
+ .ui.inverted.table > tfoot > tr.yellow:not(.marked) > td {
1772
+ background: inherit;
1773
+ color: #FFFFFF;
1774
+ }
1338
1775
  .ui.ui.selectable.table tr.yellow:not(.marked):hover,
1339
1776
  .ui.table tr td.selectable.yellow:not(.marked):hover,
1340
1777
  .ui.selectable.table tr:hover td.yellow:not(.marked) {
1341
1778
  background: #fbf5cc;
1342
1779
  color: #B58105;
1343
1780
  }
1781
+ .ui.ui.inverted.selectable.table tr.yellow:not(.marked):hover,
1782
+ .ui.inverted.table tr td.selectable.yellow:not(.marked):hover,
1783
+ .ui.inverted.selectable.table tr:hover td.yellow:not(.marked) {
1784
+ background: #ebcd00;
1785
+ color: #FFFFFF;
1786
+ }
1344
1787
  .ui.table td.marked.yellow.left,
1345
1788
  .ui.table tr.marked.yellow.left {
1346
1789
  -webkit-box-shadow: 0.2em 0 0 0 #FBBD08 inset;
@@ -1365,20 +1808,71 @@
1365
1808
  border-top: 0.2em solid #B5CC18;
1366
1809
  }
1367
1810
  .ui.inverted.olive.table {
1368
- background-color: #B5CC18;
1811
+ background: #B5CC18;
1812
+ color: #FFFFFF;
1813
+ }
1814
+
1815
+ /* Same color for background and color to camouflage the scrollbar */
1816
+ .ui.scrolling.table > thead.olive,
1817
+ .ui.scrolling.table > tfoot.olive {
1818
+ background: #f7fae4;
1819
+ color: #f7fae4;
1820
+ }
1821
+ .ui.scrolling.table > thead.olive > tr > th,
1822
+ .ui.scrolling.table > tfoot.olive > tr > th,
1823
+ .ui.scrolling.table > thead.olive > tr > td,
1824
+ .ui.scrolling.table > tfoot.olive > tr > td {
1825
+ background: inherit;
1826
+ color: #8ABC1E;
1827
+ }
1828
+ .ui.inverted.scrolling.table > thead.olive,
1829
+ .ui.inverted.scrolling.table > tfoot.olive {
1830
+ background: #B5CC18;
1831
+ color: #B5CC18;
1832
+ }
1833
+ .ui.inverted.scrolling.table > thead.olive > tr > th,
1834
+ .ui.inverted.scrolling.table > tfoot.olive > tr > th,
1835
+ .ui.inverted.scrolling.table > thead.olive > tr > td,
1836
+ .ui.inverted.scrolling.table > tfoot.olive > tr > td {
1837
+ background: inherit;
1369
1838
  color: #FFFFFF;
1370
1839
  }
1371
1840
  .ui.ui.ui.ui.table tr.olive:not(.marked),
1841
+ .ui.ui.table th.olive:not(.marked),
1372
1842
  .ui.ui.table td.olive:not(.marked) {
1373
1843
  background: #f7fae4;
1374
1844
  color: #8ABC1E;
1375
1845
  }
1846
+ .ui.table > thead > tr.olive:not(.marked) > th,
1847
+ .ui.table > tfoot > tr.olive:not(.marked) > th,
1848
+ .ui.table > tfoot > tr.olive:not(.marked) > td {
1849
+ background: inherit;
1850
+ color: #8ABC1E;
1851
+ }
1852
+ .ui.ui.ui.ui.inverted.table tr.olive:not(.marked),
1853
+ .ui.ui.inverted.table th.olive:not(.marked),
1854
+ .ui.ui.inverted.table td.olive:not(.marked) {
1855
+ background: #B5CC18;
1856
+ color: #FFFFFF;
1857
+ }
1858
+ .ui.inverted.table > thead > tr.olive:not(.marked) > th,
1859
+ .ui.inverted.table > tfoot > tr.olive:not(.marked) > th,
1860
+ .ui.inverted.table > tfoot > tr.olive:not(.marked) > td {
1861
+ background: inherit;
1862
+ color: #FFFFFF;
1863
+ }
1376
1864
  .ui.ui.selectable.table tr.olive:not(.marked):hover,
1377
1865
  .ui.table tr td.selectable.olive:not(.marked):hover,
1378
1866
  .ui.selectable.table tr:hover td.olive:not(.marked) {
1379
1867
  background: #f6fada;
1380
1868
  color: #8ABC1E;
1381
1869
  }
1870
+ .ui.ui.inverted.selectable.table tr.olive:not(.marked):hover,
1871
+ .ui.inverted.table tr td.selectable.olive:not(.marked):hover,
1872
+ .ui.inverted.selectable.table tr:hover td.olive:not(.marked) {
1873
+ background: #d2e745;
1874
+ color: #FFFFFF;
1875
+ }
1382
1876
  .ui.table td.marked.olive.left,
1383
1877
  .ui.table tr.marked.olive.left {
1384
1878
  -webkit-box-shadow: 0.2em 0 0 0 #B5CC18 inset;
@@ -1403,20 +1897,71 @@
1403
1897
  border-top: 0.2em solid #21BA45;
1404
1898
  }
1405
1899
  .ui.inverted.green.table {
1406
- background-color: #21BA45;
1900
+ background: #21BA45;
1901
+ color: #FFFFFF;
1902
+ }
1903
+
1904
+ /* Same color for background and color to camouflage the scrollbar */
1905
+ .ui.scrolling.table > thead.green,
1906
+ .ui.scrolling.table > tfoot.green {
1907
+ background: #d5f5d9;
1908
+ color: #d5f5d9;
1909
+ }
1910
+ .ui.scrolling.table > thead.green > tr > th,
1911
+ .ui.scrolling.table > tfoot.green > tr > th,
1912
+ .ui.scrolling.table > thead.green > tr > td,
1913
+ .ui.scrolling.table > tfoot.green > tr > td {
1914
+ background: inherit;
1915
+ color: #1EBC30;
1916
+ }
1917
+ .ui.inverted.scrolling.table > thead.green,
1918
+ .ui.inverted.scrolling.table > tfoot.green {
1919
+ background: #21BA45;
1920
+ color: #21BA45;
1921
+ }
1922
+ .ui.inverted.scrolling.table > thead.green > tr > th,
1923
+ .ui.inverted.scrolling.table > tfoot.green > tr > th,
1924
+ .ui.inverted.scrolling.table > thead.green > tr > td,
1925
+ .ui.inverted.scrolling.table > tfoot.green > tr > td {
1926
+ background: inherit;
1407
1927
  color: #FFFFFF;
1408
1928
  }
1409
1929
  .ui.ui.ui.ui.table tr.green:not(.marked),
1930
+ .ui.ui.table th.green:not(.marked),
1410
1931
  .ui.ui.table td.green:not(.marked) {
1411
1932
  background: #d5f5d9;
1412
1933
  color: #1EBC30;
1413
1934
  }
1935
+ .ui.table > thead > tr.green:not(.marked) > th,
1936
+ .ui.table > tfoot > tr.green:not(.marked) > th,
1937
+ .ui.table > tfoot > tr.green:not(.marked) > td {
1938
+ background: inherit;
1939
+ color: #1EBC30;
1940
+ }
1941
+ .ui.ui.ui.ui.inverted.table tr.green:not(.marked),
1942
+ .ui.ui.inverted.table th.green:not(.marked),
1943
+ .ui.ui.inverted.table td.green:not(.marked) {
1944
+ background: #21BA45;
1945
+ color: #FFFFFF;
1946
+ }
1947
+ .ui.inverted.table > thead > tr.green:not(.marked) > th,
1948
+ .ui.inverted.table > tfoot > tr.green:not(.marked) > th,
1949
+ .ui.inverted.table > tfoot > tr.green:not(.marked) > td {
1950
+ background: inherit;
1951
+ color: #FFFFFF;
1952
+ }
1414
1953
  .ui.ui.selectable.table tr.green:not(.marked):hover,
1415
1954
  .ui.table tr td.selectable.green:not(.marked):hover,
1416
1955
  .ui.selectable.table tr:hover td.green:not(.marked) {
1417
1956
  background: #d2eed5;
1418
1957
  color: #1EBC30;
1419
1958
  }
1959
+ .ui.ui.inverted.selectable.table tr.green:not(.marked):hover,
1960
+ .ui.inverted.table tr td.selectable.green:not(.marked):hover,
1961
+ .ui.inverted.selectable.table tr:hover td.green:not(.marked) {
1962
+ background: #1ea92e;
1963
+ color: #FFFFFF;
1964
+ }
1420
1965
  .ui.table td.marked.green.left,
1421
1966
  .ui.table tr.marked.green.left {
1422
1967
  -webkit-box-shadow: 0.2em 0 0 0 #21BA45 inset;
@@ -1441,20 +1986,71 @@
1441
1986
  border-top: 0.2em solid #00B5AD;
1442
1987
  }
1443
1988
  .ui.inverted.teal.table {
1444
- background-color: #00B5AD;
1989
+ background: #00B5AD;
1990
+ color: #FFFFFF;
1991
+ }
1992
+
1993
+ /* Same color for background and color to camouflage the scrollbar */
1994
+ .ui.scrolling.table > thead.teal,
1995
+ .ui.scrolling.table > tfoot.teal {
1996
+ background: #e2ffff;
1997
+ color: #e2ffff;
1998
+ }
1999
+ .ui.scrolling.table > thead.teal > tr > th,
2000
+ .ui.scrolling.table > tfoot.teal > tr > th,
2001
+ .ui.scrolling.table > thead.teal > tr > td,
2002
+ .ui.scrolling.table > tfoot.teal > tr > td {
2003
+ background: inherit;
2004
+ color: #10A3A3;
2005
+ }
2006
+ .ui.inverted.scrolling.table > thead.teal,
2007
+ .ui.inverted.scrolling.table > tfoot.teal {
2008
+ background: #00B5AD;
2009
+ color: #00B5AD;
2010
+ }
2011
+ .ui.inverted.scrolling.table > thead.teal > tr > th,
2012
+ .ui.inverted.scrolling.table > tfoot.teal > tr > th,
2013
+ .ui.inverted.scrolling.table > thead.teal > tr > td,
2014
+ .ui.inverted.scrolling.table > tfoot.teal > tr > td {
2015
+ background: inherit;
1445
2016
  color: #FFFFFF;
1446
2017
  }
1447
2018
  .ui.ui.ui.ui.table tr.teal:not(.marked),
2019
+ .ui.ui.table th.teal:not(.marked),
1448
2020
  .ui.ui.table td.teal:not(.marked) {
1449
2021
  background: #e2ffff;
1450
2022
  color: #10A3A3;
1451
2023
  }
2024
+ .ui.table > thead > tr.teal:not(.marked) > th,
2025
+ .ui.table > tfoot > tr.teal:not(.marked) > th,
2026
+ .ui.table > tfoot > tr.teal:not(.marked) > td {
2027
+ background: inherit;
2028
+ color: #10A3A3;
2029
+ }
2030
+ .ui.ui.ui.ui.inverted.table tr.teal:not(.marked),
2031
+ .ui.ui.inverted.table th.teal:not(.marked),
2032
+ .ui.ui.inverted.table td.teal:not(.marked) {
2033
+ background: #00B5AD;
2034
+ color: #FFFFFF;
2035
+ }
2036
+ .ui.inverted.table > thead > tr.teal:not(.marked) > th,
2037
+ .ui.inverted.table > tfoot > tr.teal:not(.marked) > th,
2038
+ .ui.inverted.table > tfoot > tr.teal:not(.marked) > td {
2039
+ background: inherit;
2040
+ color: #FFFFFF;
2041
+ }
1452
2042
  .ui.ui.selectable.table tr.teal:not(.marked):hover,
1453
2043
  .ui.table tr td.selectable.teal:not(.marked):hover,
1454
2044
  .ui.selectable.table tr:hover td.teal:not(.marked) {
1455
2045
  background: #d8ffff;
1456
2046
  color: #10A3A3;
1457
2047
  }
2048
+ .ui.ui.inverted.selectable.table tr.teal:not(.marked):hover,
2049
+ .ui.inverted.table tr td.selectable.teal:not(.marked):hover,
2050
+ .ui.inverted.selectable.table tr:hover td.teal:not(.marked) {
2051
+ background: #3affff;
2052
+ color: #FFFFFF;
2053
+ }
1458
2054
  .ui.table td.marked.teal.left,
1459
2055
  .ui.table tr.marked.teal.left {
1460
2056
  -webkit-box-shadow: 0.2em 0 0 0 #00B5AD inset;
@@ -1479,20 +2075,71 @@
1479
2075
  border-top: 0.2em solid #2185D0;
1480
2076
  }
1481
2077
  .ui.inverted.blue.table {
1482
- background-color: #2185D0;
2078
+ background: #2185D0;
2079
+ color: #FFFFFF;
2080
+ }
2081
+
2082
+ /* Same color for background and color to camouflage the scrollbar */
2083
+ .ui.scrolling.table > thead.blue,
2084
+ .ui.scrolling.table > tfoot.blue {
2085
+ background: #ddf4ff;
2086
+ color: #ddf4ff;
2087
+ }
2088
+ .ui.scrolling.table > thead.blue > tr > th,
2089
+ .ui.scrolling.table > tfoot.blue > tr > th,
2090
+ .ui.scrolling.table > thead.blue > tr > td,
2091
+ .ui.scrolling.table > tfoot.blue > tr > td {
2092
+ background: inherit;
2093
+ color: #2185D0;
2094
+ }
2095
+ .ui.inverted.scrolling.table > thead.blue,
2096
+ .ui.inverted.scrolling.table > tfoot.blue {
2097
+ background: #2185D0;
2098
+ color: #2185D0;
2099
+ }
2100
+ .ui.inverted.scrolling.table > thead.blue > tr > th,
2101
+ .ui.inverted.scrolling.table > tfoot.blue > tr > th,
2102
+ .ui.inverted.scrolling.table > thead.blue > tr > td,
2103
+ .ui.inverted.scrolling.table > tfoot.blue > tr > td {
2104
+ background: inherit;
1483
2105
  color: #FFFFFF;
1484
2106
  }
1485
2107
  .ui.ui.ui.ui.table tr.blue:not(.marked),
2108
+ .ui.ui.table th.blue:not(.marked),
1486
2109
  .ui.ui.table td.blue:not(.marked) {
1487
2110
  background: #ddf4ff;
1488
2111
  color: #2185D0;
1489
2112
  }
2113
+ .ui.table > thead > tr.blue:not(.marked) > th,
2114
+ .ui.table > tfoot > tr.blue:not(.marked) > th,
2115
+ .ui.table > tfoot > tr.blue:not(.marked) > td {
2116
+ background: inherit;
2117
+ color: #2185D0;
2118
+ }
2119
+ .ui.ui.ui.ui.inverted.table tr.blue:not(.marked),
2120
+ .ui.ui.inverted.table th.blue:not(.marked),
2121
+ .ui.ui.inverted.table td.blue:not(.marked) {
2122
+ background: #2185D0;
2123
+ color: #FFFFFF;
2124
+ }
2125
+ .ui.inverted.table > thead > tr.blue:not(.marked) > th,
2126
+ .ui.inverted.table > tfoot > tr.blue:not(.marked) > th,
2127
+ .ui.inverted.table > tfoot > tr.blue:not(.marked) > td {
2128
+ background: inherit;
2129
+ color: #FFFFFF;
2130
+ }
1490
2131
  .ui.ui.selectable.table tr.blue:not(.marked):hover,
1491
2132
  .ui.table tr td.selectable.blue:not(.marked):hover,
1492
2133
  .ui.selectable.table tr:hover td.blue:not(.marked) {
1493
2134
  background: #d3f1ff;
1494
2135
  color: #2185D0;
1495
2136
  }
2137
+ .ui.ui.inverted.selectable.table tr.blue:not(.marked):hover,
2138
+ .ui.inverted.table tr td.selectable.blue:not(.marked):hover,
2139
+ .ui.inverted.selectable.table tr:hover td.blue:not(.marked) {
2140
+ background: #21b8ff;
2141
+ color: #FFFFFF;
2142
+ }
1496
2143
  .ui.table td.marked.blue.left,
1497
2144
  .ui.table tr.marked.blue.left {
1498
2145
  -webkit-box-shadow: 0.2em 0 0 0 #2185D0 inset;
@@ -1517,20 +2164,71 @@
1517
2164
  border-top: 0.2em solid #6435C9;
1518
2165
  }
1519
2166
  .ui.inverted.violet.table {
1520
- background-color: #6435C9;
2167
+ background: #6435C9;
2168
+ color: #FFFFFF;
2169
+ }
2170
+
2171
+ /* Same color for background and color to camouflage the scrollbar */
2172
+ .ui.scrolling.table > thead.violet,
2173
+ .ui.scrolling.table > tfoot.violet {
2174
+ background: #ece9fe;
2175
+ color: #ece9fe;
2176
+ }
2177
+ .ui.scrolling.table > thead.violet > tr > th,
2178
+ .ui.scrolling.table > tfoot.violet > tr > th,
2179
+ .ui.scrolling.table > thead.violet > tr > td,
2180
+ .ui.scrolling.table > tfoot.violet > tr > td {
2181
+ background: inherit;
2182
+ color: #6435C9;
2183
+ }
2184
+ .ui.inverted.scrolling.table > thead.violet,
2185
+ .ui.inverted.scrolling.table > tfoot.violet {
2186
+ background: #6435C9;
2187
+ color: #6435C9;
2188
+ }
2189
+ .ui.inverted.scrolling.table > thead.violet > tr > th,
2190
+ .ui.inverted.scrolling.table > tfoot.violet > tr > th,
2191
+ .ui.inverted.scrolling.table > thead.violet > tr > td,
2192
+ .ui.inverted.scrolling.table > tfoot.violet > tr > td {
2193
+ background: inherit;
1521
2194
  color: #FFFFFF;
1522
2195
  }
1523
2196
  .ui.ui.ui.ui.table tr.violet:not(.marked),
2197
+ .ui.ui.table th.violet:not(.marked),
1524
2198
  .ui.ui.table td.violet:not(.marked) {
1525
2199
  background: #ece9fe;
1526
2200
  color: #6435C9;
1527
2201
  }
2202
+ .ui.table > thead > tr.violet:not(.marked) > th,
2203
+ .ui.table > tfoot > tr.violet:not(.marked) > th,
2204
+ .ui.table > tfoot > tr.violet:not(.marked) > td {
2205
+ background: inherit;
2206
+ color: #6435C9;
2207
+ }
2208
+ .ui.ui.ui.ui.inverted.table tr.violet:not(.marked),
2209
+ .ui.ui.inverted.table th.violet:not(.marked),
2210
+ .ui.ui.inverted.table td.violet:not(.marked) {
2211
+ background: #6435C9;
2212
+ color: #FFFFFF;
2213
+ }
2214
+ .ui.inverted.table > thead > tr.violet:not(.marked) > th,
2215
+ .ui.inverted.table > tfoot > tr.violet:not(.marked) > th,
2216
+ .ui.inverted.table > tfoot > tr.violet:not(.marked) > td {
2217
+ background: inherit;
2218
+ color: #FFFFFF;
2219
+ }
1528
2220
  .ui.ui.selectable.table tr.violet:not(.marked):hover,
1529
2221
  .ui.table tr td.selectable.violet:not(.marked):hover,
1530
2222
  .ui.selectable.table tr:hover td.violet:not(.marked) {
1531
2223
  background: #e3deff;
1532
2224
  color: #6435C9;
1533
2225
  }
2226
+ .ui.ui.inverted.selectable.table tr.violet:not(.marked):hover,
2227
+ .ui.inverted.table tr td.selectable.violet:not(.marked):hover,
2228
+ .ui.inverted.selectable.table tr:hover td.violet:not(.marked) {
2229
+ background: #745aff;
2230
+ color: #FFFFFF;
2231
+ }
1534
2232
  .ui.table td.marked.violet.left,
1535
2233
  .ui.table tr.marked.violet.left {
1536
2234
  -webkit-box-shadow: 0.2em 0 0 0 #6435C9 inset;
@@ -1555,20 +2253,71 @@
1555
2253
  border-top: 0.2em solid #A333C8;
1556
2254
  }
1557
2255
  .ui.inverted.purple.table {
1558
- background-color: #A333C8;
2256
+ background: #A333C8;
2257
+ color: #FFFFFF;
2258
+ }
2259
+
2260
+ /* Same color for background and color to camouflage the scrollbar */
2261
+ .ui.scrolling.table > thead.purple,
2262
+ .ui.scrolling.table > tfoot.purple {
2263
+ background: #f8e3ff;
2264
+ color: #f8e3ff;
2265
+ }
2266
+ .ui.scrolling.table > thead.purple > tr > th,
2267
+ .ui.scrolling.table > tfoot.purple > tr > th,
2268
+ .ui.scrolling.table > thead.purple > tr > td,
2269
+ .ui.scrolling.table > tfoot.purple > tr > td {
2270
+ background: inherit;
2271
+ color: #A333C8;
2272
+ }
2273
+ .ui.inverted.scrolling.table > thead.purple,
2274
+ .ui.inverted.scrolling.table > tfoot.purple {
2275
+ background: #A333C8;
2276
+ color: #A333C8;
2277
+ }
2278
+ .ui.inverted.scrolling.table > thead.purple > tr > th,
2279
+ .ui.inverted.scrolling.table > tfoot.purple > tr > th,
2280
+ .ui.inverted.scrolling.table > thead.purple > tr > td,
2281
+ .ui.inverted.scrolling.table > tfoot.purple > tr > td {
2282
+ background: inherit;
1559
2283
  color: #FFFFFF;
1560
2284
  }
1561
2285
  .ui.ui.ui.ui.table tr.purple:not(.marked),
2286
+ .ui.ui.table th.purple:not(.marked),
1562
2287
  .ui.ui.table td.purple:not(.marked) {
1563
2288
  background: #f8e3ff;
1564
2289
  color: #A333C8;
1565
2290
  }
2291
+ .ui.table > thead > tr.purple:not(.marked) > th,
2292
+ .ui.table > tfoot > tr.purple:not(.marked) > th,
2293
+ .ui.table > tfoot > tr.purple:not(.marked) > td {
2294
+ background: inherit;
2295
+ color: #A333C8;
2296
+ }
2297
+ .ui.ui.ui.ui.inverted.table tr.purple:not(.marked),
2298
+ .ui.ui.inverted.table th.purple:not(.marked),
2299
+ .ui.ui.inverted.table td.purple:not(.marked) {
2300
+ background: #A333C8;
2301
+ color: #FFFFFF;
2302
+ }
2303
+ .ui.inverted.table > thead > tr.purple:not(.marked) > th,
2304
+ .ui.inverted.table > tfoot > tr.purple:not(.marked) > th,
2305
+ .ui.inverted.table > tfoot > tr.purple:not(.marked) > td {
2306
+ background: inherit;
2307
+ color: #FFFFFF;
2308
+ }
1566
2309
  .ui.ui.selectable.table tr.purple:not(.marked):hover,
1567
2310
  .ui.table tr td.selectable.purple:not(.marked):hover,
1568
2311
  .ui.selectable.table tr:hover td.purple:not(.marked) {
1569
2312
  background: #f5d9ff;
1570
2313
  color: #A333C8;
1571
2314
  }
2315
+ .ui.ui.inverted.selectable.table tr.purple:not(.marked):hover,
2316
+ .ui.inverted.table tr td.selectable.purple:not(.marked):hover,
2317
+ .ui.inverted.selectable.table tr:hover td.purple:not(.marked) {
2318
+ background: #cf40ff;
2319
+ color: #FFFFFF;
2320
+ }
1572
2321
  .ui.table td.marked.purple.left,
1573
2322
  .ui.table tr.marked.purple.left {
1574
2323
  -webkit-box-shadow: 0.2em 0 0 0 #A333C8 inset;
@@ -1593,20 +2342,71 @@
1593
2342
  border-top: 0.2em solid #E03997;
1594
2343
  }
1595
2344
  .ui.inverted.pink.table {
1596
- background-color: #E03997;
2345
+ background: #E03997;
2346
+ color: #FFFFFF;
2347
+ }
2348
+
2349
+ /* Same color for background and color to camouflage the scrollbar */
2350
+ .ui.scrolling.table > thead.pink,
2351
+ .ui.scrolling.table > tfoot.pink {
2352
+ background: #ffe8f9;
2353
+ color: #ffe8f9;
2354
+ }
2355
+ .ui.scrolling.table > thead.pink > tr > th,
2356
+ .ui.scrolling.table > tfoot.pink > tr > th,
2357
+ .ui.scrolling.table > thead.pink > tr > td,
2358
+ .ui.scrolling.table > tfoot.pink > tr > td {
2359
+ background: inherit;
2360
+ color: #E03997;
2361
+ }
2362
+ .ui.inverted.scrolling.table > thead.pink,
2363
+ .ui.inverted.scrolling.table > tfoot.pink {
2364
+ background: #E03997;
2365
+ color: #E03997;
2366
+ }
2367
+ .ui.inverted.scrolling.table > thead.pink > tr > th,
2368
+ .ui.inverted.scrolling.table > tfoot.pink > tr > th,
2369
+ .ui.inverted.scrolling.table > thead.pink > tr > td,
2370
+ .ui.inverted.scrolling.table > tfoot.pink > tr > td {
2371
+ background: inherit;
1597
2372
  color: #FFFFFF;
1598
2373
  }
1599
2374
  .ui.ui.ui.ui.table tr.pink:not(.marked),
2375
+ .ui.ui.table th.pink:not(.marked),
1600
2376
  .ui.ui.table td.pink:not(.marked) {
1601
2377
  background: #ffe8f9;
1602
2378
  color: #E03997;
1603
2379
  }
2380
+ .ui.table > thead > tr.pink:not(.marked) > th,
2381
+ .ui.table > tfoot > tr.pink:not(.marked) > th,
2382
+ .ui.table > tfoot > tr.pink:not(.marked) > td {
2383
+ background: inherit;
2384
+ color: #E03997;
2385
+ }
2386
+ .ui.ui.ui.ui.inverted.table tr.pink:not(.marked),
2387
+ .ui.ui.inverted.table th.pink:not(.marked),
2388
+ .ui.ui.inverted.table td.pink:not(.marked) {
2389
+ background: #E03997;
2390
+ color: #FFFFFF;
2391
+ }
2392
+ .ui.inverted.table > thead > tr.pink:not(.marked) > th,
2393
+ .ui.inverted.table > tfoot > tr.pink:not(.marked) > th,
2394
+ .ui.inverted.table > tfoot > tr.pink:not(.marked) > td {
2395
+ background: inherit;
2396
+ color: #FFFFFF;
2397
+ }
1604
2398
  .ui.ui.selectable.table tr.pink:not(.marked):hover,
1605
2399
  .ui.table tr td.selectable.pink:not(.marked):hover,
1606
2400
  .ui.selectable.table tr:hover td.pink:not(.marked) {
1607
2401
  background: #ffdef6;
1608
2402
  color: #E03997;
1609
2403
  }
2404
+ .ui.ui.inverted.selectable.table tr.pink:not(.marked):hover,
2405
+ .ui.inverted.table tr td.selectable.pink:not(.marked):hover,
2406
+ .ui.inverted.selectable.table tr:hover td.pink:not(.marked) {
2407
+ background: #ff5bd1;
2408
+ color: #FFFFFF;
2409
+ }
1610
2410
  .ui.table td.marked.pink.left,
1611
2411
  .ui.table tr.marked.pink.left {
1612
2412
  -webkit-box-shadow: 0.2em 0 0 0 #E03997 inset;
@@ -1631,20 +2431,71 @@
1631
2431
  border-top: 0.2em solid #A5673F;
1632
2432
  }
1633
2433
  .ui.inverted.brown.table {
1634
- background-color: #A5673F;
2434
+ background: #A5673F;
2435
+ color: #FFFFFF;
2436
+ }
2437
+
2438
+ /* Same color for background and color to camouflage the scrollbar */
2439
+ .ui.scrolling.table > thead.brown,
2440
+ .ui.scrolling.table > tfoot.brown {
2441
+ background: #f7e5d2;
2442
+ color: #f7e5d2;
2443
+ }
2444
+ .ui.scrolling.table > thead.brown > tr > th,
2445
+ .ui.scrolling.table > tfoot.brown > tr > th,
2446
+ .ui.scrolling.table > thead.brown > tr > td,
2447
+ .ui.scrolling.table > tfoot.brown > tr > td {
2448
+ background: inherit;
2449
+ color: #A5673F;
2450
+ }
2451
+ .ui.inverted.scrolling.table > thead.brown,
2452
+ .ui.inverted.scrolling.table > tfoot.brown {
2453
+ background: #A5673F;
2454
+ color: #A5673F;
2455
+ }
2456
+ .ui.inverted.scrolling.table > thead.brown > tr > th,
2457
+ .ui.inverted.scrolling.table > tfoot.brown > tr > th,
2458
+ .ui.inverted.scrolling.table > thead.brown > tr > td,
2459
+ .ui.inverted.scrolling.table > tfoot.brown > tr > td {
2460
+ background: inherit;
1635
2461
  color: #FFFFFF;
1636
2462
  }
1637
2463
  .ui.ui.ui.ui.table tr.brown:not(.marked),
2464
+ .ui.ui.table th.brown:not(.marked),
1638
2465
  .ui.ui.table td.brown:not(.marked) {
1639
2466
  background: #f7e5d2;
1640
2467
  color: #A5673F;
1641
2468
  }
2469
+ .ui.table > thead > tr.brown:not(.marked) > th,
2470
+ .ui.table > tfoot > tr.brown:not(.marked) > th,
2471
+ .ui.table > tfoot > tr.brown:not(.marked) > td {
2472
+ background: inherit;
2473
+ color: #A5673F;
2474
+ }
2475
+ .ui.ui.ui.ui.inverted.table tr.brown:not(.marked),
2476
+ .ui.ui.inverted.table th.brown:not(.marked),
2477
+ .ui.ui.inverted.table td.brown:not(.marked) {
2478
+ background: #A5673F;
2479
+ color: #FFFFFF;
2480
+ }
2481
+ .ui.inverted.table > thead > tr.brown:not(.marked) > th,
2482
+ .ui.inverted.table > tfoot > tr.brown:not(.marked) > th,
2483
+ .ui.inverted.table > tfoot > tr.brown:not(.marked) > td {
2484
+ background: inherit;
2485
+ color: #FFFFFF;
2486
+ }
1642
2487
  .ui.ui.selectable.table tr.brown:not(.marked):hover,
1643
2488
  .ui.table tr td.selectable.brown:not(.marked):hover,
1644
2489
  .ui.selectable.table tr:hover td.brown:not(.marked) {
1645
2490
  background: #efe0cf;
1646
2491
  color: #A5673F;
1647
2492
  }
2493
+ .ui.ui.inverted.selectable.table tr.brown:not(.marked):hover,
2494
+ .ui.inverted.table tr td.selectable.brown:not(.marked):hover,
2495
+ .ui.inverted.selectable.table tr:hover td.brown:not(.marked) {
2496
+ background: #b0620f;
2497
+ color: #FFFFFF;
2498
+ }
1648
2499
  .ui.table td.marked.brown.left,
1649
2500
  .ui.table tr.marked.brown.left {
1650
2501
  -webkit-box-shadow: 0.2em 0 0 0 #A5673F inset;
@@ -1669,20 +2520,71 @@
1669
2520
  border-top: 0.2em solid #767676;
1670
2521
  }
1671
2522
  .ui.inverted.grey.table {
1672
- background-color: #767676;
2523
+ background: #767676;
2524
+ color: #FFFFFF;
2525
+ }
2526
+
2527
+ /* Same color for background and color to camouflage the scrollbar */
2528
+ .ui.scrolling.table > thead.grey,
2529
+ .ui.scrolling.table > tfoot.grey {
2530
+ background: #DCDDDE;
2531
+ color: #DCDDDE;
2532
+ }
2533
+ .ui.scrolling.table > thead.grey > tr > th,
2534
+ .ui.scrolling.table > tfoot.grey > tr > th,
2535
+ .ui.scrolling.table > thead.grey > tr > td,
2536
+ .ui.scrolling.table > tfoot.grey > tr > td {
2537
+ background: inherit;
2538
+ color: #767676;
2539
+ }
2540
+ .ui.inverted.scrolling.table > thead.grey,
2541
+ .ui.inverted.scrolling.table > tfoot.grey {
2542
+ background: #767676;
2543
+ color: #767676;
2544
+ }
2545
+ .ui.inverted.scrolling.table > thead.grey > tr > th,
2546
+ .ui.inverted.scrolling.table > tfoot.grey > tr > th,
2547
+ .ui.inverted.scrolling.table > thead.grey > tr > td,
2548
+ .ui.inverted.scrolling.table > tfoot.grey > tr > td {
2549
+ background: inherit;
1673
2550
  color: #FFFFFF;
1674
2551
  }
1675
2552
  .ui.ui.ui.ui.table tr.grey:not(.marked),
2553
+ .ui.ui.table th.grey:not(.marked),
1676
2554
  .ui.ui.table td.grey:not(.marked) {
1677
2555
  background: #DCDDDE;
1678
2556
  color: #767676;
1679
2557
  }
2558
+ .ui.table > thead > tr.grey:not(.marked) > th,
2559
+ .ui.table > tfoot > tr.grey:not(.marked) > th,
2560
+ .ui.table > tfoot > tr.grey:not(.marked) > td {
2561
+ background: inherit;
2562
+ color: #767676;
2563
+ }
2564
+ .ui.ui.ui.ui.inverted.table tr.grey:not(.marked),
2565
+ .ui.ui.inverted.table th.grey:not(.marked),
2566
+ .ui.ui.inverted.table td.grey:not(.marked) {
2567
+ background: #767676;
2568
+ color: #FFFFFF;
2569
+ }
2570
+ .ui.inverted.table > thead > tr.grey:not(.marked) > th,
2571
+ .ui.inverted.table > tfoot > tr.grey:not(.marked) > th,
2572
+ .ui.inverted.table > tfoot > tr.grey:not(.marked) > td {
2573
+ background: inherit;
2574
+ color: #FFFFFF;
2575
+ }
1680
2576
  .ui.ui.selectable.table tr.grey:not(.marked):hover,
1681
2577
  .ui.table tr td.selectable.grey:not(.marked):hover,
1682
2578
  .ui.selectable.table tr:hover td.grey:not(.marked) {
1683
2579
  background: #c2c4c5;
1684
2580
  color: #767676;
1685
2581
  }
2582
+ .ui.ui.inverted.selectable.table tr.grey:not(.marked):hover,
2583
+ .ui.inverted.table tr td.selectable.grey:not(.marked):hover,
2584
+ .ui.inverted.selectable.table tr:hover td.grey:not(.marked) {
2585
+ background: #c2c4c5;
2586
+ color: #FFFFFF;
2587
+ }
1686
2588
  .ui.table td.marked.grey.left,
1687
2589
  .ui.table tr.marked.grey.left {
1688
2590
  -webkit-box-shadow: 0.2em 0 0 0 #767676 inset;
@@ -1707,20 +2609,71 @@
1707
2609
  border-top: 0.2em solid #1B1C1D;
1708
2610
  }
1709
2611
  .ui.inverted.black.table {
1710
- background-color: #1B1C1D;
2612
+ background: #1B1C1D;
2613
+ color: #FFFFFF;
2614
+ }
2615
+
2616
+ /* Same color for background and color to camouflage the scrollbar */
2617
+ .ui.scrolling.table > thead.black,
2618
+ .ui.scrolling.table > tfoot.black {
2619
+ background: #545454;
2620
+ color: #545454;
2621
+ }
2622
+ .ui.scrolling.table > thead.black > tr > th,
2623
+ .ui.scrolling.table > tfoot.black > tr > th,
2624
+ .ui.scrolling.table > thead.black > tr > td,
2625
+ .ui.scrolling.table > tfoot.black > tr > td {
2626
+ background: inherit;
2627
+ color: #FFFFFF;
2628
+ }
2629
+ .ui.inverted.scrolling.table > thead.black,
2630
+ .ui.inverted.scrolling.table > tfoot.black {
2631
+ background: #1B1C1D;
2632
+ color: #1B1C1D;
2633
+ }
2634
+ .ui.inverted.scrolling.table > thead.black > tr > th,
2635
+ .ui.inverted.scrolling.table > tfoot.black > tr > th,
2636
+ .ui.inverted.scrolling.table > thead.black > tr > td,
2637
+ .ui.inverted.scrolling.table > tfoot.black > tr > td {
2638
+ background: inherit;
1711
2639
  color: #FFFFFF;
1712
2640
  }
1713
2641
  .ui.ui.ui.ui.table tr.black:not(.marked),
2642
+ .ui.ui.table th.black:not(.marked),
1714
2643
  .ui.ui.table td.black:not(.marked) {
1715
2644
  background: #545454;
1716
2645
  color: #FFFFFF;
1717
2646
  }
2647
+ .ui.table > thead > tr.black:not(.marked) > th,
2648
+ .ui.table > tfoot > tr.black:not(.marked) > th,
2649
+ .ui.table > tfoot > tr.black:not(.marked) > td {
2650
+ background: inherit;
2651
+ color: #FFFFFF;
2652
+ }
2653
+ .ui.ui.ui.ui.inverted.table tr.black:not(.marked),
2654
+ .ui.ui.inverted.table th.black:not(.marked),
2655
+ .ui.ui.inverted.table td.black:not(.marked) {
2656
+ background: #1B1C1D;
2657
+ color: #FFFFFF;
2658
+ }
2659
+ .ui.inverted.table > thead > tr.black:not(.marked) > th,
2660
+ .ui.inverted.table > tfoot > tr.black:not(.marked) > th,
2661
+ .ui.inverted.table > tfoot > tr.black:not(.marked) > td {
2662
+ background: inherit;
2663
+ color: #FFFFFF;
2664
+ }
1718
2665
  .ui.ui.selectable.table tr.black:not(.marked):hover,
1719
2666
  .ui.table tr td.selectable.black:not(.marked):hover,
1720
2667
  .ui.selectable.table tr:hover td.black:not(.marked) {
1721
2668
  background: #000000;
1722
2669
  color: #FFFFFF;
1723
2670
  }
2671
+ .ui.ui.inverted.selectable.table tr.black:not(.marked):hover,
2672
+ .ui.inverted.table tr td.selectable.black:not(.marked):hover,
2673
+ .ui.inverted.selectable.table tr:hover td.black:not(.marked) {
2674
+ background: #000000;
2675
+ color: #1B1C1D;
2676
+ }
1724
2677
  .ui.table td.marked.black.left,
1725
2678
  .ui.table tr.marked.black.left {
1726
2679
  -webkit-box-shadow: 0.2em 0 0 0 #1B1C1D inset;
@@ -1743,8 +2696,8 @@
1743
2696
  }
1744
2697
 
1745
2698
  /*--------------
1746
- Column Count
1747
- ---------------*/
2699
+ Column Count
2700
+ ---------------*/
1748
2701
 
1749
2702
 
1750
2703
  /* Grid Based */
@@ -1968,13 +2921,17 @@
1968
2921
  }
1969
2922
  .ui.ui.inverted.table > thead > tr > th,
1970
2923
  .ui.ui.inverted.table > tbody > tr > th,
1971
- .ui.ui.inverted.table > tfoot > tr > th,
1972
- .ui.ui.inverted.table > tfoot > tr > td,
1973
2924
  .ui.ui.inverted.table > tr > th {
1974
2925
  background-color: rgba(0, 0, 0, 0.15);
1975
2926
  border-color: rgba(255, 255, 255, 0.1);
1976
2927
  color: rgba(255, 255, 255, 0.9);
1977
2928
  }
2929
+ .ui.ui.inverted.table > tfoot > tr > th,
2930
+ .ui.ui.inverted.table > tfoot > tr > td {
2931
+ background-color: rgba(0, 0, 0, 0.15);
2932
+ border-color: rgba(255, 255, 255, 0.1);
2933
+ color: rgba(255, 255, 255, 0.9);
2934
+ }
1978
2935
  .ui.inverted.table > tbody > tr > td,
1979
2936
  .ui.inverted.table > tfoot > tr > td,
1980
2937
  .ui.inverted.table > tr > td {
@@ -1987,7 +2944,7 @@
1987
2944
  pointer-events: none;
1988
2945
  color: rgba(225, 225, 225, 0.3);
1989
2946
  }
1990
- .ui.inverted.table tr td.disabled:not([class="disabled"]),
2947
+ .ui.ui.ui.inverted.table tr td.disabled:not([class="disabled"]),
1991
2948
  .ui.inverted.table tr.disabled:not([class="disabled"]) td,
1992
2949
  .ui.inverted.table tr.disabled td[class]:not(.disabled),
1993
2950
  .ui.inverted.table tr:hover td.disabled:not([class="disabled"]) {