mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
unread_banner: Update colors of unread banners.
Previously, the color of the unread banners is yellow which signals more of a warning to the users. After a discussion in CZO, it was decided to set setting configured unread banners to blue, which represents more of a notice/informational banner as the user should be aware of the changes they made to their settings.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<div id="mark_as_read_turned_off_banner" class="alert home-error-bar">
|
||||
<div id="mark_as_read_turned_off_banner" class="alert alert-info home-error-bar">
|
||||
<p id="mark_as_read_turned_off_content">
|
||||
{{#tr}}
|
||||
Your Zulip app is <z-link>configured</z-link> to not mark messages as read on scroll.
|
||||
@@ -6,7 +6,7 @@
|
||||
{{/tr}}
|
||||
</p>
|
||||
<div id="mark_as_read_controls">
|
||||
<button id="mark_view_read" class="btn btn-warning">
|
||||
<button id="mark_view_read" class="btn btn-info">
|
||||
{{t 'Mark as read' }}
|
||||
</button>
|
||||
</div>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<div id="mark_as_read_turned_off_banner" class="alert home-error-bar">
|
||||
<div id="mark_as_read_turned_off_banner" class="alert alert-info home-error-bar">
|
||||
<p id="mark_as_read_turned_off_content">
|
||||
{{#tr}}
|
||||
Your Zulip app is <z-link>configured</z-link> to mark messages as read on scroll only in conversation views.
|
||||
@@ -6,7 +6,7 @@
|
||||
{{/tr}}
|
||||
</p>
|
||||
<div id="mark_as_read_controls">
|
||||
<button id="mark_view_read" class="btn btn-warning">
|
||||
<button id="mark_view_read" class="btn btn-info">
|
||||
{{t 'Mark as read' }}
|
||||
</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user