SMF Support > SMF 2.0.x Support
Changing "Smart" Registation Field Bg Colour
Rumbaar:
That field is controlled via this styles, try to alter them. Also if you use FF and Web Developer you can check these styles yourself.
--- Code: ---input, textarea, button {
background : #333;
border : 1px solid #000;
color : #fff;
font-family : verdana, sans-serif;
font-size : 90%;
}
input, button {
font-size : 90%;
}
--- End code ---
General_Naga:
Cheers Ruumbaar I've now managed to change the top field to the correct colour. However it changes back if I have any errors/warning in that field. I assume that is also why the password field isn't effect by my change because it has a warning on it unless its filled in.
Rumbaar:
Well you're custom theme might have additional style that affect that area. You might want to look into the Web Developer feature I suggested so you can try and identify and custom theme specific styles, etc.
General_Naga:
Ok thanks, Ive just installed it and will be having a go at identifying what's happening.
SlammedDime:
I believe the colors are hard coded into the javascript file. I don't remember entirely off the top of my head, but take a look there.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version