]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/shared/_richtext_field.html.erb
Replace bg-light with bg-body-tertiary
[rails.git] / app / views / shared / _richtext_field.html.erb
index 22b3db54228fbd1d03e2eb5d43c138acb65dba87..f471cbbbf93bf89457e081abaa67ec5a91c67aa3 100644 (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 %>