1 input[type="button"], input[type="button"]:visited { 2 background: -webkit-gradient(linear, 0% 0, 0% 100%, from(#0faf0f), to(#008001)); 3 } 4 5 input[type="button"]:hover, input[type="button"]:active { 6 background: -webkit-gradient(linear, 0% 0, 0% 100%, from(#005801), to(#008001)); 7 }
background: -webkit-gradient();