Merge pull request #29 from zerebubuth/routing-ui-tweaks-2
Revert some of the selection styling changes which cause bizarre styling...
This commit is contained in:
commit
6214fe0a9f
1 changed files with 3 additions and 6 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue