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