SMF Support > SMF 2.0.x Support

Registration form problem!?

(1/2) > >>

misharnet:
I am new to SMF. I recently installed SMF 2.02, everything goes well, but I tried to test the Registration, logged out as Admin, and in the Registration form, password fields are kind of blocked, you can not type anything.

Colin:
What browser are you using? Can we get a link?

Shambles:
They aren't blocked - it looks like white text on white background (but the text is there if you highlight the field(s))

misharnet:
You are right. Thanks.

Shambles:
To correct it, edit your theme's index.css file as follows:


--- Code: (find) ---.valid_input
{
background-color: #f5fff0;
}
.invalid_input
{
background-color: #fff0f0;
}

--- End code ---


--- Code: (replace) ---.valid_input
{
background-color: #121212;
}
.invalid_input
{
background-color: #121212;
}

--- End code ---

Navigation

[0] Message Index

[#] Next page

Go to full version