aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nextcloud-tasks/service.css
blob: 805b44bbbad4b5486111a9fa459b01af73feec1a (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
Tasks */
#appmenu li:not([data-id="tasks"]), #contactsmenu {display: none;}

/* Change the cursor to the default for Nextcloud home, Tasks and settings
links in the top menu and disable them */
#nextcloud, #appmenu li[data-id="tasks"] a, #settings {
    cursor: default; pointer-events: none;
}

/* Hide "More" link in the top menu */
#more-apps {display: none !important;}