aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nextcloud-talk/service.css
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/nextcloud-talk/service.css')
-rw-r--r--recipes/nextcloud-talk/service.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes/nextcloud-talk/service.css b/recipes/nextcloud-talk/service.css
new file mode 100644
index 0000000..82dde75
--- /dev/null
+++ b/recipes/nextcloud-talk/service.css
@@ -0,0 +1,21 @@
1/* Hide all app links in the top menu except for Talk */
2#appmenu li:not([data-id="spreed"]) {
3 display: none;
4}
5
6/* Change cursor to the default pointer for top menu Nextcloud home, Talk and
7settings links and disable them */
8#nextcloud, #appmenu li[data-id="spreed"] a, #settings {
9 cursor: default;
10 pointer-events: none;
11}
12
13/* Hide "More" link in the top menu */
14#more-apps {
15 display: none !important;
16}
17
18/* Hide contacts in the top menu */
19#contactsmenu {
20 display: none;
21}