The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
How do you set the background color for an input box in focus? [Search]
Here is the image showing the issue:
You can see which box is in focus (it is the one in white). I adjusted the color of these using the following in additional.css: Code:
.textbox, textarea, select { background-color: #1A1A1A; border: 1px solid #5B5B5B; color: #CCCCCC; } Code:
input:focus { background: pink; } .textbox:focus { background: pink; } .textarea:focus { background: pink; } .select:focus { background: pink; } |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|