alternate row

This commit is contained in:
annampak 2018-01-10 14:21:18 +02:00
parent 9789ebe3eb
commit e4db152669
1 changed files with 5 additions and 1 deletions

View File

@ -28,4 +28,8 @@
mat-row:hover {
background-color: lightgray;
}
}
mat-row:nth-child(odd){
background-color:#eef0fb;
}