]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Make search input a direct child of input group
[rails.git] / app / assets / stylesheets / common.scss
index b95d1fcd60202c5072d962d0520a45ac2f3e9106..1d40564519e453cbd29af6d00b1384b4b645d478 100644 (file)
@@ -1055,11 +1055,12 @@ tr.turn:hover {
 .search_form {
   background-color: $lightgrey;
 
+  #query {
+    z-index: 0;
+  }
+
   .describe_location {
-    top: 6px;
-    right: 6px;
     font-size: 10px;
-    color: $blue;
   }
 }