aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nextcloud-cospend/service.css
blob: 764531baa03d194096cc05b9a294010898f7d0dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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;}