Last active
February 19, 2016 15:48
-
-
Save sharksharkco/27035567978d9906b06e to your computer and use it in GitHub Desktop.
Placeholder
This file contains 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
.navbar-search ::-webkit-input-placeholder {color: #fff;} | |
.navbar-search :-moz-placeholder {color: #fff;} | |
.navbar-search ::-moz-placeholder {color: #fff;} | |
.navbar-search :-ms-input-placeholder {color: #fff;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment