summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2007-01-10 08:48:45 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2007-01-10 08:48:45 +0000
commit6073b7601d03911c4f17ed06e3afcc8647e8dcb9 (patch)
treecba262c48ace3262ee6c03b0d782c700eaecb50d /themes
parentd093f4eea1b7600e1d28e77e3154cdf97318c067 (diff)
downloadbrdo-6073b7601d03911c4f17ed06e3afcc8647e8dcb9.tar.gz
brdo-6073b7601d03911c4f17ed06e3afcc8647e8dcb9.tar.bz2
#108215: Fading elements in IE causes text to bleed.
Diffstat (limited to 'themes')
-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;
+}