Skip to content

Commit a66e42b

Browse files
committed
Change placeholder's default font color. Fix some cmps.
DEVSIX-1960
1 parent 1f1f1bc commit a66e42b

File tree

6 files changed

+7
-0
lines changed

6 files changed

+7
-0
lines changed

src/main/resources/com/itextpdf/html2pdf/default.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,10 @@ input[type="checkbox"] {
365365
box-sizing: border-box;
366366
}
367367

368+
::placeholder {
369+
color: darkgray;
370+
}
371+
368372
select {
369373
box-sizing: border-box;
370374
white-space: pre;

src/test/resources/com/itextpdf/html2pdf/css/CssStyleSheetParserTest/cmp_default.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,9 @@ input[type="checkbox"] {
474474
margin: 3px 3px 3px 4px;
475475
box-sizing: border-box
476476
}
477+
::placeholder {
478+
color: darkgray
479+
}
477480
select {
478481
box-sizing: border-box;
479482
white-space: pre;
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)