Roundcube Community Forum

Recycle Bin => Recycle Bin => Topic started by: Wojtek on January 15, 2007, 11:29:14 PM

Title: [CSS] File Attachment text color, always black
Post by: Wojtek on January 15, 2007, 11:29:14 PM
Hello there,

I'm having a problem configuring the text color for the iframe containing en email's attachment.
I have a dark background color, and the default black text is not visible.

This is my current css code in mail.css
Code: [Select]
#messagepartframe
{
 border: 1px solid #999999;
 background-color: #232323;
 color: #FFFFFF;
}

However the text's color does not turn white. If I change the background-color to FFFFFF, the background does turn white. But the text always stays black no mater what value I put in color:.

Could anyone direct me in the good direction?

Thank You