diff options
author | kumavis <kumavis@users.noreply.github.com> | 2016-06-30 08:14:16 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-30 08:14:16 +0800 |
commit | 4433618e95b8d5638bf890e746a6bc7c3793ba80 (patch) | |
tree | 3e0fddda3ffaf59c7752f1bd38b5a2aabec5ad25 /ui/app/css/index.css | |
parent | f7bb3cdcfebacc3f3970b469503db202e0bdda28 (diff) | |
parent | 41598a32a6fcecaeff5d90ada881bc4cfd52c08f (diff) | |
download | tangerine-wallet-browser-4433618e95b8d5638bf890e746a6bc7c3793ba80.tar.gz tangerine-wallet-browser-4433618e95b8d5638bf890e746a6bc7c3793ba80.tar.zst tangerine-wallet-browser-4433618e95b8d5638bf890e746a6bc7c3793ba80.zip |
Merge pull request #370 from MetaMask/networkIndication
Network indication
Diffstat (limited to 'ui/app/css/index.css')
-rw-r--r-- | ui/app/css/index.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ui/app/css/index.css b/ui/app/css/index.css index d46c859ad..fc10e56b6 100644 --- a/ui/app/css/index.css +++ b/ui/app/css/index.css @@ -141,6 +141,23 @@ textarea.twelve-word-phrase { resize: none; } +.network-indicator { + display: flex; + align-items: center; + font-size: 0.6em; + +} + +.network-name { + position: absolute; + top: 8px; + width: 5.2em; + line-height: 9px; +} + +.check { + color: #F7861C; +} /* app sections */ |