PDA

View Full Version : I cant change the color of this border


pureturk
07-22-2012, 07:15 AM
That little arrow thingy drove me crazy for 3 hours. I cant find the correct place to change the color of it.
https://vborg.vbsupport.ru/

peugeot405
07-22-2012, 07:57 AM
That little arrow thingy drove me crazy for 3 hours. I cant find the correct place to change the color of it.
http://s11.postimage.org/3v4jfdxf7/Untitled_1.png

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:

.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;
}

pureturk
07-22-2012, 01:50 PM
Done. Thank you.

peugeot405
07-22-2012, 02:10 PM
glad it worked out.