Use secondary body color for export inputs background

This commit is contained in:
Anton Khorev 2024-04-09 01:17:32 +03:00
parent 5dc9fb3dc5
commit 3734cff2ba
2 changed files with 1 additions and 3 deletions

View file

@ -6,7 +6,7 @@
<%= hidden_field_tag "format", "osm", :autocomplete => "off" %>
<div class='export_area_inputs'>
<div class='export_boxy border border-secondary-subtle rounded'>
<div class='export_boxy border border-secondary-subtle rounded bg-body-secondary'>
<%= text_field_tag("maxlat", nil, :size => 10, :autocomplete => "off", :class => "export_bound form-control mx-auto") %>
<div class="clearfix">
<%= text_field_tag("minlon", nil, :size => 10, :autocomplete => "off", :class => "export_bound form-control my-2") %>