From 68d71c33b5c7085c728c9bededa7e72786b76160 Mon Sep 17 00:00:00 2001 From: Justine Arreche Date: Tue, 8 Oct 2013 01:28:40 -0400 Subject: [PATCH] lightened show more button to closer reflect tools buttons --- assets/styles/app/button.sass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/styles/app/button.sass b/assets/styles/app/button.sass index 5ef9b002..ee9e6e23 100644 --- a/assets/styles/app/button.sass +++ b/assets/styles/app/button.sass @@ -34,12 +34,12 @@ background-color: #40454f .show-more - background-color: #CCCCCC + background-color: #F2F2EB display: inline-block color: #666 padding: 6px 15px text-decoration: none - border: 1px solid #BBB + border: 1px solid #DDD .show-more:hover background-color: #40454F color: #FFF