From 6073b7601d03911c4f17ed06e3afcc8647e8dcb9 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Wed, 10 Jan 2007 08:48:45 +0000 Subject: #108215: Fading elements in IE causes text to bleed. --- themes/garland/fix-ie.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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; +} -- cgit v1.2.3