Search input tweak; Favicon alignment
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 1.2 KiB |
Binary file not shown.
@ -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" />
|
||||
Sources
|
||||
</button>
|
||||
|
||||
@ -15,6 +15,7 @@
|
||||
height: 3rem;
|
||||
background: transparent;
|
||||
border-bottom: 2px solid transparent;
|
||||
border-radius: 0;
|
||||
|
||||
&:focus,
|
||||
&:active {
|
||||
|
||||
Reference in New Issue
Block a user