From 820c73489a535f7d415566d9c9e727770af391af Mon Sep 17 00:00:00 2001 From: shadow58624 Date: Wed, 12 May 2021 17:42:25 +0100 Subject: [PATCH 1/2] Plex "poster unwatched" colors consistent with theme --- CSS/themes/plex/aquamarine.css | 2 +- CSS/themes/plex/dark.css | 2 +- CSS/themes/plex/hotline.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CSS/themes/plex/aquamarine.css b/CSS/themes/plex/aquamarine.css index 34f54daf..2f6f7681 100644 --- a/CSS/themes/plex/aquamarine.css +++ b/CSS/themes/plex/aquamarine.css @@ -26,5 +26,5 @@ --accent-color-hover: #fff; --link-color: #0ed2bf; --link-color-hover: #FFF; - --poster-unwatched: #00d374; + --poster-unwatched: #15D5C2; } \ No newline at end of file diff --git a/CSS/themes/plex/dark.css b/CSS/themes/plex/dark.css index 1d17788e..a7a74784 100644 --- a/CSS/themes/plex/dark.css +++ b/CSS/themes/plex/dark.css @@ -26,5 +26,5 @@ --accent-color-hover: #ffffff73; --link-color: #e5a00d; --link-color-hover: #FFF; - --poster-unwatched: #00d374; + --poster-unwatched: #e5a00d; } \ No newline at end of file diff --git a/CSS/themes/plex/hotline.css b/CSS/themes/plex/hotline.css index 9354826f..46c169dd 100644 --- a/CSS/themes/plex/hotline.css +++ b/CSS/themes/plex/hotline.css @@ -26,5 +26,5 @@ --accent-color-hover: rgba(255, 255, 255, .5); --link-color: #f44336; --link-color-hover: #FFF; - --poster-unwatched: #00d374; + --poster-unwatched: #FB3122; } \ No newline at end of file From 76b53474b36333ee59f836abca81c0732df8da9b Mon Sep 17 00:00:00 2001 From: shadow58624 Date: Wed, 12 May 2021 17:58:25 +0100 Subject: [PATCH 2/2] Plex poster unwatched fix --- CSS/themes/bazarr/bazarr-base.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CSS/themes/bazarr/bazarr-base.css b/CSS/themes/bazarr/bazarr-base.css index 37bfd3ba..ac073ea7 100644 --- a/CSS/themes/bazarr/bazarr-base.css +++ b/CSS/themes/bazarr/bazarr-base.css @@ -257,10 +257,6 @@ a:hover { } -.bg-light { - background-color: var(--main-bg-color) !important; -} - .card { background-color: rgba(0, 0, 0, .45); box-shadow: 0 0 10px 1px #000000;