aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/nextcloud-carnet/service.css
diff options
context:
space:
mode:
Diffstat (limited to 'uncompressed/nextcloud-carnet/service.css')
-rw-r--r--uncompressed/nextcloud-carnet/service.css11
1 files changed, 0 insertions, 11 deletions
diff --git a/uncompressed/nextcloud-carnet/service.css b/uncompressed/nextcloud-carnet/service.css
deleted file mode 100644
index 8e767c2..0000000
--- a/uncompressed/nextcloud-carnet/service.css
+++ /dev/null
@@ -1,11 +0,0 @@
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;}