From 267c4319e6827d2ebb969393771cb0c241439c6d Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Thu, 16 Apr 2009 23:14:46 -0600 Subject: [PATCH] Work around annoying IE 6 limitation --- imp/themes/ie6_or_less-dimp.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/imp/themes/ie6_or_less-dimp.css b/imp/themes/ie6_or_less-dimp.css index 4ce29d2fb..fbab1f614 100644 --- a/imp/themes/ie6_or_less-dimp.css +++ b/imp/themes/ie6_or_less-dimp.css @@ -57,6 +57,12 @@ form#compose { display: none; } +/* IE 6 doesn't support DOM.class1.class2 - treats this as DOM.class2. So + * flag icons will appear as background for row. This works around this. */ +div.vpRow { + background: none; +} + /* Fixes li & ol list numbering issues in HTML messages. */ .htmlMessage ul li, .htmlMessage ol li { margin-left: 2em; -- 2.11.0