Skip to content

Commit

Permalink
dark-mode: Make message deletion modal compatible.
Browse files Browse the repository at this point in the history
This makes the message deletion modal compatible with dark mode by
making the background color dark.
  • Loading branch information
Brock Whittaker authored and timabbott committed Feb 2, 2018
1 parent b336bb7 commit f733466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/zerver/delete_message.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div id="delete_message_modal" class="modal hide new-style" tabindex="-1" role="dialog" aria-labelledby="delete_message_modal_label" aria-hidden="true">
<div id="delete_message_modal" class="modal modal-bg hide new-style" tabindex="-1" role="dialog" aria-labelledby="delete_message_modal_label" aria-hidden="true">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="{{ _('Close') }}"><span aria-hidden="true">&times;</span></button>
<h3 id="delete_message_modal_label">{{ _("Delete message") }} </h3>
Expand Down

0 comments on commit f733466

Please sign in to comment.