[Solved] FEU input fields
Posted: Fri Dec 04, 2009 4:01 am
Hello , is it possible to change , for example, username or password field color? Or put image on sign in button? They are white , and my website is black , so i want to change them in black too and type in white letters. Anyone can help me to figure this out? I know how to make input colors with html tags , but this one in login template uses {$input_username} , that's where my knowledge ends. Thanks for answers!
UPDATE: 10 minutes after i figured out other way, but its useless , since it colors all my other fields. I have a lot of forms , so i need only fields colored in my global_content block. So this CSS isnt helpin
input[type=text] {
background-color: black;
color: red;
}
Also I have another question , is it possible to set default field value ? For example , it shows User in the username field , after you click on it , it disappears...as in FormBuilder. Thanks for answers!
UPDATE: 10 minutes after i figured out other way, but its useless , since it colors all my other fields. I have a lot of forms , so i need only fields colored in my global_content block. So this CSS isnt helpin

input[type=text] {
background-color: black;
color: red;
}
Also I have another question , is it possible to set default field value ? For example , it shows User in the username field , after you click on it , it disappears...as in FormBuilder. Thanks for answers!