The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Custom user title text block color.
Anyone know where this is located? I need to change the color of the text block. It is there and turns white only when you click on it. If you don't click on it you cannot tell it's there.
|
#2
|
||||
|
||||
Go to the Style Variable Editor, and under "Forms" look for "input_border"...what do you have there?
|
#3
|
|||
|
|||
Showing #dddddd which is the same as the bg color. I tried to change it to #fff but it didn't change the text box.
|
#4
|
||||
|
||||
I am assuming you want the border to show up, so try giving it the default color:
#6B91AB |
#5
|
|||
|
|||
No change. Could be hard coded maybe?
|
#6
|
||||
|
||||
If you are using a custom skin, there may be a CSS class selector at work here.
Try adding the following to your "additional.css" template: HTML Code:
#tb_customtext { border: 1px solid #6b91ab !important; } |
Благодарность от: | ||
SPEEDKILLZ |
#8
|
||||
|
||||
Editing the class selector that was affecting it before may have had an undesirable effect in other places, whereas the selector I posted will affect that element only.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|