Hmmm, I tried that, but it just doesn't seem to take (even after hard refresh to reload the CSS locally).
Code:
#sidebar_container.member_summary
{
color: {vb:stylevar profile_sidebar_text_color};
background-color: {vb:stylevar profile_sidebar_background_color};
background-image: {vb:stylevar profile_sidebar_background_image};
background-repeat: {vb:stylevar profile_sidebar_background_repeat};
border-color: {vb:stylevar profile_sidebar_border};
}
If I put that in my additional.css, then it should still grab those StyleVars and apply them, right? My profile page doesn't seem to be doing that...
Just changed
background-color: {vb:stylevar profile_sidebar_background_color}; to
background-color: #FFFFFF;. Doesn't seem to take. Am I doing my CSS wrong here or something? The way I read it, "The element labelled 'sidebar_container' with the class 'member_summary' gets these values."
Right? Wrong?
--------------- Added [DATE]1295173334[/DATE] at [TIME]1295173334[/TIME] ---------------
Ugh, and from reading the comments on that stuff ya linked... Seems they've known about the "bug" since 4.0.8, and haven't cared to fix it. :<