alternative css for disabled blacklist tags
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user