aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Edgars <Edgars+GitHub@gaitenis.id.lv>2020-11-10 10:53:26 +0200
committerLibravatar Edgars <Edgars+GitHub@gaitenis.id.lv>2020-11-10 10:53:26 +0200
commitca3c47b037047a74e94443a2f728fc2848168816 (patch)
tree1454e129422366e0571da3fc17d08f31a6a86f39
parentNextcloud Calendar: Display only calendar related notifications and their count (diff)
downloadferdium-recipes-ca3c47b037047a74e94443a2f728fc2848168816.tar.gz
ferdium-recipes-ca3c47b037047a74e94443a2f728fc2848168816.tar.zst
ferdium-recipes-ca3c47b037047a74e94443a2f728fc2848168816.zip
Hide "Dismiss all notifications" in notifications block
Hide "Dismiss all notifications" in notifications block as this action would dismiss hidden notifications as well.
-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;}