sonarr v3 fix
This commit is contained in:
parent
4142738569
commit
b7463b8e97
@ -730,6 +730,22 @@ pre {
|
|||||||
.TableOptionsColumn-column-2z0me {
|
.TableOptionsColumn-column-2z0me {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
/* File Name Tokens */
|
||||||
|
.NamingOption-option-33lWx {
|
||||||
|
border: 0px;
|
||||||
|
}
|
||||||
|
.NamingOption-token-1veip {
|
||||||
|
background-color: #1f1f1f;
|
||||||
|
}
|
||||||
|
.NamingOption-example-2-1sK {
|
||||||
|
background-color: #333333;
|
||||||
|
}
|
||||||
|
.NamingOption-option-33lWx:hover .NamingOption-token-1veip:hover {
|
||||||
|
background-color: #383838;
|
||||||
|
}
|
||||||
|
.NamingOption-option-33lWx:hover .NamingOption-example-2-1sK {
|
||||||
|
background-color: #4e4e4e;
|
||||||
|
}
|
||||||
/* -------------------------LIDARR STUFF------------------------------*/
|
/* -------------------------LIDARR STUFF------------------------------*/
|
||||||
|
|
||||||
.LoadingIndicator-ripple-1264V {
|
.LoadingIndicator-ripple-1264V {
|
||||||
|
|||||||
@ -560,6 +560,153 @@ pre {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* -------------------------SONARR V3------------------------------*/
|
||||||
|
|
||||||
|
/* Error/loading page */
|
||||||
|
|
||||||
|
.Page-page-10MZd, .ErrorPage-version-1NWV-, .LoadingMessage-loadingMessage-2gMqW {
|
||||||
|
color: white !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Series Overview page */
|
||||||
|
.SeriesIndexPoster-title-1LWvk, .SeriesIndexPoster-nextAiring-2dTrg, .SeriesIndexPosterInfo-info-URLdY {
|
||||||
|
background-color: rgba(0, 0, 0, .25) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.SeriesIndexOverview-container-2zNbo:hover .SeriesIndexOverview-content-3ZT3A {
|
||||||
|
background-color: hsla(0,0%,100%,.08) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Series X page */
|
||||||
|
.SeriesDetailsSeason-season-1YnGm, .SeriesDetailsSeason-collapseButtonContainer-3XxzX {
|
||||||
|
border: none !important;
|
||||||
|
background-color: rgba(0, 0, 0, .25) !important;
|
||||||
|
}
|
||||||
|
.SeriesDetails-seriesNavigationButton-1lMzE {
|
||||||
|
margin-right: 8px !important;
|
||||||
|
color: hsla(0,0%,100%,.7) !important;
|
||||||
|
}
|
||||||
|
.SeriesDetails-seriesNavigationButton-1lMzE:hover {
|
||||||
|
color: #FFF !important;
|
||||||
|
}
|
||||||
|
.SeriesDetailsSeason-actionButton-3v1uD {
|
||||||
|
color: hsla(0,0%,100%,.7) !important;
|
||||||
|
}
|
||||||
|
.SeriesDetailsSeason-actionButton-3v1uD:hover {
|
||||||
|
color: #FFF !important;
|
||||||
|
}
|
||||||
|
.IconButton-button-20Niq:hover {
|
||||||
|
color: #fff !important;
|
||||||
|
}
|
||||||
|
.fa-search {
|
||||||
|
color: hsla(0,0%,100%,.7) !important;
|
||||||
|
}
|
||||||
|
.fa-search:hover {
|
||||||
|
color: #FFF !important;
|
||||||
|
}
|
||||||
|
/* Search page */
|
||||||
|
.AddNewSeriesSearchResult-searchResult-30ozE {
|
||||||
|
background-color: rgba(0, 0, 0, .25) !important;
|
||||||
|
}
|
||||||
|
.AddNewSeriesSearchResult-searchResult-30ozE:hover {
|
||||||
|
background-color: hsla(0,0%,100%,.08) !important;
|
||||||
|
}
|
||||||
|
.AddNewSeries-searchIconContainer-3iiEV {
|
||||||
|
border: none !important;
|
||||||
|
background-color: rgba(0, 0, 0, .25) !important;
|
||||||
|
}
|
||||||
|
.SeriesSearchInput-containerOpen-3CRkE .SeriesSearchInput-seriesContainer-3lxJI {
|
||||||
|
border: none !important;
|
||||||
|
background-color: #12181d !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.SeriesSearchInput-sectionTitle-3he-k {
|
||||||
|
color: #fff !important;
|
||||||
|
}
|
||||||
|
/* Import page page */
|
||||||
|
.ImportSeriesSelectSeries-button-AkdHs {
|
||||||
|
border: none !important;
|
||||||
|
background-color: rgba(0, 0, 0, .25) !important;
|
||||||
|
}
|
||||||
|
.ImportSeriesSelectSeries-content-2AQQa, .ImportSeriesSelectSeries-searchIconContainer-WJlHu {
|
||||||
|
border: none !important;
|
||||||
|
background-color: #323232 !important;
|
||||||
|
color: white !important;
|
||||||
|
}
|
||||||
|
.ImportSeriesSearchResult-series-wStU8:hover {
|
||||||
|
background-color: hsla(0,0%,100%,.08) !important;
|
||||||
|
}
|
||||||
|
.ImportSeriesTitle-year-29XGK {
|
||||||
|
color: white !important;
|
||||||
|
}
|
||||||
|
/* Season pass page */
|
||||||
|
.SeasonPassSeason-season-3Lc-4 {
|
||||||
|
border: none;
|
||||||
|
background-color: rgba(0, 0, 0, .25) !important;
|
||||||
|
}
|
||||||
|
.SeasonPassSeason-allEpisodes-vxHTz {
|
||||||
|
background-color: #5cb85c;
|
||||||
|
}
|
||||||
|
/* Calendar page */
|
||||||
|
.CalendarEvent-seriesTitle-1JEPE {
|
||||||
|
color: #ffffff !important;
|
||||||
|
|
||||||
|
}
|
||||||
|
.CalendarEvent-downloaded-1wXUG {
|
||||||
|
border-left-color: #5cb85c!important;
|
||||||
|
}
|
||||||
|
.CalendarEvent-event-27nY_ {
|
||||||
|
border-bottom: none !important;
|
||||||
|
}
|
||||||
|
.CalendarEvent-event-27nY_:hover {
|
||||||
|
background-color: hsla(0,0%,100%,.08) !important;
|
||||||
|
border-bottom: none !important;
|
||||||
|
}
|
||||||
|
.AgendaEvent-event-1-I4T:hover {
|
||||||
|
background-color: hsla(0,0%,100%,.08) !important;
|
||||||
|
}
|
||||||
|
/* Activity page */
|
||||||
|
.EpisodeTitleLink-link-1ZCTO:hover {
|
||||||
|
color: #f9be03 !important;
|
||||||
|
}
|
||||||
|
/* Settings page */
|
||||||
|
.FormLabel-label-33NSU {
|
||||||
|
font-weight: normal !important;
|
||||||
|
}
|
||||||
|
.FormInputHelpText-helpText-1p8aX {
|
||||||
|
color: #ffffff !important;
|
||||||
|
}
|
||||||
|
/* Settings language modal */
|
||||||
|
.LanguageProfileItem-languageProfileItem-1lE9m {
|
||||||
|
border: none !important;
|
||||||
|
background: #1e1e1e !important;
|
||||||
|
}
|
||||||
|
.OverlayScroller-thumb-1hKLj {
|
||||||
|
background-color: hsla(0,0%,100%,.08) !important;
|
||||||
|
}
|
||||||
|
.OverlayScroller-thumb-1hKLj:hover {
|
||||||
|
background-color: hsla(0,0%,100%,.08) !important;
|
||||||
|
}
|
||||||
|
/* Modal table options */
|
||||||
|
.TableOptionsColumn-column-2z0me {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
/* File Name Tokens */
|
||||||
|
.NamingOption-option-33lWx {
|
||||||
|
border: 0px;
|
||||||
|
}
|
||||||
|
.NamingOption-token-1veip {
|
||||||
|
background-color: #1f1f1f;
|
||||||
|
}
|
||||||
|
.NamingOption-example-2-1sK {
|
||||||
|
background-color: #333333;
|
||||||
|
}
|
||||||
|
.NamingOption-option-33lWx:hover .NamingOption-token-1veip:hover {
|
||||||
|
background-color: #383838;
|
||||||
|
}
|
||||||
|
.NamingOption-option-33lWx:hover .NamingOption-example-2-1sK {
|
||||||
|
background-color: #4e4e4e;
|
||||||
|
}
|
||||||
/* -------------------------LIDARR STUFF------------------------------*/
|
/* -------------------------LIDARR STUFF------------------------------*/
|
||||||
|
|
||||||
.LoadingIndicator-ripple-1264V {
|
.LoadingIndicator-ripple-1264V {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user