@northdata/fomantic-ui 2.8.722 → 2.9.400

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 (133) hide show
  1. package/lib/semantic-ui/dist/components/accordion.css +62 -69
  2. package/lib/semantic-ui/dist/components/accordion.js +595 -618
  3. package/lib/semantic-ui/dist/components/accordion.min.css +4 -4
  4. package/lib/semantic-ui/dist/components/accordion.min.js +6 -6
  5. package/lib/semantic-ui/dist/components/api.js +1225 -1177
  6. package/lib/semantic-ui/dist/components/api.min.js +6 -6
  7. package/lib/semantic-ui/dist/components/button.css +291 -634
  8. package/lib/semantic-ui/dist/components/button.min.css +4 -4
  9. package/lib/semantic-ui/dist/components/calendar.css +149 -33
  10. package/lib/semantic-ui/dist/components/calendar.js +2045 -1774
  11. package/lib/semantic-ui/dist/components/calendar.min.css +4 -4
  12. package/lib/semantic-ui/dist/components/calendar.min.js +6 -6
  13. package/lib/semantic-ui/dist/components/card.css +147 -537
  14. package/lib/semantic-ui/dist/components/card.min.css +4 -4
  15. package/lib/semantic-ui/dist/components/checkbox.css +215 -405
  16. package/lib/semantic-ui/dist/components/checkbox.js +888 -876
  17. package/lib/semantic-ui/dist/components/checkbox.min.css +4 -4
  18. package/lib/semantic-ui/dist/components/checkbox.min.js +6 -6
  19. package/lib/semantic-ui/dist/components/container.css +20 -21
  20. package/lib/semantic-ui/dist/components/container.min.css +4 -4
  21. package/lib/semantic-ui/dist/components/dimmer.css +76 -184
  22. package/lib/semantic-ui/dist/components/dimmer.js +732 -753
  23. package/lib/semantic-ui/dist/components/dimmer.min.css +4 -4
  24. package/lib/semantic-ui/dist/components/dimmer.min.js +6 -6
  25. package/lib/semantic-ui/dist/components/divider.css +81 -88
  26. package/lib/semantic-ui/dist/components/divider.min.css +4 -4
  27. package/lib/semantic-ui/dist/components/dropdown.css +431 -450
  28. package/lib/semantic-ui/dist/components/dropdown.js +4432 -4238
  29. package/lib/semantic-ui/dist/components/dropdown.min.css +4 -4
  30. package/lib/semantic-ui/dist/components/dropdown.min.js +6 -6
  31. package/lib/semantic-ui/dist/components/feed.css +130 -87
  32. package/lib/semantic-ui/dist/components/feed.min.css +4 -4
  33. package/lib/semantic-ui/dist/components/flag.css +541 -511
  34. package/lib/semantic-ui/dist/components/flag.min.css +4 -4
  35. package/lib/semantic-ui/dist/components/form.css +437 -476
  36. package/lib/semantic-ui/dist/components/form.js +2199 -2033
  37. package/lib/semantic-ui/dist/components/form.min.css +4 -4
  38. package/lib/semantic-ui/dist/components/form.min.js +6 -6
  39. package/lib/semantic-ui/dist/components/grid.css +151 -306
  40. package/lib/semantic-ui/dist/components/grid.min.css +4 -4
  41. package/lib/semantic-ui/dist/components/header.css +82 -99
  42. package/lib/semantic-ui/dist/components/header.min.css +4 -4
  43. package/lib/semantic-ui/dist/components/icon.css +2744 -2706
  44. package/lib/semantic-ui/dist/components/icon.min.css +4 -4
  45. package/lib/semantic-ui/dist/components/image.css +38 -73
  46. package/lib/semantic-ui/dist/components/image.min.css +4 -4
  47. package/lib/semantic-ui/dist/components/input.css +344 -254
  48. package/lib/semantic-ui/dist/components/input.min.css +4 -4
  49. package/lib/semantic-ui/dist/components/item.css +91 -139
  50. package/lib/semantic-ui/dist/components/item.min.css +4 -4
  51. package/lib/semantic-ui/dist/components/label.css +244 -267
  52. package/lib/semantic-ui/dist/components/label.min.css +4 -4
  53. package/lib/semantic-ui/dist/components/list.css +75 -113
  54. package/lib/semantic-ui/dist/components/list.min.css +4 -4
  55. package/lib/semantic-ui/dist/components/loader.css +142 -601
  56. package/lib/semantic-ui/dist/components/loader.min.css +4 -4
  57. package/lib/semantic-ui/dist/components/menu.css +398 -638
  58. package/lib/semantic-ui/dist/components/menu.min.css +9 -1
  59. package/lib/semantic-ui/dist/components/message.css +116 -332
  60. package/lib/semantic-ui/dist/components/message.min.css +4 -4
  61. package/lib/semantic-ui/dist/components/modal.css +149 -138
  62. package/lib/semantic-ui/dist/components/modal.js +1637 -1209
  63. package/lib/semantic-ui/dist/components/modal.min.css +4 -4
  64. package/lib/semantic-ui/dist/components/modal.min.js +6 -6
  65. package/lib/semantic-ui/dist/components/popup.css +284 -277
  66. package/lib/semantic-ui/dist/components/popup.js +1561 -1541
  67. package/lib/semantic-ui/dist/components/popup.min.css +4 -4
  68. package/lib/semantic-ui/dist/components/popup.min.js +6 -6
  69. package/lib/semantic-ui/dist/components/reset.css +12 -17
  70. package/lib/semantic-ui/dist/components/reset.min.css +4 -4
  71. package/lib/semantic-ui/dist/components/search.css +99 -137
  72. package/lib/semantic-ui/dist/components/search.js +1641 -1565
  73. package/lib/semantic-ui/dist/components/search.min.css +4 -4
  74. package/lib/semantic-ui/dist/components/search.min.js +6 -6
  75. package/lib/semantic-ui/dist/components/segment.css +149 -275
  76. package/lib/semantic-ui/dist/components/segment.min.css +4 -4
  77. package/lib/semantic-ui/dist/components/site.css +40 -48
  78. package/lib/semantic-ui/dist/components/site.js +455 -493
  79. package/lib/semantic-ui/dist/components/site.min.css +4 -4
  80. package/lib/semantic-ui/dist/components/site.min.js +6 -6
  81. package/lib/semantic-ui/dist/components/tab.css +16 -20
  82. package/lib/semantic-ui/dist/components/tab.js +967 -1001
  83. package/lib/semantic-ui/dist/components/tab.min.css +4 -4
  84. package/lib/semantic-ui/dist/components/tab.min.js +6 -6
  85. package/lib/semantic-ui/dist/components/table.css +465 -424
  86. package/lib/semantic-ui/dist/components/table.min.css +4 -4
  87. package/lib/semantic-ui/dist/components/transition.css +264 -1282
  88. package/lib/semantic-ui/dist/components/transition.js +1034 -1109
  89. package/lib/semantic-ui/dist/components/transition.min.css +4 -4
  90. package/lib/semantic-ui/dist/components/transition.min.js +6 -6
  91. package/lib/semantic-ui/dist/semantic-packed.css +5619 -6592
  92. package/lib/semantic-ui/dist/semantic.css +8547 -11697
  93. package/lib/semantic-ui/dist/semantic.full.css +14698 -11227
  94. package/lib/semantic-ui/dist/semantic.full.min.css +6 -262
  95. package/lib/semantic-ui/dist/semantic.js +19428 -19253
  96. package/lib/semantic-ui/dist/semantic.min.css +128 -128
  97. package/lib/semantic-ui/dist/semantic.min.js +6 -6
  98. package/lib/semantic-ui/dist/themes/basic/assets/fonts/LICENSE.txt +91 -0
  99. package/lib/semantic-ui/dist/themes/basic/assets/fonts/icons.woff2 +0 -0
  100. package/lib/semantic-ui/dist/themes/default/assets/fonts/LICENSE_icons.txt +165 -0
  101. package/lib/semantic-ui/dist/themes/default/assets/fonts/brand-icons.woff +0 -0
  102. package/lib/semantic-ui/dist/themes/default/assets/fonts/brand-icons.woff2 +0 -0
  103. package/lib/semantic-ui/dist/themes/default/assets/fonts/icons.woff +0 -0
  104. package/lib/semantic-ui/dist/themes/default/assets/fonts/icons.woff2 +0 -0
  105. package/lib/semantic-ui/dist/themes/default/assets/fonts/outline-icons.woff +0 -0
  106. package/lib/semantic-ui/dist/themes/default/assets/fonts/outline-icons.woff2 +0 -0
  107. package/package.json +17 -7
  108. package/lib/semantic-ui/dist/components/shape.css +0 -160
  109. package/lib/semantic-ui/dist/components/shape.js +0 -848
  110. package/lib/semantic-ui/dist/components/shape.min.css +0 -9
  111. package/lib/semantic-ui/dist/components/shape.min.js +0 -11
  112. package/lib/semantic-ui/dist/themes/basic/assets/fonts/icons.eot +0 -0
  113. package/lib/semantic-ui/dist/themes/basic/assets/fonts/icons.svg +0 -450
  114. package/lib/semantic-ui/dist/themes/basic/assets/fonts/icons.ttf +0 -0
  115. package/lib/semantic-ui/dist/themes/default/assets/fonts/brand-icons.eot +0 -0
  116. package/lib/semantic-ui/dist/themes/default/assets/fonts/brand-icons.svg +0 -3570
  117. package/lib/semantic-ui/dist/themes/default/assets/fonts/brand-icons.ttf +0 -0
  118. package/lib/semantic-ui/dist/themes/default/assets/fonts/icons.eot +0 -0
  119. package/lib/semantic-ui/dist/themes/default/assets/fonts/icons.svg +0 -4938
  120. package/lib/semantic-ui/dist/themes/default/assets/fonts/icons.ttf +0 -0
  121. package/lib/semantic-ui/dist/themes/default/assets/fonts/outline-icons.eot +0 -0
  122. package/lib/semantic-ui/dist/themes/default/assets/fonts/outline-icons.svg +0 -803
  123. package/lib/semantic-ui/dist/themes/default/assets/fonts/outline-icons.ttf +0 -0
  124. package/lib/semantic-ui/dist/themes/github/assets/fonts/octicons-local.ttf +0 -0
  125. package/lib/semantic-ui/dist/themes/github/assets/fonts/octicons.svg +0 -200
  126. package/lib/semantic-ui/dist/themes/github/assets/fonts/octicons.ttf +0 -0
  127. package/lib/semantic-ui/dist/themes/github/assets/fonts/octicons.woff +0 -0
  128. package/lib/semantic-ui/dist/themes/material/assets/fonts/icons.eot +0 -0
  129. package/lib/semantic-ui/dist/themes/material/assets/fonts/icons.svg +0 -2373
  130. package/lib/semantic-ui/dist/themes/material/assets/fonts/icons.ttf +0 -0
  131. package/lib/semantic-ui/dist/themes/material/assets/fonts/icons.woff +0 -0
  132. package/lib/semantic-ui/dist/themes/material/assets/fonts/icons.woff2 +0 -0
  133. /package/lib/semantic-ui/dist/themes/{default → famfamfam}/assets/images/flags.png +0 -0
