diff --git a/src/app/generator-search/generator-search.component.css b/src/app/generator-search/generator-search.component.css index f570392..667a216 100644 --- a/src/app/generator-search/generator-search.component.css +++ b/src/app/generator-search/generator-search.component.css @@ -18,3 +18,7 @@ mat-card.generator-card { height: 300px; margin: 5px; } + +mat-card:hover { + cursor: pointer; +} \ No newline at end of file diff --git a/src/app/header/header.component.css b/src/app/header/header.component.css index 1a76c27..c70e61e 100644 --- a/src/app/header/header.component.css +++ b/src/app/header/header.component.css @@ -10,4 +10,7 @@ } .clearfix { overflow: auto; +} +a:hover { + cursor: pointer; } \ No newline at end of file diff --git a/src/app/statistics/statistics.component.css b/src/app/statistics/statistics.component.css index a16be29..5f980d1 100644 --- a/src/app/statistics/statistics.component.css +++ b/src/app/statistics/statistics.component.css @@ -48,4 +48,11 @@ h6 height: 100%; height: 46px; } +radial-gauge:hover { + cursor: pointer; +} +linear-gauge:hover { + cursor: pointer; +} +