Adding a watermark image in message box and prime quick reply box!!!
in the colours.css
FIND:
- Código: Seleccionar todos
/* Posting page styles
--------------------------------------- with watermark in the posts ---- */
#message-box textarea {
color: #333333;
background: #FFFFFF url("{T_IMAGESET_PATH}/watermark-file.png") center no-repeat;
}
AFTER ADD
- Código: Seleccionar todos
/* Posting in Prime Quick Reply
--------------------------------------- with watermark in the Prime Quick Reply ---- */
#quick_reply_message textarea {
color: #333333;
background: #FFFFFF url("{T_IMAGESET_PATH}/watermark-file.png") center no-repeat;
}
Fica assim: