From b7463b8e972cec161da4daeb1c5d57e684125013 Mon Sep 17 00:00:00 2001 From: GilbN Date: Sun, 9 Dec 2018 23:19:27 +0100 Subject: [PATCH] sonarr v3 fix --- CSS/themes/orgarr-plex.css | 16 ++++ CSS/themes/orgarr.css | 147 +++++++++++++++++++++++++++++++++++++ 2 files changed, 163 insertions(+) diff --git a/CSS/themes/orgarr-plex.css b/CSS/themes/orgarr-plex.css index 6efbfb50..1f554439 100644 --- a/CSS/themes/orgarr-plex.css +++ b/CSS/themes/orgarr-plex.css @@ -730,6 +730,22 @@ pre { .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------------------------------*/ .LoadingIndicator-ripple-1264V { diff --git a/CSS/themes/orgarr.css b/CSS/themes/orgarr.css index ef6993d0..7b4a3332 100644 --- a/CSS/themes/orgarr.css +++ b/CSS/themes/orgarr.css @@ -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------------------------------*/ .LoadingIndicator-ripple-1264V {