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-cospend/service.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes/nextcloud-cospend/service.css (limited to 'recipes/nextcloud-cospend/service.css') diff --git a/recipes/nextcloud-cospend/service.css b/recipes/nextcloud-cospend/service.css new file mode 100644 index 0000000..764531b --- /dev/null +++ b/recipes/nextcloud-cospend/service.css @@ -0,0 +1,12 @@ +/* Hide all app links and contacts menu link in the top menu except for +Cospend */ +#appmenu li:not([data-id="cospend"]), #contactsmenu {display: none;} + +/* Change the cursor to the default for Nextcloud home, Cospend and settings +links in the top menu and disable them */ +#nextcloud, #appmenu li[data-id="cospend"] a, #settings { + cursor:default; pointer-events: none; +} + +/* Hide "More" link in the top menu */ +#more-apps {display: none !important;} -- cgit v1.2.3-54-g00ecf