aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/nextcloud-calendar/service.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/nextcloud-calendar/service.css b/recipes/nextcloud-calendar/service.css
index 634a959..a0016ae 100644
--- a/recipes/nextcloud-calendar/service.css
+++ b/recipes/nextcloud-calendar/service.css
@@ -15,3 +15,7 @@ settings links and disable them */
15.notifications .notification-wrapper .notification:not([object_type="dav"]) { 15.notifications .notification-wrapper .notification:not([object_type="dav"]) {
16 display: none; 16 display: none;
17} 17}
18
19/* Hide "Dismiss all notifications" as this action will dismiss also hidden
20notifications */
21.notification-wrapper .dismiss-all {display: none;}