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

plex fixes

This commit is contained in:
Marius 2021-04-04 18:57:35 +02:00
parent e742138247
commit d1f80ae143
2 changed files with 14 additions and 4 deletions

View File

@ -11,7 +11,7 @@
/* https://github.com/gilbN/theme.park */
/* PLEX ORGANIZR-DARK THEME */
@import url(https://gilbn.github.io//theme.park/CSS/themes/plex/plex-base.css);
@import url(https://gilbn.github.io/theme.park/CSS/themes/plex/plex-base.css);
:root {
--main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b;

View File

@ -44,7 +44,8 @@ a:hover {
/* BODY */
[class*="FullPageBackground-backgroundContainer"] [class*="CrossFadeImage-crossFade"],
#plex>[class*="background-container"]>div>div>div:nth-child(2) {
#plex>[class*="background-container"]>div>div>div:nth-child(2),
#plex>div[class*="FullPageBackground-backgroundContainer-"]>div>div:nth-child(2) {
background: var(--main-bg-color) !important;
}
@ -105,7 +106,9 @@ a:hover {
[class*="PageHeaderTabButton-isSelected"],
[class*="PageHeaderTabDropdown-isSelected"],
[class*="MultiSelectPageHeader-selectedTitle"] {
[class*="MultiSelectPageHeader-selectedTitle"],
[class*="PageHeaderMultiselectActions-container-"],
[class*="PageHeaderMultiselectActions-count-"] {
color: rgb(var(--accent-color));
border-color: rgb(var(--accent-color));
}
@ -125,7 +128,9 @@ a:hover {
box-shadow: 0 2px 0 0 rgb(var(--accent-color));
}
[class*="MetadataPosterCardFace-isSelected"] {
[class*="MetadataPosterCardFace-isSelected"],
[class*="MetadataPosterCard-hoveredSelectedLink-"],
[class*="MetadataPosterCard-selectedLink-"] {
box-shadow: 0 0 0 2px rgb(var(--accent-color)), 0 0 4px rgb(0 0 0 / 30%);
}
@ -242,6 +247,11 @@ a:hover {
color: rgb(var(--accent-color));
}
[class*="SelectButton-selectedCircle-"] {
border-color: rgb(var(--accent-color));
background-color: rgb(var(--accent-color));
}
/* MODAL */
[class*="ModalContent-modalContent-"] {
background: var(--modal-bg-color);