mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 11:42:13 +03:00
16 lines
215 B
CSS
16 lines
215 B
CSS
input::placeholder {
|
|
color: red;
|
|
}
|
|
|
|
input::placeholder, #fs-toggle:fullscreen {
|
|
color: red;
|
|
}
|
|
|
|
input::placeholder {
|
|
backdrop-filter: blur(2px);
|
|
}
|
|
|
|
input.appearance::placeholder {
|
|
appearance: none;
|
|
}
|