aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nextcloud-calendar/service.css
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/nextcloud-calendar/service.css')
-rw-r--r--recipes/nextcloud-calendar/service.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/nextcloud-calendar/service.css b/recipes/nextcloud-calendar/service.css
index 833d5a8..a0016ae 100644
--- a/recipes/nextcloud-calendar/service.css
+++ b/recipes/nextcloud-calendar/service.css
@@ -10,3 +10,12 @@ settings links and disable them */
10 10
11/* Hide "More" link in the top menu */ 11/* Hide "More" link in the top menu */
12#more-apps {display: none !important;} 12#more-apps {display: none !important;}
13
14/* Hide notifications that are not related to calendar */
15.notifications .notification-wrapper .notification:not([object_type="dav"]) {
16 display: none;
17}
18
19/* Hide "Dismiss all notifications" as this action will dismiss also hidden
20notifications */
21.notification-wrapper .dismiss-all {display: none;}