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

fix: 🐛 Plex: Fixes background color not working on latest Plex version

This commit is contained in:
GilbN 2022-03-18 16:11:44 +01:00
parent 96bb298d4e
commit 3a4ce6163c

View File

@ -118,8 +118,11 @@ a[class*="MetadataTableRow-title-"]:hover {
}
/* BODY */
html body,
.application {
#plex > div[class*="FullPageBackground-backgroundContainer-"] > div > div:nth-child(1) > canvas,
#plex > div[class*="FullPageBackground-backgroundContainer-"] > div > canvas {
display: none !important;
}
body,[class*="FullPageBackground-backgroundContainer-"] {
background: var(--main-bg-color);
background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed;
@ -280,7 +283,8 @@ button:hover [class*="DisclosureArrow-disclosureArrow-"] {
border-color: rgb(var(--accent-color));
}
[class*="PivotTab-selectedButton-"]:after {
[class*="PivotTab-selectedButton-"]:after,
[class*="TabButton-selectedButton-"]:after {
background-color: rgb(var(--accent-color)) !important;
}