Log in

View Full Version : where to find in stylevar...


williamrcmt
06-10-2011, 01:21 PM
I need to fix the stylevar, when you type the text is white in searchbox just like it's background/entry area

thank you for any help

https://vborg.vbsupport.ru/external/2011/06/65.jpg

RobbieZ
06-10-2011, 01:42 PM
What board are you running?

And what do you want fixing? The search box background or the colour of your text font?

williamrcmt
06-10-2011, 04:53 PM
4.1.3 and color of the text font would seem best option I think?

williamrcmt
06-11-2011, 06:49 PM
anyone, any ideas?

TheLastSuperman
06-11-2011, 11:44 PM
Hmm try editing the shade color {vb:stylevar shade_color}

However you have a dark style so more than likely you have the shade set to black or a color to make it seem like a glow either way you might need to edit the css, edit the templates and find the css template popupmenu.css

.popupbody li input.searchbox {
width:180px;
padding:{vb:stylevar popup_padding}px;
font-size:10pt;
font-style:italic;
color:{vb:stylevar shade_color};
}

.popupbody li input.searchbox:focus {
font-style:normal;
color:{vb:stylevar body_color};
}

Change color:VALUE to suit your needs.

williamrcmt
06-14-2011, 05:15 PM
thank you, I believe that did it, changed color to 000000