aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/nextcloud-talk/service.css
diff options
context:
space:
mode:
Diffstat (limited to 'uncompressed/nextcloud-talk/service.css')
-rw-r--r--uncompressed/nextcloud-talk/service.css21
1 files changed, 0 insertions, 21 deletions
diff --git a/uncompressed/nextcloud-talk/service.css b/uncompressed/nextcloud-talk/service.css
deleted file mode 100644
index 82dde75..0000000
--- a/uncompressed/nextcloud-talk/service.css
+++ /dev/null
@@ -1,21 +0,0 @@
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}