Topic: Color background quick reply - [!!!]

Where is background color table "quick reply"?

It's (table quick reply) begun:

<div class="blockform">
   
    <div class="box">

screen:

http://images3.fotosik.pl/109/0b151f312589488d.gif

2

Re: Color background quick reply - [!!!]

most proberbly in imports/yourstyle_cs.css

/****************************************************************/
/* 2. POST BACKGROUNDS AND TEXT */
/****************************************************************/

/* 2.1 This is the setup for posts. */

DIV.blockpost DIV.box, DIV.postright, DIV.postfootright {BACKGROUND-COLOR: #DEDFDF}
DIV.postright, DIV.postfootright {BORDER-LEFT-COLOR: #f1f1f1}
DIV.postleft, DIV.postfootleft, DIV.blockpost LABEL {BACKGROUND-COLOR: #F1F1F1}

/* 2.2 Background for post headers and text colour for post numbers in viewtopic */

DIV.blockpost H2 {BACKGROUND-COLOR: #006FC9}
DIV.blockpost H2 SPAN.conr {COLOR: #AABDCD}

/* 2.3 This is the line above the signature in posts. Colour and background should be the same */

.pun HR {BACKGROUND-COLOR: #333; COLOR: #333}

try there somewere

Re: Color background quick reply - [!!!]

Thanks!! It's ok!