From a62cb87a75dbe5065ef14f26463bb7b69bfc4972 Mon Sep 17 00:00:00 2001 From: Edgars Date: Tue, 10 Nov 2020 10:32:33 +0200 Subject: Nextcloud Calendar: Display only calendar related notifications and their count `service.css` was updated to hide notifications that are not related to Nextcloud Calendar. `webview.js` was updated to fix notifications count selector. --- recipes/nextcloud-calendar/service.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'recipes/nextcloud-calendar/service.css') diff --git a/recipes/nextcloud-calendar/service.css b/recipes/nextcloud-calendar/service.css index 833d5a8..634a959 100644 --- a/recipes/nextcloud-calendar/service.css +++ b/recipes/nextcloud-calendar/service.css @@ -10,3 +10,8 @@ settings links and disable them */ /* Hide "More" link in the top menu */ #more-apps {display: none !important;} + +/* Hide notifications that are not related to calendar */ +.notifications .notification-wrapper .notification:not([object_type="dav"]) { + display: none; +} -- cgit v1.2.3-70-g09d2