diff --git a/dmp-frontend/src/app/datasets/dataset-listing.component.scss b/dmp-frontend/src/app/datasets/dataset-listing.component.scss index 8da81cd62..988f94bd2 100644 --- a/dmp-frontend/src/app/datasets/dataset-listing.component.scss +++ b/dmp-frontend/src/app/datasets/dataset-listing.component.scss @@ -28,4 +28,12 @@ mat-row:hover { background-color: lightgray; -} \ No newline at end of file +} + +// mat-row:nth-child(even){ +// background-color:red; +// } + +mat-row:nth-child(odd){ + background-color: #f1f1f1; + } \ No newline at end of file diff --git a/dmp-frontend/src/app/dmps/editor/dmp-editor.component.html b/dmp-frontend/src/app/dmps/editor/dmp-editor.component.html index 504b598c0..e50a392d8 100644 --- a/dmp-frontend/src/app/dmps/editor/dmp-editor.component.html +++ b/dmp-frontend/src/app/dmps/editor/dmp-editor.component.html @@ -53,7 +53,7 @@ -
{{chip.name.substring(0, 1).toUpperCase()}}
diff --git a/dmp-frontend/src/app/homepage/homepage.component.html b/dmp-frontend/src/app/homepage/homepage.component.html index 64a3d15fc..122795c98 100644 --- a/dmp-frontend/src/app/homepage/homepage.component.html +++ b/dmp-frontend/src/app/homepage/homepage.component.html @@ -7,7 +7,7 @@ title={{dashboardStatisticsData.totalProjectCount}} headerIcon="list" category="Projects" - footContent="open projects" + footContent="Open Projects" routelLink= '/projects' footerIcon="open_in_new" linearColor="linear-gradient(60deg, #ffa726, #fb8c00)" @@ -19,7 +19,7 @@ title={{dashboardStatisticsData.totalDataManagementPlanCount}} headerIcon="mode_edit" category="DMPs" - footContent="open DMPs" + footContent="Open DMPs" routelLink= '/dmps' footerIcon="open_in_new" linearColor="linear-gradient(60deg, #ef5350, #e53935)" @@ -31,7 +31,7 @@ title={{dashboardStatisticsData.totalDataSetCount}} headerIcon="subject" category="Datasets" - footContent="open datasets" + footContent="Open Datasets" routelLink= '/datasets' footerIcon="open_in_new" linearColor="linear-gradient(60deg, #26c6da, #00acc1)"