From 722199413ab613641a7c52c53e4d542dddb67f2d Mon Sep 17 00:00:00 2001 From: Scott Beeson Date: Fri, 29 Mar 2024 10:41:47 -0500 Subject: [PATCH] Fix for screenconnect.com (#12527) * Fix for subdomains on ConnectWise ScreenConnect app The CSS was correct but it never triggered because the site is accessed via yourcompany.screenconnect.com I don't know if this is the proper way to do this, but I added *. and it started working immediately. * Add main domain * Fix domain --------- Co-authored-by: Alexander Shutau --- src/config/dynamic-theme-fixes.config | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/dynamic-theme-fixes.config b/src/config/dynamic-theme-fixes.config index d5099e695529..69aeaf3ce4e5 100644 --- a/src/config/dynamic-theme-fixes.config +++ b/src/config/dynamic-theme-fixes.config @@ -21923,6 +21923,7 @@ g[data-argument-type="colour"] > path ================================ screenconnect.com +*.screenconnect.com CSS .OuterPanel .MainPanel .MasterPanel .MasterListContainer ul li.HasChildren > div > p {