From: Matt Amos Date: Mon, 26 Jan 2015 17:53:24 +0000 (+0000) Subject: Revert some of the selection styling changes which cause bizarre styling regressions... X-Git-Tag: live~4264^2~9^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/b09c14218f917f9d76e89a5c2eebf6a6d0d5eedd?ds=sidebyside Revert some of the selection styling changes which cause bizarre styling regressions to the 80s on FF. --- diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 7efe76cb1..8d40bbe39 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -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 {