Created
September 5, 2013 20:53
-
-
Save tbremer/6456014 to your computer and use it in GitHub Desktop.
•:before Background Image
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <a style="display: none;" class="add">Add Item</> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .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