aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/nextcloud-cospend/service.css
diff options
context:
space:
mode:
authorLibravatar Edgars <Edgars@gaitenis.id.lv>2020-08-18 16:27:22 +0300
committerLibravatar Edgars <Edgars@gaitenis.id.lv>2020-08-18 16:27:22 +0300
commitf34f54f31bbfac9d921ca39767f518ab72f30973 (patch)
treeb991781702d8d57e8c66da35eee46ec5f11a4540 /uncompressed/nextcloud-cospend/service.css
parentMerge pull request #237 from mvdgun/patch-1 (diff)
downloadferdium-recipes-f34f54f31bbfac9d921ca39767f518ab72f30973.tar.gz
ferdium-recipes-f34f54f31bbfac9d921ca39767f518ab72f30973.tar.zst
ferdium-recipes-f34f54f31bbfac9d921ca39767f518ab72f30973.zip
Recipe for Nextcloud Cospend
Nextcloud Cospend is a group/shared budget manager.
Diffstat (limited to 'uncompressed/nextcloud-cospend/service.css')
-rw-r--r--uncompressed/nextcloud-cospend/service.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/uncompressed/nextcloud-cospend/service.css b/uncompressed/nextcloud-cospend/service.css
new file mode 100644
index 0000000..764531b
--- /dev/null
+++ b/uncompressed/nextcloud-cospend/service.css
@@ -0,0 +1,12 @@
1/* Hide all app links and contacts menu link in the top menu except for
2Cospend */
3#appmenu li:not([data-id="cospend"]), #contactsmenu {display: none;}
4
5/* Change the cursor to the default for Nextcloud home, Cospend and settings
6links in the top menu and disable them */
7#nextcloud, #appmenu li[data-id="cospend"] a, #settings {
8 cursor:default; pointer-events: none;
9}
10
11/* Hide "More" link in the top menu */
12#more-apps {display: none !important;}