@northdata/fomantic-ui 2.9.407 → 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 +180 -0
- package/lib/semantic-ui/dist/components/table.min.css +1 -1
- package/lib/semantic-ui/dist/less/site/variation.variables +1 -1
- package/lib/semantic-ui/dist/semantic-packed.css +204 -0
- package/lib/semantic-ui/dist/semantic.css +204 -0
- package/lib/semantic-ui/dist/semantic.full.css +390 -0
- 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
|
@@ -24245,6 +24245,106 @@ Floated Menu / Item
|
|
|
24245
24245
|
color: rgba(255, 255, 255, 0.9);
|
|
24246
24246
|
}
|
|
24247
24247
|
|
|
24248
|
+
.ui.violet.table {
|
|
24249
|
+
border-top: 0.2em solid #9461ac;
|
|
24250
|
+
}
|
|
24251
|
+
|
|
24252
|
+
/* Same color for background and color to camouflage the scrollbar */
|
|
24253
|
+
|
|
24254
|
+
.ui.scrolling.table > thead.violet,
|
|
24255
|
+
.ui.scrolling.table > tfoot.violet {
|
|
24256
|
+
background: #ece9fe;
|
|
24257
|
+
color: #ece9fe;
|
|
24258
|
+
}
|
|
24259
|
+
|
|
24260
|
+
.ui.scrolling.table > thead.violet > tr > th,
|
|
24261
|
+
.ui.scrolling.table > tfoot.violet > tr > th,
|
|
24262
|
+
.ui.scrolling.table > thead.violet > tr > td,
|
|
24263
|
+
.ui.scrolling.table > tfoot.violet > tr > td {
|
|
24264
|
+
background: inherit;
|
|
24265
|
+
color: #9461ac;
|
|
24266
|
+
}
|
|
24267
|
+
|
|
24268
|
+
.ui.ui.ui.ui.table tr[class*="violet colored"],
|
|
24269
|
+
.ui.ui.table th[class*="violet colored"],
|
|
24270
|
+
.ui.ui.table td[class*="violet colored"],
|
|
24271
|
+
.ui.ui.ui.ui.table tr.violet,
|
|
24272
|
+
.ui.ui.table th.violet,
|
|
24273
|
+
.ui.ui.table td.violet {
|
|
24274
|
+
background: #ece9fe;
|
|
24275
|
+
color: #9461ac;
|
|
24276
|
+
}
|
|
24277
|
+
|
|
24278
|
+
.ui.table > thead > tr[class*="violet colored"] > th,
|
|
24279
|
+
.ui.table > tfoot > tr[class*="violet colored"] > th,
|
|
24280
|
+
.ui.table > tfoot > tr[class*="violet colored"] > td,
|
|
24281
|
+
.ui.table > thead > tr.violet > th,
|
|
24282
|
+
.ui.table > tfoot > tr.violet > th,
|
|
24283
|
+
.ui.table > tfoot > tr.violet > td {
|
|
24284
|
+
background: inherit;
|
|
24285
|
+
color: #9461ac;
|
|
24286
|
+
}
|
|
24287
|
+
|
|
24288
|
+
.ui.ui.selectable.table tr[class*="violet colored"]:hover,
|
|
24289
|
+
.ui.table tr td.selectable[class*="violet colored"]:hover,
|
|
24290
|
+
.ui.selectable.table tr:hover td[class*="violet colored"],
|
|
24291
|
+
.ui.ui.selectable.table tr.violet:hover,
|
|
24292
|
+
.ui.table tr td.selectable.violet:hover,
|
|
24293
|
+
.ui.selectable.table tr:hover td.violet {
|
|
24294
|
+
background: #e3deff;
|
|
24295
|
+
color: #9461ac;
|
|
24296
|
+
}
|
|
24297
|
+
|
|
24298
|
+
.ui.green.table {
|
|
24299
|
+
border-top: 0.2em solid #81b08c;
|
|
24300
|
+
}
|
|
24301
|
+
|
|
24302
|
+
/* Same color for background and color to camouflage the scrollbar */
|
|
24303
|
+
|
|
24304
|
+
.ui.scrolling.table > thead.green,
|
|
24305
|
+
.ui.scrolling.table > tfoot.green {
|
|
24306
|
+
background: #d5f5d9;
|
|
24307
|
+
color: #d5f5d9;
|
|
24308
|
+
}
|
|
24309
|
+
|
|
24310
|
+
.ui.scrolling.table > thead.green > tr > th,
|
|
24311
|
+
.ui.scrolling.table > tfoot.green > tr > th,
|
|
24312
|
+
.ui.scrolling.table > thead.green > tr > td,
|
|
24313
|
+
.ui.scrolling.table > tfoot.green > tr > td {
|
|
24314
|
+
background: inherit;
|
|
24315
|
+
color: #1ebc30;
|
|
24316
|
+
}
|
|
24317
|
+
|
|
24318
|
+
.ui.ui.ui.ui.table tr[class*="green colored"],
|
|
24319
|
+
.ui.ui.table th[class*="green colored"],
|
|
24320
|
+
.ui.ui.table td[class*="green colored"],
|
|
24321
|
+
.ui.ui.ui.ui.table tr.green,
|
|
24322
|
+
.ui.ui.table th.green,
|
|
24323
|
+
.ui.ui.table td.green {
|
|
24324
|
+
background: #d5f5d9;
|
|
24325
|
+
color: #1ebc30;
|
|
24326
|
+
}
|
|
24327
|
+
|
|
24328
|
+
.ui.table > thead > tr[class*="green colored"] > th,
|
|
24329
|
+
.ui.table > tfoot > tr[class*="green colored"] > th,
|
|
24330
|
+
.ui.table > tfoot > tr[class*="green colored"] > td,
|
|
24331
|
+
.ui.table > thead > tr.green > th,
|
|
24332
|
+
.ui.table > tfoot > tr.green > th,
|
|
24333
|
+
.ui.table > tfoot > tr.green > td {
|
|
24334
|
+
background: inherit;
|
|
24335
|
+
color: #1ebc30;
|
|
24336
|
+
}
|
|
24337
|
+
|
|
24338
|
+
.ui.ui.selectable.table tr[class*="green colored"]:hover,
|
|
24339
|
+
.ui.table tr td.selectable[class*="green colored"]:hover,
|
|
24340
|
+
.ui.selectable.table tr:hover td[class*="green colored"],
|
|
24341
|
+
.ui.ui.selectable.table tr.green:hover,
|
|
24342
|
+
.ui.table tr td.selectable.green:hover,
|
|
24343
|
+
.ui.selectable.table tr:hover td.green {
|
|
24344
|
+
background: #d2eed5;
|
|
24345
|
+
color: #1ebc30;
|
|
24346
|
+
}
|
|
24347
|
+
|
|
24248
24348
|
/* --------------
|
|
24249
24349
|
Column Count
|
|
24250
24350
|
--------------- */
|
|
@@ -24669,6 +24769,110 @@ Floated Menu / Item
|
|
|
24669
24769
|
/*******************************
|
|
24670
24770
|
Site Overrides
|
|
24671
24771
|
*******************************/
|
|
24772
|
+
|
|
24773
|
+
.ui.ui.ui.ui.primary.table {
|
|
24774
|
+
border-top-left-radius: 0.28571429em;
|
|
24775
|
+
border-top-right-radius: 0.28571429em;
|
|
24776
|
+
}
|
|
24777
|
+
|
|
24778
|
+
.ui.ui.ui.ui.primary.table:not(.unstackable) > thead > tr.colored-header {
|
|
24779
|
+
/* Colored header */
|
|
24780
|
+
/* Colored header (stacked table) */
|
|
24781
|
+
}
|
|
24782
|
+
|
|
24783
|
+
.ui.ui.ui.ui.primary.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
24784
|
+
background: linear-gradient(to bottom, rgba(0, 115, 136, 0.12), #f9fafb 80%);
|
|
24785
|
+
}
|
|
24786
|
+
|
|
24787
|
+
@media only screen and (max-width: 767.98px) {
|
|
24788
|
+
.ui.ui.ui.ui.primary.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
24789
|
+
background: none;
|
|
24790
|
+
}
|
|
24791
|
+
}
|
|
24792
|
+
|
|
24793
|
+
@media only screen and (max-width: 767.98px) {
|
|
24794
|
+
.ui.ui.ui.ui.primary.table:not(.unstackable) > thead > tr.colored-header {
|
|
24795
|
+
background: linear-gradient(to bottom, rgba(0, 115, 136, 0.12), transparent 80%);
|
|
24796
|
+
}
|
|
24797
|
+
}
|
|
24798
|
+
|
|
24799
|
+
.ui.ui.ui.ui.secondary.table {
|
|
24800
|
+
border-top-left-radius: 0.28571429em;
|
|
24801
|
+
border-top-right-radius: 0.28571429em;
|
|
24802
|
+
}
|
|
24803
|
+
|
|
24804
|
+
.ui.ui.ui.ui.secondary.table:not(.unstackable) > thead > tr.colored-header {
|
|
24805
|
+
/* Colored header */
|
|
24806
|
+
/* Colored header (stacked table) */
|
|
24807
|
+
}
|
|
24808
|
+
|
|
24809
|
+
.ui.ui.ui.ui.secondary.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
24810
|
+
background: linear-gradient(to bottom, rgba(41, 71, 85, 0.12), #f9fafb 80%);
|
|
24811
|
+
}
|
|
24812
|
+
|
|
24813
|
+
@media only screen and (max-width: 767.98px) {
|
|
24814
|
+
.ui.ui.ui.ui.secondary.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
24815
|
+
background: none;
|
|
24816
|
+
}
|
|
24817
|
+
}
|
|
24818
|
+
|
|
24819
|
+
@media only screen and (max-width: 767.98px) {
|
|
24820
|
+
.ui.ui.ui.ui.secondary.table:not(.unstackable) > thead > tr.colored-header {
|
|
24821
|
+
background: linear-gradient(to bottom, rgba(41, 71, 85, 0.12), transparent 80%);
|
|
24822
|
+
}
|
|
24823
|
+
}
|
|
24824
|
+
|
|
24825
|
+
.ui.ui.ui.ui.violet.table {
|
|
24826
|
+
border-top-left-radius: 0.28571429em;
|
|
24827
|
+
border-top-right-radius: 0.28571429em;
|
|
24828
|
+
}
|
|
24829
|
+
|
|
24830
|
+
.ui.ui.ui.ui.violet.table:not(.unstackable) > thead > tr.colored-header {
|
|
24831
|
+
/* Colored header */
|
|
24832
|
+
/* Colored header (stacked table) */
|
|
24833
|
+
}
|
|
24834
|
+
|
|
24835
|
+
.ui.ui.ui.ui.violet.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
24836
|
+
background: linear-gradient(to bottom, rgba(148, 97, 172, 0.12), #f9fafb 80%);
|
|
24837
|
+
}
|
|
24838
|
+
|
|
24839
|
+
@media only screen and (max-width: 767.98px) {
|
|
24840
|
+
.ui.ui.ui.ui.violet.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
24841
|
+
background: none;
|
|
24842
|
+
}
|
|
24843
|
+
}
|
|
24844
|
+
|
|
24845
|
+
@media only screen and (max-width: 767.98px) {
|
|
24846
|
+
.ui.ui.ui.ui.violet.table:not(.unstackable) > thead > tr.colored-header {
|
|
24847
|
+
background: linear-gradient(to bottom, rgba(148, 97, 172, 0.12), transparent 80%);
|
|
24848
|
+
}
|
|
24849
|
+
}
|
|
24850
|
+
|
|
24851
|
+
.ui.ui.ui.ui.green.table {
|
|
24852
|
+
border-top-left-radius: 0.28571429em;
|
|
24853
|
+
border-top-right-radius: 0.28571429em;
|
|
24854
|
+
}
|
|
24855
|
+
|
|
24856
|
+
.ui.ui.ui.ui.green.table:not(.unstackable) > thead > tr.colored-header {
|
|
24857
|
+
/* Colored header */
|
|
24858
|
+
/* Colored header (stacked table) */
|
|
24859
|
+
}
|
|
24860
|
+
|
|
24861
|
+
.ui.ui.ui.ui.green.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
24862
|
+
background: linear-gradient(to bottom, rgba(129, 176, 140, 0.12), #f9fafb 80%);
|
|
24863
|
+
}
|
|
24864
|
+
|
|
24865
|
+
@media only screen and (max-width: 767.98px) {
|
|
24866
|
+
.ui.ui.ui.ui.green.table:not(.unstackable) > thead > tr.colored-header > th {
|
|
24867
|
+
background: none;
|
|
24868
|
+
}
|
|
24869
|
+
}
|
|
24870
|
+
|
|
24871
|
+
@media only screen and (max-width: 767.98px) {
|
|
24872
|
+
.ui.ui.ui.ui.green.table:not(.unstackable) > thead > tr.colored-header {
|
|
24873
|
+
background: linear-gradient(to bottom, rgba(129, 176, 140, 0.12), transparent 80%);
|
|
24874
|
+
}
|
|
24875
|
+
}
|
|
24672
24876
|
/*!
|
|
24673
24877
|
* # Fomantic-UI 2.9.4 - Card
|
|
24674
24878
|
* https://github.com/fomantic/Fomantic-UI/
|
|
@@ -36486,6 +36486,396 @@ Floated Menu / Item
|
|
|
36486
36486
|
/*******************************
|
|
36487
36487
|
Site Overrides
|
|
36488
36488
|
*******************************/
|
|
36489
|
+
|
|
36490
|
+
.ui.ui.ui.ui.primary.table {
|
|
36491
|
+
border-top-left-radius: 0.28571429em;
|
|
36492
|
+
border-top-right-radius: 0.28571429em;
|
|
36493
|
+
}
|
|
36494
|
+
|
|
36495
|
+
.ui.ui.ui.ui.primary.table:not(.unstackable) > thead > tr.colored-header {
|
|
36496
|
+
/* Colored header */
|
|
36497
|
+
/* Colored header (stacked table) */
|
|
36498
|
+
}
|
|
36499
|
+
|
|
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 {
|
|
36517
|
+
border-top-left-radius: 0.28571429em;
|
|
36518
|
+
border-top-right-radius: 0.28571429em;
|
|
36519
|
+
}
|
|
36520
|
+
|
|
36521
|
+
.ui.ui.ui.ui.secondary.table:not(.unstackable) > thead > tr.colored-header {
|
|
36522
|
+
/* Colored header */
|
|
36523
|
+
/* Colored header (stacked table) */
|
|
36524
|
+
}
|
|
36525
|
+
|
|
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 {
|
|
36543
|
+
border-top-left-radius: 0.28571429em;
|
|
36544
|
+
border-top-right-radius: 0.28571429em;
|
|
36545
|
+
}
|
|
36546
|
+
|
|
36547
|
+
.ui.ui.ui.ui.red.table:not(.unstackable) > thead > tr.colored-header {
|
|
36548
|
+
/* Colored header */
|
|
36549
|
+
/* Colored header (stacked table) */
|
|
36550
|
+
}
|
|
36551
|
+
|
|
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 {
|
|
36569
|
+
border-top-left-radius: 0.28571429em;
|
|
36570
|
+
border-top-right-radius: 0.28571429em;
|
|
36571
|
+
}
|
|
36572
|
+
|
|
36573
|
+
.ui.ui.ui.ui.orange.table:not(.unstackable) > thead > tr.colored-header {
|
|
36574
|
+
/* Colored header */
|
|
36575
|
+
/* Colored header (stacked table) */
|
|
36576
|
+
}
|
|
36577
|
+
|
|
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 {
|
|
36595
|
+
border-top-left-radius: 0.28571429em;
|
|
36596
|
+
border-top-right-radius: 0.28571429em;
|
|
36597
|
+
}
|
|
36598
|
+
|
|
36599
|
+
.ui.ui.ui.ui.yellow.table:not(.unstackable) > thead > tr.colored-header {
|
|
36600
|
+
/* Colored header */
|
|
36601
|
+
/* Colored header (stacked table) */
|
|
36602
|
+
}
|
|
36603
|
+
|
|
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 {
|
|
36621
|
+
border-top-left-radius: 0.28571429em;
|
|
36622
|
+
border-top-right-radius: 0.28571429em;
|
|
36623
|
+
}
|
|
36624
|
+
|
|
36625
|
+
.ui.ui.ui.ui.olive.table:not(.unstackable) > thead > tr.colored-header {
|
|
36626
|
+
/* Colored header */
|
|
36627
|
+
/* Colored header (stacked table) */
|
|
36628
|
+
}
|
|
36629
|
+
|
|
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 {
|
|
36647
|
+
border-top-left-radius: 0.28571429em;
|
|
36648
|
+
border-top-right-radius: 0.28571429em;
|
|
36649
|
+
}
|
|
36650
|
+
|
|
36651
|
+
.ui.ui.ui.ui.green.table:not(.unstackable) > thead > tr.colored-header {
|
|
36652
|
+
/* Colored header */
|
|
36653
|
+
/* Colored header (stacked table) */
|
|
36654
|
+
}
|
|
36655
|
+
|
|
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 {
|
|
36673
|
+
border-top-left-radius: 0.28571429em;
|
|
36674
|
+
border-top-right-radius: 0.28571429em;
|
|
36675
|
+
}
|
|
36676
|
+
|
|
36677
|
+
.ui.ui.ui.ui.teal.table:not(.unstackable) > thead > tr.colored-header {
|
|
36678
|
+
/* Colored header */
|
|
36679
|
+
/* Colored header (stacked table) */
|
|
36680
|
+
}
|
|
36681
|
+
|
|
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 {
|
|
36699
|
+
border-top-left-radius: 0.28571429em;
|
|
36700
|
+
border-top-right-radius: 0.28571429em;
|
|
36701
|
+
}
|
|
36702
|
+
|
|
36703
|
+
.ui.ui.ui.ui.blue.table:not(.unstackable) > thead > tr.colored-header {
|
|
36704
|
+
/* Colored header */
|
|
36705
|
+
/* Colored header (stacked table) */
|
|
36706
|
+
}
|
|
36707
|
+
|
|
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 {
|
|
36725
|
+
border-top-left-radius: 0.28571429em;
|
|
36726
|
+
border-top-right-radius: 0.28571429em;
|
|
36727
|
+
}
|
|
36728
|
+
|
|
36729
|
+
.ui.ui.ui.ui.violet.table:not(.unstackable) > thead > tr.colored-header {
|
|
36730
|
+
/* Colored header */
|
|
36731
|
+
/* Colored header (stacked table) */
|
|
36732
|
+
}
|
|
36733
|
+
|
|
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 {
|
|
36751
|
+
border-top-left-radius: 0.28571429em;
|
|
36752
|
+
border-top-right-radius: 0.28571429em;
|
|
36753
|
+
}
|
|
36754
|
+
|
|
36755
|
+
.ui.ui.ui.ui.purple.table:not(.unstackable) > thead > tr.colored-header {
|
|
36756
|
+
/* Colored header */
|
|
36757
|
+
/* Colored header (stacked table) */
|
|
36758
|
+
}
|
|
36759
|
+
|
|
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 {
|
|
36777
|
+
border-top-left-radius: 0.28571429em;
|
|
36778
|
+
border-top-right-radius: 0.28571429em;
|
|
36779
|
+
}
|
|
36780
|
+
|
|
36781
|
+
.ui.ui.ui.ui.pink.table:not(.unstackable) > thead > tr.colored-header {
|
|
36782
|
+
/* Colored header */
|
|
36783
|
+
/* Colored header (stacked table) */
|
|
36784
|
+
}
|
|
36785
|
+
|
|
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 {
|
|
36803
|
+
border-top-left-radius: 0.28571429em;
|
|
36804
|
+
border-top-right-radius: 0.28571429em;
|
|
36805
|
+
}
|
|
36806
|
+
|
|
36807
|
+
.ui.ui.ui.ui.brown.table:not(.unstackable) > thead > tr.colored-header {
|
|
36808
|
+
/* Colored header */
|
|
36809
|
+
/* Colored header (stacked table) */
|
|
36810
|
+
}
|
|
36811
|
+
|
|
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 {
|
|
36829
|
+
border-top-left-radius: 0.28571429em;
|
|
36830
|
+
border-top-right-radius: 0.28571429em;
|
|
36831
|
+
}
|
|
36832
|
+
|
|
36833
|
+
.ui.ui.ui.ui.grey.table:not(.unstackable) > thead > tr.colored-header {
|
|
36834
|
+
/* Colored header */
|
|
36835
|
+
/* Colored header (stacked table) */
|
|
36836
|
+
}
|
|
36837
|
+
|
|
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 {
|
|
36855
|
+
border-top-left-radius: 0.28571429em;
|
|
36856
|
+
border-top-right-radius: 0.28571429em;
|
|
36857
|
+
}
|
|
36858
|
+
|
|
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
|
+
}
|
|
36878
|
+
}
|
|
36489
36879
|
/*!
|
|
36490
36880
|
* # Fomantic-UI 2.9.4 - Card
|
|
36491
36881
|
* https://github.com/fomantic/Fomantic-UI/
|