Add another indicator of the selected tag.

This commit is contained in:
Sébastien Lucas 2013-12-12 22:45:34 +01:00
parent 509b58b456
commit c9eaa60609

View file

@ -90,19 +90,17 @@ opacity: 0.5;
} }
.filter-include:after { .filter-include:after {
content: "\fa99"; content: "";
} }
.filter-exclude:after {
content: "\fa9d";
}
.filter-exclude { .filter-exclude {
border-right:thick solid red; border-right:thick solid red;
opacity: 1; opacity: 1;
} }
.filter-exclude:after {
content: " ✗";
}
img img
{ {