mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-03-05 11:41:01 +01:00
feat(torrent): show torrent H&R tag label in list and detail page
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user