diff options
author | Dan Finlay <dan@danfinlay.com> | 2016-05-21 03:40:44 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2016-05-21 03:40:44 +0800 |
commit | 7d5aaaa5bd8a0f34694eb3e8ce5ba6bbecf03d71 (patch) | |
tree | 9032a488654844f1aad0c4c0bfc892e2786c4aa2 /ui/app/css | |
parent | b0f92e05b12fa5cde453c7b53a19f6b0bca74f75 (diff) | |
download | tangerine-wallet-browser-7d5aaaa5bd8a0f34694eb3e8ce5ba6bbecf03d71.tar tangerine-wallet-browser-7d5aaaa5bd8a0f34694eb3e8ce5ba6bbecf03d71.tar.gz tangerine-wallet-browser-7d5aaaa5bd8a0f34694eb3e8ce5ba6bbecf03d71.tar.bz2 tangerine-wallet-browser-7d5aaaa5bd8a0f34694eb3e8ce5ba6bbecf03d71.tar.lz tangerine-wallet-browser-7d5aaaa5bd8a0f34694eb3e8ce5ba6bbecf03d71.tar.xz tangerine-wallet-browser-7d5aaaa5bd8a0f34694eb3e8ce5ba6bbecf03d71.tar.zst tangerine-wallet-browser-7d5aaaa5bd8a0f34694eb3e8ce5ba6bbecf03d71.zip |
Add ability to add account to vault
Scrolling to the bottom of the accounts page now reveals a downward-facing chevron button.
Pressing this button shows loading indication, adds a new account to the identity vault, displays it in the list, and scrolls the list to the bottom of the page.
Any number of accounts can be generated in this way, and the UX feels intuitive without having to overly explain how HD paths work.
Diffstat (limited to 'ui/app/css')
-rw-r--r-- | ui/app/css/lib.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/app/css/lib.css b/ui/app/css/lib.css index 1eba7465b..97ff02c46 100644 --- a/ui/app/css/lib.css +++ b/ui/app/css/lib.css @@ -107,6 +107,10 @@ user-select: none; } +.hover-white:hover { + background: white; +} + .pointer { cursor: pointer; } |