PDA

View Full Version : How can I fix this?


DeadRabbit
09-18-2010, 04:07 AM
Hello,

I am having problems with my quick reply box - I cannot see any text due to black background
but other forumers do not have this problem, only me

https://vborg.vbsupport.ru/external/2010/09/13.png

How can i fix this?
thanks.

--------------- Added 1284794752 at 1284794752 ---------------

anyone can help?

Xtrigit
09-18-2010, 06:42 AM
Did you try with different browsers?

Only you(admin usergroup) are having this problem? Log in with a regular account and see if that makes any difference.

DeadRabbit
09-18-2010, 07:33 AM
Yes, only admin usergroup. Tried with different browsers too

Jack12
09-18-2010, 08:32 AM
Here's what worked for me.

It's to do with the type of editor you, or your usergroup using, basically there are 2 editors in vbulletin. Standard and WYSIWYG.

I did have a quick look and couldn't find the stylevar that handled either of these font colors, so I added 2 lines of code to my additional.css template.

For the standard area:
.editor_textbox textarea, .editor_textbox iframe { color:#FFFFFF; }
And for the wysiwyg area:
.wysiwyg { color:#FFFFFF; }

The colour is white, however change "FFFFFF" to whatever colour you want the text to be.