Difference between revisions of "User:Kairo/common.css"

From HomepointXI Wiki
Jump to: navigation, search
m
m
Line 1: Line 1:
.lds-table tbody > tr > td,
 
 
.lds-table tbody > tr > th {
 
.lds-table tbody > tr > th {
 
   background-color: #042c67;
 
   background-color: #042c67;
Line 5: Line 4:
 
}
 
}
  
 +
.lds-table tbody > tr > th:first-child,
 
.lds-table tbody > tr > td:first-child,
 
.lds-table tbody > tr > td:first-child,
 
.lds-table tbody > tr + tr > td {
 
.lds-table tbody > tr + tr > td {

Revision as of 17:18, 26 June 2017

.lds-table tbody > tr > th {
  background-color: #042c67;
  color: white;
}

.lds-table tbody > tr > th:first-child,
.lds-table tbody > tr > td:first-child,
.lds-table tbody > tr + tr > td {
  background-color: inherit;
  color: inherit;
}