Skip to content

Commit

Permalink
Fix for screenconnect.com (#12527)
Browse files Browse the repository at this point in the history
* 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 <shutovby@gmail.com>
  • Loading branch information
ScottBeeson and alexanderby committed Mar 29, 2024
1 parent b0fe376 commit 7221994
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/dynamic-theme-fixes.config
Expand Up @@ -21923,6 +21923,7 @@ g[data-argument-type="colour"] > path
================================

screenconnect.com
*.screenconnect.com

CSS
.OuterPanel .MainPanel .MasterPanel .MasterListContainer ul li.HasChildren > div > p {
Expand Down

0 comments on commit 7221994

Please sign in to comment.