Created
February 9, 2011 18:39
-
-
Save skipjac/818993 to your computer and use it in GitHub Desktop.
change email label to an 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
| /** change email label to an image **/ | |
| /** reference ticket #59770 **/ | |
| label[for='ticket_email'], label[for='email'] | |
| { | |
| text-indent:-5000px; | |
| background-image: url('http://i.dell.com/images/ap/buttons/icons/email_en_38x38.gif'); | |
| background-repeat:no-repeat; | |
| height:38px; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment