Skip to content

Commit

Permalink
[chore] Add link in notification widget
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhanus3133 committed Aug 19, 2024
1 parent de2fd8f commit 8f0a703
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
top: 49px;
}
.ow-notification-dropdown .toggle-btn {
color: #777;
color: #777 !important;
}
.ow-notification-dropdown .toggle-btn:active {
position: relative;
Expand Down
4 changes: 3 additions & 1 deletion openwisp_notifications/templates/admin/base_site.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
<div class="ow-notification-dropdown ow-hide">
<div class="filters">
<span class="toggle-btn" id="ow-mark-all-read" tabindex="0" role="button">{% trans 'Mark all as read' %}</span>
<span class="toggle-btn" id="ow-show-unread" tabindex="0" role="button">{% trans 'Show unread only' %}</span>
<a href="{% url 'notifications:notification_preferences' %}">
<span class="toggle-btn" id="ow-mark-all-read" tabindex="0" role="button">{% trans 'Settings' %}</span>
</a>
</div>
<div class="ow-notification-wrapper ow-round-bottom-border">
<div id="ow-notifications-loader" class="ow-hide"><div class="loader"></div></div>
Expand Down

0 comments on commit 8f0a703

Please sign in to comment.