Created
May 24, 2013 19:27
-
-
Save garystorey/5645932 to your computer and use it in GitHub Desktop.
Style placehoider text
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
| ::-webkit-input-placeholder { /* WebKit browsers */ | |
| color: #a5a5a5; | |
| font-style: italic; | |
| } | |
| :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ | |
| color: #a5a5a5; | |
| font-style: italic; | |
| } | |
| ::-moz-placeholder { /* Mozilla Firefox 19+ */ | |
| color: #a5a5a5; | |
| font-style: italic; | |
| } | |
| :-ms-input-placeholder { /* Internet Explorer 10+ */ | |
| color: #a5a5a5; | |
| font-style: italic; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment