From 2735f531f41e5f52b7ea13dad125a4767db54b18 Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Sat, 14 Jan 2012 00:46:14 -0800 Subject: [PATCH] make search box readable when you are typing stuff into it [ci skip] --- public/stylesheets/sass/application.sass | 1 + 1 file changed, 1 insertion(+) diff --git a/public/stylesheets/sass/application.sass b/public/stylesheets/sass/application.sass index 055205445..047586227 100644 --- a/public/stylesheets/sass/application.sass +++ b/public/stylesheets/sass/application.sass @@ -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