diff options
author | Dan Finlay <dan@danfinlay.com> | 2016-06-04 08:49:54 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2016-06-04 08:49:54 +0800 |
commit | b9007ee8439ed0fbff5b0aede2d0e78d75601c45 (patch) | |
tree | 9d87f2e1ba53e18d34c1945b9731d9db027547f0 /ui/app/css | |
parent | 5560ebba264d0ff5254562c700f86b2546afac4d (diff) | |
download | tangerine-wallet-browser-b9007ee8439ed0fbff5b0aede2d0e78d75601c45.tar.gz tangerine-wallet-browser-b9007ee8439ed0fbff5b0aede2d0e78d75601c45.tar.zst tangerine-wallet-browser-b9007ee8439ed0fbff5b0aede2d0e78d75601c45.zip |
Add provider menu on clicking network status indicator.
Also simplifies network status icons.
Diffstat (limited to 'ui/app/css')
-rw-r--r-- | ui/app/css/lib.css | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/ui/app/css/lib.css b/ui/app/css/lib.css index 855ed94d8..2a5ebe622 100644 --- a/ui/app/css/lib.css +++ b/ui/app/css/lib.css @@ -200,6 +200,21 @@ hr.horizontal-line { align-items: center; } -img.menu-icon { - width: 25px; +.menu-icon { + display: inline-block; + width: 14px; + height: 14px; + margin: 13px; +} +.ether-icon { + background: rgb(0, 163, 68); + border-radius: 20px; +} +.morden-icon { + background: #E20202; +} + +.drop-menu-item { + display: flex; + align-items: center; } |