Skip to content

Instantly share code, notes, and snippets.

View thecolorblue's full-sized avatar

Brad Davis thecolorblue

  • University Heights, Ohio
View GitHub Profile
.prtybtn {
padding : 2px 7px 4px;
border : 1px solid #ddd;
cursor : pointer;
color : #ddd;
background : #969696; /* Old browsers */
background : -moz-linear-gradient(top, #969696 0%, #6b6b6b 64%); /* FF3.6+ */
background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#969696), color-stop(64%,#6b6b6b)); /* Chrome,Safari4+ */
background : -webkit-linear-gradient(top, #969696 0%,#6b6b6b 64%); /* Chrome10+,Safari5.1+ */