Placeholder Shown
Change the input style and apperance if the the placeholder is visible.
input {
// styles
}
input:placeholder-shown {
// specific styles if placeholder is shown
}
Change the input style and apperance if the the placeholder is visible.
input {
// styles
}
input:placeholder-shown {
// specific styles if placeholder is shown
}