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 @@ -509,7 +509,7 @@

+ class="row collapse last-transactions-content hovereffect">
Received 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 */