mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
fixes #4428: specifity on .search-query increased
This commit is contained in:
parent
077577c7f3
commit
9e6322dbab
2 changed files with 2 additions and 2 deletions
2
docs/assets/css/bootstrap.css
vendored
2
docs/assets/css/bootstrap.css
vendored
|
@ -1570,7 +1570,7 @@ select:focus:required:invalid:focus {
|
||||||
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;
|
||||||
|
|
|
@ -494,7 +494,7 @@ select:focus:required:invalid {
|
||||||
// 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;
|
||||||
|
|
Loading…
Reference in a new issue