message feed: Change sub button styling to new style.

This commit is contained in:
Cynthia Lin 2017-10-07 18:43:46 -07:00 committed by Tim Abbott
parent 95f34b2a90
commit 576be51bc9

View File

@ -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>