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

From HomepointXI Wiki
Jump to: navigation, search
m
m
Line 4: Line 4:
 
}
 
}
  
.lds-table-mobs tbody > tr:odd > td {
+
.lds-table-mobs tbody > tr:nth-child(odd) > td {
 
   background-color: #042c67;
 
   background-color: #042c67;
 
   color: white;
 
   color: white;
 
}
 
}

Revision as of 17:27, 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;
}