fix color of deleted post notices

This commit is contained in:
albert
2013-02-21 13:29:39 -05:00
parent fef8597564
commit 2201e03604

View File

@@ -7,7 +7,7 @@
<% end %>
<% if post.is_deleted? && post.flags.empty? %>
<div class="ui-corner-all ui-state-error notice">
<div class="ui-corner-all ui-state-highlight notice">
This post was deleted
</div>
<% end %>