fix color of deleted post notices
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<% if post.is_deleted? && post.flags.empty? %>
|
<% 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
|
This post was deleted
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|||||||
Reference in New Issue
Block a user