diff options
author | Dan <danjm.com@gmail.com> | 2017-09-15 23:09:34 +0800 |
---|---|---|
committer | Chi Kei Chan <chikeichan@gmail.com> | 2017-09-16 07:19:48 +0800 |
commit | b0f1fba2e5fbde573b46a284285985e63f1a3618 (patch) | |
tree | 3825356bd2d5ae05c2fe1ad66d3f2cfb8f5d99d7 /ui/app/css | |
parent | feb90f2fc478276150fb9e55eec700c46b63ab1c (diff) | |
download | tangerine-wallet-browser-b0f1fba2e5fbde573b46a284285985e63f1a3618.tar tangerine-wallet-browser-b0f1fba2e5fbde573b46a284285985e63f1a3618.tar.gz tangerine-wallet-browser-b0f1fba2e5fbde573b46a284285985e63f1a3618.tar.bz2 tangerine-wallet-browser-b0f1fba2e5fbde573b46a284285985e63f1a3618.tar.lz tangerine-wallet-browser-b0f1fba2e5fbde573b46a284285985e63f1a3618.tar.xz tangerine-wallet-browser-b0f1fba2e5fbde573b46a284285985e63f1a3618.tar.zst tangerine-wallet-browser-b0f1fba2e5fbde573b46a284285985e63f1a3618.zip |
Ensures that new accounts are only created from the modal, and not when clicking 'Create New Account'
Diffstat (limited to 'ui/app/css')
-rw-r--r-- | ui/app/css/itcss/components/modal.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/css/itcss/components/modal.scss b/ui/app/css/itcss/components/modal.scss index 6d2205164..e9698ce5b 100644 --- a/ui/app/css/itcss/components/modal.scss +++ b/ui/app/css/itcss/components/modal.scss @@ -284,6 +284,7 @@ top: 25px; right: 17.5px; font-family: sans-serif; + cursor: pointer; } .new-account-modal-content { |