Fix border-radius for search query input field
This commit is contained in:
parent
4f862afc10
commit
ed076ebd61
1 changed files with 4 additions and 0 deletions
|
@ -764,6 +764,10 @@ header .search_forms,
|
|||
overflow: hidden;
|
||||
border-radius: 2px 0 0 2px;
|
||||
}
|
||||
|
||||
input#query {
|
||||
border-radius: 3px 0px 0px 3px;
|
||||
}
|
||||
|
||||
input[type=text] {
|
||||
width: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue