1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 16:57:46 +00:00

LibWeb: Add textarea placeholder

This commit is contained in:
Bastiaan van der Plaat 2023-12-21 18:13:16 +01:00 committed by Andreas Kling
parent 091faf1aae
commit 52397d01bd
6 changed files with 85 additions and 33 deletions

View file

@ -43,7 +43,7 @@ textarea {
height: attr(rows lh, 2lh);
}
input::placeholder {
input::placeholder, textarea::placeholder {
color: GrayText;
}