The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Stylevar Help
<a href="https://gyazo.com/258e1199c05056e7eeef4ffa219f69a2" target="_blank">https://gyazo.com/258e1199c05056e7eeef4ffa219f69a2</a>
Which Stylevar is the Thread/post title? I need to change the highlight color (selected) Edit, The text is white after I type something in and the background is black. Whenever I begin to type something, it then becomes a white bar and I cannot see what I am typing. |
#2
|
|||
|
|||
I don't know if I understood your problem correct. You mean:
click in input-box (in your pic the title field of advanced editor, but also every other input field like login data with your demo account, edit and send a pm ) results to white background and white text? Your aim: other text color? There is no stylevar for. In template "vbulletin-formcontrols.css" there is only a definition for background Code:
.formcontrols .blockrow input.textbox:focus, .formcontrols .blockrow textarea:focus { background: {vb:stylevar input_focus_background}; } A. Edit "vbulletin-formcontrols.css" to Code:
.formcontrols .blockrow input.textbox:focus, .formcontrols .blockrow textarea:focus { background: {vb:stylevar input_focus_background}; color: #888888; } Code:
.formcontrols .blockrow input.textbox:focus, .formcontrols .blockrow textarea:focus { color: #888888; } |
#3
|
|||
|
|||
This worked perfectly, thank you
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|