aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nextcloud-news/service.css
diff options
context:
space:
mode:
authorLibravatar Carlos SolĂ­s <csolisr@gmail.com>2021-12-02 22:18:54 -0600
committerLibravatar GitHub <noreply@github.com>2021-12-03 09:48:54 +0530
commit0d6b1c79316dadb3b63f0f2a978ec50621a8418e (patch)
tree00d5610971815a21a2356aa2df44f472d3f466e6 /recipes/nextcloud-news/service.css
parentfix: change instagram serviceUrl back to include inbox (fixes #2291) (diff)
downloadferdium-recipes-0d6b1c79316dadb3b63f0f2a978ec50621a8418e.tar.gz
ferdium-recipes-0d6b1c79316dadb3b63f0f2a978ec50621a8418e.tar.zst
ferdium-recipes-0d6b1c79316dadb3b63f0f2a978ec50621a8418e.zip
Add recipe for Nextcloud News (#780)
Diffstat (limited to 'recipes/nextcloud-news/service.css')
-rw-r--r--recipes/nextcloud-news/service.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/nextcloud-news/service.css b/recipes/nextcloud-news/service.css
new file mode 100644
index 0000000..4974300
--- /dev/null
+++ b/recipes/nextcloud-news/service.css
@@ -0,0 +1,12 @@
1/* Hide all app links and contacts menu link in the top menu except for
2News */
3#appmenu li:not([data-id="news"]), #contactsmenu {display: none;}
4
5/* Change the cursor to the default for Nextcloud home, News and settings
6links in the top menu and disable them */
7#nextcloud, #appmenu li[data-id="news"] a, #settings {
8 cursor: default; pointer-events: none;
9}
10
11/* Hide "More" link in the top menu */
12#more-apps {display: none !important;}