plex #70 fix
This commit is contained in:
parent
7438f898dd
commit
8d1c70b42e
@ -15,8 +15,8 @@
|
|||||||
:root {
|
:root {
|
||||||
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
--link-color: #e5a00d;
|
--link-color: #e5a00d;
|
||||||
--button-color: hsla(0,0%,100%,.15);
|
--button-color: hsla(0,0%,100%,.15);
|
||||||
--button-color-hover: hsla(0,0%,100%,.30);
|
--button-color-hover: hsla(0,0%,100%,.30);
|
||||||
--accent-color: rgba(255, 255, 255, 0.25);
|
--accent-color: #e5a00d;
|
||||||
}
|
}
|
||||||
@ -11,7 +11,7 @@
|
|||||||
/* https://github.com/gilbN/theme.park */
|
/* https://github.com/gilbN/theme.park */
|
||||||
|
|
||||||
/* PLEX ORGANIZR-DARK THEME */
|
/* PLEX ORGANIZR-DARK THEME */
|
||||||
@import url(https://gflix.app/theme.park/CSS/themes/plex/plex-base.css);
|
@import url(https://gilbn.github.io//theme.park/CSS/themes/plex/plex-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: #1f1f1f;
|
--main-bg-color: #1f1f1f;
|
||||||
--modal-bg-color: #333;
|
--modal-bg-color: #333;
|
||||||
|
|||||||
@ -79,7 +79,7 @@ border-color: var(--link-color);
|
|||||||
background: rgba(0, 0, 0, 0.45);
|
background: rgba(0, 0, 0, 0.45);
|
||||||
}
|
}
|
||||||
.Menu-menu-3XnN6J {
|
.Menu-menu-3XnN6J {
|
||||||
background-color: var(--modal-bg-color);
|
background: var(--modal-bg-color);
|
||||||
}
|
}
|
||||||
/*Text*/
|
/*Text*/
|
||||||
.help-block, .ClaimedServer-messageHeader-3uzatL, .btn-gray, .text-muted label {
|
.help-block, .ClaimedServer-messageHeader-3uzatL, .btn-gray, .text-muted label {
|
||||||
@ -161,4 +161,7 @@ background-color: rgba(0, 0, 0, 0.25);
|
|||||||
color: var(--accent-color);
|
color: var(--accent-color);
|
||||||
|
|
||||||
}
|
}
|
||||||
/* This was a tough one :D */
|
.SourceSidebarLink-isSelected-27-9-6 {
|
||||||
|
box-shadow: inset 4px 0 0 0 var(--accent-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user