Search input tweak; Favicon alignment

This commit is contained in:
James Barnsley
2017-08-28 21:04:24 +12:00
parent ca76eeb13d
commit 8dcbc314c8
4 changed files with 2 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

View File

@ -238,7 +238,7 @@ class Search extends React.Component{
var options = (
<span>
<DropdownField icon="eye" name="Type" value={this.props.params.type} options={type_options} handleChange={val => this.handleTypeChange(val)} />
<button onClick={e => this.props.uiActions.openModal('search_settings', {type: this.props.params.type, query: this.props.params.query})}>
<button className="no-hover" onClick={e => this.props.uiActions.openModal('search_settings', {type: this.props.params.type, query: this.props.params.query})}>
<FontAwesome name="wrench" />&nbsp;
Sources
</button>

View File

@ -15,6 +15,7 @@
height: 3rem;
background: transparent;
border-bottom: 2px solid transparent;
border-radius: 0;
&:focus,
&:active {