Indy CTS-V |
08-23-2013 05:31 PM |
Quote:
Originally Posted by HaPpYfAcE
(Post 2429314)
Try adding to your additional.css - found this at this link.
Code:
#vsacb_messagearea{background-color:#fff2d9;}
This is for the bg color only. I don't know why you're getting two chatboxes.
This does affect all post editors for me, so if possible, i'd like to find another way to adjust the background color of 'only' the chatbox. I tried the solution that involves editing the additional.css template, but it does not work for styles that are created in the admincp. Any thoughts on why that is?
|
Following this link fixed my issue....thanks man! Much appreciated!!
Here is what I pulled from the link which applied to the situation I was having exactly.....
If you found that your chatbox missing background that is because I made the blockrow transparent due to blog page background will look funny with it.
VSa ChatBox used this blockrow background stylevar.
Put this css overwrite into your additional.css
style manager> style name> edit templates> css templates> Additional.css
#vsacb_messagearea{background-color:#fff2d9;} change to your own color. I just pasted this code at the end of the additional.css and bam....my problem was solved
if you found out the status: idle or the status: refreshing messages text color is not suitable
you can overwrite it using this css
#vsacb_infoarea{color:#e4cfb6;}
|