summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-10-27 16:46:16 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-10-27 16:46:16 +0200
commit890c4f9848046d80bd51903cbaba2d5b7855ac91 (patch)
treed527c10cc54cf0c0ea999e0635da371ef2b69267
parent05b5e318a150d08f3bcac96bcde74df8de1d7107 (diff)
downloadgitlab-ce-890c4f9848046d80bd51903cbaba2d5b7855ac91.tar.gz
Minor restyle for event filter
-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;
}
}
}