From 3b27f10bf9e9e3f6607689fb356cdf589dee150b Mon Sep 17 00:00:00 2001 From: CorePrime95 Date: Fri, 30 Jun 2017 19:00:42 +0200 Subject: [PATCH 1/2] Added hover effect to more items --- public/views/correspondentDevices.html | 14 +++++++------- public/views/walletHome.html | 2 +- src/css/main.css | 11 +++++++++-- src/css/mobile.css | 10 ++++++++++ 4 files changed, 27 insertions(+), 10 deletions(-) diff --git a/public/views/correspondentDevices.html b/public/views/correspondentDevices.html index cea171bbb..dda13eed0 100644 --- a/public/views/correspondentDevices.html +++ b/public/views/correspondentDevices.html @@ -23,10 +23,10 @@
-
- + Preferences diff --git a/src/css/main.css b/src/css/main.css index 09ac0e20b..583038f02 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -810,6 +810,10 @@ table tbody tr:last-child td { color: #6D7884; } +.hovereffect:hover{ + background: #EFEFEF; +} + /*//////////////////////////// BUTTON OUTLINE ////////////////////////////*/ .button.outline, @@ -843,16 +847,19 @@ button.outline.dark-gray:focus { } .button.outline.light-gray, -.button.outline.light-gray:hover, .button.outline.light-gray:focus, button.outline.light-gray, -button.outline.light-gray:hover, button.outline.light-gray:focus { background-color: transparent; border: 1px solid #CED5DC; color: #7A8C9E; } +.button.outline.light-gray:hover, +button.outline.light-gray:hover { + background-color: #EFEFEF; +} + .button.outline.white, .button.outline.white:hover, .button.outline.white:focus, diff --git a/src/css/mobile.css b/src/css/mobile.css index c7aad494a..99ad871a0 100644 --- a/src/css/mobile.css +++ b/src/css/mobile.css @@ -248,6 +248,11 @@ ul.copayer-list img { border-top: 3px solid #122232; } +.bottombar-item a:hover { + color: #D5D9DC; + +} + .bottombar-item a.active { color: #E4E8EC; background-color: #122232; @@ -406,6 +411,11 @@ ul.correspondentList li a.removeCorrespondentList { line-height: 24px; } +ul.off-canvas-list li a:hover { + color: #D0DBE6; +} + + /* * Remove all vendors hover / shadow / fade */ From c32ad610032c1b1d1bff9621c30372f890b1e3c9 Mon Sep 17 00:00:00 2001 From: CorePrime95 Date: Sat, 1 Jul 2017 18:25:45 +0200 Subject: [PATCH 2/2] Added hovereffect to transaction hist list --- public/views/walletHome.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/views/walletHome.html b/public/views/walletHome.html index a2cde2e46..42cf29e31 100644 --- a/public/views/walletHome.html +++ b/public/views/walletHome.html @@ -509,7 +509,7 @@

+ class="row collapse last-transactions-content hovereffect">
Received