mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
TheTvDb link is now an icon on AddSeries.
This commit is contained in:
@@ -39,6 +39,12 @@
|
||||
|
||||
.tvDbLink {
|
||||
color: #065EFE;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 5px center;
|
||||
background-image:url('../../Content/Images/thetvdb.png');
|
||||
width: 22px;
|
||||
height: 20px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.tvDbLink:hover {
|
||||
@@ -72,7 +78,7 @@
|
||||
});
|
||||
|
||||
$(document).on('click', '.tvDbLink', function (event) {
|
||||
var url = $(this).text();
|
||||
var url = $(this).attr('rel');
|
||||
window.open(url, 'thetvdb');
|
||||
event.preventDefault();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user