Revert some of the selection styling changes which cause bizarre styling regressions to the 80s on FF.

This commit is contained in:
Matt Amos 2015-01-26 17:53:24 +00:00
parent 5afe47e3f6
commit b09c14218f

View file

@ -949,12 +949,9 @@ header .search_forms,
} }
select { select {
border-radius: $border-radius; /* this next line is to polyfill the vertical alignment of text within a select element,
border: $border; * which is different between firefox and chrome. */
background-color: white; 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 { .query_options {