target.style.background = 'white';
[].forEach.call(inpElems, function(item) { item.style.background = 'white'; });