Skip to content

Instantly share code, notes, and snippets.

@igniteflow
Created November 17, 2010 13:34
Show Gist options
  • Save igniteflow/703387 to your computer and use it in GitHub Desktop.
Save igniteflow/703387 to your computer and use it in GitHub Desktop.
gmail style button
#gmail {
border-radius: 3px;
-moz-border-radius: 3px;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
background: -moz-linear-gradient(top, #fff, #ddd);
border: 1px solid #bbb;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment