Improve filters ui

This commit is contained in:
Gregory Eremin 2015-03-14 22:50:41 +07:00
parent 2c5c88cfef
commit 836fb09dd8

View File

@ -70,11 +70,13 @@
font-weight: 300; font-weight: 300;
color: #aaa; color: #aaa;
cursor: pointer; cursor: pointer;
text-decoration: underline;
} }
.filters li.active { .filters li.active {
font-weight: 400; font-weight: 400;
color: #222; color: #222;
cursor: default; cursor: default;
text-decoration: none;
} }
.whatsgoingon { .whatsgoingon {