mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 14:24:24 +00:00
fix bar's css
This commit is contained in:
parent
02aea0506f
commit
e683887ea4
@ -38,7 +38,7 @@ class SearchBar extends React.Component {
|
||||
<Form inline className="search-bar float-right my-2">
|
||||
<FormGroup>
|
||||
<Input type="text" name="search-bar" placeholder="Search by Address / Txhash / Block" onChange={(e) => this.onChange(e)}
|
||||
value={this.state.searchValue} onKeyPress={e => this.onKeyPress(e)} style={{"border": "1px solid #e4e7ea", "width": "330px"}} />
|
||||
value={this.state.searchValue} onKeyPress={e => this.onKeyPress(e)} />
|
||||
<Button color="secondary" onClick={(e) => this.onSubmit(e)}>
|
||||
<FontAwesome name="search"/>
|
||||
</Button>
|
||||
|
@ -1,9 +1,15 @@
|
||||
#root .search-bar input {
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
border: 0;
|
||||
outline: none;
|
||||
box-shadow: none;
|
||||
width: 330px;
|
||||
border: 1px solid #c8ced3;
|
||||
border-right: 0;
|
||||
}
|
||||
|
||||
#root .dark-theme .search-bar input {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
#root .search-bar button {
|
||||
|
Loading…
x
Reference in New Issue
Block a user