0
How can i change the color of this input placeholder
4 Respostas
+ 2
.className::-webkit-input-placeholder
#idName::-webkit-input-placeholder
+ 1
missing leading dash:
::-webkit-input-placeholder
+ 1
Please search the forum by 'placeholder color' search term, this subject had been discussed before. Below is one of the search results 👍
https://www.sololearn.com/Discuss/2337322/?ref=app
0
visph if we have many input and we need to direct to specific one how can we do this