From e4db152669abe520235e9af773e68c89a187e4d7 Mon Sep 17 00:00:00 2001 From: annampak Date: Wed, 10 Jan 2018 14:21:18 +0200 Subject: [PATCH] alternate row --- .../src/app/projects/project-listing.component.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dmp-frontend/src/app/projects/project-listing.component.scss b/dmp-frontend/src/app/projects/project-listing.component.scss index 8da81cd62..4c0f55d9d 100644 --- a/dmp-frontend/src/app/projects/project-listing.component.scss +++ b/dmp-frontend/src/app/projects/project-listing.component.scss @@ -28,4 +28,8 @@ mat-row:hover { background-color: lightgray; -} \ No newline at end of file +} + +mat-row:nth-child(odd){ + background-color:#eef0fb; + } \ No newline at end of file