#108215: Fading elements in IE causes text to bleed.
parent
d093f4eea1
commit
6073b7601d
|
@ -56,4 +56,9 @@ td.menu-disabled {
|
||||||
#header-region {
|
#header-region {
|
||||||
/* Because of the lack of min-height, we use height as an alternative */
|
/* Because of the lack of min-height, we use height as an alternative */
|
||||||
height: 1em;
|
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;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue