mirror of
https://github.com/Febbweiss/CloudBudget-AngularJS.git
synced 2026-03-04 22:35:38 +00:00
7 lines
141 B
CSS
7 lines
141 B
CSS
div.div-striped div.row:nth-of-type(odd) {
|
|
background: #e0e0e0;
|
|
}
|
|
div.div-striped div.row:nth-of-type(even) {
|
|
background: #FFFFFF;
|
|
}
|