mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-17 14:54:30 +01:00
fix #3693: rounded corners on search form
This commit is contained in:
parent
8eb1488861
commit
5563b8448e
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user