Fix css on search bar
This commit is contained in:
parent
2cd514ccb6
commit
06ee7026aa
File diff suppressed because one or more lines are too long
|
@ -29,8 +29,10 @@
|
|||
width: 100%;
|
||||
|
||||
input {
|
||||
box-shadow: none;
|
||||
border: none;
|
||||
box-shadow: 0 0 1px rgba(0,0,0,.2);
|
||||
height: 53px;
|
||||
margin-left: -1px;
|
||||
padding-left: 50px;
|
||||
width: 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue