]> git.openstreetmap.org Git - rails.git/commitdiff
Fix border-radius for search query input field
authorhikemaniac <31667811+hikemaniac@users.noreply.github.com>
Sat, 14 Mar 2020 15:06:33 +0000 (16:06 +0100)
committerhikemaniac <31667811+hikemaniac@users.noreply.github.com>
Sat, 14 Mar 2020 15:06:46 +0000 (16:06 +0100)
app/assets/stylesheets/common.scss

index d3382eb3f24559a3466c85eca1f0d9cbb2f9342c..639e0328ebee82cdd99d1ee285f8647f4b39b5b6 100644 (file)
@@ -764,6 +764,10 @@ header .search_forms,
     overflow: hidden;
     border-radius: 2px 0 0 2px;
   }
+  
+  input#query {
+    border-radius: 3px 0px 0px 3px;
+  }
 
   input[type=text] {
     width: 100%;