aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nextcloud-news/service.css
blob: ea90cc99e69c05c4322dfe93921f48316200542d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* Hide all app links and contacts menu link in the top menu except for
News */
#appmenu li:not([data-id='news']),
#contactsmenu {
  display: none;
}

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

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