From 241b2c30eb5eae65ad405e3af3d29421ae49e322 Mon Sep 17 00:00:00 2001 From: GilbN <24592972+gilbN@users.noreply.github.com> Date: Tue, 30 Mar 2021 12:33:04 +0200 Subject: [PATCH 1/2] Update unraid-base.css --- CSS/themes/unraid/unraid-base.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CSS/themes/unraid/unraid-base.css b/CSS/themes/unraid/unraid-base.css index 12d429fb..b3e78437 100644 --- a/CSS/themes/unraid/unraid-base.css +++ b/CSS/themes/unraid/unraid-base.css @@ -10,6 +10,9 @@ /* Made by @gilbN */ /* https://github.com/gilbN/theme.park */ +* { + outline: none; +} body { color: var(--text); background: var(--main-bg-color); @@ -417,4 +420,4 @@ blockquote { unraid-authed::part(div[data-v-050c892a] > button) { background: pink !important; -} \ No newline at end of file +} From be65932d6de4422c4efdd3ff04ec6fe8c8576bba Mon Sep 17 00:00:00 2001 From: GilbN <24592972+gilbN@users.noreply.github.com> Date: Tue, 30 Mar 2021 15:58:41 +0200 Subject: [PATCH 2/2] Plex....WHY U SO EXTRA??! --- CSS/themes/plex/plex-base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CSS/themes/plex/plex-base.css b/CSS/themes/plex/plex-base.css index ea33e4a1..a40f8114 100644 --- a/CSS/themes/plex/plex-base.css +++ b/CSS/themes/plex/plex-base.css @@ -44,7 +44,7 @@ a:hover { /* BODY */ [class*="FullPageBackground-backgroundContainer"] [class*="CrossFadeImage-crossFade"], -#plex>[class*="FullPageBackground-backgroundContainer"]>div>div:nth-child(2) { +#plex>[class*="background-container"]>div>div>div:nth-child(2) { background: var(--main-bg-color) !important; } @@ -380,4 +380,4 @@ fieldset[disabled] .btn-primary:hover { [class*="ServerMenuItem-selectedServerMenuItem"], [class*="ServerMenuItem-selectedIcon"] { color: rgb(var(--accent-color)); -} \ No newline at end of file +}