2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

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
+1 -1
View File
@@ -1387,7 +1387,7 @@ textarea::-webkit-input-placeholder {
border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0;
} }
.search-query { input.search-query {
padding-right: 14px; padding-right: 14px;
padding-right: 4px \9; padding-right: 4px \9;
padding-left: 14px; padding-left: 14px;
+1 -1
View File
@@ -468,7 +468,7 @@ textarea {
// SEARCH FORM // SEARCH FORM
// ----------- // -----------
.search-query { input.search-query {
padding-right: 14px; padding-right: 14px;
padding-right: 4px \9; padding-right: 4px \9;
padding-left: 14px; padding-left: 14px;