1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-11 19:32:24 +02:00

Fixed Plex background after update

This commit is contained in:
GilbN 2021-11-13 11:32:40 +01:00
parent 5cbe7dbe3f
commit dfee8c3333

View File

@ -118,11 +118,9 @@ a[class*="MetadataTableRow-title-"]:hover {
}
/* BODY */
[class*="FullPageBackground-backgroundContainer-"] [class*="CrossFadeImage-crossFade-"],
#plex>[class*="background-container-"]>div>div>div:nth-child(2),
#plex>div[class*="FullPageBackground-backgroundContainer-"]>div>div:nth-child(2),
#plex>div[class*="FullPageBackground-backgroundContainer-"]>div>div:nth-child(4) {
background: var(--main-bg-color) !important;
html body,
.application {
background: var(--main-bg-color);
background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed;
background-position: center center, center center;
@ -132,6 +130,10 @@ a[class*="MetadataTableRow-title-"]:hover {
-o-background-size: auto, cover;
}
.plex-preloader-container {
background-color: transparent;
}
[class*="BottomBar-bottomBar-"] {
background-color: rgb(0 0 0 / 70%);
box-shadow: 0 0 4px 0 rgb(0 0 0 / 50%);
@ -269,11 +271,11 @@ button:hover [class*="DisclosureArrow-disclosureArrow-"] {
}
[class*="PivotTab-selectedButton-"]:after {
background-color: rgb(var(--accent-color));
background-color: rgb(var(--accent-color)) !important;
}
[class*="PivotTab-selectedButton-"]:hover:after {
background-color: var(--link-color-hover);
background-color: var(--link-color-hover) !important;
}
[class*="MetadataPosterCardOverlay-unplayedBadge-"],
@ -637,8 +639,9 @@ fieldset[disabled] .btn-primary:hover {
/* SETTINGS */
[class*="SettingsFormSection-sectionWrapper-"],
[class*="ServerDashboardPageSection-section-"],
[class*="SettingsFormSection-sectionWrapper-"],
hr {
border-top: 2px solid rgb(255 255 255 / 30%);
border-top: 2px solid rgba(255, 255, 255, 0.3) !important;
}
[class*="SettingsFormSection-sectionWrapper-"]:last-of-type,
@ -670,7 +673,7 @@ hr {
background-color: rgb(0 0 0 / 25%);
}
a>[class*="DirectoryListTableHeader-tableHeaderCell-"]:hover,
a>[class*="DirectoryListTableHeader-tableHeaderCell-"]:hover,
button>[class*="DirectoryListTableHeader-tableHeaderCell-"]:hover,
[class*="DirectoryListTableHeader-columnMenuButton-"]:hover {
background-color: rgba(255, 255, 255, 0.1);