From 7ade8c9da7fe1f2b7c049cfea034c813521f7fbd Mon Sep 17 00:00:00 2001 From: Dhanus Date: Tue, 20 Aug 2024 12:05:58 +0530 Subject: [PATCH] [chore] Fix settings button in widget --- .../static/openwisp-notifications/css/notifications.css | 1 + openwisp_notifications/templates/admin/base_site.html | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/openwisp_notifications/static/openwisp-notifications/css/notifications.css b/openwisp_notifications/static/openwisp-notifications/css/notifications.css index efec5f82..14a65197 100644 --- a/openwisp_notifications/static/openwisp-notifications/css/notifications.css +++ b/openwisp_notifications/static/openwisp-notifications/css/notifications.css @@ -145,6 +145,7 @@ } .ow-notification-dropdown .toggle-btn { color: #777 !important; + text-decoration: none !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 eb2b50ba..1734fa21 100644 --- a/openwisp_notifications/templates/admin/base_site.html +++ b/openwisp_notifications/templates/admin/base_site.html @@ -26,9 +26,7 @@
{% trans 'Mark all as read' %} - - {% trans 'Settings' %} - + {% trans 'Settings' %}