From e0daea35a98b294d503d5d9a9625d977295ea4cc Mon Sep 17 00:00:00 2001 From: Frankie Date: Wed, 29 Jun 2016 16:11:09 -0700 Subject: 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. --- ui/app/css/index.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'ui/app/css/index.css') 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 */ -- cgit v1.2.3