change content export error background color

test plan:
 1. start a content export, with jobs NOT running
 2. fail the job via a Rails console:
    ContentExport.last.update_attribute(:workflow_state, 'failed')
 3. the error message that appears should be legible

fixes CNVS-39441

Change-Id: Id6f034d677809e3306b4a050e1b2c91ac5c9777c
Reviewed-on: https://gerrit.instructure.com/126961
Tested-by: Jenkins
Reviewed-by: Ed Schiebel <eschiebel@instructure.com>
QA-Review: Deepeeca Soundarrajan <dsoundarrajan@instructure.com>
Product-Review: Jeremy Stanley <jeremy@instructure.com>
This commit is contained in:
Jeremy Stanley 2017-09-21 15:55:41 -06:00
parent e6053c3939
commit 25baf4ea2c
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
<% end %>
<div class="export_messages" style="<%= hidden %>">
<div class="ui-state-error error_message"></div>
<div class="alert-error error_message"></div>
</div>
<hr />