#842 docs search box had a hardcoded bg color

This commit is contained in:
Kevin Ross 2016-01-26 15:09:41 -06:00
parent 585005b0c7
commit c896d2d5a1

View File

@ -5,4 +5,11 @@
padding: .25rem .75rem;
}
.bd-search {
.form-control {
background-color: transparent;
&:focus {
background-color: transparent;
}
}
}