Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Respect input::placeholder:after css selector in IE9 #94

Open
focused opened this issue Oct 9, 2015 · 0 comments
Open

Respect input::placeholder:after css selector in IE9 #94

focused opened this issue Oct 9, 2015 · 0 comments

Comments

@focused
Copy link

focused commented Oct 9, 2015

I want to colorize the last letter of placeholders for required fields, after works in modern browsers, but not with the polyfill in IE9.

<input type-"text" value="" placeholder="name" />
input::placeholder:after {
  color: red;
  content: "*";
  opacity: 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant