From: Richard Fairhurst Date: Mon, 26 Jan 2015 17:55:19 +0000 (+0000) Subject: Merge pull request #29 from zerebubuth/routing-ui-tweaks-2 X-Git-Tag: live~4906^2~9 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/6214fe0a9f55b04798f0d1bbce1a965a4a220b21?hp=497009ed2b98dfdeeb349e891c1fbd88d14ff087 Merge pull request #29 from zerebubuth/routing-ui-tweaks-2 Revert some of the selection styling changes which cause bizarre styling... --- 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 {