alternative css for disabled blacklist tags

This commit is contained in:
r888888888
2015-08-18 15:52:11 -07:00
parent 6b96032a4e
commit f93c3a827d
2 changed files with 6 additions and 1 deletions

View File

@@ -62,6 +62,7 @@
var hash = entry.tags.hash();
link.text(entry.tags);
link.addClass("blacklist-toggle");
link.click(Danbooru.Blacklist.toggle_entry);
count.html(entry.hits);
item.append(link);

View File

@@ -48,8 +48,12 @@ article.post-preview {
margin-top: 1em;
}
a.blacklist-toggle {
text-decoration: line-through;
}
a.blacklisted-active {
font-weight: bold;
text-decoration: none;
}
.post-preview.blacklisted-active, #image-container.blacklisted-active {