summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/sections/events.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/assets/stylesheets/sections/events.scss b/app/assets/stylesheets/sections/events.scss
index 2767762622e..5c9a610ec77 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;
}
}
}