From 9895a2f832e7bfb40fe1dbb38953d5b433333f86 Mon Sep 17 00:00:00 2001 From: Emil Abraham Date: Fri, 19 Apr 2019 13:21:15 -0400 Subject: [PATCH] added hover effects --- src/app/generator-search/generator-search.component.css | 4 ++++ src/app/header/header.component.css | 3 +++ src/app/statistics/statistics.component.css | 7 +++++++ 3 files changed, 14 insertions(+) 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; +} +