Commit 890c4f9848046d80bd51903cbaba2d5b7855ac91

Authored by Dmitriy Zaporozhets
1 parent 05b5e318

Minor restyle for event filter

Showing 1 changed file with 4 additions and 4 deletions   Show diff stats
app/assets/stylesheets/sections/events.scss
... ... @@ -142,19 +142,19 @@
142 142 .filter_icon {
143 143 a {
144 144 text-align:center;
145   - border-left: 3px solid $primary_color;
146   - background: #f9f9f9;
  145 + background: #EEE;
147 146 margin-bottom: 10px;
148 147 float: left;
149   - padding: 9px 7px;
  148 + padding: 9px 6px;
150 149 font-size: 18px;
151 150 width: 26px;
  151 + @include border-radius(3px);
152 152 }
153 153  
154 154 &.inactive {
155 155 a {
156 156 color: #DDD;
157   - border-left: 3px solid #EEE;
  157 + background: #f9f9f9;
158 158 }
159 159 }
160 160 }
... ...