From 9d773ce049413d092e0421a2f6ce92a94238a67b Mon Sep 17 00:00:00 2001 From: GilbN Date: Tue, 8 Jan 2019 18:45:35 +0100 Subject: [PATCH] settings fix --- CSS/themes/monitorg-dark.css | 4 ++++ CSS/themes/monitorg-plex.css | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/CSS/themes/monitorg-dark.css b/CSS/themes/monitorg-dark.css index ac0d5c36..6c6ef108 100644 --- a/CSS/themes/monitorg-dark.css +++ b/CSS/themes/monitorg-dark.css @@ -37,6 +37,10 @@ body { #reginfo { color: white !important; } +#infodata { + background-color: transparent !important; + box-shadow: none !important; +} /* Sidebar */ #sidebar-wrapper { box-shadow: none !important; diff --git a/CSS/themes/monitorg-plex.css b/CSS/themes/monitorg-plex.css index 76209743..9e336d71 100644 --- a/CSS/themes/monitorg-plex.css +++ b/CSS/themes/monitorg-plex.css @@ -53,6 +53,10 @@ background: transparent; #reginfo { color: white !important; } +#infodata { + background-color: transparent !important; + box-shadow: none !important; +} /* Sidebar */ #sidebar-wrapper { box-shadow: none !important;