From: Michael M Slusarz Date: Fri, 17 Apr 2009 05:14:46 +0000 (-0600) Subject: Work around annoying IE 6 limitation X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=267c4319e6827d2ebb969393771cb0c241439c6d;p=horde.git Work around annoying IE 6 limitation --- 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;