mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:27:35 +00:00
LibWeb: Add textarea placeholder
This commit is contained in:
parent
091faf1aae
commit
52397d01bd
6 changed files with 85 additions and 33 deletions
|
@ -43,7 +43,7 @@ textarea {
|
|||
height: attr(rows lh, 2lh);
|
||||
}
|
||||
|
||||
input::placeholder {
|
||||
input::placeholder, textarea::placeholder {
|
||||
color: GrayText;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue