diff options
author | Andras Timar <andras.timar@collabora.com> | 2020-05-15 11:59:20 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2024-02-10 20:35:25 +0100 |
commit | b1ab392c793a1f0e5cfcfdeba2ed72e066fcc419 (patch) | |
tree | feb76d006ec1b9290e47714171cc83e5a595b2f0 | |
parent | 5c798ae6ffce4a531f03fdc23d7977417a6ff316 (diff) |
[cp] Hide 'Please support us!' button
Change-Id: I003b30b6b47e1323f4ef2a504ed72585561a386f
-rw-r--r-- | help3xsl/default.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index 790e4411d8..3d66a12b1a 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -676,6 +676,7 @@ li.disabled a { margin: auto; max-width: 200px; color: #ffffff; + display: none; /* Collabora */ } .donation:hover { background: linear-gradient(90deg, #1c71d8 0%, #30c877 100%); |