PDA

View Full Version : Yellow Input Fields


EricGT
01-22-2008, 06:43 PM
Hello. In the vBulletin control panel, there are data input fields in various areas that appear yellow with white text. Most email input fields, for instance, are yellow. It is extremely difficult to read these fields. These yellow fields appear the same in Firefox and in IE, so it isn't a browser issue, but I can't find where to change the color in the Style settings. Does anyone have any idea where this color choice can be modified and why it only affects certain input fields? Thanks for the help. Eric

Freesteyelz
01-23-2008, 10:16 AM
It could be a class setting in Main CSS (e.g., textarea, .bginput). Or if not you can try something like:


/* ***** input settings */
input[type="text"]
{
color:#000000;
background:#ffffff;
}



Hmm...NM. I completely missed the part of "vBulletin Control Panel". Disregard post. :D

Princeton
01-23-2008, 12:19 PM
change the Control Panel style and see if it still exists

ZacUSNYR
01-28-2008, 11:31 AM
Disable it in your Google Toolbar ;) It's part of the autofill options.

EricGT
01-28-2008, 05:54 PM
Disable it in your Google Toolbar ;) It's part of the autofill options.

Turning off the auto-fill option did it. I should have thought of that.:o Thanks. I wish that function had an exception list. I do like the feature. Oh well. Eric

RobDog888
01-28-2008, 06:25 PM
<font color="darkgreen">Google Toolbar does this to alot of sites fields too, not just vB.</font>

EricGT
01-28-2008, 06:41 PM
In the options for the Auto-Fill feature, there is the option to turn off the function that turns an auto-fillable field yellow, but keep the auto-fill feature functional. I don't use the feature for any sensitive information, but I do like it filling in email addresses for me. I have to type them so often. I am glad this is resolved. The only place this caused me trouble was in the vB admin area, for both email and IP number fields. It was a real PITA to have to highlight the field to see what the info there was. Thanks again for the help. Eric