0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-28 20:52:21 +01:00

light gray on docs search input

This commit is contained in:
Mark Otto 2015-08-10 16:47:43 -07:00
parent f5008769a5
commit d1f06ffe83
3 changed files with 7 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -67,6 +67,11 @@
height: 2.45rem;
padding-top: .4rem;
padding-bottom: .4rem;
background-color: #fafafa;
&:focus {
background-color: #fff;
}
}
}