From 641ba558a7806c594fc470685a3246d623a75deb Mon Sep 17 00:00:00 2001 From: Matt Claypotch Date: Tue, 1 Mar 2011 15:38:49 -0800 Subject: [PATCH] making the search box bg white --- media/css/zamboni/mobile.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media/css/zamboni/mobile.css b/media/css/zamboni/mobile.css index f18cde17935..94fd1d05c3d 100644 --- a/media/css/zamboni/mobile.css +++ b/media/css/zamboni/mobile.css @@ -514,7 +514,7 @@ a.listview:before { } #search input[type=search] { - background: url(../../img/zamboni/mobile/search.svg) no-repeat 10px center; + background: url(../../img/zamboni/mobile/search.svg) no-repeat 10px center #fff; -webkit-box-flex: 1; -moz-box-flex: 1; height: 41px;