Skip to content

Instantly share code, notes, and snippets.

View thinkclay's full-sized avatar

Clayton (McIlrath) Unicorn thinkclay

View GitHub Profile
/* FORM MODERNIZE */
input, select { vertical-align: middle; }
/* Buttons */
input[type="button"],
input[type="submit"],
button {
background: -webkit-linear-gradient(top, #ffffff, #dddddd);
background: -moz-linear-gradient(top, #ffffff, #dddddd);
background: linear-gradient(top, #ffffff, #dddddd);