Modificar el atributo place holder en los inputs de texto html5

.form-control::-webkit-input-placeholder { color:#868686; } .form-control::-moz-placeholder { color:#868686; } /* firefox 19+ */ .form-control:-ms-input-placeholder { color:#868686; } /* ie */ .form-controlinput:-moz-placeholder { color:#868686; }

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.