cloudbudget.css 141 B

123456
  1. div.div-striped div.row:nth-of-type(odd) {
  2. background: #e0e0e0;
  3. }
  4. div.div-striped div.row:nth-of-type(even) {
  5. background: #FFFFFF;
  6. }