The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
where to find in stylevar...
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 |
#2
|
|||
|
|||
What board are you running?
And what do you want fixing? The search box background or the colour of your text font? |
#3
|
|||
|
|||
4.1.3 and color of the text font would seem best option I think?
|
#4
|
|||
|
|||
anyone, any ideas?
|
#5
|
||||
|
||||
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 Code:
.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}; } |
#6
|
|||
|
|||
thank you, I believe that did it, changed color to 000000
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|