From 099078d13b7f8c3c9c4ca1e4d9e775f480b0ad8d Mon Sep 17 00:00:00 2001 From: tmashuang Date: Tue, 24 Oct 2017 08:40:07 -0700 Subject: Add error messages when importing an account --- ui/app/css/index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ui/app/css') diff --git a/ui/app/css/index.css b/ui/app/css/index.css index 49b432a1f..0630c4c12 100644 --- a/ui/app/css/index.css +++ b/ui/app/css/index.css @@ -235,7 +235,8 @@ app sections /* unlock */ .error { - color: #E20202; + color: #f7861c; + margin-bottom: 9px; } .warning { -- cgit