From 5d349083f0a2610aecd0ef3c0cd134efa62798d7 Mon Sep 17 00:00:00 2001 From: Frankie Date: Tue, 21 Jun 2016 13:10:28 -0700 Subject: Change export icon to key --- ui/app/account-detail.js | 9 +++++++-- ui/app/css/index.css | 3 ++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ui/app/account-detail.js b/ui/app/account-detail.js index 663ba234b..c248d9105 100644 --- a/ui/app/account-detail.js +++ b/ui/app/account-detail.js @@ -130,10 +130,15 @@ AccountDetailScreen.prototype.render = function() { }), h('img.cursor-pointer.color-orange', { - src: 'images/download.svg', + src: 'images/key-32.png', onClick: () => this.requestAccountExport(selected), style:{ - margin: '0px 5px', + margin: "0px 5px", + width: "20px", + height: "20px", + position: "relative", + top: "3px", + right: "4px", }, }), diff --git a/ui/app/css/index.css b/ui/app/css/index.css index 7055b0d5c..65ff1705f 100644 --- a/ui/app/css/index.css +++ b/ui/app/css/index.css @@ -36,7 +36,8 @@ button { font-family: 'Transat Black'; outline: none; cursor: pointer; - /*margin: 10px;*/ + box-shadow: 0px 3px 6px rgba(247, 134, 28, 0.36); + /*margin: 10px;*/ padding: 8px 12px; border: none; background: #F7861C; -- cgit