Given any HTML element that is a child of another element and is automatically inheriting a series of CSS attributes: how can you set one (or all) of those attributes to the
in your case you can use that :
.navigation input { all: initial; }
it will revert all attibutes of your input to initial value.
source : http://www.w3schools.com/cssref/css3_pr_all.asp