@@ -1,10 +1,10 @@
1
1
  /*!
2
- * # Fomantic-UI - Table
3
- * http://github.com/fomantic/Fomantic-UI/
2
+ * # Fomantic-UI 2.9.4 - Table
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
 
@@ -17,11 +17,10 @@
17
17
  /* Prototype */
18
18
  .ui.table {
19
19
  width: 100%;
20
- background: #FFFFFF;
20
+ background: #fff;
21
21
  margin: 1em 0;
22
22
  border: 1px solid rgba(34, 36, 38, 0.15);
23
- -webkit-box-shadow: none;
24
- box-shadow: none;
23
+ box-shadow: none;
25
24
  border-radius: 0;
26
25
  text-align: left;
27
26
  vertical-align: middle;
@@ -50,7 +49,6 @@
50
49
  /* Table Content */
51
50
  .ui.table th,
52
51
  .ui.table td {
53
- -webkit-transition: background 0.1s ease, color 0.1s ease;
54
52
  transition: background 0.1s ease, color 0.1s ease;
55
53
  }
56
54
 
@@ -62,12 +60,11 @@
62
60
 
63
61
  /* Headers */
64
62
  .ui.table > thead {
65
- -webkit-box-shadow: none;
66
- box-shadow: none;
63
+ box-shadow: none;
67
64
  }
68
65
  .ui.table > thead > tr > th {
69
66
  cursor: auto;
70
- background: #F9FAFB;
67
+ background: #f9fafb;
71
68
  text-align: inherit;
72
69
  color: rgba(0, 0, 0, 0.87);
73
70
  padding: 0.92857143em 0.78571429em;
@@ -93,14 +90,13 @@
93
90
 
94
91
  /* Footer */
95
92
  .ui.table > tfoot {
96
- -webkit-box-shadow: none;
97
- box-shadow: none;
93
+ box-shadow: none;
98
94
  }
99
95
  .ui.table > tfoot > tr > th,
100
96
  .ui.table > tfoot > tr > td {
101
97
  cursor: auto;
102
98
  border-top: 1px solid rgba(34, 36, 38, 0.15);
103
- background: #F9FAFB;
99
+ background: #f9fafb;
104
100
  text-align: inherit;
105
101
  color: rgba(0, 0, 0, 0.87);
106
102
  padding: 0.78571429em 0.78571429em;
@@ -113,16 +109,16 @@
113
109
  .ui.table > tfoot > tr > td:first-child {
114
110
  border-left: none;
115
111
  }
116
- .ui.table > tfoot > tr:first-child > th:first-child,
117
- .ui.table > tfoot > tr:first-child > td:first-child {
112
+ .ui.table > tfoot > tr:last-child > th:first-child,
113
+ .ui.table > tfoot > tr:last-child > td:first-child {
118
114
  border-radius: 0 0 0 0;
119
115
  }
120
- .ui.table > tfoot > tr:first-child > th:last-child,
121
- .ui.table > tfoot > tr:first-child > td:last-child {
116
+ .ui.table > tfoot > tr:last-child > th:last-child,
117
+ .ui.table > tfoot > tr:last-child > td:last-child {
122
118
  border-radius: 0 0 0 0;
123
119
  }
124
- .ui.table > tfoot > tr:first-child > th:only-child,
125
- .ui.table > tfoot > tr:first-child > td:only-child {
120
+ .ui.table > tfoot > tr:last-child > th:only-child,
121
+ .ui.table > tfoot > tr:last-child > td:only-child {
126
122
  border-radius: 0 0 0 0;
127
123
  }
128
124
 
@@ -160,10 +156,10 @@
160
156
  .ui.table.segment {
161
157
  padding: 0;
162
158
  }
163
- .ui.table.segment:after {
159
+ .ui.table.segment::after {
164
160
  display: none;
165
161
  }
166
- .ui.table.segment.stacked:after {
162
+ .ui.table.segment.stacked::after {
167
163
  display: block;
168
164
  }
169
165
 
@@ -202,8 +198,7 @@
202
198
  .ui.ui.ui.ui.table:not(.unstackable) > tfoot > tr {
203
199
  padding-top: 1em;
204
200
  padding-bottom: 1em;
205
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
206
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
201
+ box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
207
202
  }
208
203
  .ui.ui.ui.ui.table:not(.unstackable) > tr > th,
209
204
  .ui.ui.ui.ui.table:not(.unstackable) > thead > tr > th,
@@ -215,8 +210,7 @@
215
210
  background: none;
216
211
  border: none;
217
212
  padding: 0.25em 0.75em;
218
- -webkit-box-shadow: none;
219
- box-shadow: none;
213
+ box-shadow: none;
220
214
  }
221
215
  .ui.table:not(.unstackable) > tr > th:first-child,
222
216
  .ui.table:not(.unstackable) > thead > tr > th:first-child,
@@ -230,8 +224,198 @@
230
224
 
231
225
  /* Definition Table */
232
226
  .ui.definition.table:not(.unstackable) > thead > tr > th:first-child {
233
- -webkit-box-shadow: none !important;
234
- box-shadow: none !important;
227
+ box-shadow: none !important;
228
+ }
229
+ .ui.scrolling.table.short > tbody {
230
+ max-height: 6.74983929em;
231
+ }
232
+ .ui.scrolling.table[class*="very short"] > tbody {
233
+ max-height: 4.49989286em;
234
+ }
235
+ .ui.scrolling.table > tbody {
236
+ max-height: 8.99978571em;
237
+ }
238
+ .ui.scrolling.table.long > tbody {
239
+ max-height: 17.99957143em;
240
+ }
241
+ .ui.scrolling.table[class*="very long"] > tbody {
242
+ max-height: 26.99935714em;
243
+ }
244
+ .ui.overflowing.table.short {
245
+ max-height: 11.24973214em;
246
+ }
247
+ .ui.overflowing.table[class*="very short"] {
248
+ max-height: 7.49982143em;
249
+ }
250
+ .ui.overflowing.table {
251
+ max-height: 14.99964286em;
252
+ }
253
+ .ui.overflowing.table.long {
254
+ max-height: 29.99928571em;
255
+ }
256
+ .ui.overflowing.table[class*="very long"] {
257
+ max-height: 44.99892857em;
258
+ }
259
+ }
260
+
261
+ /* --------------
262
+ Scrolling
263
+ --------------- */
264
+ @media only screen and (min-width: 768px) {
265
+ .ui.scrolling.table.short > tbody {
266
+ max-height: 8.99978571em;
267
+ }
268
+ .ui.scrolling.table[class*="very short"] > tbody {
269
+ max-height: 5.99985714em;
270
+ }
271
+ .ui.scrolling.table > tbody {
272
+ max-height: 11.99971429em;
273
+ }
274
+ .ui.scrolling.table.long > tbody {
275
+ max-height: 23.99942857em;
276
+ }
277
+ .ui.scrolling.table[class*="very long"] > tbody {
278
+ max-height: 35.99914286em;
279
+ }
280
+ }
281
+ @media only screen and (min-width: 992px) {
282
+ .ui.scrolling.table.short > tbody {
283
+ max-height: 13.49967857em;
284
+ }
285
+ .ui.scrolling.table[class*="very short"] > tbody {
286
+ max-height: 8.99978571em;
287
+ }
288
+ .ui.scrolling.table > tbody {
289
+ max-height: 17.99957143em;
290
+ }
291
+ .ui.scrolling.table.long > tbody {
292
+ max-height: 35.99914286em;
293
+ }
294
+ .ui.scrolling.table[class*="very long"] > tbody {
295
+ max-height: 53.99871429em;
296
+ }
297
+ }
298
+ @media only screen and (min-width: 1920px) {
299
+ .ui.scrolling.table.short > tbody {
300
+ max-height: 17.99957143em;
301
+ }
302
+ .ui.scrolling.table[class*="very short"] > tbody {
303
+ max-height: 11.99971429em;
304
+ }
305
+ .ui.scrolling.table > tbody {
306
+ max-height: 23.99942857em;
307
+ }
308
+ .ui.scrolling.table.long > tbody {
309
+ max-height: 47.99885714em;
310
+ }
311
+ .ui.scrolling.table[class*="very long"] > tbody {
312
+ max-height: 71.99828571em;
313
+ }
314
+ }
315
+ .ui.scrolling.table > thead,
316
+ .ui.scrolling.table > tfoot,
317
+ .ui.scrolling.table > tbody {
318
+ display: block;
319
+ overflow-y: scroll;
320
+ -ms-scroll-chaining: none;
321
+ overscroll-behavior: none;
322
+ }
323
+ .ui.scrolling.table > thead > tr,
324
+ .ui.scrolling.table > tfoot > tr,
325
+ .ui.scrolling.table > tbody > tr {
326
+ display: table;
327
+ table-layout: fixed;
328
+ width: 100%;
329
+ }
330
+ @supports (-moz-appearance: none) {
331
+ .ui.scrolling.table > thead,
332
+ .ui.scrolling.table > tfoot,
333
+ .ui.scrolling.table > tbody {
334
+ scrollbar-width: thin;
335
+ }
336
+ }
337
+
338
+ /* Camouflage scrollbars, we need them only to gain the same width as tbody */
339
+ .ui.scrolling.table > thead {
340
+ background: #f9fafb;
341
+ color: #f9fafb;
342
+ border-radius: 0 0 0 0;
343
+ }
344
+ .ui.scrolling.table > tfoot {
345
+ background: #f9fafb;
346
+ color: #f9fafb;
347
+ border-radius: 0 0 0 0;
348
+ }
349
+ .ui.scrolling.table > thead::-webkit-scrollbar-track,
350
+ .ui.scrolling.table > tfoot::-webkit-scrollbar-track {
351
+ background: inherit;
352
+ border-radius: 0;
353
+ }
354
+ @supports (-moz-appearance: none) {
355
+ .ui.scrolling.table > thead,
356
+ .ui.scrolling.table > tfoot {
357
+ scrollbar-color: currentColor currentColor;
358
+ }
359
+ }
360
+
361
+ /* --------------
362
+ Overflowing
363
+ --------------- */
364
+ .ui.overflowing.table {
365
+ display: block;
366
+ overflow: auto;
367
+ -ms-scroll-chaining: none;
368
+ overscroll-behavior: none;
369
+ }
370
+ @media only screen and (min-width: 768px) {
371
+ .ui.overflowing.table.short {
372
+ max-height: 13.49967857em;
373
+ }
374
+ .ui.overflowing.table[class*="very short"] {
375
+ max-height: 8.99978571em;
376
+ }
377
+ .ui.overflowing.table {
378
+ max-height: 17.99957143em;
379
+ }
380
+ .ui.overflowing.table.long {
381
+ max-height: 35.99914286em;
382
+ }
383
+ .ui.overflowing.table[class*="very long"] {
384
+ max-height: 53.99871429em;
385
+ }
386
+ }
387
+ @media only screen and (min-width: 992px) {
388
+ .ui.overflowing.table.short {
389
+ max-height: 17.99957143em;
390
+ }
391
+ .ui.overflowing.table[class*="very short"] {
392
+ max-height: 11.99971429em;
393
+ }
394
+ .ui.overflowing.table {
395
+ max-height: 23.99942857em;
396
+ }
397
+ .ui.overflowing.table.long {
398
+ max-height: 47.99885714em;
399
+ }
400
+ .ui.overflowing.table[class*="very long"] {
401
+ max-height: 71.99828571em;
402
+ }
403
+ }
404
+ @media only screen and (min-width: 1920px) {
405
+ .ui.overflowing.table.short {
406
+ max-height: 22.49946429em;
407
+ }
408
+ .ui.overflowing.table[class*="very short"] {
409
+ max-height: 14.99964286em;
410
+ }
411
+ .ui.overflowing.table {
412
+ max-height: 29.99928571em;
413
+ }
414
+ .ui.overflowing.table.long {
415
+ max-height: 59.99857143em;
416
+ }
417
+ .ui.overflowing.table[class*="very long"] {
418
+ max-height: 89.99785714em;
235
419
  }
236
420
  }
237
421
 
@@ -253,10 +437,9 @@
253
437
  *******************************/
254
438
 
255
439
 
256
- /*--------------
440
+ /* --------------
257
441
  Complex
258
- ---------------*/
259
-
442
+ --------------- */
260
443
  .ui.structured.table {
261
444
  border-collapse: collapse;
262
445
  }
@@ -279,26 +462,26 @@
279
462
  border-right: 1px solid rgba(34, 36, 38, 0.1);
280
463
  }
281
464
 
282
- /*--------------
283
- Definition
284
- ---------------*/
285
-
465
+ /* --------------
466
+ Definition
467
+ --------------- */
286
468
  .ui.definition.table > thead:not(.full-width) > tr > th:first-child {
287
469
  pointer-events: none;
288
- background: #FFFFFF;
470
+ background: #fff;
289
471
  font-weight: normal;
290
472
  color: rgba(0, 0, 0, 0.4);
291
- -webkit-box-shadow: -0.1em -0.2em 0 0.1em #FFFFFF;
292
- box-shadow: -0.1em -0.2em 0 0.1em #FFFFFF;
473
+ box-shadow: -0.1em -0.2em 0 0.1em #fff;
293
474
  -moz-transform: scale(1);
294
475
  }
476
+ .ui.definition.table > thead:not(.full-width) > tr > th:first-child:not(:empty) {
477
+ pointer-events: auto;
478
+ }
295
479
  .ui.definition.table > tfoot:not(.full-width) > tr > th:first-child {
296
480
  pointer-events: none;
297
- background: #FFFFFF;
481
+ background: #fff;
298
482
  font-weight: normal;
299
483
  color: rgba(0, 0, 0, 0.4);
300
- -webkit-box-shadow: -0.1em 0.2em 0 0.1em #FFFFFF;
301
- box-shadow: -0.1em 0.2em 0 0.1em #FFFFFF;
484
+ box-shadow: -0.1em 0.2em 0 0.1em #fff;
302
485
  -moz-transform: scale(1);
303
486
  }
304
487
 
@@ -310,13 +493,12 @@
310
493
  background: rgba(0, 0, 0, 0.03);
311
494
  font-weight: bold;
312
495
  color: rgba(0, 0, 0, 0.95);
313
- text-transform: '';
314
- -webkit-box-shadow: '';
315
- box-shadow: '';
316
- text-align: '';
496
+ text-transform: "";
497
+ box-shadow: "";
498
+ text-align: "";
317
499
  font-size: 1em;
318
- padding-left: '';
319
- padding-right: '';
500
+ padding-left: "";
501
+ padding-right: "";
320
502
  }
321
503
 
322
504
  /* Fix 2nd Column */
@@ -338,63 +520,53 @@
338
520
  *******************************/
339
521
 
340
522
 
341
- /*--------------
342
- Positive
343
- ---------------*/
344
-
523
+ /* --------------
524
+ Positive
525
+ --------------- */
345
526
  .ui.ui.ui.ui.table tr.positive,
346
527
  .ui.ui.table td.positive {
347
- -webkit-box-shadow: 0 0 0 #A3C293 inset;
348
- box-shadow: 0 0 0 #A3C293 inset;
349
- background: #FCFFF5;
350
- color: #2C662D;
528
+ box-shadow: 0 0 0 #a3c293 inset;
529
+ background: #fcfff5;
530
+ color: #2c662d;
351
531
  }
352
532
 
353
- /*--------------
354
- Negative
355
- ---------------*/
356
-
533
+ /* --------------
534
+ Negative
535
+ --------------- */
357
536
  .ui.ui.ui.ui.table tr.negative,
358
537
  .ui.ui.table td.negative {
359
- -webkit-box-shadow: 0 0 0 #E0B4B4 inset;
360
- box-shadow: 0 0 0 #E0B4B4 inset;
361
- background: #FFF6F6;
362
- color: #9F3A38;
538
+ box-shadow: 0 0 0 #e0b4b4 inset;
539
+ background: #fff6f6;
540
+ color: #9f3a38;
363
541
  }
364
542
 
365
- /*--------------
366
- Error
367
- ---------------*/
368
-
543
+ /* --------------
544
+ Error
545
+ --------------- */
369
546
  .ui.ui.ui.ui.table tr.error,
370
547
  .ui.ui.table td.error {
371
- -webkit-box-shadow: 0 0 0 #E0B4B4 inset;
372
- box-shadow: 0 0 0 #E0B4B4 inset;
373
- background: #FFF6F6;
374
- color: #9F3A38;
548
+ box-shadow: 0 0 0 #e0b4b4 inset;
549
+ background: #fff6f6;
550
+ color: #9f3a38;
375
551
  }
376
552
 
377
- /*--------------
378
- Warning
379
- ---------------*/
380
-
553
+ /* --------------
554
+ Warning
555
+ --------------- */
381
556
  .ui.ui.ui.ui.table tr.warning,
382
557
  .ui.ui.table td.warning {
383
- -webkit-box-shadow: 0 0 0 #C9BA9B inset;
384
- box-shadow: 0 0 0 #C9BA9B inset;
385
- background: #FFFAF3;
386
- color: #573A08;
558
+ box-shadow: 0 0 0 #c9ba9b inset;
559
+ background: #fffaf3;
560
+ color: #573a08;
387
561
  }
388
562
 
389
- /*--------------
390
- Active
391
- ---------------*/
392
-
563
+ /* --------------
564
+ Active
565
+ --------------- */
393
566
  .ui.ui.ui.ui.table tr.active,
394
567
  .ui.ui.table td.active {
395
- -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.87) inset;
396
- box-shadow: 0 0 0 rgba(0, 0, 0, 0.87) inset;
397
- background: #E0E0E0;
568
+ box-shadow: 0 0 0 rgba(0, 0, 0, 0.87) inset;
569
+ background: #e0e0e0;
398
570
  color: rgba(0, 0, 0, 0.87);
399
571
  }
400
572
 
@@ -404,72 +576,9 @@
404
576
  *******************************/
405
577
 
406
578
 
407
- /*--------------
408
- Stackable
409
- ---------------*/
410
-
411
- @media only screen and (max-width: 991.98px) {
412
- .ui[class*="tablet stackable"].table,
413
- .ui[class*="tablet stackable"].table > thead,
414
- .ui[class*="tablet stackable"].table > thead > tr,
415
- .ui[class*="tablet stackable"].table > tfoot,
416
- .ui[class*="tablet stackable"].table > tfoot > tr,
417
- .ui[class*="tablet stackable"].table > tbody,
418
- .ui[class*="tablet stackable"].table > tbody > tr,
419
- .ui[class*="tablet stackable"].table > tr,
420
- .ui[class*="tablet stackable"].table > thead > tr > th:not(.rowspanned),
421
- .ui[class*="tablet stackable"].table > tbody > tr > th:not(.rowspanned),
422
- .ui[class*="tablet stackable"].table > tfoot > tr > th:not(.rowspanned),
423
- .ui[class*="tablet stackable"].table > tr > th:not(.rowspanned),
424
- .ui[class*="tablet stackable"].table > tbody > tr > td:not(.rowspanned),
425
- .ui[class*="tablet stackable"].table > tfoot > tr > td:not(.rowspanned),
426
- .ui[class*="tablet stackable"].table > tr > td:not(.rowspanned) {
427
- display: block !important;
428
- width: 100% !important;
429
- }
430
- .ui[class*="tablet stackable"].table {
431
- padding: 0;
432
- }
433
- .ui[class*="tablet stackable"].table > thead {
434
- display: block;
435
- }
436
- .ui[class*="tablet stackable"].table > tfoot {
437
- display: block;
438
- }
439
- .ui.ui.ui.ui[class*="tablet stackable"].table > thead > tr,
440
- .ui.ui.ui.ui[class*="tablet stackable"].table > tbody > tr,
441
- .ui.ui.ui.ui[class*="tablet stackable"].table > tfoot > tr,
442
- .ui.ui.ui.ui[class*="tablet stackable"].table > tr {
443
- padding-top: 1em;
444
- padding-bottom: 1em;
445
- -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
446
- box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
447
- }
448
- .ui[class*="tablet stackable"].table > thead > tr > th,
449
- .ui[class*="tablet stackable"].table > tbody > tr > th,
450
- .ui[class*="tablet stackable"].table > tfoot > tr > th,
451
- .ui[class*="tablet stackable"].table > tr > th,
452
- .ui[class*="tablet stackable"].table > tbody > tr > td,
453
- .ui[class*="tablet stackable"].table > tfoot > tr > td,
454
- .ui[class*="tablet stackable"].table > tr > td {
455
- background: none;
456
- border: none !important;
457
- padding: 0.25em 0.75em;
458
- -webkit-box-shadow: none;
459
- box-shadow: none;
460
- }
461
-
462
- /* Definition Table */
463
- .ui.definition[class*="tablet stackable"].table > thead > tr > th:first-child {
464
- -webkit-box-shadow: none !important;
465
- box-shadow: none !important;
466
- }
467
- }
468
-
469
- /*--------------
470
- Text Alignment
471
- ---------------*/
472
-
579
+ /* --------------
580
+ Text Alignment
581
+ --------------- */
473
582
  .ui.table[class*="left aligned"],
474
583
  .ui.table [class*="left aligned"] {
475
584
  text-align: left;
@@ -483,10 +592,9 @@
483
592
  text-align: right;
484
593
  }
485
594
 
486
- /*------------------
487
- Vertical Alignment
488
- ------------------*/
489
-
595
+ /* ------------------
596
+ Vertical Alignment
597
+ ------------------ */
490
598
  .ui.table[class*="top aligned"],
491
599
  .ui.table [class*="top aligned"] {
492
600
  vertical-align: top;
@@ -500,20 +608,18 @@
500
608
  vertical-align: bottom;
501
609
  }
502
610
 
503
- /*--------------
504
- Collapsing
505
- ---------------*/
506
-
611
+ /* --------------
612
+ Collapsing
613
+ --------------- */
507
614
  .ui.table th.collapsing,
508
615
  .ui.table td.collapsing {
509
616
  width: 1px;
510
617
  white-space: nowrap;
511
618
  }
512
619
 
513
- /*--------------
514
- Fixed
515
- ---------------*/
516
-
620
+ /* --------------
621
+ Fixed
622
+ --------------- */
517
623
  .ui.fixed.table {
518
624
  table-layout: fixed;
519
625
  }
@@ -523,10 +629,9 @@
523
629
  text-overflow: ellipsis;
524
630
  }
525
631
 
526
- /*--------------
527
- Selectable
528
- ---------------*/
529
-
632
+ /* --------------
633
+ Selectable
634
+ --------------- */
530
635
  .ui.ui.selectable.table > tbody > tr:hover,
531
636
  .ui.table tbody tr td.selectable:hover {
532
637
  background: rgba(0, 0, 0, 0.05);
@@ -540,6 +645,8 @@
540
645
  .ui.table tbody tr td.selectable > a:not(.ui) {
541
646
  display: block;
542
647
  color: inherit;
648
+ }
649
+ .ui.table:not(.compact) tbody tr td.selectable > a:not(.ui) {
543
650
  padding: 0.78571429em 0.78571429em;
544
651
  }
545
652
  .ui.table > tr > td.selectable,
@@ -565,7 +672,7 @@
565
672
  .ui.ui.selectable.table tr.active:hover,
566
673
  .ui.table tr td.selectable.active:hover,
567
674
  .ui.selectable.table tr:hover td.active {
568
- background: #E0E0E0;
675
+ background: #e0e0e0;
569
676
  color: rgba(0, 0, 0, 0.87);
570
677
  }
571
678
  .ui.ui.selectable.table tr.positive:hover,
@@ -581,10 +688,9 @@
581
688
  color: #943634;
582
689
  }
583
690
 
584
- /*-------------------
585
- Attached
586
- --------------------*/
587
-
691
+ /* -------------------
692
+ Attached
693
+ -------------------- */
588
694
 
589
695
  /* Middle */
590
696
  .ui.attached.table {
@@ -594,9 +700,8 @@
594
700
  margin: 0 -1px;
595
701
  width: calc(100% + 2px);
596
702
  max-width: calc(100% + 2px);
597
- -webkit-box-shadow: none;
598
- box-shadow: none;
599
- border: 1px solid #D4D4D5;
703
+ box-shadow: none;
704
+ border: 1px solid #d4d4d5;
600
705
  }
601
706
  .ui.attached + .ui.attached.table:not(.top) {
602
707
  border-top: none;
@@ -620,18 +725,16 @@
620
725
  margin-top: 0;
621
726
  top: 0;
622
727
  margin-bottom: 1em;
623
- -webkit-box-shadow: none, none;
624
- box-shadow: none, none;
728
+ box-shadow: none;
625
729
  border-radius: 0 0 0 0;
626
730
  }
627
731
  .ui[class*="bottom attached"].table:last-child {
628
732
  margin-bottom: 0;
629
733
  }
630
734
 
631
- /*--------------
632
- Striped
633
- ---------------*/
634
-
735
+ /* --------------
736
+ Striped
737
+ --------------- */
635
738
 
636
739
  /* Table Striping */
637
740
  .ui.striped.table > tr:nth-child(2n),
@@ -641,238 +744,113 @@
641
744
 
642
745
  /* Allow striped active hover */
643
746
  .ui.striped.selectable.selectable.selectable.table tbody tr.active:hover {
644
- background: #EFEFEF;
747
+ background: #efefef;
645
748
  color: rgba(0, 0, 0, 0.95);
646
749
  }
647
750
 
648
- /*--------------
751
+ /* --------------
649
752
  Single Line
650
- ---------------*/
651
-
753
+ --------------- */
652
754
  .ui.table[class*="single line"],
653
755
  .ui.table [class*="single line"] {
654
756
  white-space: nowrap;
655
757
  }
656
758
 
657
- /*-------------------
759
+ /* -------------------
658
760
  Colors
659
- --------------------*/
660
-
761
+ -------------------- */
661
762
  .ui.primary.table {
662
763
  border-top: 0.2em solid #007388;
663
764
  }
664
- .ui.ui.ui.ui.table tr.primary:not(.marked),
665
- .ui.ui.table td.primary:not(.marked) {
765
+
766
+ /* Same color for background and color to camouflage the scrollbar */
767
+ .ui.scrolling.table > thead.primary,
768
+ .ui.scrolling.table > tfoot.primary {
666
769
  background: #ddf4ff;
770
+ color: #ddf4ff;
771
+ }
772
+ .ui.scrolling.table > thead.primary > tr > th,
773
+ .ui.scrolling.table > tfoot.primary > tr > th,
774
+ .ui.scrolling.table > thead.primary > tr > td,
775
+ .ui.scrolling.table > tfoot.primary > tr > td {
776
+ background: inherit;
777
+ color: rgba(255, 255, 255, 0.9);
778
+ }
779
+ .ui.ui.ui.ui.table tr[class*="primary colored"],
780
+ .ui.ui.table th[class*="primary colored"],
781
+ .ui.ui.table td[class*="primary colored"],
782
+ .ui.ui.ui.ui.table tr.primary,
783
+ .ui.ui.table th.primary,
784
+ .ui.ui.table td.primary {
785
+ background: #ddf4ff;
786
+ color: rgba(255, 255, 255, 0.9);
787
+ }
788
+ .ui.table > thead > tr[class*="primary colored"] > th,
789
+ .ui.table > tfoot > tr[class*="primary colored"] > th,
790
+ .ui.table > tfoot > tr[class*="primary colored"] > td,
791
+ .ui.table > thead > tr.primary > th,
792
+ .ui.table > tfoot > tr.primary > th,
793
+ .ui.table > tfoot > tr.primary > td {
794
+ background: inherit;
667
795
  color: rgba(255, 255, 255, 0.9);
668
796
  }
669
- .ui.ui.selectable.table tr.primary:not(.marked):hover,
670
- .ui.table tr td.selectable.primary:not(.marked):hover,
671
- .ui.selectable.table tr:hover td.primary:not(.marked) {
797
+ .ui.ui.selectable.table tr[class*="primary colored"]:hover,
798
+ .ui.table tr td.selectable[class*="primary colored"]:hover,
799
+ .ui.selectable.table tr:hover td[class*="primary colored"],
800
+ .ui.ui.selectable.table tr.primary:hover,
801
+ .ui.table tr td.selectable.primary:hover,
802
+ .ui.selectable.table tr:hover td.primary {
672
803
  background: #d3f1ff;
673
804
  color: rgba(255, 255, 255, 0.9);
674
805
  }
675
806
  .ui.secondary.table {
676
- border-top: 0.2em solid #1B1C1D;
807
+ border-top: 0.2em solid #1b1c1d;
677
808
  }
678
- .ui.ui.ui.ui.table tr.secondary:not(.marked),
679
- .ui.ui.table td.secondary:not(.marked) {
809
+
810
+ /* Same color for background and color to camouflage the scrollbar */
811
+ .ui.scrolling.table > thead.secondary,
812
+ .ui.scrolling.table > tfoot.secondary {
680
813
  background: #dddddd;
814
+ color: #dddddd;
815
+ }
816
+ .ui.scrolling.table > thead.secondary > tr > th,
817
+ .ui.scrolling.table > tfoot.secondary > tr > th,
818
+ .ui.scrolling.table > thead.secondary > tr > td,
819
+ .ui.scrolling.table > tfoot.secondary > tr > td {
820
+ background: inherit;
681
821
  color: rgba(255, 255, 255, 0.9);
682
822
  }
683
- .ui.ui.selectable.table tr.secondary:not(.marked):hover,
684
- .ui.table tr td.selectable.secondary:not(.marked):hover,
685
- .ui.selectable.table tr:hover td.secondary:not(.marked) {
686
- background: #e2e2e2;
823
+ .ui.ui.ui.ui.table tr[class*="secondary colored"],
824
+ .ui.ui.table th[class*="secondary colored"],
825
+ .ui.ui.table td[class*="secondary colored"],
826
+ .ui.ui.ui.ui.table tr.secondary,
827
+ .ui.ui.table th.secondary,
828
+ .ui.ui.table td.secondary {
829
+ background: #dddddd;
687
830
  color: rgba(255, 255, 255, 0.9);
688
831
  }
689
- .ui.red.table {
690
- border-top: 0.2em solid #af4e4a;
691
- }
692
- .ui.ui.ui.ui.table tr.red:not(.marked),
693
- .ui.ui.table td.red:not(.marked) {
694
- background: #ffe1df;
695
- color: #af4e4a;
696
- }
697
- .ui.ui.selectable.table tr.red:not(.marked):hover,
698
- .ui.table tr td.selectable.red:not(.marked):hover,
699
- .ui.selectable.table tr:hover td.red:not(.marked) {
700
- background: #ffd7d5;
701
- color: #af4e4a;
702
- }
703
- .ui.orange.table {
704
- border-top: 0.2em solid #F2711C;
705
- }
706
- .ui.ui.ui.ui.table tr.orange:not(.marked),
707
- .ui.ui.table td.orange:not(.marked) {
708
- background: #ffe7d1;
709
- color: #F2711C;
710
- }
711
- .ui.ui.selectable.table tr.orange:not(.marked):hover,
712
- .ui.table tr td.selectable.orange:not(.marked):hover,
713
- .ui.selectable.table tr:hover td.orange:not(.marked) {
714
- background: #fae1cc;
715
- color: #F2711C;
716
- }
717
- .ui.yellow.table {
718
- border-top: 0.2em solid #FBBD08;
719
- }
720
- .ui.ui.ui.ui.table tr.yellow:not(.marked),
721
- .ui.ui.table td.yellow:not(.marked) {
722
- background: #fff9d2;
723
- color: #B58105;
724
- }
725
- .ui.ui.selectable.table tr.yellow:not(.marked):hover,
726
- .ui.table tr td.selectable.yellow:not(.marked):hover,
727
- .ui.selectable.table tr:hover td.yellow:not(.marked) {
728
- background: #fbf5cc;
729
- color: #B58105;
730
- }
731
- .ui.olive.table {
732
- border-top: 0.2em solid #9baf66;
733
- }
734
- .ui.ui.ui.ui.table tr.olive:not(.marked),
735
- .ui.ui.table td.olive:not(.marked) {
736
- background: #f7fae4;
737
- color: #8ABC1E;
738
- }
739
- .ui.ui.selectable.table tr.olive:not(.marked):hover,
740
- .ui.table tr td.selectable.olive:not(.marked):hover,
741
- .ui.selectable.table tr:hover td.olive:not(.marked) {
742
- background: #f6fada;
743
- color: #8ABC1E;
744
- }
745
- .ui.green.table {
746
- border-top: 0.2em solid #66af8b;
747
- }
748
- .ui.ui.ui.ui.table tr.green:not(.marked),
749
- .ui.ui.table td.green:not(.marked) {
750
- background: #d5f5d9;
751
- color: #1EBC30;
752
- }
753
- .ui.ui.selectable.table tr.green:not(.marked):hover,
754
- .ui.table tr td.selectable.green:not(.marked):hover,
755
- .ui.selectable.table tr:hover td.green:not(.marked) {
756
- background: #d2eed5;
757
- color: #1EBC30;
758
- }
759
- .ui.teal.table {
760
- border-top: 0.2em solid #66afac;
761
- }
762
- .ui.ui.ui.ui.table tr.teal:not(.marked),
763
- .ui.ui.table td.teal:not(.marked) {
764
- background: #e2ffff;
765
- color: #10A3A3;
766
- }
767
- .ui.ui.selectable.table tr.teal:not(.marked):hover,
768
- .ui.table tr td.selectable.teal:not(.marked):hover,
769
- .ui.selectable.table tr:hover td.teal:not(.marked) {
770
- background: #d8ffff;
771
- color: #10A3A3;
772
- }
773
- .ui.blue.table {
774
- border-top: 0.2em solid #007388;
832
+ .ui.table > thead > tr[class*="secondary colored"] > th,
833
+ .ui.table > tfoot > tr[class*="secondary colored"] > th,
834
+ .ui.table > tfoot > tr[class*="secondary colored"] > td,
835
+ .ui.table > thead > tr.secondary > th,
836
+ .ui.table > tfoot > tr.secondary > th,
837
+ .ui.table > tfoot > tr.secondary > td {
838
+ background: inherit;
839
+ color: rgba(255, 255, 255, 0.9);
775
840
  }
776
- .ui.ui.ui.ui.table tr.blue:not(.marked),
777
- .ui.ui.table td.blue:not(.marked) {
778
- background: #ddf4ff;
779
- color: #007388;
841
+ .ui.ui.selectable.table tr[class*="secondary colored"]:hover,
842
+ .ui.table tr td.selectable[class*="secondary colored"]:hover,
843
+ .ui.selectable.table tr:hover td[class*="secondary colored"],
844
+ .ui.ui.selectable.table tr.secondary:hover,
845
+ .ui.table tr td.selectable.secondary:hover,
846
+ .ui.selectable.table tr:hover td.secondary {
847
+ background: #e2e2e2;
848
+ color: rgba(255, 255, 255, 0.9);
780
849
  }
781
- .ui.ui.selectable.table tr.blue:not(.marked):hover,
782
- .ui.table tr td.selectable.blue:not(.marked):hover,
783
- .ui.selectable.table tr:hover td.blue:not(.marked) {
784
- background: #d3f1ff;
785
- color: #007388;
786
- }
787
- .ui.violet.table {
788
- border-top: 0.2em solid #a166af;
789
- }
790
- .ui.ui.ui.ui.table tr.violet:not(.marked),
791
- .ui.ui.table td.violet:not(.marked) {
792
- background: #ece9fe;
793
- color: #a166af;
794
- }
795
- .ui.ui.selectable.table tr.violet:not(.marked):hover,
796
- .ui.table tr td.selectable.violet:not(.marked):hover,
797
- .ui.selectable.table tr:hover td.violet:not(.marked) {
798
- background: #e3deff;
799
- color: #a166af;
800
- }
801
- .ui.purple.table {
802
- border-top: 0.2em solid #af6690;
803
- }
804
- .ui.ui.ui.ui.table tr.purple:not(.marked),
805
- .ui.ui.table td.purple:not(.marked) {
806
- background: #f8e3ff;
807
- color: #af6690;
808
- }
809
- .ui.ui.selectable.table tr.purple:not(.marked):hover,
810
- .ui.table tr td.selectable.purple:not(.marked):hover,
811
- .ui.selectable.table tr:hover td.purple:not(.marked) {
812
- background: #f5d9ff;
813
- color: #af6690;
814
- }
815
- .ui.pink.table {
816
- border-top: 0.2em solid #E03997;
817
- }
818
- .ui.ui.ui.ui.table tr.pink:not(.marked),
819
- .ui.ui.table td.pink:not(.marked) {
820
- background: #ffe8f9;
821
- color: #E03997;
822
- }
823
- .ui.ui.selectable.table tr.pink:not(.marked):hover,
824
- .ui.table tr td.selectable.pink:not(.marked):hover,
825
- .ui.selectable.table tr:hover td.pink:not(.marked) {
826
- background: #ffdef6;
827
- color: #E03997;
828
- }
829
- .ui.brown.table {
830
- border-top: 0.2em solid #af9666;
831
- }
832
- .ui.ui.ui.ui.table tr.brown:not(.marked),
833
- .ui.ui.table td.brown:not(.marked) {
834
- background: #f7e5d2;
835
- color: #af9666;
836
- }
837
- .ui.ui.selectable.table tr.brown:not(.marked):hover,
838
- .ui.table tr td.selectable.brown:not(.marked):hover,
839
- .ui.selectable.table tr:hover td.brown:not(.marked) {
840
- background: #efe0cf;
841
- color: #af9666;
842
- }
843
- .ui.grey.table {
844
- border-top: 0.2em solid #9ab5c1;
845
- }
846
- .ui.ui.ui.ui.table tr.grey:not(.marked),
847
- .ui.ui.table td.grey:not(.marked) {
848
- background: #DCDDDE;
849
- color: #9ab5c1;
850
- }
851
- .ui.ui.selectable.table tr.grey:not(.marked):hover,
852
- .ui.table tr td.selectable.grey:not(.marked):hover,
853
- .ui.selectable.table tr:hover td.grey:not(.marked) {
854
- background: #c2c4c5;
855
- color: #9ab5c1;
856
- }
857
- .ui.black.table {
858
- border-top: 0.2em solid #1B1C1D;
859
- }
860
- .ui.ui.ui.ui.table tr.black:not(.marked),
861
- .ui.ui.table td.black:not(.marked) {
862
- background: #545454;
863
- color: #FFFFFF;
864
- }
865
- .ui.ui.selectable.table tr.black:not(.marked):hover,
866
- .ui.table tr td.selectable.black:not(.marked):hover,
867
- .ui.selectable.table tr:hover td.black:not(.marked) {
868
- background: #000000;
869
- color: #FFFFFF;
870
- }
871
-
872
- /*--------------
873
- Column Count
874
- ---------------*/
875
850
 
851
+ /* --------------
852
+ Column Count
853
+ --------------- */
876
854
 
877
855
  /* Grid Based */
878
856
  .ui.one.column.table td {
@@ -990,54 +968,45 @@
990
968
  width: 100%;
991
969
  }
992
970
 
993
- /*--------------
994
- Sortable
995
- ---------------*/
996
-
971
+ /* --------------
972
+ Sortable
973
+ --------------- */
997
974
  .ui.sortable.table > thead > tr > th {
998
975
  cursor: pointer;
999
976
  white-space: nowrap;
1000
- border-left: 1px solid rgba(34, 36, 38, 0.15);
1001
977
  color: rgba(0, 0, 0, 0.87);
1002
978
  }
1003
- .ui.sortable.table > thead > tr > th:first-child {
1004
- border-left: none;
979
+ .ui.celled.sortable.table > thead > tr > th:not(:first-child) {
980
+ border-left: 1px solid rgba(34, 36, 38, 0.15);
1005
981
  }
1006
982
  .ui.sortable.table thead th.sorted,
1007
983
  .ui.sortable.table thead th.sorted:hover {
1008
984
  -webkit-user-select: none;
1009
- -moz-user-select: none;
1010
985
  -ms-user-select: none;
1011
986
  user-select: none;
1012
987
  }
1013
- .ui.sortable.table > thead > tr > th:after {
988
+ .ui.sortable.table > thead > tr > th::after {
1014
989
  display: none;
1015
990
  font-style: normal;
1016
991
  font-weight: 300;
1017
992
  text-decoration: inherit;
1018
- content: '';
993
+ content: "";
1019
994
  height: 1em;
1020
995
  width: auto;
1021
996
  opacity: 0.8;
1022
997
  margin: 0 0 0 0.5em;
1023
- font-family: 'Icons';
998
+ font-family: "Icons";
1024
999
  }
1025
- .ui.sortable.table thead th.ascending:after {
1026
- content: '\f0d8';
1000
+ .ui.sortable.table thead th.ascending::after {
1001
+ content: "\f0d8";
1027
1002
  }
1028
- .ui.sortable.table thead th.descending:after {
1029
- content: '\f0d7';
1030
- }
1031
-
1032
- /* Hover */
1033
- .ui.sortable.table th.disabled:hover {
1034
- cursor: auto;
1035
- color: rgba(40, 40, 40, 0.3);
1003
+ .ui.sortable.table thead th.descending::after {
1004
+ content: "\f0d7";
1036
1005
  }
1037
1006
  .ui.sortable.table > thead > tr > th:hover {
1038
1007
  color: rgba(0, 0, 0, 0.8);
1039
1008
  }
1040
- .ui.sortable.table:not(.basic) > thead > tr > th:hover {
1009
+ .ui.sortable.table > thead > tr > th:hover {
1041
1010
  background: rgba(0, 0, 0, 0.05);
1042
1011
  }
1043
1012
 
@@ -1045,10 +1014,10 @@
1045
1014
  .ui.sortable.table thead th.sorted {
1046
1015
  color: rgba(0, 0, 0, 0.95);
1047
1016
  }
1048
- .ui.sortable.table:not(.basic) thead th.sorted {
1017
+ .ui.sortable.table thead th.sorted {
1049
1018
  background: rgba(0, 0, 0, 0.05);
1050
1019
  }
1051
- .ui.sortable.table thead th.sorted:after {
1020
+ .ui.sortable.table thead th.sorted::after {
1052
1021
  display: inline-block;
1053
1022
  }
1054
1023
 
@@ -1056,22 +1025,20 @@
1056
1025
  .ui.sortable.table thead th.sorted:hover {
1057
1026
  color: rgba(0, 0, 0, 0.95);
1058
1027
  }
1059
- .ui.sortable.table:not(.basic) thead th.sorted:hover {
1028
+ .ui.sortable.table thead th.sorted:hover {
1060
1029
  background: rgba(0, 0, 0, 0.05);
1061
1030
  }
1062
1031
 
1063
- /*--------------
1064
- Collapsing
1065
- ---------------*/
1066
-
1032
+ /* --------------
1033
+ Collapsing
1034
+ --------------- */
1067
1035
  .ui.collapsing.table {
1068
1036
  width: auto;
1069
1037
  }
1070
1038
 
1071
- /*--------------
1072
- Celled
1073
- ---------------*/
1074
-
1039
+ /* --------------
1040
+ Celled
1041
+ --------------- */
1075
1042
  .ui.celled.table > tr > th,
1076
1043
  .ui.celled.table > thead > tr > th,
1077
1044
  .ui.celled.table > tbody > tr > th,
@@ -1091,10 +1058,9 @@
1091
1058
  border-left: none;
1092
1059
  }
1093
1060
 
1094
- /*--------------
1095
- Compact
1096
- ---------------*/
1097
-
1061
+ /* --------------
1062
+ Compact
1063
+ --------------- */
1098
1064
  .ui.compact.table > tr > th,
1099
1065
  .ui.compact.table > thead > tr > th,
1100
1066
  .ui.compact.table > tbody > tr > th,
@@ -1122,10 +1088,79 @@
1122
1088
  padding: 0.4em 0.6em;
1123
1089
  }
1124
1090
 
1125
- /*--------------
1126
- Sizes
1127
- ---------------*/
1091
+ /* --------------
1092
+ Stuck
1093
+ --------------- */
1094
+ .ui.stuck.table {
1095
+ background: #fff;
1096
+ }
1097
+ .ui.stuck.table > thead > tr {
1098
+ background: #f9fafb;
1099
+ }
1100
+ .ui.stuck.table > tbody > tr {
1101
+ background: #fff;
1102
+ }
1103
+ .ui.stuck.table > tfoot > tr {
1104
+ background: #f9fafb;
1105
+ }
1106
+ .ui.head.stuck.table > thead,
1107
+ .ui.foot.stuck.table > tfoot {
1108
+ position: sticky;
1109
+ z-index: 800;
1110
+ }
1111
+ .ui.head.stuck.table {
1112
+ border-top: 0;
1113
+ }
1114
+ .ui.head.stuck.table > thead {
1115
+ top: 0;
1116
+ bottom: auto;
1117
+ }
1118
+ .ui.head.stuck.table > thead > tr:first-child > th {
1119
+ border-top: 1px solid rgba(34, 36, 38, 0.1);
1120
+ }
1121
+ .ui.foot.stuck.table {
1122
+ border-bottom: 0;
1123
+ }
1124
+ .ui.foot.stuck.table > tfoot {
1125
+ top: auto;
1126
+ bottom: 0;
1127
+ }
1128
+ .ui.foot.stuck.table > tfoot > tr:last-child > td,
1129
+ .ui.foot.stuck.table > tfoot > tr:last-child > th {
1130
+ border-bottom: 1px solid rgba(34, 36, 38, 0.1);
1131
+ }
1132
+ .ui.first.stuck.table {
1133
+ border-left: 0;
1134
+ }
1135
+ .ui.first.stuck.table th:first-child,
1136
+ .ui.first.stuck.table td:first-child {
1137
+ position: sticky;
1138
+ left: 0;
1139
+ border-left: 1px solid rgba(34, 36, 38, 0.1);
1140
+ background: inherit;
1141
+ }
1142
+ .ui.last.stuck.table {
1143
+ border-right: 0;
1144
+ }
1145
+ .ui.last.stuck.table th:last-child,
1146
+ .ui.last.stuck.table td:last-child {
1147
+ position: sticky;
1148
+ right: 0;
1149
+ border-right: 1px solid rgba(34, 36, 38, 0.1);
1150
+ background: inherit;
1151
+ }
1152
+ .ui.celled.first.stuck.table th:first-child,
1153
+ .ui.celled.first.stuck.table td:first-child {
1154
+ border-right: 1px solid rgba(34, 36, 38, 0.1);
1155
+ }
1156
+ .ui.celled.last.stuck.table th:last-child,
1157
+ .ui.celled.last.stuck.table td:last-child {
1158
+ border-left: 1px solid rgba(34, 36, 38, 0.1);
1159
+ }
1128
1160
 
1161
+ /* --------------
1162
+ Sizes
1163
+ --------------- */
1129
1164
 
1130
1165
  /* Standard */
1131
1166
  .ui.table {
@@ -1154,6 +1189,12 @@
1154
1189
  }
1155
1190
 
1156
1191
 
1192
+ /*******************************
1193
+ Overrides
1194
+ *******************************/
1195
+
1196
+
1197
+
1157
1198
  /*******************************
1158
1199
  Site Overrides
1159
1200
  *******************************/