Quote:
Originally Posted by Fraggs
Style Manager -> DarkVision -> Edit Templates -> CSS Templates -> usercp.css
Find:
#usercp_nav .block {
background: #fafafa;
clear:both;
font-size:{vb:stylevar mid_fontSize};
-moz-border-radius-top{vb:stylevar right}: {vb:stylevar border_radius};
-moz-border-radius-top{vb:stylevar left}: {vb:stylevar border_radius};
-webkit-border-top-{vb:stylevar right}-radius: {vb:stylevar border_radius};
-webkit-border-top-{vb:stylevar left}-radius: {vb:stylevar border_radius};
padding-bottom:{vb:stylevar padding};
Change #fafafa; to #1b1b1b;
That was added when upgrading to 4.0.3 as it was a new default value, so I'm assuming you upgraded as well. 
|
Sweet, that did the job. And yeah, I upgraded to 4.0.3 as well. =p
I've been trying quite a long time to change this:
as well. But no luck. Basically when I try to type the user name, the font is black. I managed to change the password to white font though and took away the white text box.