Work around annoying IE 6 limitation
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 17 Apr 2009 05:14:46 +0000 (23:14 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 17 Apr 2009 06:05:55 +0000 (00:05 -0600)
imp/themes/ie6_or_less-dimp.css

index 4ce29d2..fbab1f6 100644 (file)
@@ -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;