From 6f5e4a00588aefdda7a5a1cfe70935870e7e234a Mon Sep 17 00:00:00 2001 From: Bennett Date: Tue, 22 Sep 2020 20:56:48 +0200 Subject: Unpack recipes and update recipes icons (#292) Co-authored-by: Amine Mouafik --- recipes/nextcloud-carnet/service.css | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes/nextcloud-carnet/service.css (limited to 'recipes/nextcloud-carnet/service.css') 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 @@ +/* Hide all app links and contacts link in the top menu except for Carnet */ +#appmenu li:not([data-id="carnet"]), #contactsmenu {display: none;} + +/* Change cursor to the default pointer for Nextcloud home, Carnet and settings +link and disable them in the top menu */ +#nextcloud, #appmenu li[data-id="carnet"] a, #settings { + cursor:default; pointer-events: none; +} + +/* Hide "More" link in the top menu */ +#more-apps {display: none !important;} -- cgit v1.2.3-70-g09d2