From d09a1c27acd8cb2bcfe980127ce70b9a05c64e92 Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 1 Oct 2019 18:00:01 +0200 Subject: [PATCH] Hide upgrade button in teams --- www/teams/app-team.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/teams/app-team.less b/www/teams/app-team.less index 33fae2850..d517b73d3 100644 --- a/www/teams/app-team.less +++ b/www/teams/app-team.less @@ -47,6 +47,9 @@ height: 100%; } } + .cp-limit-upgrade { + display: none; + } } .cp-leftside-narrow {