Skip to content

Instantly share code, notes, and snippets.

@shaundon
Created September 18, 2012 20:18
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 shaundon/3745588 to your computer and use it in GitHub Desktop.
Save shaundon/3745588 to your computer and use it in GitHub Desktop.
Button toggle left and right states
.button_toggle.left {
border-radius: 2px 0px 0px 2px;
}
.button_toggle.right {
border-radius: 0px 2px 2px 0px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment