Commit 890c4f98 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Minor restyle for event filter

parent 05b5e318
...@@ -142,19 +142,19 @@ ...@@ -142,19 +142,19 @@
.filter_icon { .filter_icon {
a { a {
text-align:center; text-align:center;
border-left: 3px solid $primary_color; background: #EEE;
background: #f9f9f9;
margin-bottom: 10px; margin-bottom: 10px;
float: left; float: left;
padding: 9px 7px; padding: 9px 6px;
font-size: 18px; font-size: 18px;
width: 26px; width: 26px;
@include border-radius(3px);
} }
&.inactive { &.inactive {
a { a {
color: #DDD; color: #DDD;
border-left: 3px solid #EEE; background: #f9f9f9;
} }
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment