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
|
@ -765,6 +765,10 @@ header .search_forms,
|
||||||
border-radius: 2px 0 0 2px;
|
border-radius: 2px 0 0 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input#query {
|
||||||
|
border-radius: 3px 0px 0px 3px;
|
||||||
|
}
|
||||||
|
|
||||||
input[type=text] {
|
input[type=text] {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue