Roundcube Community Forum

 

[CSS] File Attachment text color, always black

Started by Wojtek, January 15, 2007, 11:29:14 PM

Previous topic - Next topic

Wojtek

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
#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