fix for #39, couldn't find the same class for radarr
This commit is contained in:
parent
73a4268360
commit
277b5df312
@ -1077,7 +1077,7 @@ pre {
|
|||||||
}
|
}
|
||||||
.ImportMovieSelectMovie-button-3CL3L, .ImportMovieSelectMovie-button-1dL1Z {
|
.ImportMovieSelectMovie-button-3CL3L, .ImportMovieSelectMovie-button-1dL1Z {
|
||||||
border: none !important;
|
border: none !important;
|
||||||
background-color: rgba(255, 255, 255, 0.08) !important;
|
background-color: rgba(0, 0, 0, 0.25) !important;
|
||||||
}
|
}
|
||||||
.ImportMovieSelectMovie-content-3oSDj, .ImportMovieSelectMovie-searchIconContainer-1wOES, .ImportMovieSelectMovie-content-fSTb8, .ImportMovieSelectMovie-searchIconContainer-2yf6b {
|
.ImportMovieSelectMovie-content-3oSDj, .ImportMovieSelectMovie-searchIconContainer-1wOES, .ImportMovieSelectMovie-content-fSTb8, .ImportMovieSelectMovie-searchIconContainer-2yf6b {
|
||||||
border: none !important;
|
border: none !important;
|
||||||
|
|||||||
@ -1035,6 +1035,9 @@ pre {
|
|||||||
.ImportSeriesSelectSeries\/button\/3CL3L {
|
.ImportSeriesSelectSeries\/button\/3CL3L {
|
||||||
border: none !important;
|
border: none !important;
|
||||||
background-color: rgba(0, 0, 0, .25) !important;
|
background-color: rgba(0, 0, 0, .25) !important;
|
||||||
|
}
|
||||||
|
.ImportSeriesSearchResult\/series\/2BXMC:hover {
|
||||||
|
background-color: rgba(0, 0, 0, 0.25);
|
||||||
}
|
}
|
||||||
.ImportSeriesSelectSeries\/content\/3oSDj, .ImportSeriesSelectSeries\/searchIconContainer\/1wOES {
|
.ImportSeriesSelectSeries\/content\/3oSDj, .ImportSeriesSelectSeries\/searchIconContainer\/1wOES {
|
||||||
border: none !important;
|
border: none !important;
|
||||||
@ -1110,7 +1113,11 @@ pre {
|
|||||||
.AgendaEvent\/event\/2a83A:hover {
|
.AgendaEvent\/event\/2a83A:hover {
|
||||||
background-color: hsla(0,0%,100%,.08) !important;
|
background-color: hsla(0,0%,100%,.08) !important;
|
||||||
}
|
}
|
||||||
|
/*QUEUE PAGE */
|
||||||
|
/* Manual Import*/
|
||||||
|
.SelectEpisodeModalContent\/path\/1Okqk {
|
||||||
|
color: #eee;
|
||||||
|
}
|
||||||
/* SETTINGS */
|
/* SETTINGS */
|
||||||
|
|
||||||
.Settings\/summary\/3KPAv {
|
.Settings\/summary\/3KPAv {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user