fomantic-ui 2.9.0-beta.26 → 2.9.0-beta.262
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.
- package/.all-contributorsrc +206 -3
- package/.github/workflows/ci.yml +4 -4
- package/.github/workflows/nightly.yml +4 -4
- package/.github/workflows/release.yml +30 -0
- package/CONTRIBUTORS.md +75 -37
- package/README.md +8 -8
- package/dist/components/accordion.css +162 -26
- package/dist/components/accordion.js +1 -1
- package/dist/components/accordion.min.css +2 -2
- package/dist/components/accordion.min.js +2 -2
- package/dist/components/ad.css +1 -1
- package/dist/components/ad.min.css +1 -1
- package/dist/components/api.js +34 -30
- package/dist/components/api.min.js +3 -3
- package/dist/components/breadcrumb.css +1 -1
- package/dist/components/breadcrumb.min.css +1 -1
- package/dist/components/button.css +176 -134
- package/dist/components/button.min.css +2 -2
- package/dist/components/calendar.css +18 -1
- package/dist/components/calendar.js +10 -9
- package/dist/components/calendar.min.css +2 -2
- package/dist/components/calendar.min.js +3 -3
- package/dist/components/card.css +26 -19
- package/dist/components/card.min.css +2 -2
- package/dist/components/checkbox.css +2 -1
- package/dist/components/checkbox.js +17 -11
- package/dist/components/checkbox.min.css +2 -2
- package/dist/components/checkbox.min.js +3 -3
- package/dist/components/comment.css +11 -11
- package/dist/components/comment.min.css +1 -1
- package/dist/components/container.css +94 -1
- package/dist/components/container.min.css +2 -2
- package/dist/components/dimmer.css +28 -14
- package/dist/components/dimmer.js +11 -5
- package/dist/components/dimmer.min.css +2 -2
- package/dist/components/dimmer.min.js +3 -3
- package/dist/components/divider.css +1 -1
- package/dist/components/divider.min.css +1 -1
- package/dist/components/dropdown.css +49 -13
- package/dist/components/dropdown.js +66 -39
- package/dist/components/dropdown.min.css +2 -2
- package/dist/components/dropdown.min.js +3 -3
- package/dist/components/embed.css +1 -1
- package/dist/components/embed.js +1 -1
- package/dist/components/embed.min.css +1 -1
- package/dist/components/embed.min.js +2 -2
- package/dist/components/emoji.css +10147 -8139
- package/dist/components/emoji.min.css +1 -1
- package/dist/components/feed.css +28 -28
- package/dist/components/feed.min.css +2 -2
- package/dist/components/flag.css +734 -625
- package/dist/components/flag.min.css +2 -2
- package/dist/components/form.css +118 -55
- package/dist/components/form.js +38 -29
- package/dist/components/form.min.css +2 -2
- package/dist/components/form.min.js +3 -3
- package/dist/components/grid.css +11 -8
- package/dist/components/grid.min.css +2 -2
- package/dist/components/header.css +3 -1
- package/dist/components/header.min.css +2 -2
- package/dist/components/icon.css +126 -47
- package/dist/components/icon.min.css +2 -2
- package/dist/components/image.css +1 -1
- package/dist/components/image.min.css +1 -1
- package/dist/components/input.css +742 -17
- package/dist/components/input.min.css +2 -2
- package/dist/components/item.css +13 -13
- package/dist/components/item.min.css +1 -1
- package/dist/components/label.css +1 -1
- package/dist/components/label.min.css +1 -1
- package/dist/components/list.css +1 -1
- package/dist/components/list.min.css +1 -1
- package/dist/components/loader.css +1 -1
- package/dist/components/loader.min.css +1 -1
- package/dist/components/menu.css +29 -5
- package/dist/components/menu.min.css +1 -1
- package/dist/components/message.css +41 -41
- package/dist/components/message.min.css +2 -2
- package/dist/components/modal.css +13 -1
- package/dist/components/modal.js +127 -49
- package/dist/components/modal.min.css +2 -2
- package/dist/components/modal.min.js +3 -3
- package/dist/components/nag.css +1 -1
- package/dist/components/nag.js +1 -1
- package/dist/components/nag.min.css +1 -1
- package/dist/components/nag.min.js +2 -2
- package/dist/components/placeholder.css +1 -1
- package/dist/components/placeholder.min.css +1 -1
- package/dist/components/popup.css +1 -1
- package/dist/components/popup.js +2 -2
- package/dist/components/popup.min.css +1 -1
- package/dist/components/popup.min.js +3 -3
- package/dist/components/progress.css +1 -1
- package/dist/components/progress.js +4 -1
- package/dist/components/progress.min.css +1 -1
- package/dist/components/progress.min.js +3 -3
- package/dist/components/rail.css +1 -1
- package/dist/components/rail.min.css +1 -1
- package/dist/components/rating.css +1 -1
- package/dist/components/rating.js +1 -1
- package/dist/components/rating.min.css +1 -1
- package/dist/components/rating.min.js +2 -2
- package/dist/components/reset.css +1 -1
- package/dist/components/reset.min.css +1 -1
- package/dist/components/reveal.css +1 -1
- package/dist/components/reveal.min.css +1 -1
- package/dist/components/search.css +1 -1
- package/dist/components/search.js +2 -2
- package/dist/components/search.min.css +1 -1
- package/dist/components/search.min.js +3 -3
- package/dist/components/segment.css +91 -7
- package/dist/components/segment.min.css +2 -2
- package/dist/components/shape.css +1 -1
- package/dist/components/shape.js +3 -3
- package/dist/components/shape.min.css +1 -1
- package/dist/components/shape.min.js +3 -3
- package/dist/components/sidebar.css +4 -2
- package/dist/components/sidebar.js +8 -6
- package/dist/components/sidebar.min.css +2 -2
- package/dist/components/sidebar.min.js +3 -3
- package/dist/components/site.css +61 -39
- package/dist/components/site.js +1 -1
- package/dist/components/site.min.css +2 -2
- package/dist/components/site.min.js +2 -2
- package/dist/components/slider.js +1 -1
- package/dist/components/slider.min.js +2 -2
- package/dist/components/state.js +1 -1
- package/dist/components/state.min.js +2 -2
- package/dist/components/statistic.css +1 -1
- package/dist/components/statistic.min.css +1 -1
- package/dist/components/step.css +4 -4
- package/dist/components/step.min.css +2 -2
- package/dist/components/sticky.css +1 -1
- package/dist/components/sticky.js +1 -1
- package/dist/components/sticky.min.css +1 -1
- package/dist/components/sticky.min.js +2 -2
- package/dist/components/tab.css +1 -1
- package/dist/components/tab.js +23 -5
- package/dist/components/tab.min.css +1 -1
- package/dist/components/tab.min.js +3 -3
- package/dist/components/table.css +1168 -26
- package/dist/components/table.min.css +2 -2
- package/dist/components/text.css +1 -1
- package/dist/components/text.min.css +1 -1
- package/dist/components/toast.css +39 -1
- package/dist/components/toast.js +56 -28
- package/dist/components/toast.min.css +2 -2
- package/dist/components/toast.min.js +3 -3
- package/dist/components/transition.css +1 -1
- package/dist/components/transition.js +21 -16
- package/dist/components/transition.min.css +1 -1
- package/dist/components/transition.min.js +3 -3
- package/dist/components/visibility.js +1 -1
- package/dist/components/visibility.min.js +2 -2
- package/dist/semantic.css +21916 -16238
- package/dist/semantic.js +433 -246
- package/dist/semantic.min.css +3 -3
- package/dist/semantic.min.js +3 -3
- package/dist/themes/default/assets/fonts/brand-icons.eot +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.svg +801 -654
- package/dist/themes/default/assets/fonts/brand-icons.ttf +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.woff +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.woff2 +0 -0
- package/dist/themes/default/assets/fonts/icons.eot +0 -0
- package/dist/themes/default/assets/fonts/icons.svg +1175 -1079
- package/dist/themes/default/assets/fonts/icons.ttf +0 -0
- package/dist/themes/default/assets/fonts/icons.woff +0 -0
- package/dist/themes/default/assets/fonts/icons.woff2 +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.eot +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.svg +93 -95
- package/dist/themes/default/assets/fonts/outline-icons.ttf +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.woff +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.woff2 +0 -0
- package/examples/assets/library/iframe-content.js +8 -8
- package/examples/assets/library/iframe.js +3 -3
- package/package.json +10 -9
- package/src/definitions/behaviors/api.js +33 -29
- package/src/definitions/behaviors/form.js +37 -28
- package/src/definitions/collections/form.less +204 -140
- package/src/definitions/collections/grid.less +716 -680
- package/src/definitions/collections/menu.less +173 -126
- package/src/definitions/collections/message.less +48 -46
- package/src/definitions/collections/table.less +849 -262
- package/src/definitions/elements/button.less +586 -449
- package/src/definitions/elements/container.less +145 -8
- package/src/definitions/elements/emoji.less +15 -9
- package/src/definitions/elements/flag.less +7 -17
- package/src/definitions/elements/header.less +44 -35
- package/src/definitions/elements/icon.less +38 -31
- package/src/definitions/elements/input.less +264 -22
- package/src/definitions/elements/label.less +92 -91
- package/src/definitions/elements/list.less +55 -45
- package/src/definitions/elements/loader.less +30 -29
- package/src/definitions/elements/segment.less +147 -28
- package/src/definitions/elements/step.less +52 -48
- package/src/definitions/elements/text.less +17 -15
- package/src/definitions/globals/site.less +23 -2
- package/src/definitions/modules/accordion.less +175 -24
- package/src/definitions/modules/calendar.js +9 -8
- package/src/definitions/modules/calendar.less +20 -0
- package/src/definitions/modules/checkbox.js +16 -10
- package/src/definitions/modules/checkbox.less +34 -178
- package/src/definitions/modules/dimmer.js +10 -4
- package/src/definitions/modules/dimmer.less +21 -8
- package/src/definitions/modules/dropdown.js +65 -38
- package/src/definitions/modules/dropdown.less +145 -94
- package/src/definitions/modules/modal.js +126 -48
- package/src/definitions/modules/modal.less +12 -0
- package/src/definitions/modules/nag.less +20 -19
- package/src/definitions/modules/popup.js +1 -1
- package/src/definitions/modules/progress.js +3 -0
- package/src/definitions/modules/progress.less +19 -18
- package/src/definitions/modules/rating.less +35 -34
- package/src/definitions/modules/search.js +1 -1
- package/src/definitions/modules/search.less +32 -16
- package/src/definitions/modules/shape.js +2 -2
- package/src/definitions/modules/sidebar.js +7 -5
- package/src/definitions/modules/sidebar.less +33 -19
- package/src/definitions/modules/slider.less +39 -38
- package/src/definitions/modules/tab.js +22 -4
- package/src/definitions/modules/toast.js +55 -27
- package/src/definitions/modules/toast.less +48 -16
- package/src/definitions/modules/transition.js +20 -15
- package/src/definitions/views/card.less +402 -361
- package/src/definitions/views/comment.less +92 -81
- package/src/definitions/views/feed.less +164 -144
- package/src/definitions/views/item.less +249 -196
- package/src/definitions/views/statistic.less +90 -88
- package/src/themes/bookish/elements/header.overrides +1 -1
- package/src/themes/chubby/elements/button.overrides +1 -1
- package/src/themes/chubby/elements/header.overrides +1 -1
- package/src/themes/default/assets/fonts/brand-icons.eot +0 -0
- package/src/themes/default/assets/fonts/brand-icons.svg +801 -654
- package/src/themes/default/assets/fonts/brand-icons.ttf +0 -0
- package/src/themes/default/assets/fonts/brand-icons.woff +0 -0
- package/src/themes/default/assets/fonts/brand-icons.woff2 +0 -0
- package/src/themes/default/assets/fonts/icons.eot +0 -0
- package/src/themes/default/assets/fonts/icons.svg +1175 -1079
- package/src/themes/default/assets/fonts/icons.ttf +0 -0
- package/src/themes/default/assets/fonts/icons.woff +0 -0
- package/src/themes/default/assets/fonts/icons.woff2 +0 -0
- package/src/themes/default/assets/fonts/outline-icons.eot +0 -0
- package/src/themes/default/assets/fonts/outline-icons.svg +93 -95
- package/src/themes/default/assets/fonts/outline-icons.ttf +0 -0
- package/src/themes/default/assets/fonts/outline-icons.woff +0 -0
- package/src/themes/default/assets/fonts/outline-icons.woff2 +0 -0
- package/src/themes/default/collections/form.variables +4 -0
- package/src/themes/default/collections/menu.variables +6 -0
- package/src/themes/default/collections/table.variables +52 -0
- package/src/themes/default/elements/button.variables +7 -1
- package/src/themes/default/elements/container.variables +12 -0
- package/src/themes/default/elements/emoji.overrides +1734 -1232
- package/src/themes/default/elements/flag.overrides +1641 -986
- package/src/themes/default/elements/flag.variables +7 -5
- package/src/themes/default/elements/icon.overrides +75 -48
- package/src/themes/default/elements/icon.variables +1 -0
- package/src/themes/default/elements/input.variables +15 -0
- package/src/themes/default/elements/segment.variables +8 -0
- package/src/themes/default/elements/step.overrides +1 -1
- package/src/themes/default/globals/site.variables +6 -0
- package/src/themes/default/globals/variation.variables +139 -6
- package/src/themes/default/modules/accordion.variables +49 -2
- package/src/themes/default/modules/calendar.variables +3 -0
- package/src/themes/default/modules/checkbox.variables +5 -5
- package/src/themes/default/modules/dimmer.variables +1 -1
- package/src/themes/default/modules/dropdown.variables +4 -10
- package/src/themes/default/modules/modal.variables +13 -0
- package/src/themes/default/modules/toast.variables +3 -0
- package/src/themes/famfamfam/elements/flag.overrides +1026 -0
- package/src/themes/famfamfam/elements/flag.variables +13 -0
- package/src/themes/instagram/views/card.overrides +1 -1
- package/src/themes/joypixels/elements/emoji.overrides +1759 -1257
- package/src/themes/joypixels/elements/emoji.variables +1 -1
- package/src/themes/material/collections/menu.overrides +1 -1
- package/src/themes/material/elements/button.overrides +1 -1
- package/src/themes/material/elements/header.overrides +1 -1
- package/src/themes/material/globals/site.variables +0 -1
- package/src/themes/material/modules/dropdown.overrides +1 -1
- package/src/themes/material/modules/modal.overrides +1 -1
- package/src/themes/rtl/globals/site.overrides +1 -1
- package/src/themes/twitter/elements/emoji.overrides +1734 -1232
- package/tasks/build/css.js +6 -1
- package/tasks/config/project/install.js +11 -5
- package/tasks/install.js +1 -0
- package/test/helpers/sinon.js +2 -2
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.9.0-beta.
|
2
|
+
* # Fomantic-UI 2.9.0-beta.262 - Table
|
3
3
|
* http://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
@@ -473,6 +473,242 @@
|
|
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
|
+
.ui.overflowing.table.short {
|
492
|
+
max-height: 11.24973214em;
|
493
|
+
}
|
494
|
+
.ui.overflowing.table[class*="very short"] {
|
495
|
+
max-height: 7.49982143em;
|
496
|
+
}
|
497
|
+
.ui.overflowing.table {
|
498
|
+
max-height: 14.99964286em;
|
499
|
+
}
|
500
|
+
.ui.overflowing.table.long {
|
501
|
+
max-height: 29.99928571em;
|
502
|
+
}
|
503
|
+
.ui.overflowing.table[class*="very long"] {
|
504
|
+
max-height: 44.99892857em;
|
505
|
+
}
|
506
|
+
}
|
507
|
+
|
508
|
+
/*--------------
|
509
|
+
Scrolling
|
510
|
+
---------------*/
|
511
|
+
|
512
|
+
@media only screen and (min-width: 768px) {
|
513
|
+
.ui.scrolling.table.short > tbody {
|
514
|
+
max-height: 8.99978571em;
|
515
|
+
}
|
516
|
+
.ui.scrolling.table[class*="very short"] > tbody {
|
517
|
+
max-height: 5.99985714em;
|
518
|
+
}
|
519
|
+
.ui.scrolling.table > tbody {
|
520
|
+
max-height: 11.99971429em;
|
521
|
+
}
|
522
|
+
.ui.scrolling.table.long > tbody {
|
523
|
+
max-height: 23.99942857em;
|
524
|
+
}
|
525
|
+
.ui.scrolling.table[class*="very long"] > tbody {
|
526
|
+
max-height: 35.99914286em;
|
527
|
+
}
|
528
|
+
}
|
529
|
+
@media only screen and (min-width: 992px) {
|
530
|
+
.ui.scrolling.table.short > tbody {
|
531
|
+
max-height: 13.49967857em;
|
532
|
+
}
|
533
|
+
.ui.scrolling.table[class*="very short"] > tbody {
|
534
|
+
max-height: 8.99978571em;
|
535
|
+
}
|
536
|
+
.ui.scrolling.table > tbody {
|
537
|
+
max-height: 17.99957143em;
|
538
|
+
}
|
539
|
+
.ui.scrolling.table.long > tbody {
|
540
|
+
max-height: 35.99914286em;
|
541
|
+
}
|
542
|
+
.ui.scrolling.table[class*="very long"] > tbody {
|
543
|
+
max-height: 53.99871429em;
|
544
|
+
}
|
545
|
+
}
|
546
|
+
@media only screen and (min-width: 1920px) {
|
547
|
+
.ui.scrolling.table.short > tbody {
|
548
|
+
max-height: 17.99957143em;
|
549
|
+
}
|
550
|
+
.ui.scrolling.table[class*="very short"] > tbody {
|
551
|
+
max-height: 11.99971429em;
|
552
|
+
}
|
553
|
+
.ui.scrolling.table > tbody {
|
554
|
+
max-height: 23.99942857em;
|
555
|
+
}
|
556
|
+
.ui.scrolling.table.long > tbody {
|
557
|
+
max-height: 47.99885714em;
|
558
|
+
}
|
559
|
+
.ui.scrolling.table[class*="very long"] > tbody {
|
560
|
+
max-height: 71.99828571em;
|
561
|
+
}
|
562
|
+
}
|
563
|
+
.ui.scrolling.table > thead,
|
564
|
+
.ui.scrolling.table > tfoot,
|
565
|
+
.ui.scrolling.table > tbody {
|
566
|
+
display: block;
|
567
|
+
overflow-y: scroll;
|
568
|
+
scrollbar-width: thin;
|
569
|
+
|
570
|
+
/* Firefox */
|
571
|
+
}
|
572
|
+
.ui.scrolling.table > thead > tr,
|
573
|
+
.ui.scrolling.table > tfoot > tr,
|
574
|
+
.ui.scrolling.table > tbody > tr {
|
575
|
+
display: table;
|
576
|
+
table-layout: fixed;
|
577
|
+
width: 100%;
|
578
|
+
}
|
579
|
+
|
580
|
+
/* Camouflage scrollbars, we need them only to gain the same width as tbody */
|
581
|
+
.ui.scrolling.table > thead {
|
582
|
+
background: #F9FAFB;
|
583
|
+
color: #F9FAFB;
|
584
|
+
border-radius: 0.28571429rem 0.28571429rem 0 0;
|
585
|
+
}
|
586
|
+
.ui.scrolling.table > tfoot {
|
587
|
+
background: #F9FAFB;
|
588
|
+
color: #F9FAFB;
|
589
|
+
border-radius: 0 0 0.28571429rem 0.28571429rem;
|
590
|
+
}
|
591
|
+
.ui.inverted.scrolling.table > thead {
|
592
|
+
background: rgba(0, 0, 0, 0.15);
|
593
|
+
color: rgba(0, 0, 0, 0.15);
|
594
|
+
}
|
595
|
+
.ui.inverted.scrolling.table > tfoot {
|
596
|
+
background: rgba(0, 0, 0, 0.15);
|
597
|
+
color: rgba(0, 0, 0, 0.15);
|
598
|
+
}
|
599
|
+
.ui.scrolling.table > thead::-webkit-scrollbar-track,
|
600
|
+
.ui.scrolling.table > tfoot::-webkit-scrollbar-track {
|
601
|
+
background: inherit;
|
602
|
+
border-radius: 0.28571429rem;
|
603
|
+
}
|
604
|
+
|
605
|
+
/* Firefox & IE */
|
606
|
+
.ui.scrolling.table > thead,
|
607
|
+
.ui.scrolling.table > tfoot {
|
608
|
+
scrollbar-color: currentColor currentColor;
|
609
|
+
scrollbar-face-color: currentColor;
|
610
|
+
scrollbar-shadow-color: currentColor;
|
611
|
+
scrollbar-track-color: currentColor;
|
612
|
+
scrollbar-arrow-color: currentColor;
|
613
|
+
}
|
614
|
+
|
615
|
+
/* IE scrollbar color needs hex values */
|
616
|
+
@media all and (-ms-high-contrast: none) {
|
617
|
+
.ui.scrolling.table > thead {
|
618
|
+
color: #F9FAFB;
|
619
|
+
}
|
620
|
+
.ui.scrolling.table > tfoot {
|
621
|
+
color: #F9FAFB;
|
622
|
+
}
|
623
|
+
.ui.inverted.scrolling.table > thead {
|
624
|
+
color: #252525;
|
625
|
+
}
|
626
|
+
.ui.inverted.scrolling.table > tfoot {
|
627
|
+
color: #252525;
|
628
|
+
}
|
629
|
+
}
|
630
|
+
.ui.inverted.scrolling.table > tbody::-webkit-scrollbar-track {
|
631
|
+
background: rgba(255, 255, 255, 0.1);
|
632
|
+
}
|
633
|
+
.ui.inverted.scrolling.table > tbody::-webkit-scrollbar-thumb {
|
634
|
+
background: rgba(255, 255, 255, 0.25);
|
635
|
+
}
|
636
|
+
.ui.inverted.scrolling.table > tbody::-webkit-scrollbar-thumb:window-inactive {
|
637
|
+
background: rgba(255, 255, 255, 0.15);
|
638
|
+
}
|
639
|
+
.ui.inverted.scrolling.table > tbody::-webkit-scrollbar-thumb:hover {
|
640
|
+
background: rgba(255, 255, 255, 0.35);
|
641
|
+
}
|
642
|
+
.ui.inverted.scrolling.table > tbody {
|
643
|
+
|
644
|
+
/* IE11 */
|
645
|
+
scrollbar-face-color: #656565;
|
646
|
+
scrollbar-shadow-color: #656565;
|
647
|
+
scrollbar-track-color: #323232;
|
648
|
+
scrollbar-arrow-color: #323232;
|
649
|
+
|
650
|
+
/* firefox : first color thumb, second track */
|
651
|
+
scrollbar-color: rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.1);
|
652
|
+
}
|
653
|
+
|
654
|
+
/*--------------
|
655
|
+
Overflowing
|
656
|
+
---------------*/
|
657
|
+
|
658
|
+
.ui.overflowing.table {
|
659
|
+
display: block;
|
660
|
+
overflow: auto;
|
661
|
+
}
|
662
|
+
@media only screen and (min-width: 768px) {
|
663
|
+
.ui.overflowing.table.short {
|
664
|
+
max-height: 13.49967857em;
|
665
|
+
}
|
666
|
+
.ui.overflowing.table[class*="very short"] {
|
667
|
+
max-height: 8.99978571em;
|
668
|
+
}
|
669
|
+
.ui.overflowing.table {
|
670
|
+
max-height: 17.99957143em;
|
671
|
+
}
|
672
|
+
.ui.overflowing.table.long {
|
673
|
+
max-height: 35.99914286em;
|
674
|
+
}
|
675
|
+
.ui.overflowing.table[class*="very long"] {
|
676
|
+
max-height: 53.99871429em;
|
677
|
+
}
|
678
|
+
}
|
679
|
+
@media only screen and (min-width: 992px) {
|
680
|
+
.ui.overflowing.table.short {
|
681
|
+
max-height: 17.99957143em;
|
682
|
+
}
|
683
|
+
.ui.overflowing.table[class*="very short"] {
|
684
|
+
max-height: 11.99971429em;
|
685
|
+
}
|
686
|
+
.ui.overflowing.table {
|
687
|
+
max-height: 23.99942857em;
|
688
|
+
}
|
689
|
+
.ui.overflowing.table.long {
|
690
|
+
max-height: 47.99885714em;
|
691
|
+
}
|
692
|
+
.ui.overflowing.table[class*="very long"] {
|
693
|
+
max-height: 71.99828571em;
|
694
|
+
}
|
695
|
+
}
|
696
|
+
@media only screen and (min-width: 1920px) {
|
697
|
+
.ui.overflowing.table.short {
|
698
|
+
max-height: 22.49946429em;
|
699
|
+
}
|
700
|
+
.ui.overflowing.table[class*="very short"] {
|
701
|
+
max-height: 14.99964286em;
|
702
|
+
}
|
703
|
+
.ui.overflowing.table {
|
704
|
+
max-height: 29.99928571em;
|
705
|
+
}
|
706
|
+
.ui.overflowing.table.long {
|
707
|
+
max-height: 59.99857143em;
|
708
|
+
}
|
709
|
+
.ui.overflowing.table[class*="very long"] {
|
710
|
+
max-height: 89.99785714em;
|
711
|
+
}
|
476
712
|
}
|
477
713
|
|
478
714
|
|
@@ -599,6 +835,11 @@
|
|
599
835
|
background: #FCFFF5;
|
600
836
|
color: #2C662D;
|
601
837
|
}
|
838
|
+
.ui.ui.ui.ui.inverted.table tr.positive,
|
839
|
+
.ui.ui.inverted.table td.positive {
|
840
|
+
background: #A3C293;
|
841
|
+
color: #2C662D;
|
842
|
+
}
|
602
843
|
|
603
844
|
/*--------------
|
604
845
|
Negative
|
@@ -611,6 +852,11 @@
|
|
611
852
|
background: #FFF6F6;
|
612
853
|
color: #9F3A38;
|
613
854
|
}
|
855
|
+
.ui.ui.ui.ui.inverted.table tr.negative,
|
856
|
+
.ui.ui.inverted.table td.negative {
|
857
|
+
background: #E0B4B4;
|
858
|
+
color: #9F3A38;
|
859
|
+
}
|
614
860
|
|
615
861
|
/*--------------
|
616
862
|
Error
|
@@ -623,6 +869,11 @@
|
|
623
869
|
background: #FFF6F6;
|
624
870
|
color: #9F3A38;
|
625
871
|
}
|
872
|
+
.ui.ui.ui.ui.inverted.table tr.error,
|
873
|
+
.ui.ui.inverted.table td.error {
|
874
|
+
background: #E0B4B4;
|
875
|
+
color: #9F3A38;
|
876
|
+
}
|
626
877
|
|
627
878
|
/*--------------
|
628
879
|
Warning
|
@@ -635,6 +886,11 @@
|
|
635
886
|
background: #FFFAF3;
|
636
887
|
color: #573A08;
|
637
888
|
}
|
889
|
+
.ui.ui.ui.ui.inverted.table tr.warning,
|
890
|
+
.ui.ui.inverted.table td.warning {
|
891
|
+
background: #EEC97E;
|
892
|
+
color: #573A08;
|
893
|
+
}
|
638
894
|
|
639
895
|
/*--------------
|
640
896
|
Active
|
@@ -647,13 +903,18 @@
|
|
647
903
|
background: #E0E0E0;
|
648
904
|
color: rgba(0, 0, 0, 0.87);
|
649
905
|
}
|
906
|
+
.ui.ui.ui.ui.inverted.table tr.active,
|
907
|
+
.ui.ui.inverted.table td.active {
|
908
|
+
background: #A0A0A0;
|
909
|
+
color: rgba(0, 0, 0, 0.87);
|
910
|
+
}
|
650
911
|
|
651
912
|
/*--------------
|
652
913
|
Disabled
|
653
914
|
---------------*/
|
654
915
|
|
655
|
-
.ui.table tr.disabled td,
|
656
|
-
.ui.table tr td.disabled,
|
916
|
+
.ui.ui.ui.table tr.disabled td,
|
917
|
+
.ui.ui.ui.table tr td.disabled,
|
657
918
|
.ui.table tr.disabled:hover,
|
658
919
|
.ui.table tr:hover td.disabled {
|
659
920
|
pointer-events: none;
|
@@ -1047,6 +1308,8 @@
|
|
1047
1308
|
.ui.table tbody tr td.selectable > a:not(.ui) {
|
1048
1309
|
display: block;
|
1049
1310
|
color: inherit;
|
1311
|
+
}
|
1312
|
+
.ui.table:not(.compact) tbody tr td.selectable > a:not(.ui) {
|
1050
1313
|
padding: 0.78571429em 0.78571429em;
|
1051
1314
|
}
|
1052
1315
|
.ui.table > tr > td.selectable,
|
@@ -1175,20 +1438,71 @@
|
|
1175
1438
|
border-top: 0.2em solid #2185D0;
|
1176
1439
|
}
|
1177
1440
|
.ui.inverted.primary.table {
|
1178
|
-
background
|
1441
|
+
background: #2185D0;
|
1442
|
+
color: #FFFFFF;
|
1443
|
+
}
|
1444
|
+
|
1445
|
+
/* Same color for background and color to camouflage the scrollbar */
|
1446
|
+
.ui.scrolling.table > thead.primary,
|
1447
|
+
.ui.scrolling.table > tfoot.primary {
|
1448
|
+
background: #ddf4ff;
|
1449
|
+
color: #ddf4ff;
|
1450
|
+
}
|
1451
|
+
.ui.scrolling.table > thead.primary > tr > th,
|
1452
|
+
.ui.scrolling.table > tfoot.primary > tr > th,
|
1453
|
+
.ui.scrolling.table > thead.primary > tr > td,
|
1454
|
+
.ui.scrolling.table > tfoot.primary > tr > td {
|
1455
|
+
background: inherit;
|
1456
|
+
color: rgba(255, 255, 255, 0.9);
|
1457
|
+
}
|
1458
|
+
.ui.inverted.scrolling.table > thead.primary,
|
1459
|
+
.ui.inverted.scrolling.table > tfoot.primary {
|
1460
|
+
background: #2185D0;
|
1461
|
+
color: #2185D0;
|
1462
|
+
}
|
1463
|
+
.ui.inverted.scrolling.table > thead.primary > tr > th,
|
1464
|
+
.ui.inverted.scrolling.table > tfoot.primary > tr > th,
|
1465
|
+
.ui.inverted.scrolling.table > thead.primary > tr > td,
|
1466
|
+
.ui.inverted.scrolling.table > tfoot.primary > tr > td {
|
1467
|
+
background: inherit;
|
1179
1468
|
color: #FFFFFF;
|
1180
1469
|
}
|
1181
1470
|
.ui.ui.ui.ui.table tr.primary:not(.marked),
|
1471
|
+
.ui.ui.table th.primary:not(.marked),
|
1182
1472
|
.ui.ui.table td.primary:not(.marked) {
|
1183
1473
|
background: #ddf4ff;
|
1184
1474
|
color: rgba(255, 255, 255, 0.9);
|
1185
1475
|
}
|
1476
|
+
.ui.table > thead > tr.primary:not(.marked) > th,
|
1477
|
+
.ui.table > tfoot > tr.primary:not(.marked) > th,
|
1478
|
+
.ui.table > tfoot > tr.primary:not(.marked) > td {
|
1479
|
+
background: inherit;
|
1480
|
+
color: rgba(255, 255, 255, 0.9);
|
1481
|
+
}
|
1482
|
+
.ui.ui.ui.ui.inverted.table tr.primary:not(.marked),
|
1483
|
+
.ui.ui.inverted.table th.primary:not(.marked),
|
1484
|
+
.ui.ui.inverted.table td.primary:not(.marked) {
|
1485
|
+
background: #2185D0;
|
1486
|
+
color: #FFFFFF;
|
1487
|
+
}
|
1488
|
+
.ui.inverted.table > thead > tr.primary:not(.marked) > th,
|
1489
|
+
.ui.inverted.table > tfoot > tr.primary:not(.marked) > th,
|
1490
|
+
.ui.inverted.table > tfoot > tr.primary:not(.marked) > td {
|
1491
|
+
background: inherit;
|
1492
|
+
color: #FFFFFF;
|
1493
|
+
}
|
1186
1494
|
.ui.ui.selectable.table tr.primary:not(.marked):hover,
|
1187
1495
|
.ui.table tr td.selectable.primary:not(.marked):hover,
|
1188
1496
|
.ui.selectable.table tr:hover td.primary:not(.marked) {
|
1189
1497
|
background: #d3f1ff;
|
1190
1498
|
color: rgba(255, 255, 255, 0.9);
|
1191
1499
|
}
|
1500
|
+
.ui.ui.inverted.selectable.table tr.primary:not(.marked):hover,
|
1501
|
+
.ui.inverted.table tr td.selectable.primary:not(.marked):hover,
|
1502
|
+
.ui.inverted.selectable.table tr:hover td.primary:not(.marked) {
|
1503
|
+
background: #21b8ff;
|
1504
|
+
color: #FFFFFF;
|
1505
|
+
}
|
1192
1506
|
.ui.table td.marked.primary.left,
|
1193
1507
|
.ui.table tr.marked.primary.left {
|
1194
1508
|
-webkit-box-shadow: 0.2em 0 0 0 #2185D0 inset;
|
@@ -1213,20 +1527,71 @@
|
|
1213
1527
|
border-top: 0.2em solid #1B1C1D;
|
1214
1528
|
}
|
1215
1529
|
.ui.inverted.secondary.table {
|
1216
|
-
background
|
1530
|
+
background: #1B1C1D;
|
1531
|
+
color: #FFFFFF;
|
1532
|
+
}
|
1533
|
+
|
1534
|
+
/* Same color for background and color to camouflage the scrollbar */
|
1535
|
+
.ui.scrolling.table > thead.secondary,
|
1536
|
+
.ui.scrolling.table > tfoot.secondary {
|
1537
|
+
background: #dddddd;
|
1538
|
+
color: #dddddd;
|
1539
|
+
}
|
1540
|
+
.ui.scrolling.table > thead.secondary > tr > th,
|
1541
|
+
.ui.scrolling.table > tfoot.secondary > tr > th,
|
1542
|
+
.ui.scrolling.table > thead.secondary > tr > td,
|
1543
|
+
.ui.scrolling.table > tfoot.secondary > tr > td {
|
1544
|
+
background: inherit;
|
1545
|
+
color: rgba(255, 255, 255, 0.9);
|
1546
|
+
}
|
1547
|
+
.ui.inverted.scrolling.table > thead.secondary,
|
1548
|
+
.ui.inverted.scrolling.table > tfoot.secondary {
|
1549
|
+
background: #1B1C1D;
|
1550
|
+
color: #1B1C1D;
|
1551
|
+
}
|
1552
|
+
.ui.inverted.scrolling.table > thead.secondary > tr > th,
|
1553
|
+
.ui.inverted.scrolling.table > tfoot.secondary > tr > th,
|
1554
|
+
.ui.inverted.scrolling.table > thead.secondary > tr > td,
|
1555
|
+
.ui.inverted.scrolling.table > tfoot.secondary > tr > td {
|
1556
|
+
background: inherit;
|
1217
1557
|
color: #FFFFFF;
|
1218
1558
|
}
|
1219
1559
|
.ui.ui.ui.ui.table tr.secondary:not(.marked),
|
1560
|
+
.ui.ui.table th.secondary:not(.marked),
|
1220
1561
|
.ui.ui.table td.secondary:not(.marked) {
|
1221
1562
|
background: #dddddd;
|
1222
1563
|
color: rgba(255, 255, 255, 0.9);
|
1223
1564
|
}
|
1565
|
+
.ui.table > thead > tr.secondary:not(.marked) > th,
|
1566
|
+
.ui.table > tfoot > tr.secondary:not(.marked) > th,
|
1567
|
+
.ui.table > tfoot > tr.secondary:not(.marked) > td {
|
1568
|
+
background: inherit;
|
1569
|
+
color: rgba(255, 255, 255, 0.9);
|
1570
|
+
}
|
1571
|
+
.ui.ui.ui.ui.inverted.table tr.secondary:not(.marked),
|
1572
|
+
.ui.ui.inverted.table th.secondary:not(.marked),
|
1573
|
+
.ui.ui.inverted.table td.secondary:not(.marked) {
|
1574
|
+
background: #1B1C1D;
|
1575
|
+
color: #FFFFFF;
|
1576
|
+
}
|
1577
|
+
.ui.inverted.table > thead > tr.secondary:not(.marked) > th,
|
1578
|
+
.ui.inverted.table > tfoot > tr.secondary:not(.marked) > th,
|
1579
|
+
.ui.inverted.table > tfoot > tr.secondary:not(.marked) > td {
|
1580
|
+
background: inherit;
|
1581
|
+
color: #FFFFFF;
|
1582
|
+
}
|
1224
1583
|
.ui.ui.selectable.table tr.secondary:not(.marked):hover,
|
1225
1584
|
.ui.table tr td.selectable.secondary:not(.marked):hover,
|
1226
1585
|
.ui.selectable.table tr:hover td.secondary:not(.marked) {
|
1227
1586
|
background: #e2e2e2;
|
1228
1587
|
color: rgba(255, 255, 255, 0.9);
|
1229
1588
|
}
|
1589
|
+
.ui.ui.inverted.selectable.table tr.secondary:not(.marked):hover,
|
1590
|
+
.ui.inverted.table tr td.selectable.secondary:not(.marked):hover,
|
1591
|
+
.ui.inverted.selectable.table tr:hover td.secondary:not(.marked) {
|
1592
|
+
background: #6e6e6e;
|
1593
|
+
color: #FFFFFF;
|
1594
|
+
}
|
1230
1595
|
.ui.table td.marked.secondary.left,
|
1231
1596
|
.ui.table tr.marked.secondary.left {
|
1232
1597
|
-webkit-box-shadow: 0.2em 0 0 0 #1B1C1D inset;
|
@@ -1251,20 +1616,71 @@
|
|
1251
1616
|
border-top: 0.2em solid #DB2828;
|
1252
1617
|
}
|
1253
1618
|
.ui.inverted.red.table {
|
1254
|
-
background
|
1619
|
+
background: #DB2828;
|
1620
|
+
color: #FFFFFF;
|
1621
|
+
}
|
1622
|
+
|
1623
|
+
/* Same color for background and color to camouflage the scrollbar */
|
1624
|
+
.ui.scrolling.table > thead.red,
|
1625
|
+
.ui.scrolling.table > tfoot.red {
|
1626
|
+
background: #ffe1df;
|
1627
|
+
color: #ffe1df;
|
1628
|
+
}
|
1629
|
+
.ui.scrolling.table > thead.red > tr > th,
|
1630
|
+
.ui.scrolling.table > tfoot.red > tr > th,
|
1631
|
+
.ui.scrolling.table > thead.red > tr > td,
|
1632
|
+
.ui.scrolling.table > tfoot.red > tr > td {
|
1633
|
+
background: inherit;
|
1634
|
+
color: #DB2828;
|
1635
|
+
}
|
1636
|
+
.ui.inverted.scrolling.table > thead.red,
|
1637
|
+
.ui.inverted.scrolling.table > tfoot.red {
|
1638
|
+
background: #DB2828;
|
1639
|
+
color: #DB2828;
|
1640
|
+
}
|
1641
|
+
.ui.inverted.scrolling.table > thead.red > tr > th,
|
1642
|
+
.ui.inverted.scrolling.table > tfoot.red > tr > th,
|
1643
|
+
.ui.inverted.scrolling.table > thead.red > tr > td,
|
1644
|
+
.ui.inverted.scrolling.table > tfoot.red > tr > td {
|
1645
|
+
background: inherit;
|
1255
1646
|
color: #FFFFFF;
|
1256
1647
|
}
|
1257
1648
|
.ui.ui.ui.ui.table tr.red:not(.marked),
|
1649
|
+
.ui.ui.table th.red:not(.marked),
|
1258
1650
|
.ui.ui.table td.red:not(.marked) {
|
1259
1651
|
background: #ffe1df;
|
1260
1652
|
color: #DB2828;
|
1261
1653
|
}
|
1654
|
+
.ui.table > thead > tr.red:not(.marked) > th,
|
1655
|
+
.ui.table > tfoot > tr.red:not(.marked) > th,
|
1656
|
+
.ui.table > tfoot > tr.red:not(.marked) > td {
|
1657
|
+
background: inherit;
|
1658
|
+
color: #DB2828;
|
1659
|
+
}
|
1660
|
+
.ui.ui.ui.ui.inverted.table tr.red:not(.marked),
|
1661
|
+
.ui.ui.inverted.table th.red:not(.marked),
|
1662
|
+
.ui.ui.inverted.table td.red:not(.marked) {
|
1663
|
+
background: #DB2828;
|
1664
|
+
color: #FFFFFF;
|
1665
|
+
}
|
1666
|
+
.ui.inverted.table > thead > tr.red:not(.marked) > th,
|
1667
|
+
.ui.inverted.table > tfoot > tr.red:not(.marked) > th,
|
1668
|
+
.ui.inverted.table > tfoot > tr.red:not(.marked) > td {
|
1669
|
+
background: inherit;
|
1670
|
+
color: #FFFFFF;
|
1671
|
+
}
|
1262
1672
|
.ui.ui.selectable.table tr.red:not(.marked):hover,
|
1263
1673
|
.ui.table tr td.selectable.red:not(.marked):hover,
|
1264
1674
|
.ui.selectable.table tr:hover td.red:not(.marked) {
|
1265
1675
|
background: #ffd7d5;
|
1266
1676
|
color: #DB2828;
|
1267
1677
|
}
|
1678
|
+
.ui.ui.inverted.selectable.table tr.red:not(.marked):hover,
|
1679
|
+
.ui.inverted.table tr td.selectable.red:not(.marked):hover,
|
1680
|
+
.ui.inverted.selectable.table tr:hover td.red:not(.marked) {
|
1681
|
+
background: #ff392b;
|
1682
|
+
color: #FFFFFF;
|
1683
|
+
}
|
1268
1684
|
.ui.table td.marked.red.left,
|
1269
1685
|
.ui.table tr.marked.red.left {
|
1270
1686
|
-webkit-box-shadow: 0.2em 0 0 0 #DB2828 inset;
|
@@ -1289,20 +1705,71 @@
|
|
1289
1705
|
border-top: 0.2em solid #F2711C;
|
1290
1706
|
}
|
1291
1707
|
.ui.inverted.orange.table {
|
1292
|
-
background
|
1708
|
+
background: #F2711C;
|
1709
|
+
color: #FFFFFF;
|
1710
|
+
}
|
1711
|
+
|
1712
|
+
/* Same color for background and color to camouflage the scrollbar */
|
1713
|
+
.ui.scrolling.table > thead.orange,
|
1714
|
+
.ui.scrolling.table > tfoot.orange {
|
1715
|
+
background: #ffe7d1;
|
1716
|
+
color: #ffe7d1;
|
1717
|
+
}
|
1718
|
+
.ui.scrolling.table > thead.orange > tr > th,
|
1719
|
+
.ui.scrolling.table > tfoot.orange > tr > th,
|
1720
|
+
.ui.scrolling.table > thead.orange > tr > td,
|
1721
|
+
.ui.scrolling.table > tfoot.orange > tr > td {
|
1722
|
+
background: inherit;
|
1723
|
+
color: #F2711C;
|
1724
|
+
}
|
1725
|
+
.ui.inverted.scrolling.table > thead.orange,
|
1726
|
+
.ui.inverted.scrolling.table > tfoot.orange {
|
1727
|
+
background: #F2711C;
|
1728
|
+
color: #F2711C;
|
1729
|
+
}
|
1730
|
+
.ui.inverted.scrolling.table > thead.orange > tr > th,
|
1731
|
+
.ui.inverted.scrolling.table > tfoot.orange > tr > th,
|
1732
|
+
.ui.inverted.scrolling.table > thead.orange > tr > td,
|
1733
|
+
.ui.inverted.scrolling.table > tfoot.orange > tr > td {
|
1734
|
+
background: inherit;
|
1293
1735
|
color: #FFFFFF;
|
1294
1736
|
}
|
1295
1737
|
.ui.ui.ui.ui.table tr.orange:not(.marked),
|
1738
|
+
.ui.ui.table th.orange:not(.marked),
|
1296
1739
|
.ui.ui.table td.orange:not(.marked) {
|
1297
1740
|
background: #ffe7d1;
|
1298
1741
|
color: #F2711C;
|
1299
1742
|
}
|
1743
|
+
.ui.table > thead > tr.orange:not(.marked) > th,
|
1744
|
+
.ui.table > tfoot > tr.orange:not(.marked) > th,
|
1745
|
+
.ui.table > tfoot > tr.orange:not(.marked) > td {
|
1746
|
+
background: inherit;
|
1747
|
+
color: #F2711C;
|
1748
|
+
}
|
1749
|
+
.ui.ui.ui.ui.inverted.table tr.orange:not(.marked),
|
1750
|
+
.ui.ui.inverted.table th.orange:not(.marked),
|
1751
|
+
.ui.ui.inverted.table td.orange:not(.marked) {
|
1752
|
+
background: #F2711C;
|
1753
|
+
color: #FFFFFF;
|
1754
|
+
}
|
1755
|
+
.ui.inverted.table > thead > tr.orange:not(.marked) > th,
|
1756
|
+
.ui.inverted.table > tfoot > tr.orange:not(.marked) > th,
|
1757
|
+
.ui.inverted.table > tfoot > tr.orange:not(.marked) > td {
|
1758
|
+
background: inherit;
|
1759
|
+
color: #FFFFFF;
|
1760
|
+
}
|
1300
1761
|
.ui.ui.selectable.table tr.orange:not(.marked):hover,
|
1301
1762
|
.ui.table tr td.selectable.orange:not(.marked):hover,
|
1302
1763
|
.ui.selectable.table tr:hover td.orange:not(.marked) {
|
1303
1764
|
background: #fae1cc;
|
1304
1765
|
color: #F2711C;
|
1305
1766
|
}
|
1767
|
+
.ui.ui.inverted.selectable.table tr.orange:not(.marked):hover,
|
1768
|
+
.ui.inverted.table tr td.selectable.orange:not(.marked):hover,
|
1769
|
+
.ui.inverted.selectable.table tr:hover td.orange:not(.marked) {
|
1770
|
+
background: #e76b00;
|
1771
|
+
color: #FFFFFF;
|
1772
|
+
}
|
1306
1773
|
.ui.table td.marked.orange.left,
|
1307
1774
|
.ui.table tr.marked.orange.left {
|
1308
1775
|
-webkit-box-shadow: 0.2em 0 0 0 #F2711C inset;
|
@@ -1327,20 +1794,71 @@
|
|
1327
1794
|
border-top: 0.2em solid #FBBD08;
|
1328
1795
|
}
|
1329
1796
|
.ui.inverted.yellow.table {
|
1330
|
-
background
|
1797
|
+
background: #FBBD08;
|
1798
|
+
color: #FFFFFF;
|
1799
|
+
}
|
1800
|
+
|
1801
|
+
/* Same color for background and color to camouflage the scrollbar */
|
1802
|
+
.ui.scrolling.table > thead.yellow,
|
1803
|
+
.ui.scrolling.table > tfoot.yellow {
|
1804
|
+
background: #fff9d2;
|
1805
|
+
color: #fff9d2;
|
1806
|
+
}
|
1807
|
+
.ui.scrolling.table > thead.yellow > tr > th,
|
1808
|
+
.ui.scrolling.table > tfoot.yellow > tr > th,
|
1809
|
+
.ui.scrolling.table > thead.yellow > tr > td,
|
1810
|
+
.ui.scrolling.table > tfoot.yellow > tr > td {
|
1811
|
+
background: inherit;
|
1812
|
+
color: #B58105;
|
1813
|
+
}
|
1814
|
+
.ui.inverted.scrolling.table > thead.yellow,
|
1815
|
+
.ui.inverted.scrolling.table > tfoot.yellow {
|
1816
|
+
background: #FBBD08;
|
1817
|
+
color: #FBBD08;
|
1818
|
+
}
|
1819
|
+
.ui.inverted.scrolling.table > thead.yellow > tr > th,
|
1820
|
+
.ui.inverted.scrolling.table > tfoot.yellow > tr > th,
|
1821
|
+
.ui.inverted.scrolling.table > thead.yellow > tr > td,
|
1822
|
+
.ui.inverted.scrolling.table > tfoot.yellow > tr > td {
|
1823
|
+
background: inherit;
|
1331
1824
|
color: #FFFFFF;
|
1332
1825
|
}
|
1333
1826
|
.ui.ui.ui.ui.table tr.yellow:not(.marked),
|
1827
|
+
.ui.ui.table th.yellow:not(.marked),
|
1334
1828
|
.ui.ui.table td.yellow:not(.marked) {
|
1335
1829
|
background: #fff9d2;
|
1336
1830
|
color: #B58105;
|
1337
1831
|
}
|
1832
|
+
.ui.table > thead > tr.yellow:not(.marked) > th,
|
1833
|
+
.ui.table > tfoot > tr.yellow:not(.marked) > th,
|
1834
|
+
.ui.table > tfoot > tr.yellow:not(.marked) > td {
|
1835
|
+
background: inherit;
|
1836
|
+
color: #B58105;
|
1837
|
+
}
|
1838
|
+
.ui.ui.ui.ui.inverted.table tr.yellow:not(.marked),
|
1839
|
+
.ui.ui.inverted.table th.yellow:not(.marked),
|
1840
|
+
.ui.ui.inverted.table td.yellow:not(.marked) {
|
1841
|
+
background: #FBBD08;
|
1842
|
+
color: #FFFFFF;
|
1843
|
+
}
|
1844
|
+
.ui.inverted.table > thead > tr.yellow:not(.marked) > th,
|
1845
|
+
.ui.inverted.table > tfoot > tr.yellow:not(.marked) > th,
|
1846
|
+
.ui.inverted.table > tfoot > tr.yellow:not(.marked) > td {
|
1847
|
+
background: inherit;
|
1848
|
+
color: #FFFFFF;
|
1849
|
+
}
|
1338
1850
|
.ui.ui.selectable.table tr.yellow:not(.marked):hover,
|
1339
1851
|
.ui.table tr td.selectable.yellow:not(.marked):hover,
|
1340
1852
|
.ui.selectable.table tr:hover td.yellow:not(.marked) {
|
1341
1853
|
background: #fbf5cc;
|
1342
1854
|
color: #B58105;
|
1343
1855
|
}
|
1856
|
+
.ui.ui.inverted.selectable.table tr.yellow:not(.marked):hover,
|
1857
|
+
.ui.inverted.table tr td.selectable.yellow:not(.marked):hover,
|
1858
|
+
.ui.inverted.selectable.table tr:hover td.yellow:not(.marked) {
|
1859
|
+
background: #ebcd00;
|
1860
|
+
color: #FFFFFF;
|
1861
|
+
}
|
1344
1862
|
.ui.table td.marked.yellow.left,
|
1345
1863
|
.ui.table tr.marked.yellow.left {
|
1346
1864
|
-webkit-box-shadow: 0.2em 0 0 0 #FBBD08 inset;
|
@@ -1365,20 +1883,71 @@
|
|
1365
1883
|
border-top: 0.2em solid #B5CC18;
|
1366
1884
|
}
|
1367
1885
|
.ui.inverted.olive.table {
|
1368
|
-
background
|
1886
|
+
background: #B5CC18;
|
1887
|
+
color: #FFFFFF;
|
1888
|
+
}
|
1889
|
+
|
1890
|
+
/* Same color for background and color to camouflage the scrollbar */
|
1891
|
+
.ui.scrolling.table > thead.olive,
|
1892
|
+
.ui.scrolling.table > tfoot.olive {
|
1893
|
+
background: #f7fae4;
|
1894
|
+
color: #f7fae4;
|
1895
|
+
}
|
1896
|
+
.ui.scrolling.table > thead.olive > tr > th,
|
1897
|
+
.ui.scrolling.table > tfoot.olive > tr > th,
|
1898
|
+
.ui.scrolling.table > thead.olive > tr > td,
|
1899
|
+
.ui.scrolling.table > tfoot.olive > tr > td {
|
1900
|
+
background: inherit;
|
1901
|
+
color: #8ABC1E;
|
1902
|
+
}
|
1903
|
+
.ui.inverted.scrolling.table > thead.olive,
|
1904
|
+
.ui.inverted.scrolling.table > tfoot.olive {
|
1905
|
+
background: #B5CC18;
|
1906
|
+
color: #B5CC18;
|
1907
|
+
}
|
1908
|
+
.ui.inverted.scrolling.table > thead.olive > tr > th,
|
1909
|
+
.ui.inverted.scrolling.table > tfoot.olive > tr > th,
|
1910
|
+
.ui.inverted.scrolling.table > thead.olive > tr > td,
|
1911
|
+
.ui.inverted.scrolling.table > tfoot.olive > tr > td {
|
1912
|
+
background: inherit;
|
1369
1913
|
color: #FFFFFF;
|
1370
1914
|
}
|
1371
1915
|
.ui.ui.ui.ui.table tr.olive:not(.marked),
|
1916
|
+
.ui.ui.table th.olive:not(.marked),
|
1372
1917
|
.ui.ui.table td.olive:not(.marked) {
|
1373
1918
|
background: #f7fae4;
|
1374
1919
|
color: #8ABC1E;
|
1375
1920
|
}
|
1921
|
+
.ui.table > thead > tr.olive:not(.marked) > th,
|
1922
|
+
.ui.table > tfoot > tr.olive:not(.marked) > th,
|
1923
|
+
.ui.table > tfoot > tr.olive:not(.marked) > td {
|
1924
|
+
background: inherit;
|
1925
|
+
color: #8ABC1E;
|
1926
|
+
}
|
1927
|
+
.ui.ui.ui.ui.inverted.table tr.olive:not(.marked),
|
1928
|
+
.ui.ui.inverted.table th.olive:not(.marked),
|
1929
|
+
.ui.ui.inverted.table td.olive:not(.marked) {
|
1930
|
+
background: #B5CC18;
|
1931
|
+
color: #FFFFFF;
|
1932
|
+
}
|
1933
|
+
.ui.inverted.table > thead > tr.olive:not(.marked) > th,
|
1934
|
+
.ui.inverted.table > tfoot > tr.olive:not(.marked) > th,
|
1935
|
+
.ui.inverted.table > tfoot > tr.olive:not(.marked) > td {
|
1936
|
+
background: inherit;
|
1937
|
+
color: #FFFFFF;
|
1938
|
+
}
|
1376
1939
|
.ui.ui.selectable.table tr.olive:not(.marked):hover,
|
1377
1940
|
.ui.table tr td.selectable.olive:not(.marked):hover,
|
1378
1941
|
.ui.selectable.table tr:hover td.olive:not(.marked) {
|
1379
1942
|
background: #f6fada;
|
1380
1943
|
color: #8ABC1E;
|
1381
1944
|
}
|
1945
|
+
.ui.ui.inverted.selectable.table tr.olive:not(.marked):hover,
|
1946
|
+
.ui.inverted.table tr td.selectable.olive:not(.marked):hover,
|
1947
|
+
.ui.inverted.selectable.table tr:hover td.olive:not(.marked) {
|
1948
|
+
background: #d2e745;
|
1949
|
+
color: #FFFFFF;
|
1950
|
+
}
|
1382
1951
|
.ui.table td.marked.olive.left,
|
1383
1952
|
.ui.table tr.marked.olive.left {
|
1384
1953
|
-webkit-box-shadow: 0.2em 0 0 0 #B5CC18 inset;
|
@@ -1403,20 +1972,71 @@
|
|
1403
1972
|
border-top: 0.2em solid #21BA45;
|
1404
1973
|
}
|
1405
1974
|
.ui.inverted.green.table {
|
1406
|
-
background
|
1975
|
+
background: #21BA45;
|
1976
|
+
color: #FFFFFF;
|
1977
|
+
}
|
1978
|
+
|
1979
|
+
/* Same color for background and color to camouflage the scrollbar */
|
1980
|
+
.ui.scrolling.table > thead.green,
|
1981
|
+
.ui.scrolling.table > tfoot.green {
|
1982
|
+
background: #d5f5d9;
|
1983
|
+
color: #d5f5d9;
|
1984
|
+
}
|
1985
|
+
.ui.scrolling.table > thead.green > tr > th,
|
1986
|
+
.ui.scrolling.table > tfoot.green > tr > th,
|
1987
|
+
.ui.scrolling.table > thead.green > tr > td,
|
1988
|
+
.ui.scrolling.table > tfoot.green > tr > td {
|
1989
|
+
background: inherit;
|
1990
|
+
color: #1EBC30;
|
1991
|
+
}
|
1992
|
+
.ui.inverted.scrolling.table > thead.green,
|
1993
|
+
.ui.inverted.scrolling.table > tfoot.green {
|
1994
|
+
background: #21BA45;
|
1995
|
+
color: #21BA45;
|
1996
|
+
}
|
1997
|
+
.ui.inverted.scrolling.table > thead.green > tr > th,
|
1998
|
+
.ui.inverted.scrolling.table > tfoot.green > tr > th,
|
1999
|
+
.ui.inverted.scrolling.table > thead.green > tr > td,
|
2000
|
+
.ui.inverted.scrolling.table > tfoot.green > tr > td {
|
2001
|
+
background: inherit;
|
1407
2002
|
color: #FFFFFF;
|
1408
2003
|
}
|
1409
2004
|
.ui.ui.ui.ui.table tr.green:not(.marked),
|
2005
|
+
.ui.ui.table th.green:not(.marked),
|
1410
2006
|
.ui.ui.table td.green:not(.marked) {
|
1411
2007
|
background: #d5f5d9;
|
1412
2008
|
color: #1EBC30;
|
1413
2009
|
}
|
2010
|
+
.ui.table > thead > tr.green:not(.marked) > th,
|
2011
|
+
.ui.table > tfoot > tr.green:not(.marked) > th,
|
2012
|
+
.ui.table > tfoot > tr.green:not(.marked) > td {
|
2013
|
+
background: inherit;
|
2014
|
+
color: #1EBC30;
|
2015
|
+
}
|
2016
|
+
.ui.ui.ui.ui.inverted.table tr.green:not(.marked),
|
2017
|
+
.ui.ui.inverted.table th.green:not(.marked),
|
2018
|
+
.ui.ui.inverted.table td.green:not(.marked) {
|
2019
|
+
background: #21BA45;
|
2020
|
+
color: #FFFFFF;
|
2021
|
+
}
|
2022
|
+
.ui.inverted.table > thead > tr.green:not(.marked) > th,
|
2023
|
+
.ui.inverted.table > tfoot > tr.green:not(.marked) > th,
|
2024
|
+
.ui.inverted.table > tfoot > tr.green:not(.marked) > td {
|
2025
|
+
background: inherit;
|
2026
|
+
color: #FFFFFF;
|
2027
|
+
}
|
1414
2028
|
.ui.ui.selectable.table tr.green:not(.marked):hover,
|
1415
2029
|
.ui.table tr td.selectable.green:not(.marked):hover,
|
1416
2030
|
.ui.selectable.table tr:hover td.green:not(.marked) {
|
1417
2031
|
background: #d2eed5;
|
1418
2032
|
color: #1EBC30;
|
1419
2033
|
}
|
2034
|
+
.ui.ui.inverted.selectable.table tr.green:not(.marked):hover,
|
2035
|
+
.ui.inverted.table tr td.selectable.green:not(.marked):hover,
|
2036
|
+
.ui.inverted.selectable.table tr:hover td.green:not(.marked) {
|
2037
|
+
background: #1ea92e;
|
2038
|
+
color: #FFFFFF;
|
2039
|
+
}
|
1420
2040
|
.ui.table td.marked.green.left,
|
1421
2041
|
.ui.table tr.marked.green.left {
|
1422
2042
|
-webkit-box-shadow: 0.2em 0 0 0 #21BA45 inset;
|
@@ -1441,20 +2061,71 @@
|
|
1441
2061
|
border-top: 0.2em solid #00B5AD;
|
1442
2062
|
}
|
1443
2063
|
.ui.inverted.teal.table {
|
1444
|
-
background
|
2064
|
+
background: #00B5AD;
|
2065
|
+
color: #FFFFFF;
|
2066
|
+
}
|
2067
|
+
|
2068
|
+
/* Same color for background and color to camouflage the scrollbar */
|
2069
|
+
.ui.scrolling.table > thead.teal,
|
2070
|
+
.ui.scrolling.table > tfoot.teal {
|
2071
|
+
background: #e2ffff;
|
2072
|
+
color: #e2ffff;
|
2073
|
+
}
|
2074
|
+
.ui.scrolling.table > thead.teal > tr > th,
|
2075
|
+
.ui.scrolling.table > tfoot.teal > tr > th,
|
2076
|
+
.ui.scrolling.table > thead.teal > tr > td,
|
2077
|
+
.ui.scrolling.table > tfoot.teal > tr > td {
|
2078
|
+
background: inherit;
|
2079
|
+
color: #10A3A3;
|
2080
|
+
}
|
2081
|
+
.ui.inverted.scrolling.table > thead.teal,
|
2082
|
+
.ui.inverted.scrolling.table > tfoot.teal {
|
2083
|
+
background: #00B5AD;
|
2084
|
+
color: #00B5AD;
|
2085
|
+
}
|
2086
|
+
.ui.inverted.scrolling.table > thead.teal > tr > th,
|
2087
|
+
.ui.inverted.scrolling.table > tfoot.teal > tr > th,
|
2088
|
+
.ui.inverted.scrolling.table > thead.teal > tr > td,
|
2089
|
+
.ui.inverted.scrolling.table > tfoot.teal > tr > td {
|
2090
|
+
background: inherit;
|
1445
2091
|
color: #FFFFFF;
|
1446
2092
|
}
|
1447
2093
|
.ui.ui.ui.ui.table tr.teal:not(.marked),
|
2094
|
+
.ui.ui.table th.teal:not(.marked),
|
1448
2095
|
.ui.ui.table td.teal:not(.marked) {
|
1449
2096
|
background: #e2ffff;
|
1450
2097
|
color: #10A3A3;
|
1451
2098
|
}
|
2099
|
+
.ui.table > thead > tr.teal:not(.marked) > th,
|
2100
|
+
.ui.table > tfoot > tr.teal:not(.marked) > th,
|
2101
|
+
.ui.table > tfoot > tr.teal:not(.marked) > td {
|
2102
|
+
background: inherit;
|
2103
|
+
color: #10A3A3;
|
2104
|
+
}
|
2105
|
+
.ui.ui.ui.ui.inverted.table tr.teal:not(.marked),
|
2106
|
+
.ui.ui.inverted.table th.teal:not(.marked),
|
2107
|
+
.ui.ui.inverted.table td.teal:not(.marked) {
|
2108
|
+
background: #00B5AD;
|
2109
|
+
color: #FFFFFF;
|
2110
|
+
}
|
2111
|
+
.ui.inverted.table > thead > tr.teal:not(.marked) > th,
|
2112
|
+
.ui.inverted.table > tfoot > tr.teal:not(.marked) > th,
|
2113
|
+
.ui.inverted.table > tfoot > tr.teal:not(.marked) > td {
|
2114
|
+
background: inherit;
|
2115
|
+
color: #FFFFFF;
|
2116
|
+
}
|
1452
2117
|
.ui.ui.selectable.table tr.teal:not(.marked):hover,
|
1453
2118
|
.ui.table tr td.selectable.teal:not(.marked):hover,
|
1454
2119
|
.ui.selectable.table tr:hover td.teal:not(.marked) {
|
1455
2120
|
background: #d8ffff;
|
1456
2121
|
color: #10A3A3;
|
1457
2122
|
}
|
2123
|
+
.ui.ui.inverted.selectable.table tr.teal:not(.marked):hover,
|
2124
|
+
.ui.inverted.table tr td.selectable.teal:not(.marked):hover,
|
2125
|
+
.ui.inverted.selectable.table tr:hover td.teal:not(.marked) {
|
2126
|
+
background: #3affff;
|
2127
|
+
color: #FFFFFF;
|
2128
|
+
}
|
1458
2129
|
.ui.table td.marked.teal.left,
|
1459
2130
|
.ui.table tr.marked.teal.left {
|
1460
2131
|
-webkit-box-shadow: 0.2em 0 0 0 #00B5AD inset;
|
@@ -1479,20 +2150,71 @@
|
|
1479
2150
|
border-top: 0.2em solid #2185D0;
|
1480
2151
|
}
|
1481
2152
|
.ui.inverted.blue.table {
|
1482
|
-
background
|
2153
|
+
background: #2185D0;
|
2154
|
+
color: #FFFFFF;
|
2155
|
+
}
|
2156
|
+
|
2157
|
+
/* Same color for background and color to camouflage the scrollbar */
|
2158
|
+
.ui.scrolling.table > thead.blue,
|
2159
|
+
.ui.scrolling.table > tfoot.blue {
|
2160
|
+
background: #ddf4ff;
|
2161
|
+
color: #ddf4ff;
|
2162
|
+
}
|
2163
|
+
.ui.scrolling.table > thead.blue > tr > th,
|
2164
|
+
.ui.scrolling.table > tfoot.blue > tr > th,
|
2165
|
+
.ui.scrolling.table > thead.blue > tr > td,
|
2166
|
+
.ui.scrolling.table > tfoot.blue > tr > td {
|
2167
|
+
background: inherit;
|
2168
|
+
color: #2185D0;
|
2169
|
+
}
|
2170
|
+
.ui.inverted.scrolling.table > thead.blue,
|
2171
|
+
.ui.inverted.scrolling.table > tfoot.blue {
|
2172
|
+
background: #2185D0;
|
2173
|
+
color: #2185D0;
|
2174
|
+
}
|
2175
|
+
.ui.inverted.scrolling.table > thead.blue > tr > th,
|
2176
|
+
.ui.inverted.scrolling.table > tfoot.blue > tr > th,
|
2177
|
+
.ui.inverted.scrolling.table > thead.blue > tr > td,
|
2178
|
+
.ui.inverted.scrolling.table > tfoot.blue > tr > td {
|
2179
|
+
background: inherit;
|
1483
2180
|
color: #FFFFFF;
|
1484
2181
|
}
|
1485
2182
|
.ui.ui.ui.ui.table tr.blue:not(.marked),
|
2183
|
+
.ui.ui.table th.blue:not(.marked),
|
1486
2184
|
.ui.ui.table td.blue:not(.marked) {
|
1487
2185
|
background: #ddf4ff;
|
1488
2186
|
color: #2185D0;
|
1489
2187
|
}
|
2188
|
+
.ui.table > thead > tr.blue:not(.marked) > th,
|
2189
|
+
.ui.table > tfoot > tr.blue:not(.marked) > th,
|
2190
|
+
.ui.table > tfoot > tr.blue:not(.marked) > td {
|
2191
|
+
background: inherit;
|
2192
|
+
color: #2185D0;
|
2193
|
+
}
|
2194
|
+
.ui.ui.ui.ui.inverted.table tr.blue:not(.marked),
|
2195
|
+
.ui.ui.inverted.table th.blue:not(.marked),
|
2196
|
+
.ui.ui.inverted.table td.blue:not(.marked) {
|
2197
|
+
background: #2185D0;
|
2198
|
+
color: #FFFFFF;
|
2199
|
+
}
|
2200
|
+
.ui.inverted.table > thead > tr.blue:not(.marked) > th,
|
2201
|
+
.ui.inverted.table > tfoot > tr.blue:not(.marked) > th,
|
2202
|
+
.ui.inverted.table > tfoot > tr.blue:not(.marked) > td {
|
2203
|
+
background: inherit;
|
2204
|
+
color: #FFFFFF;
|
2205
|
+
}
|
1490
2206
|
.ui.ui.selectable.table tr.blue:not(.marked):hover,
|
1491
2207
|
.ui.table tr td.selectable.blue:not(.marked):hover,
|
1492
2208
|
.ui.selectable.table tr:hover td.blue:not(.marked) {
|
1493
2209
|
background: #d3f1ff;
|
1494
2210
|
color: #2185D0;
|
1495
2211
|
}
|
2212
|
+
.ui.ui.inverted.selectable.table tr.blue:not(.marked):hover,
|
2213
|
+
.ui.inverted.table tr td.selectable.blue:not(.marked):hover,
|
2214
|
+
.ui.inverted.selectable.table tr:hover td.blue:not(.marked) {
|
2215
|
+
background: #21b8ff;
|
2216
|
+
color: #FFFFFF;
|
2217
|
+
}
|
1496
2218
|
.ui.table td.marked.blue.left,
|
1497
2219
|
.ui.table tr.marked.blue.left {
|
1498
2220
|
-webkit-box-shadow: 0.2em 0 0 0 #2185D0 inset;
|
@@ -1517,20 +2239,71 @@
|
|
1517
2239
|
border-top: 0.2em solid #6435C9;
|
1518
2240
|
}
|
1519
2241
|
.ui.inverted.violet.table {
|
1520
|
-
background
|
2242
|
+
background: #6435C9;
|
2243
|
+
color: #FFFFFF;
|
2244
|
+
}
|
2245
|
+
|
2246
|
+
/* Same color for background and color to camouflage the scrollbar */
|
2247
|
+
.ui.scrolling.table > thead.violet,
|
2248
|
+
.ui.scrolling.table > tfoot.violet {
|
2249
|
+
background: #ece9fe;
|
2250
|
+
color: #ece9fe;
|
2251
|
+
}
|
2252
|
+
.ui.scrolling.table > thead.violet > tr > th,
|
2253
|
+
.ui.scrolling.table > tfoot.violet > tr > th,
|
2254
|
+
.ui.scrolling.table > thead.violet > tr > td,
|
2255
|
+
.ui.scrolling.table > tfoot.violet > tr > td {
|
2256
|
+
background: inherit;
|
2257
|
+
color: #6435C9;
|
2258
|
+
}
|
2259
|
+
.ui.inverted.scrolling.table > thead.violet,
|
2260
|
+
.ui.inverted.scrolling.table > tfoot.violet {
|
2261
|
+
background: #6435C9;
|
2262
|
+
color: #6435C9;
|
2263
|
+
}
|
2264
|
+
.ui.inverted.scrolling.table > thead.violet > tr > th,
|
2265
|
+
.ui.inverted.scrolling.table > tfoot.violet > tr > th,
|
2266
|
+
.ui.inverted.scrolling.table > thead.violet > tr > td,
|
2267
|
+
.ui.inverted.scrolling.table > tfoot.violet > tr > td {
|
2268
|
+
background: inherit;
|
1521
2269
|
color: #FFFFFF;
|
1522
2270
|
}
|
1523
2271
|
.ui.ui.ui.ui.table tr.violet:not(.marked),
|
2272
|
+
.ui.ui.table th.violet:not(.marked),
|
1524
2273
|
.ui.ui.table td.violet:not(.marked) {
|
1525
2274
|
background: #ece9fe;
|
1526
2275
|
color: #6435C9;
|
1527
2276
|
}
|
2277
|
+
.ui.table > thead > tr.violet:not(.marked) > th,
|
2278
|
+
.ui.table > tfoot > tr.violet:not(.marked) > th,
|
2279
|
+
.ui.table > tfoot > tr.violet:not(.marked) > td {
|
2280
|
+
background: inherit;
|
2281
|
+
color: #6435C9;
|
2282
|
+
}
|
2283
|
+
.ui.ui.ui.ui.inverted.table tr.violet:not(.marked),
|
2284
|
+
.ui.ui.inverted.table th.violet:not(.marked),
|
2285
|
+
.ui.ui.inverted.table td.violet:not(.marked) {
|
2286
|
+
background: #6435C9;
|
2287
|
+
color: #FFFFFF;
|
2288
|
+
}
|
2289
|
+
.ui.inverted.table > thead > tr.violet:not(.marked) > th,
|
2290
|
+
.ui.inverted.table > tfoot > tr.violet:not(.marked) > th,
|
2291
|
+
.ui.inverted.table > tfoot > tr.violet:not(.marked) > td {
|
2292
|
+
background: inherit;
|
2293
|
+
color: #FFFFFF;
|
2294
|
+
}
|
1528
2295
|
.ui.ui.selectable.table tr.violet:not(.marked):hover,
|
1529
2296
|
.ui.table tr td.selectable.violet:not(.marked):hover,
|
1530
2297
|
.ui.selectable.table tr:hover td.violet:not(.marked) {
|
1531
2298
|
background: #e3deff;
|
1532
2299
|
color: #6435C9;
|
1533
2300
|
}
|
2301
|
+
.ui.ui.inverted.selectable.table tr.violet:not(.marked):hover,
|
2302
|
+
.ui.inverted.table tr td.selectable.violet:not(.marked):hover,
|
2303
|
+
.ui.inverted.selectable.table tr:hover td.violet:not(.marked) {
|
2304
|
+
background: #745aff;
|
2305
|
+
color: #FFFFFF;
|
2306
|
+
}
|
1534
2307
|
.ui.table td.marked.violet.left,
|
1535
2308
|
.ui.table tr.marked.violet.left {
|
1536
2309
|
-webkit-box-shadow: 0.2em 0 0 0 #6435C9 inset;
|
@@ -1555,20 +2328,71 @@
|
|
1555
2328
|
border-top: 0.2em solid #A333C8;
|
1556
2329
|
}
|
1557
2330
|
.ui.inverted.purple.table {
|
1558
|
-
background
|
2331
|
+
background: #A333C8;
|
2332
|
+
color: #FFFFFF;
|
2333
|
+
}
|
2334
|
+
|
2335
|
+
/* Same color for background and color to camouflage the scrollbar */
|
2336
|
+
.ui.scrolling.table > thead.purple,
|
2337
|
+
.ui.scrolling.table > tfoot.purple {
|
2338
|
+
background: #f8e3ff;
|
2339
|
+
color: #f8e3ff;
|
2340
|
+
}
|
2341
|
+
.ui.scrolling.table > thead.purple > tr > th,
|
2342
|
+
.ui.scrolling.table > tfoot.purple > tr > th,
|
2343
|
+
.ui.scrolling.table > thead.purple > tr > td,
|
2344
|
+
.ui.scrolling.table > tfoot.purple > tr > td {
|
2345
|
+
background: inherit;
|
2346
|
+
color: #A333C8;
|
2347
|
+
}
|
2348
|
+
.ui.inverted.scrolling.table > thead.purple,
|
2349
|
+
.ui.inverted.scrolling.table > tfoot.purple {
|
2350
|
+
background: #A333C8;
|
2351
|
+
color: #A333C8;
|
2352
|
+
}
|
2353
|
+
.ui.inverted.scrolling.table > thead.purple > tr > th,
|
2354
|
+
.ui.inverted.scrolling.table > tfoot.purple > tr > th,
|
2355
|
+
.ui.inverted.scrolling.table > thead.purple > tr > td,
|
2356
|
+
.ui.inverted.scrolling.table > tfoot.purple > tr > td {
|
2357
|
+
background: inherit;
|
1559
2358
|
color: #FFFFFF;
|
1560
2359
|
}
|
1561
2360
|
.ui.ui.ui.ui.table tr.purple:not(.marked),
|
2361
|
+
.ui.ui.table th.purple:not(.marked),
|
1562
2362
|
.ui.ui.table td.purple:not(.marked) {
|
1563
2363
|
background: #f8e3ff;
|
1564
2364
|
color: #A333C8;
|
1565
2365
|
}
|
2366
|
+
.ui.table > thead > tr.purple:not(.marked) > th,
|
2367
|
+
.ui.table > tfoot > tr.purple:not(.marked) > th,
|
2368
|
+
.ui.table > tfoot > tr.purple:not(.marked) > td {
|
2369
|
+
background: inherit;
|
2370
|
+
color: #A333C8;
|
2371
|
+
}
|
2372
|
+
.ui.ui.ui.ui.inverted.table tr.purple:not(.marked),
|
2373
|
+
.ui.ui.inverted.table th.purple:not(.marked),
|
2374
|
+
.ui.ui.inverted.table td.purple:not(.marked) {
|
2375
|
+
background: #A333C8;
|
2376
|
+
color: #FFFFFF;
|
2377
|
+
}
|
2378
|
+
.ui.inverted.table > thead > tr.purple:not(.marked) > th,
|
2379
|
+
.ui.inverted.table > tfoot > tr.purple:not(.marked) > th,
|
2380
|
+
.ui.inverted.table > tfoot > tr.purple:not(.marked) > td {
|
2381
|
+
background: inherit;
|
2382
|
+
color: #FFFFFF;
|
2383
|
+
}
|
1566
2384
|
.ui.ui.selectable.table tr.purple:not(.marked):hover,
|
1567
2385
|
.ui.table tr td.selectable.purple:not(.marked):hover,
|
1568
2386
|
.ui.selectable.table tr:hover td.purple:not(.marked) {
|
1569
2387
|
background: #f5d9ff;
|
1570
2388
|
color: #A333C8;
|
1571
2389
|
}
|
2390
|
+
.ui.ui.inverted.selectable.table tr.purple:not(.marked):hover,
|
2391
|
+
.ui.inverted.table tr td.selectable.purple:not(.marked):hover,
|
2392
|
+
.ui.inverted.selectable.table tr:hover td.purple:not(.marked) {
|
2393
|
+
background: #cf40ff;
|
2394
|
+
color: #FFFFFF;
|
2395
|
+
}
|
1572
2396
|
.ui.table td.marked.purple.left,
|
1573
2397
|
.ui.table tr.marked.purple.left {
|
1574
2398
|
-webkit-box-shadow: 0.2em 0 0 0 #A333C8 inset;
|
@@ -1593,20 +2417,71 @@
|
|
1593
2417
|
border-top: 0.2em solid #E03997;
|
1594
2418
|
}
|
1595
2419
|
.ui.inverted.pink.table {
|
1596
|
-
background
|
2420
|
+
background: #E03997;
|
2421
|
+
color: #FFFFFF;
|
2422
|
+
}
|
2423
|
+
|
2424
|
+
/* Same color for background and color to camouflage the scrollbar */
|
2425
|
+
.ui.scrolling.table > thead.pink,
|
2426
|
+
.ui.scrolling.table > tfoot.pink {
|
2427
|
+
background: #ffe8f9;
|
2428
|
+
color: #ffe8f9;
|
2429
|
+
}
|
2430
|
+
.ui.scrolling.table > thead.pink > tr > th,
|
2431
|
+
.ui.scrolling.table > tfoot.pink > tr > th,
|
2432
|
+
.ui.scrolling.table > thead.pink > tr > td,
|
2433
|
+
.ui.scrolling.table > tfoot.pink > tr > td {
|
2434
|
+
background: inherit;
|
2435
|
+
color: #E03997;
|
2436
|
+
}
|
2437
|
+
.ui.inverted.scrolling.table > thead.pink,
|
2438
|
+
.ui.inverted.scrolling.table > tfoot.pink {
|
2439
|
+
background: #E03997;
|
2440
|
+
color: #E03997;
|
2441
|
+
}
|
2442
|
+
.ui.inverted.scrolling.table > thead.pink > tr > th,
|
2443
|
+
.ui.inverted.scrolling.table > tfoot.pink > tr > th,
|
2444
|
+
.ui.inverted.scrolling.table > thead.pink > tr > td,
|
2445
|
+
.ui.inverted.scrolling.table > tfoot.pink > tr > td {
|
2446
|
+
background: inherit;
|
1597
2447
|
color: #FFFFFF;
|
1598
2448
|
}
|
1599
2449
|
.ui.ui.ui.ui.table tr.pink:not(.marked),
|
2450
|
+
.ui.ui.table th.pink:not(.marked),
|
1600
2451
|
.ui.ui.table td.pink:not(.marked) {
|
1601
2452
|
background: #ffe8f9;
|
1602
2453
|
color: #E03997;
|
1603
2454
|
}
|
2455
|
+
.ui.table > thead > tr.pink:not(.marked) > th,
|
2456
|
+
.ui.table > tfoot > tr.pink:not(.marked) > th,
|
2457
|
+
.ui.table > tfoot > tr.pink:not(.marked) > td {
|
2458
|
+
background: inherit;
|
2459
|
+
color: #E03997;
|
2460
|
+
}
|
2461
|
+
.ui.ui.ui.ui.inverted.table tr.pink:not(.marked),
|
2462
|
+
.ui.ui.inverted.table th.pink:not(.marked),
|
2463
|
+
.ui.ui.inverted.table td.pink:not(.marked) {
|
2464
|
+
background: #E03997;
|
2465
|
+
color: #FFFFFF;
|
2466
|
+
}
|
2467
|
+
.ui.inverted.table > thead > tr.pink:not(.marked) > th,
|
2468
|
+
.ui.inverted.table > tfoot > tr.pink:not(.marked) > th,
|
2469
|
+
.ui.inverted.table > tfoot > tr.pink:not(.marked) > td {
|
2470
|
+
background: inherit;
|
2471
|
+
color: #FFFFFF;
|
2472
|
+
}
|
1604
2473
|
.ui.ui.selectable.table tr.pink:not(.marked):hover,
|
1605
2474
|
.ui.table tr td.selectable.pink:not(.marked):hover,
|
1606
2475
|
.ui.selectable.table tr:hover td.pink:not(.marked) {
|
1607
2476
|
background: #ffdef6;
|
1608
2477
|
color: #E03997;
|
1609
2478
|
}
|
2479
|
+
.ui.ui.inverted.selectable.table tr.pink:not(.marked):hover,
|
2480
|
+
.ui.inverted.table tr td.selectable.pink:not(.marked):hover,
|
2481
|
+
.ui.inverted.selectable.table tr:hover td.pink:not(.marked) {
|
2482
|
+
background: #ff5bd1;
|
2483
|
+
color: #FFFFFF;
|
2484
|
+
}
|
1610
2485
|
.ui.table td.marked.pink.left,
|
1611
2486
|
.ui.table tr.marked.pink.left {
|
1612
2487
|
-webkit-box-shadow: 0.2em 0 0 0 #E03997 inset;
|
@@ -1631,20 +2506,71 @@
|
|
1631
2506
|
border-top: 0.2em solid #A5673F;
|
1632
2507
|
}
|
1633
2508
|
.ui.inverted.brown.table {
|
1634
|
-
background
|
2509
|
+
background: #A5673F;
|
2510
|
+
color: #FFFFFF;
|
2511
|
+
}
|
2512
|
+
|
2513
|
+
/* Same color for background and color to camouflage the scrollbar */
|
2514
|
+
.ui.scrolling.table > thead.brown,
|
2515
|
+
.ui.scrolling.table > tfoot.brown {
|
2516
|
+
background: #f7e5d2;
|
2517
|
+
color: #f7e5d2;
|
2518
|
+
}
|
2519
|
+
.ui.scrolling.table > thead.brown > tr > th,
|
2520
|
+
.ui.scrolling.table > tfoot.brown > tr > th,
|
2521
|
+
.ui.scrolling.table > thead.brown > tr > td,
|
2522
|
+
.ui.scrolling.table > tfoot.brown > tr > td {
|
2523
|
+
background: inherit;
|
2524
|
+
color: #A5673F;
|
2525
|
+
}
|
2526
|
+
.ui.inverted.scrolling.table > thead.brown,
|
2527
|
+
.ui.inverted.scrolling.table > tfoot.brown {
|
2528
|
+
background: #A5673F;
|
2529
|
+
color: #A5673F;
|
2530
|
+
}
|
2531
|
+
.ui.inverted.scrolling.table > thead.brown > tr > th,
|
2532
|
+
.ui.inverted.scrolling.table > tfoot.brown > tr > th,
|
2533
|
+
.ui.inverted.scrolling.table > thead.brown > tr > td,
|
2534
|
+
.ui.inverted.scrolling.table > tfoot.brown > tr > td {
|
2535
|
+
background: inherit;
|
1635
2536
|
color: #FFFFFF;
|
1636
2537
|
}
|
1637
2538
|
.ui.ui.ui.ui.table tr.brown:not(.marked),
|
2539
|
+
.ui.ui.table th.brown:not(.marked),
|
1638
2540
|
.ui.ui.table td.brown:not(.marked) {
|
1639
2541
|
background: #f7e5d2;
|
1640
2542
|
color: #A5673F;
|
1641
2543
|
}
|
2544
|
+
.ui.table > thead > tr.brown:not(.marked) > th,
|
2545
|
+
.ui.table > tfoot > tr.brown:not(.marked) > th,
|
2546
|
+
.ui.table > tfoot > tr.brown:not(.marked) > td {
|
2547
|
+
background: inherit;
|
2548
|
+
color: #A5673F;
|
2549
|
+
}
|
2550
|
+
.ui.ui.ui.ui.inverted.table tr.brown:not(.marked),
|
2551
|
+
.ui.ui.inverted.table th.brown:not(.marked),
|
2552
|
+
.ui.ui.inverted.table td.brown:not(.marked) {
|
2553
|
+
background: #A5673F;
|
2554
|
+
color: #FFFFFF;
|
2555
|
+
}
|
2556
|
+
.ui.inverted.table > thead > tr.brown:not(.marked) > th,
|
2557
|
+
.ui.inverted.table > tfoot > tr.brown:not(.marked) > th,
|
2558
|
+
.ui.inverted.table > tfoot > tr.brown:not(.marked) > td {
|
2559
|
+
background: inherit;
|
2560
|
+
color: #FFFFFF;
|
2561
|
+
}
|
1642
2562
|
.ui.ui.selectable.table tr.brown:not(.marked):hover,
|
1643
2563
|
.ui.table tr td.selectable.brown:not(.marked):hover,
|
1644
2564
|
.ui.selectable.table tr:hover td.brown:not(.marked) {
|
1645
2565
|
background: #efe0cf;
|
1646
2566
|
color: #A5673F;
|
1647
2567
|
}
|
2568
|
+
.ui.ui.inverted.selectable.table tr.brown:not(.marked):hover,
|
2569
|
+
.ui.inverted.table tr td.selectable.brown:not(.marked):hover,
|
2570
|
+
.ui.inverted.selectable.table tr:hover td.brown:not(.marked) {
|
2571
|
+
background: #b0620f;
|
2572
|
+
color: #FFFFFF;
|
2573
|
+
}
|
1648
2574
|
.ui.table td.marked.brown.left,
|
1649
2575
|
.ui.table tr.marked.brown.left {
|
1650
2576
|
-webkit-box-shadow: 0.2em 0 0 0 #A5673F inset;
|
@@ -1669,20 +2595,71 @@
|
|
1669
2595
|
border-top: 0.2em solid #767676;
|
1670
2596
|
}
|
1671
2597
|
.ui.inverted.grey.table {
|
1672
|
-
background
|
2598
|
+
background: #767676;
|
2599
|
+
color: #FFFFFF;
|
2600
|
+
}
|
2601
|
+
|
2602
|
+
/* Same color for background and color to camouflage the scrollbar */
|
2603
|
+
.ui.scrolling.table > thead.grey,
|
2604
|
+
.ui.scrolling.table > tfoot.grey {
|
2605
|
+
background: #DCDDDE;
|
2606
|
+
color: #DCDDDE;
|
2607
|
+
}
|
2608
|
+
.ui.scrolling.table > thead.grey > tr > th,
|
2609
|
+
.ui.scrolling.table > tfoot.grey > tr > th,
|
2610
|
+
.ui.scrolling.table > thead.grey > tr > td,
|
2611
|
+
.ui.scrolling.table > tfoot.grey > tr > td {
|
2612
|
+
background: inherit;
|
2613
|
+
color: #767676;
|
2614
|
+
}
|
2615
|
+
.ui.inverted.scrolling.table > thead.grey,
|
2616
|
+
.ui.inverted.scrolling.table > tfoot.grey {
|
2617
|
+
background: #767676;
|
2618
|
+
color: #767676;
|
2619
|
+
}
|
2620
|
+
.ui.inverted.scrolling.table > thead.grey > tr > th,
|
2621
|
+
.ui.inverted.scrolling.table > tfoot.grey > tr > th,
|
2622
|
+
.ui.inverted.scrolling.table > thead.grey > tr > td,
|
2623
|
+
.ui.inverted.scrolling.table > tfoot.grey > tr > td {
|
2624
|
+
background: inherit;
|
1673
2625
|
color: #FFFFFF;
|
1674
2626
|
}
|
1675
2627
|
.ui.ui.ui.ui.table tr.grey:not(.marked),
|
2628
|
+
.ui.ui.table th.grey:not(.marked),
|
1676
2629
|
.ui.ui.table td.grey:not(.marked) {
|
1677
2630
|
background: #DCDDDE;
|
1678
2631
|
color: #767676;
|
1679
2632
|
}
|
2633
|
+
.ui.table > thead > tr.grey:not(.marked) > th,
|
2634
|
+
.ui.table > tfoot > tr.grey:not(.marked) > th,
|
2635
|
+
.ui.table > tfoot > tr.grey:not(.marked) > td {
|
2636
|
+
background: inherit;
|
2637
|
+
color: #767676;
|
2638
|
+
}
|
2639
|
+
.ui.ui.ui.ui.inverted.table tr.grey:not(.marked),
|
2640
|
+
.ui.ui.inverted.table th.grey:not(.marked),
|
2641
|
+
.ui.ui.inverted.table td.grey:not(.marked) {
|
2642
|
+
background: #767676;
|
2643
|
+
color: #FFFFFF;
|
2644
|
+
}
|
2645
|
+
.ui.inverted.table > thead > tr.grey:not(.marked) > th,
|
2646
|
+
.ui.inverted.table > tfoot > tr.grey:not(.marked) > th,
|
2647
|
+
.ui.inverted.table > tfoot > tr.grey:not(.marked) > td {
|
2648
|
+
background: inherit;
|
2649
|
+
color: #FFFFFF;
|
2650
|
+
}
|
1680
2651
|
.ui.ui.selectable.table tr.grey:not(.marked):hover,
|
1681
2652
|
.ui.table tr td.selectable.grey:not(.marked):hover,
|
1682
2653
|
.ui.selectable.table tr:hover td.grey:not(.marked) {
|
1683
2654
|
background: #c2c4c5;
|
1684
2655
|
color: #767676;
|
1685
2656
|
}
|
2657
|
+
.ui.ui.inverted.selectable.table tr.grey:not(.marked):hover,
|
2658
|
+
.ui.inverted.table tr td.selectable.grey:not(.marked):hover,
|
2659
|
+
.ui.inverted.selectable.table tr:hover td.grey:not(.marked) {
|
2660
|
+
background: #c2c4c5;
|
2661
|
+
color: #FFFFFF;
|
2662
|
+
}
|
1686
2663
|
.ui.table td.marked.grey.left,
|
1687
2664
|
.ui.table tr.marked.grey.left {
|
1688
2665
|
-webkit-box-shadow: 0.2em 0 0 0 #767676 inset;
|
@@ -1707,20 +2684,71 @@
|
|
1707
2684
|
border-top: 0.2em solid #1B1C1D;
|
1708
2685
|
}
|
1709
2686
|
.ui.inverted.black.table {
|
1710
|
-
background
|
2687
|
+
background: #1B1C1D;
|
2688
|
+
color: #FFFFFF;
|
2689
|
+
}
|
2690
|
+
|
2691
|
+
/* Same color for background and color to camouflage the scrollbar */
|
2692
|
+
.ui.scrolling.table > thead.black,
|
2693
|
+
.ui.scrolling.table > tfoot.black {
|
2694
|
+
background: #545454;
|
2695
|
+
color: #545454;
|
2696
|
+
}
|
2697
|
+
.ui.scrolling.table > thead.black > tr > th,
|
2698
|
+
.ui.scrolling.table > tfoot.black > tr > th,
|
2699
|
+
.ui.scrolling.table > thead.black > tr > td,
|
2700
|
+
.ui.scrolling.table > tfoot.black > tr > td {
|
2701
|
+
background: inherit;
|
2702
|
+
color: #FFFFFF;
|
2703
|
+
}
|
2704
|
+
.ui.inverted.scrolling.table > thead.black,
|
2705
|
+
.ui.inverted.scrolling.table > tfoot.black {
|
2706
|
+
background: #1B1C1D;
|
2707
|
+
color: #1B1C1D;
|
2708
|
+
}
|
2709
|
+
.ui.inverted.scrolling.table > thead.black > tr > th,
|
2710
|
+
.ui.inverted.scrolling.table > tfoot.black > tr > th,
|
2711
|
+
.ui.inverted.scrolling.table > thead.black > tr > td,
|
2712
|
+
.ui.inverted.scrolling.table > tfoot.black > tr > td {
|
2713
|
+
background: inherit;
|
1711
2714
|
color: #FFFFFF;
|
1712
2715
|
}
|
1713
2716
|
.ui.ui.ui.ui.table tr.black:not(.marked),
|
2717
|
+
.ui.ui.table th.black:not(.marked),
|
1714
2718
|
.ui.ui.table td.black:not(.marked) {
|
1715
2719
|
background: #545454;
|
1716
2720
|
color: #FFFFFF;
|
1717
2721
|
}
|
2722
|
+
.ui.table > thead > tr.black:not(.marked) > th,
|
2723
|
+
.ui.table > tfoot > tr.black:not(.marked) > th,
|
2724
|
+
.ui.table > tfoot > tr.black:not(.marked) > td {
|
2725
|
+
background: inherit;
|
2726
|
+
color: #FFFFFF;
|
2727
|
+
}
|
2728
|
+
.ui.ui.ui.ui.inverted.table tr.black:not(.marked),
|
2729
|
+
.ui.ui.inverted.table th.black:not(.marked),
|
2730
|
+
.ui.ui.inverted.table td.black:not(.marked) {
|
2731
|
+
background: #1B1C1D;
|
2732
|
+
color: #FFFFFF;
|
2733
|
+
}
|
2734
|
+
.ui.inverted.table > thead > tr.black:not(.marked) > th,
|
2735
|
+
.ui.inverted.table > tfoot > tr.black:not(.marked) > th,
|
2736
|
+
.ui.inverted.table > tfoot > tr.black:not(.marked) > td {
|
2737
|
+
background: inherit;
|
2738
|
+
color: #FFFFFF;
|
2739
|
+
}
|
1718
2740
|
.ui.ui.selectable.table tr.black:not(.marked):hover,
|
1719
2741
|
.ui.table tr td.selectable.black:not(.marked):hover,
|
1720
2742
|
.ui.selectable.table tr:hover td.black:not(.marked) {
|
1721
2743
|
background: #000000;
|
1722
2744
|
color: #FFFFFF;
|
1723
2745
|
}
|
2746
|
+
.ui.ui.inverted.selectable.table tr.black:not(.marked):hover,
|
2747
|
+
.ui.inverted.table tr td.selectable.black:not(.marked):hover,
|
2748
|
+
.ui.inverted.selectable.table tr:hover td.black:not(.marked) {
|
2749
|
+
background: #000000;
|
2750
|
+
color: #1B1C1D;
|
2751
|
+
}
|
1724
2752
|
.ui.table td.marked.black.left,
|
1725
2753
|
.ui.table tr.marked.black.left {
|
1726
2754
|
-webkit-box-shadow: 0.2em 0 0 0 #1B1C1D inset;
|
@@ -1743,8 +2771,8 @@
|
|
1743
2771
|
}
|
1744
2772
|
|
1745
2773
|
/*--------------
|
1746
|
-
|
1747
|
-
---------------*/
|
2774
|
+
Column Count
|
2775
|
+
---------------*/
|
1748
2776
|
|
1749
2777
|
|
1750
2778
|
/* Grid Based */
|
@@ -1870,11 +2898,10 @@
|
|
1870
2898
|
.ui.sortable.table > thead > tr > th {
|
1871
2899
|
cursor: pointer;
|
1872
2900
|
white-space: nowrap;
|
1873
|
-
border-left: 1px solid rgba(34, 36, 38, 0.15);
|
1874
2901
|
color: rgba(0, 0, 0, 0.87);
|
1875
2902
|
}
|
1876
|
-
.ui.sortable.table > thead > tr > th:first-child {
|
1877
|
-
border-left:
|
2903
|
+
.ui.celled.sortable.table > thead > tr > th:not(:first-child) {
|
2904
|
+
border-left: 1px solid rgba(34, 36, 38, 0.15);
|
1878
2905
|
}
|
1879
2906
|
.ui.sortable.table thead th.sorted,
|
1880
2907
|
.ui.sortable.table thead th.sorted:hover {
|
@@ -1968,13 +2995,17 @@
|
|
1968
2995
|
}
|
1969
2996
|
.ui.ui.inverted.table > thead > tr > th,
|
1970
2997
|
.ui.ui.inverted.table > tbody > tr > th,
|
1971
|
-
.ui.ui.inverted.table > tfoot > tr > th,
|
1972
|
-
.ui.ui.inverted.table > tfoot > tr > td,
|
1973
2998
|
.ui.ui.inverted.table > tr > th {
|
1974
2999
|
background-color: rgba(0, 0, 0, 0.15);
|
1975
3000
|
border-color: rgba(255, 255, 255, 0.1);
|
1976
3001
|
color: rgba(255, 255, 255, 0.9);
|
1977
3002
|
}
|
3003
|
+
.ui.ui.inverted.table > tfoot > tr > th,
|
3004
|
+
.ui.ui.inverted.table > tfoot > tr > td {
|
3005
|
+
background-color: rgba(0, 0, 0, 0.15);
|
3006
|
+
border-color: rgba(255, 255, 255, 0.1);
|
3007
|
+
color: rgba(255, 255, 255, 0.9);
|
3008
|
+
}
|
1978
3009
|
.ui.inverted.table > tbody > tr > td,
|
1979
3010
|
.ui.inverted.table > tfoot > tr > td,
|
1980
3011
|
.ui.inverted.table > tr > td {
|
@@ -1987,7 +3018,7 @@
|
|
1987
3018
|
pointer-events: none;
|
1988
3019
|
color: rgba(225, 225, 225, 0.3);
|
1989
3020
|
}
|
1990
|
-
.ui.inverted.table tr td.disabled:not([class="disabled"]),
|
3021
|
+
.ui.ui.ui.inverted.table tr td.disabled:not([class="disabled"]),
|
1991
3022
|
.ui.inverted.table tr.disabled:not([class="disabled"]) td,
|
1992
3023
|
.ui.inverted.table tr.disabled td[class]:not(.disabled),
|
1993
3024
|
.ui.inverted.table tr:hover td.disabled:not([class="disabled"]) {
|
@@ -2175,6 +3206,117 @@
|
|
2175
3206
|
padding: 0.4em 0.6em;
|
2176
3207
|
}
|
2177
3208
|
|
3209
|
+
/*--------------
|
3210
|
+
Stuck
|
3211
|
+
---------------*/
|
3212
|
+
|
3213
|
+
.ui.stuck.table:not(.inverted) {
|
3214
|
+
background: #FFFFFF;
|
3215
|
+
}
|
3216
|
+
.ui.stuck.table:not(.inverted) > thead > tr {
|
3217
|
+
background: #F9FAFB;
|
3218
|
+
}
|
3219
|
+
.ui.stuck.table:not(.inverted) > tbody > tr {
|
3220
|
+
background: #FFFFFF;
|
3221
|
+
}
|
3222
|
+
.ui.stuck.table:not(.inverted) > tfoot > tr {
|
3223
|
+
background: #F9FAFB;
|
3224
|
+
}
|
3225
|
+
.ui.stuck.table:not(.inverted).basic > thead > tr,
|
3226
|
+
.ui.stuck.table:not(.inverted).basic > tfoot > tr {
|
3227
|
+
background: #FFFFFF;
|
3228
|
+
}
|
3229
|
+
.ui.inverted.stuck.table > thead > tr {
|
3230
|
+
background: #252525;
|
3231
|
+
}
|
3232
|
+
.ui.inverted.stuck.table > tbody > tr {
|
3233
|
+
background: #333333;
|
3234
|
+
}
|
3235
|
+
.ui.inverted.stuck.table > tfoot > tr {
|
3236
|
+
background: #252525;
|
3237
|
+
}
|
3238
|
+
.ui.inverted.stuck.table.basic > thead > tr,
|
3239
|
+
.ui.inverted.stuck.table.basic > tfoot > tr {
|
3240
|
+
background: #333333;
|
3241
|
+
}
|
3242
|
+
.ui.head.stuck.table > thead,
|
3243
|
+
.ui.foot.stuck.table > tfoot {
|
3244
|
+
position: sticky;
|
3245
|
+
z-index: 800;
|
3246
|
+
}
|
3247
|
+
.ui.head.stuck.table {
|
3248
|
+
border-top: 0;
|
3249
|
+
}
|
3250
|
+
.ui.head.stuck.table > thead {
|
3251
|
+
top: 0;
|
3252
|
+
bottom: auto;
|
3253
|
+
}
|
3254
|
+
.ui.head.stuck.table > thead > tr:first-child > th {
|
3255
|
+
border-top: 1px solid rgba(34, 36, 38, 0.1);
|
3256
|
+
}
|
3257
|
+
.ui.head.stuck.table.inverted > thead > tr:first-child > th {
|
3258
|
+
border-top: 1px solid rgba(255, 255, 255, 0.1);
|
3259
|
+
}
|
3260
|
+
.ui.foot.stuck.table {
|
3261
|
+
border-bottom: 0;
|
3262
|
+
}
|
3263
|
+
.ui.foot.stuck.table > tfoot {
|
3264
|
+
top: auto;
|
3265
|
+
bottom: 0;
|
3266
|
+
}
|
3267
|
+
.ui.foot.stuck.table > tfoot > tr:last-child > td,
|
3268
|
+
.ui.foot.stuck.table > tfoot > tr:last-child > th {
|
3269
|
+
border-bottom: 1px solid rgba(34, 36, 38, 0.1);
|
3270
|
+
}
|
3271
|
+
.ui.foot.stuck.table.inverted > tfoot > tr:first-child > td,
|
3272
|
+
.ui.foot.stuck.table.inverted > tfoot > tr:first-child > th {
|
3273
|
+
border-top: 1px solid rgba(255, 255, 255, 0.1);
|
3274
|
+
}
|
3275
|
+
.ui.first.stuck.table {
|
3276
|
+
border-left: 0;
|
3277
|
+
}
|
3278
|
+
.ui.first.stuck.table th:first-child,
|
3279
|
+
.ui.first.stuck.table td:first-child {
|
3280
|
+
position: sticky;
|
3281
|
+
left: 0;
|
3282
|
+
border-left: 1px solid rgba(34, 36, 38, 0.1);
|
3283
|
+
background: inherit;
|
3284
|
+
}
|
3285
|
+
.ui.first.stuck.table.inverted th:first-child,
|
3286
|
+
.ui.first.stuck.table.inverted td:first-child {
|
3287
|
+
border-left: 1px solid rgba(255, 255, 255, 0.1);
|
3288
|
+
}
|
3289
|
+
.ui.last.stuck.table {
|
3290
|
+
border-right: 0;
|
3291
|
+
}
|
3292
|
+
.ui.last.stuck.table th:last-child,
|
3293
|
+
.ui.last.stuck.table td:last-child {
|
3294
|
+
position: sticky;
|
3295
|
+
right: 0;
|
3296
|
+
border-right: 1px solid rgba(34, 36, 38, 0.1);
|
3297
|
+
background: inherit;
|
3298
|
+
}
|
3299
|
+
.ui.last.stuck.table.inverted th:last-child,
|
3300
|
+
.ui.last.stuck.table.inverted td:last-child {
|
3301
|
+
border-right: 1px solid rgba(255, 255, 255, 0.1);
|
3302
|
+
}
|
3303
|
+
.ui.celled.first.stuck.table th:first-child,
|
3304
|
+
.ui.celled.first.stuck.table td:first-child {
|
3305
|
+
border-right: 1px solid rgba(34, 36, 38, 0.1);
|
3306
|
+
}
|
3307
|
+
.ui.celled.last.stuck.table th:last-child,
|
3308
|
+
.ui.celled.last.stuck.table td:last-child {
|
3309
|
+
border-left: 1px solid rgba(34, 36, 38, 0.1);
|
3310
|
+
}
|
3311
|
+
.ui.inverted.celled.first.stuck.table th:first-child,
|
3312
|
+
.ui.inverted.celled.first.stuck.table td:first-child {
|
3313
|
+
border-right: 1px solid rgba(255, 255, 255, 0.1);
|
3314
|
+
}
|
3315
|
+
.ui.inverted.celled.last.stuck.table th:last-child,
|
3316
|
+
.ui.inverted.celled.last.stuck.table td:last-child {
|
3317
|
+
border-left: 1px solid rgba(255, 255, 255, 0.1);
|
3318
|
+
}
|
3319
|
+
|
2178
3320
|
/*--------------
|
2179
3321
|
Sizes
|
2180
3322
|
---------------*/
|