]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Revert some of the selection styling changes which cause bizarre styling regressions...
[rails.git] / app / assets / stylesheets / common.css.scss
index 5202e9c87105f790aca8b0c20f67b3c48251d656..8d40bbe39dfc2e460d288d5474d48a25b345eb9a 100644 (file)
@@ -948,6 +948,12 @@ header .search_forms,
     border-radius: 0 2px 2px 0;
   }
 
+  select {
+    /* this next line is to polyfill the vertical alignment of text within a select element,
+     * which is different between firefox and chrome. */
+    padding: 0.3em 0;
+  }
+
   .query_options {
     text-align: right;
     font-size: 10px;