Skip to content

Instantly share code, notes, and snippets.

@rmad17
Created November 4, 2015 09:33
Show Gist options
  • Save rmad17/854363d02febcd27e56d to your computer and use it in GitHub Desktop.
Save rmad17/854363d02febcd27e56d to your computer and use it in GitHub Desktop.

Revisions

  1. rmad17 created this gist Nov 4, 2015.
    12 changes: 12 additions & 0 deletions Placeholder.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    ::-webkit-input-placeholder {
    font-style: italic;
    }
    :-moz-placeholder {
    font-style: italic;
    }
    ::-moz-placeholder {
    font-style: italic;
    }
    :-ms-input-placeholder {
    font-style: italic;
    }