From 890c4f9848046d80bd51903cbaba2d5b7855ac91 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Sun, 27 Oct 2013 16:46:16 +0200 Subject: [PATCH] Minor restyle for event filter --- app/assets/stylesheets/sections/events.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/sections/events.scss b/app/assets/stylesheets/sections/events.scss index 276776262..5c9a610ec 100644 --- a/app/assets/stylesheets/sections/events.scss +++ b/app/assets/stylesheets/sections/events.scss @@ -142,19 +142,19 @@ .filter_icon { a { text-align:center; - border-left: 3px solid $primary_color; - background: #f9f9f9; + background: #EEE; margin-bottom: 10px; float: left; - padding: 9px 7px; + padding: 9px 6px; font-size: 18px; width: 26px; + @include border-radius(3px); } &.inactive { a { color: #DDD; - border-left: 3px solid #EEE; + background: #f9f9f9; } } } -- 2.11.0