Skip to content

Instantly share code, notes, and snippets.

@Polkovn1k
Last active March 17, 2023 18:57
Show Gist options
  • Save Polkovn1k/2e1aa76084bfacb0c4032d973d73c8d3 to your computer and use it in GitHub Desktop.
Save Polkovn1k/2e1aa76084bfacb0c4032d973d73c8d3 to your computer and use it in GitHub Desktop.
Placeholder edit (CSS)
.someInput::placeholder {
color: red;
font-size: 12px;
}
.someInput:focus::placeholder {
color: green;
}
.someInput:hover::placeholder {
color: green;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment