Username and Password focus

Make the Username and Password field change color when clicked on.

Make the Username and Password field change color when clicked on.
Step 1. Go to Admin CP / Look & Feel Tab / Skins & Templates / Skin Manager / choose your skin / Edit Stylesheet (CSS Advanced Mode) /

Find:
body{

Add Below:
input[name='UserName']:focus,
input[name='PassWord']:focus,
focus{
background:#FFA400; /* the color you want when is field selected */
color:#000000; /* the color you want when the field is not selected */
}


Step 2. Save Stylesheet.
Edit the colors to what you want and your done
AddThis Social Bookmark Button AddThis Feed Button