Merge pull request #230 from Broele/fix_bootstrap_filter_highlights

Fixed css to show filter correctly
This commit is contained in:
Sébastien Lucas 2015-12-07 17:08:19 +01:00
커밋 b0be1e55f6
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제

파일 보기

@ -128,12 +128,12 @@
opacity: 0.5;
}
.filter-include {
#filter li.filter-include {
border-left:thick solid blue;
opacity: 1;
}
.filter-exclude {
#filter li.filter-exclude {
border-right:thick solid red;
opacity: 1;
}