|
|
@ -161,6 +161,11 @@ a:hover { |
|
|
|
[class*="CheckInput-primaryIsChecked-"] { |
|
|
|
border-color: var(--accent-color) !important; |
|
|
|
background-color: var(--accent-color) !important; |
|
|
|
color: var(--label-text-color) !important; |
|
|
|
} |
|
|
|
|
|
|
|
[class*="CheckInput-input-"][class*="CheckInput-isNotChecked-"] { |
|
|
|
background: #fff; |
|
|
|
} |
|
|
|
|
|
|
|
/* HEADER */ |
|
|
@ -176,35 +181,35 @@ a:hover { |
|
|
|
} |
|
|
|
|
|
|
|
/* LIDARR SPECIFIC */ |
|
|
|
[class*="ArtistSearchInput-sectionTitle-"] { |
|
|
|
[class*="AuthorSearchInput-sectionTitle-"] { |
|
|
|
color: #fff; |
|
|
|
} |
|
|
|
|
|
|
|
[class*="ArtistSearchInput-containerOpen-"] [class*="ArtistSearchInput-artistContainer-"] { |
|
|
|
[class*="AuthorSearchInput-containerOpen-"] [class*="AuthorSearchInput-authorContainer-"] { |
|
|
|
border: none !important; |
|
|
|
background: var(--modal-bg-color); |
|
|
|
color: #fff !important; |
|
|
|
box-shadow: 0 0 10px 1px transparent !important; |
|
|
|
} |
|
|
|
|
|
|
|
[class*="ArtistSearchInput-highlighted-"] { |
|
|
|
[class*="AuthorSearchInput-highlighted-"] { |
|
|
|
background-color: hsla(0, 0%, 100%, .08) |
|
|
|
} |
|
|
|
|
|
|
|
[class*"=ArtistSearchInput-artistContainer-"]::-webkit-scrollbar-thumb, |
|
|
|
[class*="ImportArtistSelectArtist-results-"]::-webkit-scrollbar-thumb { |
|
|
|
[class*"=AuthorSearchInput-authorContainer-"]::-webkit-scrollbar-thumb, |
|
|
|
[class*="ImportAuthorSelectAuthor-results-"]::-webkit-scrollbar-thumb { |
|
|
|
background-color: rgba(255, 255, 255, 0.25); |
|
|
|
} |
|
|
|
|
|
|
|
/* MINI RIGHT SCROLL BAR */ |
|
|
|
[class*="OverlayScroller-thumb-"], |
|
|
|
[class*="ImportArtistSelectArtist-results-"]::-webkit-scrollbar-thumb, |
|
|
|
[class*="ImportAuthorSelectAuthor-results-"]::-webkit-scrollbar-thumb, |
|
|
|
[class*="Scroller-scroller-"]::-webkit-scrollbar-thumb { |
|
|
|
background-color: hsla(0, 0%, 100%, .08) !important; |
|
|
|
} |
|
|
|
|
|
|
|
[class*="OverlayScroller-thumb-"]:hover, |
|
|
|
[class*="ImportArtistSelectArtist-results-"]::-webkit-scrollbar-thumb:hover, |
|
|
|
[class*="ImportAuthorSelectAuthor-results-"]::-webkit-scrollbar-thumb:hover, |
|
|
|
[class*="Scroller-scroller-"]::-webkit-scrollbar-thumb:hover { |
|
|
|
background-color: rgba(255, 255, 255, 0.25) !important; |
|
|
|
} |
|
|
@ -220,6 +225,7 @@ a:hover { |
|
|
|
[class*="EnhancedSelectInputOption-isSelected-"], |
|
|
|
[class*="EnhancedSelectInputOption-isSelected-"]:hover { |
|
|
|
background-color: rgba(255, 255, 255, 0.20) !important; |
|
|
|
color: var(--text-hover); |
|
|
|
} |
|
|
|
|
|
|
|
[class*="EnhancedSelectInputOption-option-"]:hover { |
|
|
@ -268,27 +274,27 @@ a:hover { |
|
|
|
|
|
|
|
/* LIBRARY PAGE */ |
|
|
|
/* LIDARR SPECIFIC */ |
|
|
|
[class*="ArtistIndexPoster-controls-"] { |
|
|
|
background-color: #000 !important; |
|
|
|
[class*="AuthorIndexPoster-controls-"] { |
|
|
|
background-color: var(--accent-color) !important; |
|
|
|
} |
|
|
|
|
|
|
|
/* OVERVIEW PAGE */ |
|
|
|
|
|
|
|
/* OVERVIEW PAGE */ |
|
|
|
[class*="ArtistIndexOverview-container-"], |
|
|
|
[class*="ArtistIndexOverview-container-"]:hover { |
|
|
|
[class*="AuthorIndexOverview-container-"], |
|
|
|
[class*="AuthorIndexOverview-container-"]:hover { |
|
|
|
background-color: transparent !important; |
|
|
|
} |
|
|
|
|
|
|
|
[class*="ArtistIndexOverview-container-"]:hover [class*="ArtistIndexOverview-content-"] { |
|
|
|
[class*="AuthorIndexOverview-container-"]:hover [class*="AuthorIndexOverview-content-"] { |
|
|
|
background-color: transparent; |
|
|
|
} |
|
|
|
|
|
|
|
[class*="ArtistIndexOverview-content-"]:hover { |
|
|
|
[class*="AuthorIndexOverview-content-"]:hover { |
|
|
|
background-color: hsla(0, 0%, 100%, .08) !important; |
|
|
|
} |
|
|
|
|
|
|
|
[class*="ArtistIndexOverview-link-"]:hover { |
|
|
|
[class*="AuthorIndexOverview-link-"]:hover { |
|
|
|
text-decoration: none; |
|
|
|
} |
|
|
|
|
|
|
@ -302,16 +308,16 @@ a:hover { |
|
|
|
|
|
|
|
|
|
|
|
/*ARTIST PAGE*/ |
|
|
|
[class*="ArtistDetailsSeason-albumType-"], |
|
|
|
[class*="ArtistDetailsSeason-collapseButtonContainer-"] { |
|
|
|
[class*="AuthorDetailsSeason-albumType-"], |
|
|
|
[class*="AuthorDetailsSeason-collapseButtonContainer-"] { |
|
|
|
border: none !important; |
|
|
|
background-color: rgba(0, 0, 0, .25) !important; |
|
|
|
} |
|
|
|
|
|
|
|
[class*="ArtistDetailsSeason-header-"], |
|
|
|
[class*="ArtistDetailsSeason-albumCount-"], |
|
|
|
[class*="ArtistDetails-metadataMessage-"], |
|
|
|
[class*="ArtistDetailsSeason-albumCount-"] { |
|
|
|
[class*="AuthorDetailsSeason-header-"], |
|
|
|
[class*="AuthorDetailsSeason-albumCount-"], |
|
|
|
[class*="AuthorDetails-metadataMessage-"], |
|
|
|
[class*="AuthorDetailsSeason-albumCount-"] { |
|
|
|
color: #fff; |
|
|
|
} |
|
|
|
|
|
|
@ -367,12 +373,12 @@ a:hover { |
|
|
|
background-color: rgba(0, 0, 0, .25); |
|
|
|
} |
|
|
|
|
|
|
|
[class*="ArtistIndexProgressBar-progress-"] { |
|
|
|
[class*="AuthorIndexProgressBar-progress-"] { |
|
|
|
background-color: hsla(0, 0%, 100%, .08); |
|
|
|
} |
|
|
|
|
|
|
|
[class*="ArtistIndexBanner-title-"], |
|
|
|
[class*="ArtistIndexBannerInfo-info-"] { |
|
|
|
[class*="AuthorIndexBanner-title-"], |
|
|
|
[class*="AuthorIndexBannerInfo-info-"] { |
|
|
|
background-color: rgba(0, 0, 0, .25); |
|
|
|
color: #fff; |
|
|
|
} |
|
|
@ -405,7 +411,16 @@ a:hover { |
|
|
|
color: var(--text); |
|
|
|
} |
|
|
|
|
|
|
|
[class*="Label-default-"] [class*="IconButton-button-"] { |
|
|
|
color: var(--label-text-color); |
|
|
|
} |
|
|
|
|
|
|
|
[class*="IconButton-button-"]:hover { |
|
|
|
background-color: transparent; |
|
|
|
color: var(--label-text-color); |
|
|
|
} |
|
|
|
|
|
|
|
[class*="Table-tableContainer-"] [class*="IconButton-button-"]:hover { |
|
|
|
background-color: transparent; |
|
|
|
color: var(--text-hover); |
|
|
|
} |
|
|
@ -425,12 +440,12 @@ a:hover { |
|
|
|
/* Table options*/ |
|
|
|
[class*="TableOptionsColumn-column-"] { |
|
|
|
background: rgba(0, 0, 0, .25); |
|
|
|
color: #FFF; |
|
|
|
color: var(--text-hover); |
|
|
|
border: none; |
|
|
|
} |
|
|
|
|
|
|
|
[class*="TableHeaderCell-headerCell-"] { |
|
|
|
color: #fff; |
|
|
|
color: var(--text-hover); |
|
|
|
} |
|
|
|
|
|
|
|
[class*="Table-table-"] { |
|
|
@ -479,10 +494,10 @@ a:hover { |
|
|
|
} |
|
|
|
|
|
|
|
/* POSTERS */ |
|
|
|
[class*="ArtistIndexPoster-title-"], |
|
|
|
[class*="ArtistIndexPosterInfo-info-"] { |
|
|
|
[class*="AuthorIndexPoster-title-"], |
|
|
|
[class*="AuthorIndexPosterInfo-info-"] { |
|
|
|
background-color: rgba(255, 255, 255, 0.08); |
|
|
|
color: var(--text); |
|
|
|
color: var(--text-hover); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -519,7 +534,7 @@ a:hover { |
|
|
|
[class*="CheckInput-isIndeterminate-"] { |
|
|
|
border: none; |
|
|
|
background-color: rgba(255, 255, 255, 0.08); |
|
|
|
color: var(--label-text-color); |
|
|
|
color: #fff; |
|
|
|
} |
|
|
|
|
|
|
|
[class*="AuthorSearchInput-input-"][class*="Input-input-"] { |
|
|
@ -532,7 +547,7 @@ a:hover { |
|
|
|
background: transparent; |
|
|
|
} |
|
|
|
|
|
|
|
[class*="ArtistSearchResult-alternateTitle-"] { |
|
|
|
[class*="AuthorSearchResult-alternateTitle-"] { |
|
|
|
color: #ffffff; |
|
|
|
font-size: 12px; |
|
|
|
} |
|
|
@ -557,18 +572,18 @@ a:hover { |
|
|
|
} |
|
|
|
|
|
|
|
/* SEARCH RESULTS */ |
|
|
|
[class*="AddNewArtistSearchResult-year-"] { |
|
|
|
[class*="AddNewAuthorSearchResult-year-"] { |
|
|
|
color: #fff; |
|
|
|
} |
|
|
|
|
|
|
|
[class*="AddNewArtistSearchResult-searchResult-"], |
|
|
|
[class*="AddNewArtistSearchResult-underlay-"], |
|
|
|
[class*="AddNewAuthorSearchResult-searchResult-"], |
|
|
|
[class*="AddNewAuthorSearchResult-underlay-"], |
|
|
|
[class*="AddNewAlbumSearchResult-underlay-"] { |
|
|
|
background-color: transparent; |
|
|
|
} |
|
|
|
|
|
|
|
[class*="AddNewArtistSearchResult-searchResult-"]:hover, |
|
|
|
[class*="AddNewArtistSearchResult-underlay-"]:hover, |
|
|
|
[class*="AddNewAuthorSearchResult-searchResult-"]:hover, |
|
|
|
[class*="AddNewAuthorSearchResult-underlay-"]:hover, |
|
|
|
[class*="AddNewAlbumSearchResult-underlay-"]:hover { |
|
|
|
background-color: hsla(0, 0%, 100%, .08); |
|
|
|
color: inherit; |
|
|
@ -579,19 +594,23 @@ a:hover { |
|
|
|
color: #fff; |
|
|
|
} |
|
|
|
|
|
|
|
[class*="RootFolderSelectInputOption-freeSpace-"] { |
|
|
|
color: var(--text-muted); |
|
|
|
} |
|
|
|
|
|
|
|
/* IMPORT ARTIST */ |
|
|
|
[class*="ImportArtistSelectArtist-content-"], |
|
|
|
[class*="ImportArtistSelectArtist-searchIconContainer-"] { |
|
|
|
[class*="ImportAuthorSelectAuthor-content-"], |
|
|
|
[class*="ImportAuthorSelectAuthor-searchIconContainer-"] { |
|
|
|
background: var(--modal-bg-color); |
|
|
|
color: #FFF; |
|
|
|
border: 1px solid transparent; |
|
|
|
} |
|
|
|
|
|
|
|
[class*="ImportArtistName-disambiguation-"] { |
|
|
|
[class*="ImportAuthorName-disambiguation-"] { |
|
|
|
color: var(--text-muted); |
|
|
|
} |
|
|
|
|
|
|
|
[class*="ImportArtistSearchResult-artist-"]:hover { |
|
|
|
[class*="ImportAuthorSearchResult-author-"]:hover { |
|
|
|
background-color: rgba(255, 255, 255, 0.08); |
|
|
|
} |
|
|
|
|
|
|
@ -610,7 +629,7 @@ a:hover { |
|
|
|
|
|
|
|
/* IMPORT */ |
|
|
|
/* Text color */ |
|
|
|
[class*="ImportArtistSelectFolder-header-"] { |
|
|
|
[class*="ImportAuthorSelectFolder-header-"] { |
|
|
|
color: #FFF; |
|
|
|
} |
|
|
|
|
|
|
@ -621,7 +640,7 @@ a:hover { |
|
|
|
|
|
|
|
/* IMPORT NEW ARTIST */ |
|
|
|
/* Drop down menu/button*/ |
|
|
|
[class*="ImportArtistSelectArtist-button-"] { |
|
|
|
[class*="ImportAuthorSelectAuthor-button-"] { |
|
|
|
border: none; |
|
|
|
background-color: rgba(0, 0, 0, 0.25) !important; |
|
|
|
color: #fff; |
|
|
@ -802,7 +821,6 @@ a:hover { |
|
|
|
[class*="ReleaseProfiles-center-"] { |
|
|
|
background-color: transparent; |
|
|
|
border: none; |
|
|
|
color: var(--text); |
|
|
|
} |
|
|
|
|
|
|
|
[class*="QualityProfileItem-qualityProfileItem-"], |
|
|
@ -837,7 +855,6 @@ a:hover { |
|
|
|
[class*="Indexers-center-"] { |
|
|
|
background-color: transparent; |
|
|
|
border: none; |
|
|
|
color: var(--text); |
|
|
|
} |
|
|
|
|
|
|
|
[class*="Card-card-"], |
|
|
@ -853,7 +870,6 @@ a:hover { |
|
|
|
[class*="RootFolders-center-"] { |
|
|
|
background-color: transparent; |
|
|
|
border: none; |
|
|
|
color: var(--text); |
|
|
|
} |
|
|
|
|
|
|
|
[class*="RootFolders-center-"] { |
|
|
@ -874,21 +890,18 @@ a:hover { |
|
|
|
[class*="DownloadClients-center-"] { |
|
|
|
background-color: transparent; |
|
|
|
border: none; |
|
|
|
color: var(--text); |
|
|
|
} |
|
|
|
|
|
|
|
/* CONNECTIONS */ |
|
|
|
[class*="Notifications-center-"] { |
|
|
|
background-color: transparent; |
|
|
|
border: none; |
|
|
|
color: var(--text); |
|
|
|
} |
|
|
|
|
|
|
|
/* LISTS */ |
|
|
|
[class*="ImportLists-center-"] { |
|
|
|
background-color: transparent; |
|
|
|
border: none; |
|
|
|
color: var(--text); |
|
|
|
} |
|
|
|
|
|
|
|
/* LOG */ |
|
|
@ -1013,6 +1026,7 @@ input[type=password] { |
|
|
|
|
|
|
|
[class*="AuthorDetails-tabList-"] { |
|
|
|
border-bottom: 1px solid rgb(255 255 255 / 50%); |
|
|
|
color: var(--text-hover); |
|
|
|
} |
|
|
|
|
|
|
|
[class*="BookDetails-selectedTab-"] { |
|
|
@ -1050,9 +1064,6 @@ input[type=password] { |
|
|
|
} |
|
|
|
|
|
|
|
/*Search Tab*/ |
|
|
|
[class*="MenuButton-menuButton-"] { |
|
|
|
color: #FFF; |
|
|
|
} |
|
|
|
|
|
|
|
[class*="AuthorDetails-selectedTab-"] { |
|
|
|
border-bottom: 4px solid var(--accent-color); |
|
|
|