From: hikemaniac <31667811+hikemaniac@users.noreply.github.com> Date: Sat, 14 Mar 2020 15:39:21 +0000 (+0100) Subject: Moved CSS rule X-Git-Tag: live~2198^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/74142661e391f84253de87d30c9ead76632355e4 Moved CSS rule --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 639e0328e..98b58c998 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -764,10 +764,6 @@ header .search_forms, overflow: hidden; border-radius: 2px 0 0 2px; } - - input#query { - border-radius: 3px 0px 0px 3px; - } input[type=text] { width: 100%; @@ -777,6 +773,7 @@ header .search_forms, input[type=text].overflow { border-right: none; + border-radius: 3px 0px 0px 3px; } input:focus {