jquery эффект при активном input
смена цвета при активации инпута
HTML
<input type="text" name="myinput" value="" onfocus="this.style.background = '#D1FFDC';" onblur="this.style.background = '#fff';" />
<input type="text" name="myinput" value="" onfocus="this.style.background = '#D1FFDC';" onblur="this.style.background = '#fff';" />