Skip to content

Instantly share code, notes, and snippets.

@tbremer
Created September 5, 2013 20:53
Show Gist options
  • Select an option

  • Save tbremer/6456014 to your computer and use it in GitHub Desktop.

Select an option

Save tbremer/6456014 to your computer and use it in GitHub Desktop.
•:before Background Image
<a style="display: none;" class="add">Add Item</>
.add{display: inline-block !important;}
.add:before{
content: "";
display: inline-block;
width: 16px;
height: 16px;
background: url(http://files.softicons.com/download/toolbar-icons/16x16-free-toolbar-icons-by-aha-soft/png/16/add.png) top left no-repeat;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment