From b05d4a782874b70480e11d316d472afb999d4281 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Wed, 2 Sep 2009 07:47:54 +0000 Subject: [PATCH] Use transparent instead of inherit, for compatibility with IE, as suggested by Simetrical on CR r52669. --- skins/common/shared.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skins/common/shared.css b/skins/common/shared.css index 4e6b5bfc57..113ca4fbb7 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -338,7 +338,7 @@ div.searchdidyoumean em { } table#mw-search-top-table { - background-color:inherit; + background-color: transparent; } -- 2.20.1