javascript - css change on form field selection -


i'm trying login & registration form kickstarer (https://www.kickstarter.com/login)

can advise should looking at? i'm trying have grey border effect move on when person clicks on login or register fields.

thanks!

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus{   border: 1px solid #ccc;   box-shadow: 0 0 5px #b4d7f9; } 

Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -