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 {
|
||||
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 {
|
||||
border: none !important;
|
||||
|
||||
@ -1035,7 +1035,10 @@ pre {
|
||||
.ImportSeriesSelectSeries\/button\/3CL3L {
|
||||
border: none !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 {
|
||||
border: none !important;
|
||||
background-color: #323232 !important;
|
||||
@ -1110,7 +1113,11 @@ pre {
|
||||
.AgendaEvent\/event\/2a83A:hover {
|
||||
background-color: hsla(0,0%,100%,.08) !important;
|
||||
}
|
||||
|
||||
/*QUEUE PAGE */
|
||||
/* Manual Import*/
|
||||
.SelectEpisodeModalContent\/path\/1Okqk {
|
||||
color: #eee;
|
||||
}
|
||||
/* SETTINGS */
|
||||
|
||||
.Settings\/summary\/3KPAv {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user