Replace bg-light with bg-body-tertiary

This commit is contained in:
Anton Khorev 2024-04-11 03:34:27 +03:00
parent ba90fe97ea
commit e26dcf7a72
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@
<h3><%= t ".reports_of_this_issue" %></h3>
<% if @read_reports.present? %>
<div class="bg-light text-muted">
<div class="bg-body-tertiary text-muted">
<h4><%= t ".read_reports" %></h4>
<%= render "reports", :reports => @read_reports %>
</div>

View file

@ -4,7 +4,7 @@
<div id="<%= id %>_preview" class="richtext_preview richtext text-break"></div>
</div>
<div id="<%= id %>_help" class="col-sm-4 richtext_help">
<div class="card bg-light h-100">
<div class="card bg-body-tertiary h-100">
<div class="card-body">
<%= render :partial => "shared/#{type}_help" %>
<%= submit_tag t(".edit"), :id => "#{id}_doedit", :class => "richtext_doedit btn btn-primary", :disabled => true %>