summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2020-05-15 11:59:20 +0200
committerAndras Timar <andras.timar@collabora.com>2021-03-31 19:04:19 +0200
commitedb2c6ec161435d8a49fcc50e162e623e7e35ee8 (patch)
treeaceac3bc96cf1f69f2c9252ca8b6fcf9f47ba786
parent6f3b486120b3fcf4bbfecb1b87a4a4e1727a5de7 (diff)
[cp] Hide 'Please support us!' button
Change-Id: I003b30b6b47e1323f4ef2a504ed72585561a386f
-rw-r--r--help3xsl/default.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css
index 257521c2db..d09fe0f60e 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -584,6 +584,7 @@ li.disabled a {
margin: auto;
max-width: 200px;
color: #ffffff;
+ display: none; /* Collabora */
}
.donation:hover {
background: linear-gradient(90deg, #1c71d8 0%, #30c877 100%);