mirror of
https://github.com/zulip/zulip.git
synced 2026-06-21 21:32:29 +08:00
message feed: Change sub button styling to new style.
This commit is contained in:
parent
95f34b2a90
commit
576be51bc9
@ -86,8 +86,8 @@
|
||||
</div>
|
||||
<div id="nonsubbed_stream_narrow_message" class="empty_feed_notice">
|
||||
<h4>{{ _("You aren't subscribed to this stream and nobody has talked about that yet!") }}</h4>
|
||||
<div class="sub_button_row">
|
||||
<button class="btn empty_feed_sub_unsub btn-default" type="button" name="subscription">
|
||||
<div class="sub_button_row new-style">
|
||||
<button class="button white rounded stream_sub_unsub_button sea-green" type="button" name="subscription">
|
||||
{{ _('Subscribe') }}
|
||||
</button>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user