Lidarr album studio fix

This commit is contained in:
gilbN 2019-06-03 23:21:31 +02:00
parent d204d32f98
commit 2ee7a7a623
2 changed files with 14 additions and 4 deletions

View File

@ -1200,11 +1200,16 @@ text-decoration: none;
} }
/* ALBUM STUDIO */ /* ALBUM STUDIO */
.AlbumStudioAlbum-season-24TO6, .AlbumStudioAlbum-tracks-2V7st { .AlbumStudioAlbum-album-mOsjl, .AlbumStudioAlbum-tracks-14O0r {
border: none; border: none;
background-color: rgba(0, 0, 0, 0.25); background-color: rgba(0, 0, 0, 0.25);
color: #fff; color: #fff;
}
.AlbumStudioAlbum-missingWanted-1jEbu {
background-color: #f05050;
}
.AlbumStudioAlbum-allTracks-1KGPc {
background-color: #0b8750;
} }
/* CALENDAR */ /* CALENDAR */

View File

@ -1156,11 +1156,16 @@ text-decoration: none;
} }
/* ALBUM STUDIO */ /* ALBUM STUDIO */
.AlbumStudioAlbum-season-24TO6, .AlbumStudioAlbum-tracks-2V7st { .AlbumStudioAlbum-album-mOsjl, .AlbumStudioAlbum-tracks-14O0r {
border: none; border: none;
background-color: rgba(0, 0, 0, 0.25); background-color: rgba(0, 0, 0, 0.25);
color: #fff; color: #fff;
}
.AlbumStudioAlbum-missingWanted-1jEbu {
background-color: #f05050;
}
.AlbumStudioAlbum-allTracks-1KGPc {
background-color: #0b8750;
} }
/* CALENDAR */ /* CALENDAR */