Merge branch 'filter_icons_btn' into 'master'

Filter icons look like proper buttons

The filter icons (Push events, Merge events, Comments, Team) now have a border
that signifies they can be pushed. This not only keeps it in line with the rest
of the application buttons, but it makes it more obvious, especially for the
Merge events button with a checkbox icon.

Fixes #1993

See merge request !1576
This commit is contained in:
Marin Jankovski 2015-02-26 19:44:46 +00:00
commit 5bf492fe1f
1 changed files with 8 additions and 2 deletions

View File

@ -184,6 +184,12 @@
}
}
.event_filter li a {
padding: 5px 10px;
.event_filter {
li a {
padding: 5px 10px;
background: rgba(0,0,0,0.045);
margin-left: 4px;
}
}