fix #3693: rounded corners on search form

This commit is contained in:
Mark Otto 2012-06-04 08:45:51 -07:00
parent 8eb1488861
commit 5563b8448e
2 changed files with 2 additions and 2 deletions

View File

@ -1387,7 +1387,7 @@ textarea::-webkit-input-placeholder {
border-radius: 0 3px 3px 0;
}
.search-query {
input.search-query {
padding-right: 14px;
padding-right: 4px \9;
padding-left: 14px;

View File

@ -468,7 +468,7 @@ textarea {
// SEARCH FORM
// -----------
.search-query {
input.search-query {
padding-right: 14px;
padding-right: 4px \9;
padding-left: 14px;