From 3bc7e748a8c4ac7c3bd6cc804870c26af6274f78 Mon Sep 17 00:00:00 2001 From: Marius <24592972+gilbN@users.noreply.github.com> Date: Mon, 14 Jun 2021 16:25:12 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=85=20app=20profiles=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CSS/themes/prowlarr/prowlarr-base.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CSS/themes/prowlarr/prowlarr-base.css b/CSS/themes/prowlarr/prowlarr-base.css index 6aba8134..bcadd8ba 100644 --- a/CSS/themes/prowlarr/prowlarr-base.css +++ b/CSS/themes/prowlarr/prowlarr-base.css @@ -826,7 +826,8 @@ a:hover { [class*="QualityProfiles-center-"], [class*="LanguageProfiles-center-"], [class*="ReleaseProfiles-center-"], -[class*="Applications-center-"] { +[class*="Applications-center-"], +[class*="AppProfiles-center-"] { background-color: transparent; border: none; color: var(--text);