From 204cb7f1edea12c8438655ab3d601d415ab77e54 Mon Sep 17 00:00:00 2001 From: Kevin Serrano Date: Tue, 28 Jun 2016 09:33:11 -0700 Subject: Change color of failure to yellow. Change pending to ellipsis. (#338) * Change color of failure to yellow. Change pending to ellipsis. * Modify changelog. --- ui/app/css/index.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ui/app/css/index.css') diff --git a/ui/app/css/index.css b/ui/app/css/index.css index 24497a66f..d46c859ad 100644 --- a/ui/app/css/index.css +++ b/ui/app/css/index.css @@ -171,6 +171,11 @@ app sections .error { color: #E20202; } + +.warning { + color: #FFAE00; +} + .lock { width: 50px; height: 50px; -- cgit