Guest User

Untitled

a guest
Jan 15th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. .tablesorter tbody tr:nth-child(odd) {
  2. background-color: turquoise;
  3. }
  4.  
  5. tr:nth-child(even) {background: #CCC}
  6. tr:nth-child(odd) {background: #FFF}
Add Comment
Please, Sign In to add comment