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
1 changed files with 4 additions and 6 deletions

View File

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