feat(torrent): show torrent H&R tag label in list and detail page

This commit is contained in:
OldHawk
2017-09-07 13:05:41 +08:00
parent 873d29d98e
commit d2edc44283
10 changed files with 63 additions and 3 deletions

View File

@@ -631,6 +631,16 @@ body {
}
}
.label-hnr-info {
color: #eee;
background-color: #333;
&:hover {
cursor: pointer;
color: #f00;
background-color: #000;
}
}
.label-se-info {
color: @mt-base-color;
background-color: #f1f8ff;