From 197f5a74a25841b56f1264abbae5548d41117e45 Mon Sep 17 00:00:00 2001 From: Malachi Partlow Date: Mon, 9 Jan 2017 15:03:47 -0500 Subject: [PATCH] logger update --- css/app.css | 4 ++-- index.html | 2 +- js/app.controller.js | 45 +++++++++++++++++++++++++------------------- 3 files changed, 29 insertions(+), 22 deletions(-) diff --git a/css/app.css b/css/app.css index efe6f92..1f14926 100644 --- a/css/app.css +++ b/css/app.css @@ -26,7 +26,7 @@ label { display: block; overflow: hidden; } .loggerSubmit { padding: 20px; width: 100%; - background: #009688; + background: #184f2c; border: 0; color: #fff; font-size: 15px; @@ -50,7 +50,7 @@ label { display: block; overflow: hidden; } } .progress { width: 0%; - background: #009688; + background: #184f2c; height: 100%; transition: .2s width ease-out; max-width: 100%; diff --git a/index.html b/index.html index 3f1706a..eee48e7 100644 --- a/index.html +++ b/index.html @@ -20,7 +20,7 @@