#108215: Fading elements in IE causes text to bleed.

5.x
Steven Wittens 2007-01-10 08:48:45 +00:00
parent d093f4eea1
commit 6073b7601d
1 changed files with 6 additions and 1 deletions

View File

@ -56,4 +56,9 @@ td.menu-disabled {
#header-region {
/* Because of the lack of min-height, we use height as an alternative */
height: 1em;
}
}
#attach-hide label, #uploadprogress div.message {
/* Fading elements in IE causes the text to bleed unless they have a background. */
background-color: #ffffff;
}