5417: a few changes from based on review feedback. also, account for dataclass=File...
[arvados.git] / apps / workbench / app / helpers / pipeline_instances_helper.rb
index 3fbd27249a0b76c4c12d70ea00cae0acf18a299d..ba05f9e88cd7cd2f0345c993d5e60a7603e2bb8c 100644 (file)
@@ -308,8 +308,8 @@ module PipelineInstancesHelper
 
   def render_unreadable_inputs_present
     if current_user and controller.class.name.eql?('PipelineInstancesController') and unreadable_inputs_present?
-      raw('<div class="unreadable-inputs-present">' +
-            '<p style="color:#ff6666">One or more inputs provided are not readable by you. ' +
+      raw('<div class="alert alert-danger unreadable-inputs-present">' +
+            '<p>One or more inputs provided are not readable by you. ' +
               'Please correct these before you can run the pipeline.</p></div>')
     end
   end