aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nextcloud-carnet/service.css
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/nextcloud-carnet/service.css')
-rw-r--r--recipes/nextcloud-carnet/service.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/nextcloud-carnet/service.css b/recipes/nextcloud-carnet/service.css
new file mode 100644
index 0000000..8e767c2
--- /dev/null
+++ b/recipes/nextcloud-carnet/service.css
@@ -0,0 +1,11 @@
1/* Hide all app links and contacts link in the top menu except for Carnet */
2#appmenu li:not([data-id="carnet"]), #contactsmenu {display: none;}
3
4/* Change cursor to the default pointer for Nextcloud home, Carnet and settings
5link and disable them in the top menu */
6#nextcloud, #appmenu li[data-id="carnet"] a, #settings {
7 cursor:default; pointer-events: none;
8}
9
10/* Hide "More" link in the top menu */
11#more-apps {display: none !important;}