---
type: snippet
tags: ['input', 'css']
status: release
ctime: 2022-04-09
mtime: 2024-03-22
---

```css
::-webkit-input-placeholder /* for (Chrome/Safari/Opera) */
:-ms-input-placeholder /* for IE. */
::-ms-input-placeholder /* for Edge (also supports webkit prefix) */

::-ms-clear {}
::-ms-reveal {}
```

---

- [On Edge Browser, how to change input placeholder text color using CSS?](https://stackoverflow.com/questions/32096102/on-edge-browser-how-to-change-input-placeholder-text-color-using-css)