From 1114e6efd371a289a2dc74333567668d32c892ae Mon Sep 17 00:00:00 2001 From: Prema Date: Fri, 16 Aug 2019 11:25:14 +0530 Subject: [PATCH] UI changes --- .../view/home/graph-list/graph-list.component.html | 4 ++-- src/assets/css/style.css | 14 +++++++++++++- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/src/app/view/home/graph-list/graph-list.component.html b/src/app/view/home/graph-list/graph-list.component.html index c6c8194..7c40c24 100644 --- a/src/app/view/home/graph-list/graph-list.component.html +++ b/src/app/view/home/graph-list/graph-list.component.html @@ -1,5 +1,5 @@
-
+

{{'home.TARGET_DIFFICULTY' | translate}}

@@ -511,7 +511,7 @@
--> -
+

{{'home.TOTAL_DIFFICULTY' | translate}}

diff --git a/src/assets/css/style.css b/src/assets/css/style.css index 53379c1..be0ad76 100644 --- a/src/assets/css/style.css +++ b/src/assets/css/style.css @@ -232,11 +232,19 @@ a:focus { font-size: 13px; color: #fff; padding: 4px 18px 2px; - display: inline-block; + /* display: inline-block; */ margin-left: 5px; position: relative; z-index: 1; float: right; + margin-top: 5px; + border: 1px solid #0091ff; + transition: all 0.3s linear; +} +.blocks:hover .txn_count { + background: #fff; + color: #0091ff; + transition: all 0.3s linear; } .day_filter { background-color: #f9f9f7; @@ -264,6 +272,9 @@ a:focus { .explore_all a { color: #777777; } +.explore_all a:hover, .explore_all a:focus { + color: #0091ff; +} .ip_filter { padding: 12px 6px; } @@ -654,6 +665,7 @@ body.dark_theme { .dark_theme .card-body{background-color: #1c2437;} .diff_margin{margin-bottom: -10px !important; margin-top: -10px !important;} .dark_theme .difficulty_datas .day60_txt{color: #fff;} +.dark_theme .legendtext{fill: rgb(255, 255, 255) !important;} @keyframes yellowfade { from { background: white;