From d277d247f3e5940d3cb554270c205bcaf494d4b3 Mon Sep 17 00:00:00 2001 From: Klaus Broelemann Date: Sat, 5 Dec 2015 00:33:34 +0100 Subject: [PATCH] Fixed css to show filter correctly --- templates/bootstrap/file.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/bootstrap/file.html b/templates/bootstrap/file.html index b04b20e..1b04315 100644 --- a/templates/bootstrap/file.html +++ b/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; }