summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/garland/fix-ie.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/themes/garland/fix-ie.css b/themes/garland/fix-ie.css
index bc5cd7c4f..66fc7a15a 100644
--- a/themes/garland/fix-ie.css
+++ b/themes/garland/fix-ie.css
@@ -56,4 +56,9 @@ td.menu-disabled {
#header-region {
/* Because of the lack of min-height, we use height as an alternative */
height: 1em;
-} \ No newline at end of file
+}
+
+#attach-hide label, #uploadprogress div.message {
+ /* Fading elements in IE causes the text to bleed unless they have a background. */
+ background-color: #ffffff;
+}