Quote:
Originally Posted by fkatzenb
There is a change in the code... here is the code with the correction... note the stylevar variable is now sidebar_background.backgroundColor
Code:
#sidebar_container .underblock {background: none; height: 10px;}
#sidebar_container > ul {
-moz-border-radius:0px;
-webkit-border-radius:: 0px;
-moz-box-shadow: none;
background-color: transparent;
border:0px;
}
#sidebar_container .block {
background-color:{vb:stylevar sidebar_background.backgroundColor};
border:{vb:stylevar forum_sidebar_border};
-moz-border-radius:{vb:stylevar border_radius};
-webkit-border-radius: {vb:stylevar border_radius};
-moz-box-shadow:-2px 2px 2px {vb:stylevar shadow_color};
}
|
Thanks man..i have updated original post with the updated code..:up: