My background of my login and password fields at the top of the screen became the same color as the text you type in them after upgrading to 4.2. Probably an inconsistent template in the style. Does anyone know where I would need to edit this?
- - - Updated - - -
Found it, the template is vbulletin-chrome.css, and the values that I changed are:
- - - Updated - - -
Found it, the template is vbulletin-chrome.css, and the values that I changed are:
Code:
.toplinks form input.textbox { background: white; color: black; } .toplinks form input.default-value { background: white; color: black; }