Difference between revisions of "User:Kairo/common.css"
From HomepointXI Wiki
m |
m |
||
Line 12: | Line 12: | ||
background-color: inherit; | background-color: inherit; | ||
color: inherit; | color: inherit; | ||
+ | } | ||
+ | |||
+ | .lds-table.sandoria tbody > tr > th { | ||
+ | background-color: #800; | ||
} | } |
Revision as of 16:32, 26 June 2017
.lds-table tbody > tr > th {
background-color: #042c67;
color: white;
}
.lds-table-mobs tbody > tr:nth-child(odd) > td {
background-color: #042c67;
color: white;
}
.lds-table-mobs tbody tr:first-child > td:first-child {
background-color: inherit;
color: inherit;
}
.lds-table.sandoria tbody > tr > th {
background-color: #800;
}