From 8f0a70387af3addbf3201535c9a183700066eb7b Mon Sep 17 00:00:00 2001 From: Dhanus Date: Mon, 19 Aug 2024 11:02:53 +0530 Subject: [PATCH] [chore] Add link in notification widget --- .../static/openwisp-notifications/css/notifications.css | 2 +- openwisp_notifications/templates/admin/base_site.html | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/openwisp_notifications/static/openwisp-notifications/css/notifications.css b/openwisp_notifications/static/openwisp-notifications/css/notifications.css index 99d1c926..efec5f82 100644 --- a/openwisp_notifications/static/openwisp-notifications/css/notifications.css +++ b/openwisp_notifications/static/openwisp-notifications/css/notifications.css @@ -144,7 +144,7 @@ top: 49px; } .ow-notification-dropdown .toggle-btn { - color: #777; + color: #777 !important; } .ow-notification-dropdown .toggle-btn:active { position: relative; diff --git a/openwisp_notifications/templates/admin/base_site.html b/openwisp_notifications/templates/admin/base_site.html index 4861d9f1..eb2b50ba 100644 --- a/openwisp_notifications/templates/admin/base_site.html +++ b/openwisp_notifications/templates/admin/base_site.html @@ -26,7 +26,9 @@
{% trans 'Mark all as read' %} - {% trans 'Show unread only' %} + + {% trans 'Settings' %} +