Skip to content

Instantly share code, notes, and snippets.

@skipjac
Created February 9, 2011 18:39
Show Gist options
  • Select an option

  • Save skipjac/818993 to your computer and use it in GitHub Desktop.

Select an option

Save skipjac/818993 to your computer and use it in GitHub Desktop.
change email label to an image
/** 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