]> git.openstreetmap.org Git - rails.git/commitdiff
Moved CSS rule
authorhikemaniac <31667811+hikemaniac@users.noreply.github.com>
Sat, 14 Mar 2020 15:39:21 +0000 (16:39 +0100)
committerhikemaniac <31667811+hikemaniac@users.noreply.github.com>
Sat, 14 Mar 2020 15:39:21 +0000 (16:39 +0100)
app/assets/stylesheets/common.scss

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