mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-01 11:20:26 +02:00
fix #3693: rounded corners on search form
This commit is contained in:
2
docs/assets/css/bootstrap.css
vendored
2
docs/assets/css/bootstrap.css
vendored
@@ -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;
|
||||
|
@@ -468,7 +468,7 @@ textarea {
|
||||
// SEARCH FORM
|
||||
// -----------
|
||||
|
||||
.search-query {
|
||||
input.search-query {
|
||||
padding-right: 14px;
|
||||
padding-right: 4px \9;
|
||||
padding-left: 14px;
|
||||
|
Reference in New Issue
Block a user