Skip to content

Instantly share code, notes, and snippets.

@toddseller
Created August 24, 2016 19:26
Show Gist options
  • Save toddseller/ea159007afe4744b5ba93ecb5e5d1ae7 to your computer and use it in GitHub Desktop.
Save toddseller/ea159007afe4744b5ba93ecb5e5d1ae7 to your computer and use it in GitHub Desktop.
Delete Styling CSS
input[type=submit] {
margin-top: 1em;
padding: 1.5em;
width: auto;
border: none;
display: inline-block;
}
input[type=submit].delete {
margin-top: 0;
padding: 0;
background: none;
}
input[type=submit].delete:hover {
text-decoration: underline;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment