aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/index.css
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-05-21 05:11:59 +0800
committerDan Finlay <dan@danfinlay.com>2016-05-21 05:11:59 +0800
commit24fc5f9ea3a8cddfbf3993bdf0b18187a0787a64 (patch)
tree276d9270f6bef0f505a241bffa9e89f319fba771 /ui/app/css/index.css
parent4386fdd097efd03214783aad42eabf1737b8ef8c (diff)
downloadtangerine-wallet-browser-24fc5f9ea3a8cddfbf3993bdf0b18187a0787a64.tar
tangerine-wallet-browser-24fc5f9ea3a8cddfbf3993bdf0b18187a0787a64.tar.gz
tangerine-wallet-browser-24fc5f9ea3a8cddfbf3993bdf0b18187a0787a64.tar.bz2
tangerine-wallet-browser-24fc5f9ea3a8cddfbf3993bdf0b18187a0787a64.tar.lz
tangerine-wallet-browser-24fc5f9ea3a8cddfbf3993bdf0b18187a0787a64.tar.xz
tangerine-wallet-browser-24fc5f9ea3a8cddfbf3993bdf0b18187a0787a64.tar.zst
tangerine-wallet-browser-24fc5f9ea3a8cddfbf3993bdf0b18187a0787a64.zip
Fix up accounts list
Fix hover styles to not grow. Fix back button on accounts list.
Diffstat (limited to 'ui/app/css/index.css')
-rw-r--r--ui/app/css/index.css14
1 files changed, 6 insertions, 8 deletions
diff --git a/ui/app/css/index.css b/ui/app/css/index.css
index 060ddce91..d6d1f91ac 100644
--- a/ui/app/css/index.css
+++ b/ui/app/css/index.css
@@ -274,10 +274,6 @@ input.large-input {
height: 120px;
}
-.accounts-list-option:hover {
- transform: scale(1.1);
-}
-
.accounts-list-option .identicon-wrapper {
width: 100px;
}
@@ -334,9 +330,6 @@ input.large-input {
border-bottom: 1px solid #B1B1B1;
cursor: pointer;
}
-.identity-section .identity-panel:hover {
- background: #F9F9F9;
-}
.identity-section .identity-panel.selected {
background: white;
@@ -347,6 +340,11 @@ input.large-input {
border-color: orange;
}
+.identity-section .accounts-list-option:hover,
+.identity-section .accounts-list-option.selected {
+ background:white;
+}
+
/* account detail screen */
.account-detail-section {
@@ -393,4 +391,4 @@ input.large-input {
.ether-balance-label {
color: #ABA9AA;
-} \ No newline at end of file
+}