From 943d9331b22f67e2538ed2fe1e905e7a1d5e01e3 Mon Sep 17 00:00:00 2001 From: Ed Costello Date: Mon, 24 Sep 2012 15:13:43 -0400 Subject: [PATCH] production: fix background in search box --- themes/mongodb/static/mongodb-docs.css_t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/mongodb/static/mongodb-docs.css_t b/themes/mongodb/static/mongodb-docs.css_t index 707e1ebc52c..4875357a168 100644 --- a/themes/mongodb/static/mongodb-docs.css_t +++ b/themes/mongodb/static/mongodb-docs.css_t @@ -648,3 +648,5 @@ div#etp ul li {display:inline;list-style-type:none;font-size:13px;color:#C48C55; div#etp ul li a {color:#AA814D} div#etp ul li:before {content:"|";padding-right:1em;color:#c48c55} div#etp ul li:first-child:before {content:"";} + +input.gsc-input {background:none;}