unread_banner: Update all unread banners to an info/notice banner.

Previously, some unread banners were warning banners, but it made more sense
for all the unread banners to match and display as more of an info/notice
banners instead. This change matches all unread banners to be info/notice
banners.
This commit is contained in:
Joelute 2023-06-10 20:45:15 -04:00 committed by Tim Abbott
parent 179d5cb37d
commit 086d6be8e2
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<div id="mark_as_read_turned_off_banner" class="main-view-banner home-error-bar warning">
<div id="mark_as_read_turned_off_banner" class="main-view-banner home-error-bar info">
<p id="mark_as_read_turned_off_content" class="banner_content">
{{t 'To preserve your reading state, this view does not mark messages as read.' }}
</p>