From 0a2aafab08e2edef4132f847ced6b1e0bbd8baab Mon Sep 17 00:00:00 2001 From: Brittany Cheng Date: Fri, 3 Aug 2012 13:40:04 -0400 Subject: [PATCH] follow button style --- lms/static/sass/_discussion.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lms/static/sass/_discussion.scss b/lms/static/sass/_discussion.scss index b84d66e808..b926161bc6 100644 --- a/lms/static/sass/_discussion.scss +++ b/lms/static/sass/_discussion.scss @@ -124,18 +124,18 @@ $discussion_input_width: 100%; font-size: $comment_info_size; padding: 5px 8px; text-decoration: none; - border: 1px solid #6F6F6F; + border: 1px solid #BEBEBE; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; - background-color: #959595; + background-color: #BEBEBE; background-image: none; text-shadow: none; &:hover { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; - background-color: #888; + background-color: #AAA; background-image: none; } }