sonarrv3: fixed css selctor update....Please clear cache!
This commit is contained in:
parent
9a3b684dc1
commit
13e850b1ef
@ -144,9 +144,6 @@ body {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.FormInputHelpText-helpText-3_AVV {
|
|
||||||
color: #ffffff;
|
|
||||||
}
|
|
||||||
/* /Movies/Series/Season page */
|
/* /Movies/Series/Season page */
|
||||||
.started #page {
|
.started #page {
|
||||||
background-color: rgba(0, 0, 0, .25);
|
background-color: rgba(0, 0, 0, .25);
|
||||||
@ -632,114 +629,118 @@ pre {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* -------------------------SONARR V3------------------------------*/
|
/* -------------------------SONARR V3------------------------------*/
|
||||||
/* Sonarr v3 Dark theme */
|
/* Sonarr v3 theme */
|
||||||
|
|
||||||
/* VERSION 2 */
|
/* VERSION 2 */
|
||||||
|
/* Froms */
|
||||||
|
.FormInputHelpText\/helpText\/3_AVV {
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
/* LINKS */
|
/* LINKS */
|
||||||
.Link-to-6fmSq {
|
.Link\/to\/6fmSq {
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
}
|
}
|
||||||
.Link-to-6fmSq:hover {
|
.Link\/to\/6fmSq:hover {
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* LOADING PAGE */
|
/* LOADING PAGE */
|
||||||
.ErrorPage-page-3GptQ, .ErrorPage-version-3txe6, .LoadingMessage-loadingMessage-1gR5r {
|
.ErrorPage\/page\/3GptQ, .ErrorPage\/version\/3txe6, .LoadingMessage\/loadingMessage\/1gR5r {
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
}
|
}
|
||||||
.LoadingIndicator-ripple-358v5 {
|
.LoadingIndicator\/ripple\/358v5 {
|
||||||
border: 2px solid #fff;
|
border: 2px solid #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* MODAL */
|
/* MODAL */
|
||||||
.ModalHeader-modalHeader-gpcvG {
|
.ModalHeader\/modalHeader\/gpcvG {
|
||||||
background: var(--main-bg-color);
|
background: var(--main-bg-color);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
border-bottom: 1px solid hsla(0,0%,100%,.08);
|
border-bottom: 1px solid hsla(0,0%,100%,.08);
|
||||||
}
|
}
|
||||||
.ModalContent-modalContent--txrl {
|
.ModalContent\/modalContent\/-txrl {
|
||||||
background: var(--main-bg-color);
|
background: var(--main-bg-color);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
.ModalFooter-modalFooter-1N5Ku {
|
.ModalFooter\/modalFooter\/1N5Ku {
|
||||||
background: var(--main-bg-color);
|
background: var(--main-bg-color);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
border-top: 1px solid hsla(0,0%,100%,.08);
|
border-top: 1px solid hsla(0,0%,100%,.08);
|
||||||
}
|
}
|
||||||
.ModalContent-closeButton-37Puk:hover {
|
.ModalContent\/closeButton\/37Puk:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* INPUT */
|
/* INPUT */
|
||||||
.TagInput-internalInput-Jbb1T {
|
.TagInput\/internalInput\/Jbb1T {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
.SelectInput-select-1qCdc {
|
.SelectInput\/select\/1qCdc {
|
||||||
background-color: #1e1e1e !important;
|
background-color: #1e1e1e !important;
|
||||||
}
|
}
|
||||||
.AutoSuggestInput-suggestionsList-_bVXO, .AutoSuggestInput-suggestionsContainerOpen-3TAB7, .AutoSuggestInput-suggestionsContainer-3MmlD {
|
.AutoSuggestInput\/suggestionsList\/_bVXO, .AutoSuggestInput\/suggestionsContainerOpen\/3TAB7, .AutoSuggestInput\/suggestionsContainer\/3MmlD {
|
||||||
background-color: #323232 !important;
|
background-color: #323232 !important;
|
||||||
color: white;
|
color: white;
|
||||||
border: none !important;
|
border: none !important;
|
||||||
}
|
}
|
||||||
.AutoSuggestInput-suggestionHighlighted-2BWyt {
|
.AutoSuggestInput\/suggestionHighlighted\/2BWyt {
|
||||||
background-color: hsla(0,0%,100%,.08);
|
background-color: hsla(0,0%,100%,.08);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* HEADER */
|
/* HEADER */
|
||||||
|
|
||||||
.PageHeader-header-1IhlM {
|
.PageHeader\/header\/1IhlM {
|
||||||
background-color: rgba(0, 0, 0, .7);
|
background-color: rgba(0, 0, 0, .7);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* SEARCH DROPDOWN HEADER */
|
/* SEARCH DROPDOWN HEADER */
|
||||||
.SeriesSearchInput-seriesContainer-2yDTR {
|
.SeriesSearchInput\/seriesContainer\/2yDTR {
|
||||||
border: none !important;
|
border: none !important;
|
||||||
background: var(--modal-bg-color);
|
background: var(--modal-bg-color);
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
box-shadow: 0 0 10px 1px #000000 !important;
|
box-shadow: 0 0 10px 1px #000000 !important;
|
||||||
}
|
}
|
||||||
.SeriesSearchInput-highlighted-15xAK {
|
.SeriesSearchInput\/highlighted\/15xAK {
|
||||||
background-color: hsla(0,0%,100%,.08);
|
background-color: hsla(0,0%,100%,.08);
|
||||||
}
|
}
|
||||||
.PageHeader-donate-ZT-3N {
|
.PageHeader\/donate\/ZT-3N {
|
||||||
color: #c4273c !important;
|
color: #c4273c !important;
|
||||||
}
|
}
|
||||||
.SeriesSearchInput-seriesContainer-2yDTR::-webkit-scrollbar-thumb {
|
.SeriesSearchInput\/seriesContainer\/2yDTR::-webkit-scrollbar-thumb {
|
||||||
background-color: rgba(255, 255, 255, 0.25);
|
background-color: rgba(255, 255, 255, 0.25);
|
||||||
}
|
}
|
||||||
.SeriesSearchInput-sectionTitle-jIgg0 {
|
.SeriesSearchInput\/sectionTitle\/jIgg0 {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* SIDE MENU */
|
/* SIDE MENU */
|
||||||
.PageSidebar-sidebar-2UXc0 {
|
.PageSidebar\/sidebar\/2UXc0 {
|
||||||
background-color: rgba(0, 0, 0, .45);
|
background-color: rgba(0, 0, 0, .45);
|
||||||
}
|
}
|
||||||
.PageSidebar-sidebarContainer-3Hxpq {
|
.PageSidebar\/sidebarContainer\/3Hxpq {
|
||||||
background-color: rgba(0, 0, 0, .45) !important;
|
background-color: rgba(0, 0, 0, .45) !important;
|
||||||
}
|
}
|
||||||
.PageSidebar-sidebar-3IOcI {
|
.PageSidebar\/sidebar\/3IOcI {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
.PageSidebarItem-link-TuHn2:hover, .PageSidebarItem-link-TuHn2:focus {
|
.PageSidebarItem\/link\/TuHn2:hover, .PageSidebarItem\/link\/TuHn2:focus {
|
||||||
color: #FFF !important;
|
color: #FFF !important;
|
||||||
background-color: hsla(0,0%,100%,.08);
|
background-color: hsla(0,0%,100%,.08);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
.PageSidebarItem-isActiveLink-1Hupc {
|
.PageSidebarItem\/isActiveLink\/1Hupc {
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
background-color: hsla(0,0%,100%,.08);
|
background-color: hsla(0,0%,100%,.08);
|
||||||
}
|
}
|
||||||
.PageSidebarItem-isActiveParentLink-2uxKf {
|
.PageSidebarItem\/isActiveParentLink\/2uxKf {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 768px) {
|
@media only screen and (max-width: 768px) {
|
||||||
.PageSidebar-sidebarContainer-3Hxpq {
|
.PageSidebar\/sidebarContainer\/3Hxpq {
|
||||||
background: var(--main-bg-color) !important;
|
background: var(--main-bg-color) !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -747,166 +748,173 @@ pre {
|
|||||||
/* SERIES PAGE */
|
/* SERIES PAGE */
|
||||||
|
|
||||||
/* OVERVIEW PAGE */
|
/* OVERVIEW PAGE */
|
||||||
.SeriesIndexOverview-container-4LMzH, .SeriesIndexOverview-container-4LMzH:hover {
|
|
||||||
|
.SeriesIndexPoster\/controls\/prEIO {
|
||||||
|
background-color: #000 !important;
|
||||||
|
}
|
||||||
|
.SeriesIndexOverview\/container\/4LMzH, .SeriesIndexOverview\/container\/4LMzH:hover {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
.SeriesIndexOverview-content-3GKJk:hover {
|
.SeriesIndexOverview\/content\/3GKJk:hover {
|
||||||
background-color: hsla(0,0%,100%,.08) !important;
|
background-color: hsla(0,0%,100%,.08) !important;
|
||||||
}
|
}
|
||||||
.SeriesIndexOverview-container-4LMzH:hover .SeriesIndexOverview-content-3GKJk {
|
.SeriesIndexOverview\/container\/4LMzH:hover .SeriesIndexOverview\/content\/3GKJk {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
.SeriesIndexOverview-link-1i54B:hover {
|
.SeriesIndexOverview\/link\/1i54B:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
.ProgressBar-container-14z4A {
|
.ProgressBar\/container\/14z4A {
|
||||||
background-color: rgba(255, 255, 255, 0.25);
|
background-color: rgba(255, 255, 255, 0.25);
|
||||||
}
|
}
|
||||||
/* SHOW PAGE */
|
/* SHOW PAGE */
|
||||||
.SeriesDetailsSeason-season-3XIYa, .SeriesDetailsSeason-collapseButtonContainer-3XxzX {
|
.SeriesDetailsSeason\/season\/3XIYa, .SeriesDetailsSeason\/collapseButtonContainer\/3XxzX {
|
||||||
border: none !important;
|
border: none !important;
|
||||||
background-color: rgba(0, 0, 0, .25) !important;
|
background-color: rgba(0, 0, 0, .25) !important;
|
||||||
}
|
}
|
||||||
.SeriesDetailsSeason-actionButton-3BQuA {
|
.SeriesDetailsSeason\/actionButton\/3BQuA {
|
||||||
color: hsla(0,0%,100%,.7) !important;
|
color: hsla(0,0%,100%,.7) !important;
|
||||||
}
|
}
|
||||||
.SeriesDetailsSeason-collapseButtonIcon-17xZI {
|
.SeriesDetailsSeason\/collapseButtonIcon\/17xZI {
|
||||||
color: #bac5cc;
|
color: #bac5cc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fa-search:hover {
|
.fa-search:hover {
|
||||||
color: #FFF !important;
|
color: #FFF !important;
|
||||||
}
|
}
|
||||||
.Icon-default-3C-KJ:hover {
|
.Icon\/default\/3C-KJ:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
.MonitorToggleButton-toggleButton-3CcN9 {
|
.MonitorToggleButton\/toggleButton\/3CcN9 {
|
||||||
color: #dadada;
|
color: #dadada;
|
||||||
}
|
}
|
||||||
.SeriesDetailsSeason-seasonNumber-FL7Dt {
|
.SeriesDetailsSeason\/seasonNumber\/FL7Dt {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
.Table-table-2C3O8 {
|
.Table\/table\/2C3O8 {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
.SeriesDetailsSeason-collapseButtonContainer-trs6s {
|
.SeriesDetailsSeason\/collapseButtonContainer\/trs6s {
|
||||||
border: none !important;
|
border: none !important;
|
||||||
background-color: rgba(0, 0, 0, .25) !important;
|
background-color: rgba(0, 0, 0, .25) !important;
|
||||||
}
|
}
|
||||||
.Popover-title-326tA, .SeasonInfo-title-1tid_, .Popover-body-10Yh7 {
|
.Popover\/title\/326tA, .SeasonInfo\/title\/1tid_, .Popover\/body\/10Yh7 {
|
||||||
background-color: #1f1f1f !important;
|
background-color: #1f1f1f !important;
|
||||||
}
|
}
|
||||||
.Tooltip-tooltipContainer-2693s {
|
.Tooltip\/tooltipContainer\/2693s {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
.EpisodeTitleLink-link-3ynTw:hover {
|
.EpisodeTitleLink\/link\/3ynTw:hover {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
.IconButton-button-2qiGi:hover {
|
.IconButton\/button\/2qiGi:hover {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
.IconButton-button-2qiGi {
|
.IconButton\/button\/2qiGi {
|
||||||
color: #bac5cc;
|
color: #bac5cc;
|
||||||
}
|
}
|
||||||
/* Table options*/
|
/* Table options*/
|
||||||
.TableOptionsColumn-column-2H7ic {
|
.TableOptionsColumn\/column\/2H7ic {
|
||||||
background: rgba(0, 0, 0, .25);
|
background: rgba(0, 0, 0, .25);
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* TOP MENU SERIES */
|
/* TOP MENU SERIES */
|
||||||
.PageToolbar-toolbar-1Lo1N {
|
.PageToolbar\/toolbar\/1Lo1N {
|
||||||
background-color: rgba(0, 0, 0, .25);
|
background-color: rgba(0, 0, 0, .25);
|
||||||
color: hsla(0,0%,100%,.7);
|
color: hsla(0,0%,100%,.7);
|
||||||
}
|
}
|
||||||
/* POSTERS */
|
/* POSTERS */
|
||||||
.SeriesIndexPoster-title-263Pq, .SeriesIndexPoster-nextAiring-1FZy6, .SeriesIndexPosterInfo-info-2JsCg {
|
.SeriesIndexPoster\/title\/263Pq, .SeriesIndexPoster\/nextAiring\/1FZy6, .SeriesIndexPosterInfo\/info\/2JsCg {
|
||||||
background-color: rgba(0, 0, 0, .25);
|
background-color: rgba(0, 0, 0, .25);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
/* HOVEL LABELS */
|
/* HOVEL LABELS */
|
||||||
.Label-default-2zdw6 {
|
.Label\/default\/2zdw6 {
|
||||||
border-color: #1b1b1b;
|
border-color: #1b1b1b;
|
||||||
background-color: #1b1b1b;
|
background-color: #1b1b1b;
|
||||||
}
|
}
|
||||||
/* SERIES TOP HEADER DROPDOWN */
|
/* SERIES TOP HEADER DROPDOWN */
|
||||||
.MenuItem-menuItem-zB-Up, .MenuContent-menuContent-3Zkj4 {
|
.MenuItem\/menuItem\/zB-Up, .MenuContent\/menuContent\/3Zkj4 {
|
||||||
background: var(--modal-bg-color);
|
background: var(--modal-bg-color);
|
||||||
color: #e1e2e3;
|
color: #e1e2e3;
|
||||||
}
|
}
|
||||||
.MenuItem-menuItem-zB-Up:hover, .MenuItem-menuItem-zB-Up:focus {
|
.MenuItem\/menuItem\/zB-Up:hover, .MenuItem\/menuItem\/zB-Up:focus {
|
||||||
background-color: hsla(0,0%,100%,.08) !important;
|
background: hsla(0,0%,100%,.08) !important;
|
||||||
color: #fbfcfc;
|
color: #fbfcfc;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
.MenuItemSeparator\/separator\/1ayq0 {
|
||||||
|
background-color: hsla(0,0%,100%,.08) !important;
|
||||||
|
}
|
||||||
/* SERIES TOP HEADER HOVER */
|
/* SERIES TOP HEADER HOVER */
|
||||||
.PageToolbarButton-toolbarButton-QiQEt:hover {
|
.PageToolbarButton\/toolbarButton\/QiQEt:hover {
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
}
|
}
|
||||||
.MenuButton-menuButton-3nh0N:hover {
|
.MenuButton\/menuButton\/3nh0N:hover {
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
}
|
}
|
||||||
/* ALPHABET JUMP BAR */
|
/* ALPHABET JUMP BAR */
|
||||||
.PageJumpBar-jumpBar-3owcF {
|
.PageJumpBar\/jumpBar\/3owcF {
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
}
|
}
|
||||||
/* MINI RIGHT SCROLL BAR */
|
/* MINI RIGHT SCROLL BAR */
|
||||||
.OverlayScroller-thumb-1Lhfi {
|
.OverlayScroller\/thumb\/1Lhfi {
|
||||||
background-color: hsla(0,0%,100%,.08) !important;
|
background-color: hsla(0,0%,100%,.08) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ADD NEW */
|
/* ADD NEW */
|
||||||
|
|
||||||
/* SEARCH BAR */
|
/* SEARCH BAR */
|
||||||
.Input-input-2YWzR, .AddNewSeries-searchIconContainer-3QAm8, .AddNewSeries-clearLookupButton-1dKG7 {
|
.Input\/input\/2YWzR, .AddNewSeries\/searchIconContainer\/3QAm8, .AddNewSeries\/clearLookupButton\/1dKG7 {
|
||||||
border: none;
|
border: none;
|
||||||
background-color: rgba(0, 0, 0, .25);
|
background-color: rgba(0, 0, 0, .25);
|
||||||
color: #FFF
|
color: #FFF
|
||||||
}
|
}
|
||||||
.Input-input-2YWzR:focus {
|
.Input\/input\/2YWzR:focus {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(0, 0, 0, 0);
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(0, 0, 0, 0);
|
||||||
background-color: rgba(0, 0, 0, .25);
|
background-color: rgba(0, 0, 0, .25);
|
||||||
}
|
}
|
||||||
.Button-default-2uiHU:hover {
|
.Button\/default\/2uiHU:hover {
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
background-color: hsla(0,0%,100%,.3) !important;
|
background-color: hsla(0,0%,100%,.3) !important;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
/* TEXT COLOR */
|
/* TEXT COLOR */
|
||||||
.PageContentBody-innerContentBody-tEszh {
|
.PageContentBody\/innerContentBody\/tEszh {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
/* SEARCH RESULTS */
|
/* SEARCH RESULTS */
|
||||||
.AddNewSeriesSearchResult-searchResult-xR8dj {
|
.AddNewSeriesSearchResult\/searchResult\/xR8dj {
|
||||||
background-color: rgba(0, 0, 0, .25) !important;
|
background-color: rgba(0, 0, 0, .25) !important;
|
||||||
}
|
}
|
||||||
.AddNewSeriesSearchResult-searchResult-xR8dj:hover {
|
.AddNewSeriesSearchResult\/searchResult\/xR8dj:hover {
|
||||||
background-color: hsla(0,0%,100%,.08) !important;
|
background-color: hsla(0,0%,100%,.08) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* IMPORT */
|
/* IMPORT */
|
||||||
|
|
||||||
.FieldSet-legend-3x6NF {
|
.FieldSet\/legend\/3x6NF {
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
border-bottom: 1px solid hsla(0,0%,100%,.08);
|
border-bottom: 1px solid hsla(0,0%,100%,.08);
|
||||||
}
|
}
|
||||||
.TableRow-row-33xJE:hover {
|
.TableRow\/row\/33xJE:hover {
|
||||||
background-color: hsla(0,0%,100%,.08);
|
background-color: hsla(0,0%,100%,.08);
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
}
|
}
|
||||||
.VirtualTableRow-row-2-JS9:hover {
|
.VirtualTableRow\/row\/2-JS9:hover {
|
||||||
background-color: hsla(0,0%,100%,.08);
|
background-color: hsla(0,0%,100%,.08);
|
||||||
}
|
}
|
||||||
.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;
|
||||||
}
|
}
|
||||||
.ImportSeriesSelectSeries-content-3oSDj, .ImportSeriesSelectSeries-searchIconContainer-1wOES {
|
.ImportSeriesSelectSeries\/content\/3oSDj, .ImportSeriesSelectSeries\/searchIconContainer\/1wOES {
|
||||||
border: none !important;
|
border: none !important;
|
||||||
background-color: #323232 !important;
|
background-color: #323232 !important;
|
||||||
color: white !important;
|
color: white !important;
|
||||||
@ -914,7 +922,7 @@ pre {
|
|||||||
|
|
||||||
/* MASS EDITOR */
|
/* MASS EDITOR */
|
||||||
/* FOOTER */
|
/* FOOTER */
|
||||||
.PageContentFooter-contentFooter-3ODMj {
|
.PageContentFooter\/contentFooter\/3ODMj {
|
||||||
border: none;
|
border: none;
|
||||||
background-color: rgba(0, 0, 0, .25);
|
background-color: rgba(0, 0, 0, .25);
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
@ -922,32 +930,32 @@ pre {
|
|||||||
|
|
||||||
/* SEASON PASS */
|
/* SEASON PASS */
|
||||||
|
|
||||||
.SeasonPassSeason-season-2FWuT {
|
.SeasonPassSeason\/season\/2FWuT {
|
||||||
border: none;
|
border: none;
|
||||||
background-color: rgba(0, 0, 0, .25) !important;
|
background-color: rgba(0, 0, 0, .25) !important;
|
||||||
}
|
}
|
||||||
.SeasonPassSeason-allEpisodes-1zGja {
|
.SeasonPassSeason\/allEpisodes\/1zGja {
|
||||||
background-color: #5cb85c;
|
background-color: #5cb85c;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* CALENDAR */
|
/* CALENDAR */
|
||||||
.Button-default-2uiHU {
|
.Button\/default\/2uiHU {
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
background-color: rgba(0, 0, 0, .25);
|
background-color: rgba(0, 0, 0, .25);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
}
|
}
|
||||||
.DayOfWeek-dayOfWeek-1iw4D {
|
.DayOfWeek\/dayOfWeek\/1iw4D {
|
||||||
background-color: hsla(0,0%,100%,.08);
|
background-color: hsla(0,0%,100%,.08);
|
||||||
}
|
}
|
||||||
.CalendarDay-dayOfMonth-2CzdW {
|
.CalendarDay\/dayOfMonth\/2CzdW {
|
||||||
border-bottom: 1px solid hsla(0,0%,100%,.08);
|
border-bottom: 1px solid hsla(0,0%,100%,.08);
|
||||||
background-color: rgba(0, 0, 0, .25);
|
background-color: rgba(0, 0, 0, .25);
|
||||||
}
|
}
|
||||||
.CalendarDay-isToday-1rFJO {
|
.CalendarDay\/isToday\/1rFJO {
|
||||||
background-color: hsla(0,0%,100%,.08) !important;
|
background-color: hsla(0,0%,100%,.08) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.CalendarDay-day-2TMXA, .CalendarDays-days-girjM {
|
.CalendarDay\/day\/2TMXA, .CalendarDays\/days\/girjM {
|
||||||
-webkit-box-flex: 1;
|
-webkit-box-flex: 1;
|
||||||
-webkit-flex: 1 0 14.28%;
|
-webkit-flex: 1 0 14.28%;
|
||||||
flex: 1 0 14.28%;
|
flex: 1 0 14.28%;
|
||||||
@ -957,73 +965,73 @@ pre {
|
|||||||
border-left: 1px solid hsla(0,0%,100%,.08);
|
border-left: 1px solid hsla(0,0%,100%,.08);
|
||||||
border-right: 1px solid hsla(0,0%,100%,.08);
|
border-right: 1px solid hsla(0,0%,100%,.08);
|
||||||
}
|
}
|
||||||
.CalendarEvent-seriesTitle-3sg1o {
|
.CalendarEvent\/seriesTitle\/3sg1o {
|
||||||
color: #ffffff !important;
|
color: #ffffff !important;
|
||||||
}
|
}
|
||||||
.CalendarEvent-event-3Uyb9 {
|
.CalendarEvent\/event\/3Uyb9 {
|
||||||
border-bottom: none !important;
|
border-bottom: none !important;
|
||||||
}
|
}
|
||||||
.CalendarEvent-event-3Uyb9:hover {
|
.CalendarEvent\/event\/3Uyb9:hover {
|
||||||
background-color: hsla(0,0%,100%,.08) !important;
|
background-color: hsla(0,0%,100%,.08) !important;
|
||||||
border-bottom: none !important;
|
border-bottom: none !important;
|
||||||
}
|
}
|
||||||
.CalendarEventGroup-eventGroup-gWPtK {
|
.CalendarEventGroup\/eventGroup\/gWPtK {
|
||||||
border-bottom: 1px solid hsla(0,0%,100%,.08) !important;
|
border-bottom: 1px solid hsla(0,0%,100%,.08) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.CalendarEventGroup-seriesTitle-ThqKe {
|
.CalendarEventGroup\/seriesTitle\/ThqKe {
|
||||||
color: #ffffff !important;
|
color: #ffffff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* SETTINGS */
|
/* SETTINGS */
|
||||||
|
|
||||||
.Settings-summary-3KPAv {
|
.Settings\/summary\/3KPAv {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* PROFILES */
|
/* PROFILES */
|
||||||
.Card-card-1iGZk, .QualityProfiles-addQualityProfile-2U2Io {
|
.Card\/card\/1iGZk, .QualityProfiles\/addQualityProfile\/2U2Io {
|
||||||
background-color: rgba(0,0,0,.45);
|
background-color: rgba(0,0,0,.45);
|
||||||
box-shadow: 0 0 10px 1px #000000;
|
box-shadow: 0 0 10px 1px #000000;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
.QualityProfiles-center-1iiKm, .LanguageProfiles-center-7EV_2, .ReleaseProfiles-center-114Qx {
|
.QualityProfiles\/center\/1iiKm, .LanguageProfiles\/center\/7EV_2, .ReleaseProfiles\/center\/114Qx {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border: none;
|
border: none;
|
||||||
color: #c2c6c8;
|
color: #c2c6c8;
|
||||||
}
|
}
|
||||||
.QualityProfileItem-qualityProfileItem-VFp-W, .QualityProfileItemGroup-qualityProfileItemGroup-2U1l5 {
|
.QualityProfileItem\/qualityProfileItem\/VFp-W, .QualityProfileItemGroup\/qualityProfileItemGroup\/2U1l5 {
|
||||||
border: none;
|
border: none;
|
||||||
background-color: rgba(0, 0, 0, .25);
|
background-color: rgba(0, 0, 0, .25);
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
}
|
}
|
||||||
.QualityProfileItemGroup-qualityProfileItemGroup-2U1l5.QualityProfileItemGroup-editGroups-2KzDp {
|
.QualityProfileItemGroup\/qualityProfileItemGroup\/2U1l5.QualityProfileItemGroup\/editGroups\/2KzDp {
|
||||||
background: rgba(0, 0, 0, 0.25);
|
background: rgba(0, 0, 0, 0.25);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* PROFILES */
|
/* PROFILES */
|
||||||
.Indexers-center-11Csq {
|
.Indexers\/center\/11Csq {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border: none;
|
border: none;
|
||||||
color: #c2c6c8;
|
color: #c2c6c8;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* DOWNLOAD CLIENTS */
|
/* DOWNLOAD CLIENTS */
|
||||||
.DownloadClients-center-FvACx {
|
.DownloadClients\/center\/FvACx {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border: none;
|
border: none;
|
||||||
color: #c2c6c8;
|
color: #c2c6c8;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* CONNECTIONS */
|
/* CONNECTIONS */
|
||||||
.Notifications-center-8iwmy {
|
.Notifications\/center\/8iwmy {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border: none;
|
border: none;
|
||||||
color: #c2c6c8;
|
color: #c2c6c8;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* LOG */
|
/* LOG */
|
||||||
.Alert-info-1J8mE {
|
.Alert\/info\/1J8mE {
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
background-color: rgba(0, 0, 0, 0.25);
|
background-color: rgba(0, 0, 0, 0.25);
|
||||||
color: #FFC107;
|
color: #FFC107;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user