mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 14:03:30 +00:00 
			
		
		
		
	bankruptcy: Change to new default button styles.
This changes the bankruptcy modal to use the new default button style.
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
			
		||||
<div class="modal hide" id="bankruptcy" tabindex="-1" role="dialog"
 | 
			
		||||
<div class="modal hide new-style" id="bankruptcy" tabindex="-1" role="dialog"
 | 
			
		||||
    aria-labelledby="bankruptcy-label" aria-hidden="true">
 | 
			
		||||
 | 
			
		||||
    <div class="modal-header">
 | 
			
		||||
@@ -9,9 +9,9 @@
 | 
			
		||||
    <div id="bankruptcy-unread-count"></div>
 | 
			
		||||
 | 
			
		||||
    <div class="modal-footer">
 | 
			
		||||
        <button id="yes-bankrupt" class="bankruptcy_button btn btn-primary"
 | 
			
		||||
        <button id="yes-bankrupt" class="bankruptcy_button button small rounded sea-green"
 | 
			
		||||
                >{{ _('Yes, please!') }}</button>
 | 
			
		||||
        <button id="no-bankrupt" class="bankruptcy_button btn btn-default"
 | 
			
		||||
        <button id="no-bankrupt" class="bankruptcy_button button small rounded"
 | 
			
		||||
                data-dismiss="modal">{{ _("No, I'll catch up.") }}</button>
 | 
			
		||||
    </div>
 | 
			
		||||
</div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user