ソースを参照

Merge pull request #230 from Broele/fix_bootstrap_filter_highlights

Fixed css to show filter correctly
master
Sébastien Lucas 8年前
コミット
b0be1e55f6
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      templates/bootstrap/file.html

+ 2
- 2
templates/bootstrap/file.html ファイルの表示

@@ -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;
}


読み込み中…
キャンセル
保存