2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03: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
+1 -1
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+5
View File
@@ -67,6 +67,11 @@
height: 2.45rem;
padding-top: .4rem;
padding-bottom: .4rem;
background-color: #fafafa;
&:focus {
background-color: #fff;
}
}
}