Skip to content

Instantly share code, notes, and snippets.

@jhsu
Created January 27, 2011 20:06
Show Gist options
  • Save jhsu/799130 to your computer and use it in GitHub Desktop.
Save jhsu/799130 to your computer and use it in GitHub Desktop.
a.button, .buttons a, .display_control, .action_list h2
color: white
background-color: #5f76ad
border: 1px solid #447
-webkit-border-radius: 3px
-moz-border-radius: 3px
border-radius: 3px
-webkit-box-shadow: 0 1px 2px #aaa
-moz-box-shadow: 0 1px 2px #aaa
box-shadow: 0 1px 2px #aaa
-webkit-text-shadow: 0 -1px 0px #555
text-shadow: 0 -1px 0px #555
&:visited, &:hover
color: white
&:hover
background-color: #4f56ad
&:active
color: white !important
background-color: #555
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment