make search box readable when you are typing stuff into it [ci skip]

This commit is contained in:
Maxwell Salzberg 2012-01-14 00:46:14 -08:00
parent 35676cddac
commit 2735f531f4

View file

@ -1194,6 +1194,7 @@ header #global_search
&:focus
@include box-shadow(0,0,5px,#fff)
:outline none
:background-color white
input[type='search']
:width 220px