diff options
author | Dan Finlay <dan@danfinlay.com> | 2016-11-22 02:58:49 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2016-11-22 02:58:49 +0800 |
commit | e8a83026248e6e27e6d801cf1713551eb740137a (patch) | |
tree | 528f87b75425d172db7f3d4b9b563a348535042b /ui/app/css | |
parent | 37d836fa72c75945d436bd94feadb65aa95d7e5f (diff) | |
download | tangerine-wallet-browser-e8a83026248e6e27e6d801cf1713551eb740137a.tar.gz tangerine-wallet-browser-e8a83026248e6e27e6d801cf1713551eb740137a.tar.zst tangerine-wallet-browser-e8a83026248e6e27e6d801cf1713551eb740137a.zip |
Begin adding Ropsten support
Ropsten links will still not work until Etherscan publishes their ropsten link format.
At that time we will need to update ui/lib/account-link.js
Otherwise, fixes #831
Diffstat (limited to 'ui/app/css')
-rw-r--r-- | ui/app/css/lib.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/css/lib.css b/ui/app/css/lib.css index bcd6a4a67..f5f602729 100644 --- a/ui/app/css/lib.css +++ b/ui/app/css/lib.css @@ -213,7 +213,7 @@ hr.horizontal-line { background: rgb(0, 163, 68); border-radius: 20px; } -.morden-icon { +.testnet-icon { background: #2465E1; } |