The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
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; }
|
|
#2
|
||||
|
||||
|
Code:
.formcontrols .blockrow input.textbox:focus {
background: red;
}
|
|
#3
|
||||
|
||||
|
Ahh, I am using Chrome's Web Tools which is pretty close to the same but, for the life of me, I just couldn't figure that out. Thanks, I owe you one (it works perfectly).
|
|
#4
|
||||
|
||||
|
Quote:
Quote:
|
| Благодарность от: | ||
| AshenTemper | ||
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|