Quote:
Originally Posted by pureturk
That little arrow thingy drove me crazy for 3 hours. I cant find the correct place to change the color of it.

|
those arrows are images located in images/misc, named "quote-left" and "quote-right"
if you want to change the border around the quote text you need to add this code to additional cs and change the border color:
Code:
.bbcode_container div.bbcode_quote {
background: none repeat scroll 0 0 #F2F6F8;
border: 1px solid #417394;
border-radius: 0 0 0 0;
font: italic 13px Tahoma,Calibri,Verdana,Geneva,sans-serif;
margin: 0 10px 10px;
position: relative;
top: 0;
}