aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/index.css
diff options
context:
space:
mode:
authorFrankie <frankie.pangilinan@consensys.net>2016-06-30 07:11:09 +0800
committerFrankie <frankie.pangilinan@consensys.net>2016-06-30 07:12:19 +0800
commite0daea35a98b294d503d5d9a9625d977295ea4cc (patch)
tree210198e37ba016ebdc953904ce8a20b6fa1a4721 /ui/app/css/index.css
parent2c36c17238b7641295e1ed6e51e11b2842c03fdb (diff)
downloadtangerine-wallet-browser-e0daea35a98b294d503d5d9a9625d977295ea4cc.tar.gz
tangerine-wallet-browser-e0daea35a98b294d503d5d9a9625d977295ea4cc.tar.zst
tangerine-wallet-browser-e0daea35a98b294d503d5d9a9625d977295ea4cc.zip
Add network name to indicator and some css fixes
-also fix custom net work bug in drop down where it thinks local:8545 is custom.
Diffstat (limited to 'ui/app/css/index.css')
-rw-r--r--ui/app/css/index.css17
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
*/