@northdata/fomantic-ui 2.9.408 → 2.9.409
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/lib/semantic-ui/dist/components/table.css +76 -12
- package/lib/semantic-ui/dist/components/table.min.css +1 -1
- package/lib/semantic-ui/dist/semantic-packed.css +80 -12
- package/lib/semantic-ui/dist/semantic.css +80 -12
- package/lib/semantic-ui/dist/semantic.full.css +300 -45
- package/lib/semantic-ui/dist/semantic.full.min.css +1 -1
- package/lib/semantic-ui/dist/semantic.min.css +1 -1
- package/package.json +1 -1
|
@@ -36487,139 +36487,394 @@ Floated Menu / Item
|
|
|
36487
36487
|
Site Overrides
|
|
36488
36488
|
*******************************/
|
|
36489
36489
|
|
|
36490
|
-
.ui.primary.table {
|
|
36490
|
+
.ui.ui.ui.ui.primary.table {
|
|
36491
36491
|
border-top-left-radius: 0.28571429em;
|
|
36492
36492
|
border-top-right-radius: 0.28571429em;
|
|
36493
36493
|
}
|
|
36494
36494
|
|
|
36495
|
-
.ui.primary.table > thead > tr
|
|
36496
|
-
|
|
36495
|
+
.ui.ui.ui.ui.primary.table:not(.unstackable) > thead > tr.colored-header {
|
|
36496
|
+
/* Colored header */
|
|
36497
|
+
/* Colored header (stacked table) */
|
|
36497
36498
|
}
|
|
36498
36499
|
|
|
36499
|
-
.ui.
|
|
36500
|
+
.ui.ui.ui.ui.primary.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36501
|
+
background: linear-gradient(to bottom, rgba(0, 115, 136, 0.12), #f9fafb 80%);
|
|
36502
|
+
}
|
|
36503
|
+
|
|
36504
|
+
@media only screen and (max-width: 767.98px) {
|
|
36505
|
+
.ui.ui.ui.ui.primary.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36506
|
+
background: none;
|
|
36507
|
+
}
|
|
36508
|
+
}
|
|
36509
|
+
|
|
36510
|
+
@media only screen and (max-width: 767.98px) {
|
|
36511
|
+
.ui.ui.ui.ui.primary.table:not(.unstackable) > thead > tr.colored-header {
|
|
36512
|
+
background: linear-gradient(to bottom, rgba(0, 115, 136, 0.12), transparent 80%);
|
|
36513
|
+
}
|
|
36514
|
+
}
|
|
36515
|
+
|
|
36516
|
+
.ui.ui.ui.ui.secondary.table {
|
|
36500
36517
|
border-top-left-radius: 0.28571429em;
|
|
36501
36518
|
border-top-right-radius: 0.28571429em;
|
|
36502
36519
|
}
|
|
36503
36520
|
|
|
36504
|
-
.ui.secondary.table > thead > tr
|
|
36505
|
-
|
|
36521
|
+
.ui.ui.ui.ui.secondary.table:not(.unstackable) > thead > tr.colored-header {
|
|
36522
|
+
/* Colored header */
|
|
36523
|
+
/* Colored header (stacked table) */
|
|
36506
36524
|
}
|
|
36507
36525
|
|
|
36508
|
-
.ui.
|
|
36526
|
+
.ui.ui.ui.ui.secondary.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36527
|
+
background: linear-gradient(to bottom, rgba(41, 71, 85, 0.12), #f9fafb 80%);
|
|
36528
|
+
}
|
|
36529
|
+
|
|
36530
|
+
@media only screen and (max-width: 767.98px) {
|
|
36531
|
+
.ui.ui.ui.ui.secondary.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36532
|
+
background: none;
|
|
36533
|
+
}
|
|
36534
|
+
}
|
|
36535
|
+
|
|
36536
|
+
@media only screen and (max-width: 767.98px) {
|
|
36537
|
+
.ui.ui.ui.ui.secondary.table:not(.unstackable) > thead > tr.colored-header {
|
|
36538
|
+
background: linear-gradient(to bottom, rgba(41, 71, 85, 0.12), transparent 80%);
|
|
36539
|
+
}
|
|
36540
|
+
}
|
|
36541
|
+
|
|
36542
|
+
.ui.ui.ui.ui.red.table {
|
|
36509
36543
|
border-top-left-radius: 0.28571429em;
|
|
36510
36544
|
border-top-right-radius: 0.28571429em;
|
|
36511
36545
|
}
|
|
36512
36546
|
|
|
36513
|
-
.ui.red.table > thead > tr
|
|
36514
|
-
|
|
36547
|
+
.ui.ui.ui.ui.red.table:not(.unstackable) > thead > tr.colored-header {
|
|
36548
|
+
/* Colored header */
|
|
36549
|
+
/* Colored header (stacked table) */
|
|
36515
36550
|
}
|
|
36516
36551
|
|
|
36517
|
-
.ui.
|
|
36552
|
+
.ui.ui.ui.ui.red.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36553
|
+
background: linear-gradient(to bottom, rgba(175, 78, 74, 0.12), #f9fafb 80%);
|
|
36554
|
+
}
|
|
36555
|
+
|
|
36556
|
+
@media only screen and (max-width: 767.98px) {
|
|
36557
|
+
.ui.ui.ui.ui.red.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36558
|
+
background: none;
|
|
36559
|
+
}
|
|
36560
|
+
}
|
|
36561
|
+
|
|
36562
|
+
@media only screen and (max-width: 767.98px) {
|
|
36563
|
+
.ui.ui.ui.ui.red.table:not(.unstackable) > thead > tr.colored-header {
|
|
36564
|
+
background: linear-gradient(to bottom, rgba(175, 78, 74, 0.12), transparent 80%);
|
|
36565
|
+
}
|
|
36566
|
+
}
|
|
36567
|
+
|
|
36568
|
+
.ui.ui.ui.ui.orange.table {
|
|
36518
36569
|
border-top-left-radius: 0.28571429em;
|
|
36519
36570
|
border-top-right-radius: 0.28571429em;
|
|
36520
36571
|
}
|
|
36521
36572
|
|
|
36522
|
-
.ui.orange.table > thead > tr
|
|
36523
|
-
|
|
36573
|
+
.ui.ui.ui.ui.orange.table:not(.unstackable) > thead > tr.colored-header {
|
|
36574
|
+
/* Colored header */
|
|
36575
|
+
/* Colored header (stacked table) */
|
|
36524
36576
|
}
|
|
36525
36577
|
|
|
36526
|
-
.ui.
|
|
36578
|
+
.ui.ui.ui.ui.orange.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36579
|
+
background: linear-gradient(to bottom, rgba(242, 113, 28, 0.12), #f9fafb 80%);
|
|
36580
|
+
}
|
|
36581
|
+
|
|
36582
|
+
@media only screen and (max-width: 767.98px) {
|
|
36583
|
+
.ui.ui.ui.ui.orange.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36584
|
+
background: none;
|
|
36585
|
+
}
|
|
36586
|
+
}
|
|
36587
|
+
|
|
36588
|
+
@media only screen and (max-width: 767.98px) {
|
|
36589
|
+
.ui.ui.ui.ui.orange.table:not(.unstackable) > thead > tr.colored-header {
|
|
36590
|
+
background: linear-gradient(to bottom, rgba(242, 113, 28, 0.12), transparent 80%);
|
|
36591
|
+
}
|
|
36592
|
+
}
|
|
36593
|
+
|
|
36594
|
+
.ui.ui.ui.ui.yellow.table {
|
|
36527
36595
|
border-top-left-radius: 0.28571429em;
|
|
36528
36596
|
border-top-right-radius: 0.28571429em;
|
|
36529
36597
|
}
|
|
36530
36598
|
|
|
36531
|
-
.ui.yellow.table > thead > tr
|
|
36532
|
-
|
|
36599
|
+
.ui.ui.ui.ui.yellow.table:not(.unstackable) > thead > tr.colored-header {
|
|
36600
|
+
/* Colored header */
|
|
36601
|
+
/* Colored header (stacked table) */
|
|
36533
36602
|
}
|
|
36534
36603
|
|
|
36535
|
-
.ui.
|
|
36604
|
+
.ui.ui.ui.ui.yellow.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36605
|
+
background: linear-gradient(to bottom, rgba(251, 189, 8, 0.12), #f9fafb 80%);
|
|
36606
|
+
}
|
|
36607
|
+
|
|
36608
|
+
@media only screen and (max-width: 767.98px) {
|
|
36609
|
+
.ui.ui.ui.ui.yellow.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36610
|
+
background: none;
|
|
36611
|
+
}
|
|
36612
|
+
}
|
|
36613
|
+
|
|
36614
|
+
@media only screen and (max-width: 767.98px) {
|
|
36615
|
+
.ui.ui.ui.ui.yellow.table:not(.unstackable) > thead > tr.colored-header {
|
|
36616
|
+
background: linear-gradient(to bottom, rgba(251, 189, 8, 0.12), transparent 80%);
|
|
36617
|
+
}
|
|
36618
|
+
}
|
|
36619
|
+
|
|
36620
|
+
.ui.ui.ui.ui.olive.table {
|
|
36536
36621
|
border-top-left-radius: 0.28571429em;
|
|
36537
36622
|
border-top-right-radius: 0.28571429em;
|
|
36538
36623
|
}
|
|
36539
36624
|
|
|
36540
|
-
.ui.olive.table > thead > tr
|
|
36541
|
-
|
|
36625
|
+
.ui.ui.ui.ui.olive.table:not(.unstackable) > thead > tr.colored-header {
|
|
36626
|
+
/* Colored header */
|
|
36627
|
+
/* Colored header (stacked table) */
|
|
36542
36628
|
}
|
|
36543
36629
|
|
|
36544
|
-
.ui.
|
|
36630
|
+
.ui.ui.ui.ui.olive.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36631
|
+
background: linear-gradient(to bottom, rgba(160, 176, 108, 0.12), #f9fafb 80%);
|
|
36632
|
+
}
|
|
36633
|
+
|
|
36634
|
+
@media only screen and (max-width: 767.98px) {
|
|
36635
|
+
.ui.ui.ui.ui.olive.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36636
|
+
background: none;
|
|
36637
|
+
}
|
|
36638
|
+
}
|
|
36639
|
+
|
|
36640
|
+
@media only screen and (max-width: 767.98px) {
|
|
36641
|
+
.ui.ui.ui.ui.olive.table:not(.unstackable) > thead > tr.colored-header {
|
|
36642
|
+
background: linear-gradient(to bottom, rgba(160, 176, 108, 0.12), transparent 80%);
|
|
36643
|
+
}
|
|
36644
|
+
}
|
|
36645
|
+
|
|
36646
|
+
.ui.ui.ui.ui.green.table {
|
|
36545
36647
|
border-top-left-radius: 0.28571429em;
|
|
36546
36648
|
border-top-right-radius: 0.28571429em;
|
|
36547
36649
|
}
|
|
36548
36650
|
|
|
36549
|
-
.ui.green.table > thead > tr
|
|
36550
|
-
|
|
36651
|
+
.ui.ui.ui.ui.green.table:not(.unstackable) > thead > tr.colored-header {
|
|
36652
|
+
/* Colored header */
|
|
36653
|
+
/* Colored header (stacked table) */
|
|
36551
36654
|
}
|
|
36552
36655
|
|
|
36553
|
-
.ui.
|
|
36656
|
+
.ui.ui.ui.ui.green.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36657
|
+
background: linear-gradient(to bottom, rgba(129, 176, 140, 0.12), #f9fafb 80%);
|
|
36658
|
+
}
|
|
36659
|
+
|
|
36660
|
+
@media only screen and (max-width: 767.98px) {
|
|
36661
|
+
.ui.ui.ui.ui.green.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36662
|
+
background: none;
|
|
36663
|
+
}
|
|
36664
|
+
}
|
|
36665
|
+
|
|
36666
|
+
@media only screen and (max-width: 767.98px) {
|
|
36667
|
+
.ui.ui.ui.ui.green.table:not(.unstackable) > thead > tr.colored-header {
|
|
36668
|
+
background: linear-gradient(to bottom, rgba(129, 176, 140, 0.12), transparent 80%);
|
|
36669
|
+
}
|
|
36670
|
+
}
|
|
36671
|
+
|
|
36672
|
+
.ui.ui.ui.ui.teal.table {
|
|
36554
36673
|
border-top-left-radius: 0.28571429em;
|
|
36555
36674
|
border-top-right-radius: 0.28571429em;
|
|
36556
36675
|
}
|
|
36557
36676
|
|
|
36558
|
-
.ui.teal.table > thead > tr
|
|
36559
|
-
|
|
36677
|
+
.ui.ui.ui.ui.teal.table:not(.unstackable) > thead > tr.colored-header {
|
|
36678
|
+
/* Colored header */
|
|
36679
|
+
/* Colored header (stacked table) */
|
|
36560
36680
|
}
|
|
36561
36681
|
|
|
36562
|
-
.ui.
|
|
36682
|
+
.ui.ui.ui.ui.teal.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36683
|
+
background: linear-gradient(to bottom, rgba(127, 181, 194, 0.12), #f9fafb 80%);
|
|
36684
|
+
}
|
|
36685
|
+
|
|
36686
|
+
@media only screen and (max-width: 767.98px) {
|
|
36687
|
+
.ui.ui.ui.ui.teal.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36688
|
+
background: none;
|
|
36689
|
+
}
|
|
36690
|
+
}
|
|
36691
|
+
|
|
36692
|
+
@media only screen and (max-width: 767.98px) {
|
|
36693
|
+
.ui.ui.ui.ui.teal.table:not(.unstackable) > thead > tr.colored-header {
|
|
36694
|
+
background: linear-gradient(to bottom, rgba(127, 181, 194, 0.12), transparent 80%);
|
|
36695
|
+
}
|
|
36696
|
+
}
|
|
36697
|
+
|
|
36698
|
+
.ui.ui.ui.ui.blue.table {
|
|
36563
36699
|
border-top-left-radius: 0.28571429em;
|
|
36564
36700
|
border-top-right-radius: 0.28571429em;
|
|
36565
36701
|
}
|
|
36566
36702
|
|
|
36567
|
-
.ui.blue.table > thead > tr
|
|
36568
|
-
|
|
36703
|
+
.ui.ui.ui.ui.blue.table:not(.unstackable) > thead > tr.colored-header {
|
|
36704
|
+
/* Colored header */
|
|
36705
|
+
/* Colored header (stacked table) */
|
|
36569
36706
|
}
|
|
36570
36707
|
|
|
36571
|
-
.ui.
|
|
36708
|
+
.ui.ui.ui.ui.blue.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36709
|
+
background: linear-gradient(to bottom, rgba(0, 115, 136, 0.12), #f9fafb 80%);
|
|
36710
|
+
}
|
|
36711
|
+
|
|
36712
|
+
@media only screen and (max-width: 767.98px) {
|
|
36713
|
+
.ui.ui.ui.ui.blue.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36714
|
+
background: none;
|
|
36715
|
+
}
|
|
36716
|
+
}
|
|
36717
|
+
|
|
36718
|
+
@media only screen and (max-width: 767.98px) {
|
|
36719
|
+
.ui.ui.ui.ui.blue.table:not(.unstackable) > thead > tr.colored-header {
|
|
36720
|
+
background: linear-gradient(to bottom, rgba(0, 115, 136, 0.12), transparent 80%);
|
|
36721
|
+
}
|
|
36722
|
+
}
|
|
36723
|
+
|
|
36724
|
+
.ui.ui.ui.ui.violet.table {
|
|
36572
36725
|
border-top-left-radius: 0.28571429em;
|
|
36573
36726
|
border-top-right-radius: 0.28571429em;
|
|
36574
36727
|
}
|
|
36575
36728
|
|
|
36576
|
-
.ui.violet.table > thead > tr
|
|
36577
|
-
|
|
36729
|
+
.ui.ui.ui.ui.violet.table:not(.unstackable) > thead > tr.colored-header {
|
|
36730
|
+
/* Colored header */
|
|
36731
|
+
/* Colored header (stacked table) */
|
|
36578
36732
|
}
|
|
36579
36733
|
|
|
36580
|
-
.ui.
|
|
36734
|
+
.ui.ui.ui.ui.violet.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36735
|
+
background: linear-gradient(to bottom, rgba(148, 97, 172, 0.12), #f9fafb 80%);
|
|
36736
|
+
}
|
|
36737
|
+
|
|
36738
|
+
@media only screen and (max-width: 767.98px) {
|
|
36739
|
+
.ui.ui.ui.ui.violet.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36740
|
+
background: none;
|
|
36741
|
+
}
|
|
36742
|
+
}
|
|
36743
|
+
|
|
36744
|
+
@media only screen and (max-width: 767.98px) {
|
|
36745
|
+
.ui.ui.ui.ui.violet.table:not(.unstackable) > thead > tr.colored-header {
|
|
36746
|
+
background: linear-gradient(to bottom, rgba(148, 97, 172, 0.12), transparent 80%);
|
|
36747
|
+
}
|
|
36748
|
+
}
|
|
36749
|
+
|
|
36750
|
+
.ui.ui.ui.ui.purple.table {
|
|
36581
36751
|
border-top-left-radius: 0.28571429em;
|
|
36582
36752
|
border-top-right-radius: 0.28571429em;
|
|
36583
36753
|
}
|
|
36584
36754
|
|
|
36585
|
-
.ui.purple.table > thead > tr
|
|
36586
|
-
|
|
36755
|
+
.ui.ui.ui.ui.purple.table:not(.unstackable) > thead > tr.colored-header {
|
|
36756
|
+
/* Colored header */
|
|
36757
|
+
/* Colored header (stacked table) */
|
|
36587
36758
|
}
|
|
36588
36759
|
|
|
36589
|
-
.ui.
|
|
36760
|
+
.ui.ui.ui.ui.purple.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36761
|
+
background: linear-gradient(to bottom, rgba(175, 102, 144, 0.12), #f9fafb 80%);
|
|
36762
|
+
}
|
|
36763
|
+
|
|
36764
|
+
@media only screen and (max-width: 767.98px) {
|
|
36765
|
+
.ui.ui.ui.ui.purple.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36766
|
+
background: none;
|
|
36767
|
+
}
|
|
36768
|
+
}
|
|
36769
|
+
|
|
36770
|
+
@media only screen and (max-width: 767.98px) {
|
|
36771
|
+
.ui.ui.ui.ui.purple.table:not(.unstackable) > thead > tr.colored-header {
|
|
36772
|
+
background: linear-gradient(to bottom, rgba(175, 102, 144, 0.12), transparent 80%);
|
|
36773
|
+
}
|
|
36774
|
+
}
|
|
36775
|
+
|
|
36776
|
+
.ui.ui.ui.ui.pink.table {
|
|
36590
36777
|
border-top-left-radius: 0.28571429em;
|
|
36591
36778
|
border-top-right-radius: 0.28571429em;
|
|
36592
36779
|
}
|
|
36593
36780
|
|
|
36594
|
-
.ui.pink.table > thead > tr
|
|
36595
|
-
|
|
36781
|
+
.ui.ui.ui.ui.pink.table:not(.unstackable) > thead > tr.colored-header {
|
|
36782
|
+
/* Colored header */
|
|
36783
|
+
/* Colored header (stacked table) */
|
|
36596
36784
|
}
|
|
36597
36785
|
|
|
36598
|
-
.ui.
|
|
36786
|
+
.ui.ui.ui.ui.pink.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36787
|
+
background: linear-gradient(to bottom, rgba(224, 57, 151, 0.12), #f9fafb 80%);
|
|
36788
|
+
}
|
|
36789
|
+
|
|
36790
|
+
@media only screen and (max-width: 767.98px) {
|
|
36791
|
+
.ui.ui.ui.ui.pink.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36792
|
+
background: none;
|
|
36793
|
+
}
|
|
36794
|
+
}
|
|
36795
|
+
|
|
36796
|
+
@media only screen and (max-width: 767.98px) {
|
|
36797
|
+
.ui.ui.ui.ui.pink.table:not(.unstackable) > thead > tr.colored-header {
|
|
36798
|
+
background: linear-gradient(to bottom, rgba(224, 57, 151, 0.12), transparent 80%);
|
|
36799
|
+
}
|
|
36800
|
+
}
|
|
36801
|
+
|
|
36802
|
+
.ui.ui.ui.ui.brown.table {
|
|
36599
36803
|
border-top-left-radius: 0.28571429em;
|
|
36600
36804
|
border-top-right-radius: 0.28571429em;
|
|
36601
36805
|
}
|
|
36602
36806
|
|
|
36603
|
-
.ui.brown.table > thead > tr
|
|
36604
|
-
|
|
36807
|
+
.ui.ui.ui.ui.brown.table:not(.unstackable) > thead > tr.colored-header {
|
|
36808
|
+
/* Colored header */
|
|
36809
|
+
/* Colored header (stacked table) */
|
|
36605
36810
|
}
|
|
36606
36811
|
|
|
36607
|
-
.ui.
|
|
36812
|
+
.ui.ui.ui.ui.brown.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36813
|
+
background: linear-gradient(to bottom, rgba(175, 150, 102, 0.12), #f9fafb 80%);
|
|
36814
|
+
}
|
|
36815
|
+
|
|
36816
|
+
@media only screen and (max-width: 767.98px) {
|
|
36817
|
+
.ui.ui.ui.ui.brown.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36818
|
+
background: none;
|
|
36819
|
+
}
|
|
36820
|
+
}
|
|
36821
|
+
|
|
36822
|
+
@media only screen and (max-width: 767.98px) {
|
|
36823
|
+
.ui.ui.ui.ui.brown.table:not(.unstackable) > thead > tr.colored-header {
|
|
36824
|
+
background: linear-gradient(to bottom, rgba(175, 150, 102, 0.12), transparent 80%);
|
|
36825
|
+
}
|
|
36826
|
+
}
|
|
36827
|
+
|
|
36828
|
+
.ui.ui.ui.ui.grey.table {
|
|
36608
36829
|
border-top-left-radius: 0.28571429em;
|
|
36609
36830
|
border-top-right-radius: 0.28571429em;
|
|
36610
36831
|
}
|
|
36611
36832
|
|
|
36612
|
-
.ui.grey.table > thead > tr
|
|
36613
|
-
|
|
36833
|
+
.ui.ui.ui.ui.grey.table:not(.unstackable) > thead > tr.colored-header {
|
|
36834
|
+
/* Colored header */
|
|
36835
|
+
/* Colored header (stacked table) */
|
|
36614
36836
|
}
|
|
36615
36837
|
|
|
36616
|
-
.ui.
|
|
36838
|
+
.ui.ui.ui.ui.grey.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36839
|
+
background: linear-gradient(to bottom, rgba(163, 179, 192, 0.12), #f9fafb 80%);
|
|
36840
|
+
}
|
|
36841
|
+
|
|
36842
|
+
@media only screen and (max-width: 767.98px) {
|
|
36843
|
+
.ui.ui.ui.ui.grey.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36844
|
+
background: none;
|
|
36845
|
+
}
|
|
36846
|
+
}
|
|
36847
|
+
|
|
36848
|
+
@media only screen and (max-width: 767.98px) {
|
|
36849
|
+
.ui.ui.ui.ui.grey.table:not(.unstackable) > thead > tr.colored-header {
|
|
36850
|
+
background: linear-gradient(to bottom, rgba(163, 179, 192, 0.12), transparent 80%);
|
|
36851
|
+
}
|
|
36852
|
+
}
|
|
36853
|
+
|
|
36854
|
+
.ui.ui.ui.ui.black.table {
|
|
36617
36855
|
border-top-left-radius: 0.28571429em;
|
|
36618
36856
|
border-top-right-radius: 0.28571429em;
|
|
36619
36857
|
}
|
|
36620
36858
|
|
|
36621
|
-
.ui.black.table > thead > tr
|
|
36622
|
-
|
|
36859
|
+
.ui.ui.ui.ui.black.table:not(.unstackable) > thead > tr.colored-header {
|
|
36860
|
+
/* Colored header */
|
|
36861
|
+
/* Colored header (stacked table) */
|
|
36862
|
+
}
|
|
36863
|
+
|
|
36864
|
+
.ui.ui.ui.ui.black.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36865
|
+
background: linear-gradient(to bottom, rgba(27, 28, 29, 0.12), #f9fafb 80%);
|
|
36866
|
+
}
|
|
36867
|
+
|
|
36868
|
+
@media only screen and (max-width: 767.98px) {
|
|
36869
|
+
.ui.ui.ui.ui.black.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
36870
|
+
background: none;
|
|
36871
|
+
}
|
|
36872
|
+
}
|
|
36873
|
+
|
|
36874
|
+
@media only screen and (max-width: 767.98px) {
|
|
36875
|
+
.ui.ui.ui.ui.black.table:not(.unstackable) > thead > tr.colored-header {
|
|
36876
|
+
background: linear-gradient(to bottom, rgba(27, 28, 29, 0.12), transparent 80%);
|
|
36877
|
+
}
|
|
36623
36878
|
}
|
|
36624
36879
|
/*!
|
|
36625
36880
|
* # Fomantic-UI 2.9.4 - Card
|