diff options
author | Kevin Serrano <kevgagser@gmail.com> | 2016-06-29 07:15:26 +0800 |
---|---|---|
committer | Dan Finlay <somniac@me.com> | 2016-06-29 07:15:26 +0800 |
commit | e4956c3123a23cf4bddaf2617e36456735fddced (patch) | |
tree | e0fc08ace5f951ed6e7f392da4cfdd2775386d30 /ui/app/css | |
parent | c6187b080af0cc63bea113b8e6c115a5dfe4bb4d (diff) | |
download | tangerine-wallet-browser-e4956c3123a23cf4bddaf2617e36456735fddced.tar tangerine-wallet-browser-e4956c3123a23cf4bddaf2617e36456735fddced.tar.gz tangerine-wallet-browser-e4956c3123a23cf4bddaf2617e36456735fddced.tar.bz2 tangerine-wallet-browser-e4956c3123a23cf4bddaf2617e36456735fddced.tar.lz tangerine-wallet-browser-e4956c3123a23cf4bddaf2617e36456735fddced.tar.xz tangerine-wallet-browser-e4956c3123a23cf4bddaf2617e36456735fddced.tar.zst tangerine-wallet-browser-e4956c3123a23cf4bddaf2617e36456735fddced.zip |
Modify network icons to reflect current design. (#355)
* Modify network icons to reflect current design.
* Switch icons around.
Diffstat (limited to 'ui/app/css')
-rw-r--r-- | ui/app/css/lib.css | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/ui/app/css/lib.css b/ui/app/css/lib.css index 425f41b20..a7da11e77 100644 --- a/ui/app/css/lib.css +++ b/ui/app/css/lib.css @@ -168,17 +168,14 @@ hr.horizontal-line { } .red-dot { - position: inherit; - background: red; + background: #E91550; color: white; border-radius: 10px; - height: 12px; - min-width: 12px; - margin-left: 6px; - display: flex; - align-items: center; - justify-content: center; - padding: 4px; +} + +.diamond { + transform: rotate(45deg); + background: #038789; } .pending-dot { @@ -203,8 +200,8 @@ hr.horizontal-line { .menu-icon { display: inline-block; - width: 14px; - height: 14px; + height: 9px; + min-width: 9px; margin: 13px; } .ether-icon { @@ -222,4 +219,4 @@ hr.horizontal-line { .invisible { visibility: hidden; -}
\ No newline at end of file +} |