app/views/spree/admin/reimbursements/edit.html.erb in spree_backend-4.4.1 vs app/views/spree/admin/reimbursements/edit.html.erb in spree_backend-4.5.0

- old
+ new

@@ -7,13 +7,13 @@ <%= render partial: 'spree/admin/shared/error_messages', locals: { target: @reimbursement } %> <%= form_for [:admin, @order, @reimbursement] do |f| %> <fieldset class='no-border-bottom'> <legend><%= Spree.t(:items_to_be_reimbursed) %></legend> - <div class="table-responsive"> - <table class="table table-condensed table-bordered reimbursement-return-items-table"> - <thead> + <div class="table-responsive border rounded bg-white"> + <table class="table table-condensed border rounded reimbursement-return-items-table"> + <thead class="text-muted"> <tr> <th><%= Spree.t(:product) %></th> <th><%= Spree.t(:preferred_reimbursement_type) %></th> <th><%= Spree.t(:reimbursement_type_override) %></th> <th><%= Spree.t(:pre_tax_refund_amount) %></th> @@ -66,11 +66,11 @@ </div> <% end %> <fieldset class="mt-3"> <legend><%= Spree.t(:calculated_reimbursements) %></legend> - <div class="table-responsive"> - <table class="table table-condensed table-bordered"> + <div class="table-responsive border rounded bg-white"> + <table class="table table-condensed border rounded"> <thead data-hook="customer_return_header"> <tr> <th><%= Spree.t(:reimbursement_type) %></th> <th><%= Spree.t(:description) %></th> <th><%= Spree.t(:amount) %></th>