]> git.openstreetmap.org Git - rails.git/commitdiff
Revert some of the selection styling changes which cause bizarre styling regressions...
authorMatt Amos <zerebubuth@gmail.com>
Mon, 26 Jan 2015 17:53:24 +0000 (17:53 +0000)
committerMatt Amos <zerebubuth@gmail.com>
Mon, 26 Jan 2015 17:53:24 +0000 (17:53 +0000)
app/assets/stylesheets/common.css.scss

index 7efe76cb116060cc10d5a76d372bd685b7c36003..8d40bbe39dfc2e460d288d5474d48a25b345eb9a 100644 (file)
@@ -949,12 +949,9 @@ header .search_forms,
   }
 
   select {
-    border-radius: $border-radius;
-        border: $border;
-        background-color: white;
-        /* 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;
+    /* 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 {