X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/56b2fdf5c9915b02c8bf051e4f82927ae72c8c41..376a630756e4f9f68ff88ac9319501d14c38cf37:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 5202e9c87..7efe76cb1 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -948,6 +948,15 @@ header .search_forms, border-radius: 0 2px 2px 0; } + 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; + } + .query_options { text-align: right; font-size: 10px;