1
I customized all the website input fields by passing new values to the Bootstrap 3 classes by changing the input[type='password']
Bootstrap 3 style sheet (loose sheet after loading of BS3 css), the same does not change, all other inputs, selects, textarea, yes:
.form-control,
.form-control:focus,
#contact-form input,
#contact-form textarea,
#contact-form select,
form#formUpdate input,
form#formUpdate textarea,
form#formUpdate select,
form#formUpdateContato input,
form#formUpdateContato textarea,
form#formUpdateContato select,
form input, form textarea,
form select,
.header-search form input,
.header-search form select,
.header-search form select option,
.listComments .listCommentsQuestion,
textarea,
input,
select,
select option,
form password,
password {
background-color: #6A6969;
color: #FFFFFF;
}
@hugocsl is not Chrome autocomplete, it does not apply to this, as I already dealt with this problem with Chrome at the beginning of the project with some Libraries, the problem is specific. Please read the whole question before marking as duplicate.
– ElvisP
I thought you were talking about the yellow or blue background that Browser puts by default in Password and Email fields... was bad... however I left an answer there I think will solve the problem
– hugocsl