From aa2c60f6f04cdf357a413737b1869adb77b5d31e Mon Sep 17 00:00:00 2001 From: yafeilee Date: Thu, 3 Apr 2014 20:54:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=96=9C=E6=AC=A2=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E7=9A=84=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../stylesheets/foundation_and_overrides.scss | 13 ------------- app/assets/stylesheets/like_and_weixin.css.scss | 3 ++- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/app/assets/stylesheets/foundation_and_overrides.scss b/app/assets/stylesheets/foundation_and_overrides.scss index 783ee85..b8562b8 100644 --- a/app/assets/stylesheets/foundation_and_overrides.scss +++ b/app/assets/stylesheets/foundation_and_overrides.scss @@ -1190,16 +1190,3 @@ @import 'foundation'; @import 'foundation-icons'; - -.like-button { - color: #eaa296 !important; - background-color: transparent !important; - border: 1px solid #e79385 !important; - border-radius: 10rem; - &:hover { - background-color: #FCFF9E !important; - } - &:focus { - outline-style: none !important; - } -} diff --git a/app/assets/stylesheets/like_and_weixin.css.scss b/app/assets/stylesheets/like_and_weixin.css.scss index 7bc73e0..7ce0704 100644 --- a/app/assets/stylesheets/like_and_weixin.css.scss +++ b/app/assets/stylesheets/like_and_weixin.css.scss @@ -4,7 +4,8 @@ border: 1px solid #e79385 !important; border-radius: 10rem; &:hover { - background-color: #FCFF9E !important; + color: #e07662 !important; + border-color: #e27d6b !important; } &:focus { outline-style: none !important;