In themes/DMredTF2/forums/forums.css look for this code
Code:
textarea { background: #222 url(images/textarea.gif) center center no-repeat; }
* html input.post, * html textarea { border-color: #D0D0D0; }
input.post:hover, textarea:hover { border-color: #D0D0D0; }
input.post:focus, textarea:focus { border-color: #FFFFFF; color: #FFF; }
Change it to
Code:
textarea { background: #222; }
|