Skip to content

Instantly share code, notes, and snippets.

@yatil
Created January 4, 2013 12:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yatil/4452144 to your computer and use it in GitHub Desktop.
Save yatil/4452144 to your computer and use it in GitHub Desktop.
I searched for the form buttons in Safari and Chrome…
a.btn, button.btn {
border-radius:5px 5px 5px 5px;
display:inline-block;
margin-bottom:4px;position:relative;
// You shalt not find the button if you’re using a non-mozilla browser!
background:-moz-linear-gradient(center top , #01568F, #4B9FDC) repeat scroll 0 0 transparent;
color:#ffffff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment