From: Anton Khorev Date: Mon, 8 Apr 2024 22:17:32 +0000 (+0300) Subject: Use secondary body color for export inputs background X-Git-Tag: live~659^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/3734cff2bab6dd2e6527d991bf70cf9d52f026d4 Use secondary body color for export inputs background --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index eac3f7417..548c25372 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -686,8 +686,6 @@ tr.turn:hover { } .export_boxy { - background: $lightgrey; - > * { margin: -1px; } diff --git a/app/views/site/export.html.erb b/app/views/site/export.html.erb index 3bc62883f..9b9499e65 100644 --- a/app/views/site/export.html.erb +++ b/app/views/site/export.html.erb @@ -6,7 +6,7 @@ <%= hidden_field_tag "format", "osm", :autocomplete => "off" %>
-
+
<%= text_field_tag("maxlat", nil, :size => 10, :autocomplete => "off", :class => "export_bound form-control mx-auto") %>
<%= text_field_tag("minlon", nil, :size => 10, :autocomplete => "off", :class => "export_bound form-control my-2") %>