From 76ed49b7b6dedb0ad3a588af4e2d5d4e8043daa3 Mon Sep 17 00:00:00 2001 From: Aaron Zhou Date: Fri, 14 Oct 2016 16:04:48 -0700 Subject: [PATCH] Users/aazhou/cleanup (#9) * Change to number field and update css * Add new icons and show/hide buttons on hover * Change colors --- styles/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/style.css b/styles/style.css index 9d538b7..099583e 100644 --- a/styles/style.css +++ b/styles/style.css @@ -9,13 +9,13 @@ .container > .bowtie-icon { font-size: 24px; - color: #1ba1e2; + color: lightgray; margin: 4px 0px 0px 4px; cursor: pointer; } .bowtie-icon.focus, .bowtie-icon:hover { - color: #78c8ef; + color: gray; } .combo {