fix placeholder styling in safari

This commit is contained in:
Pierre Bondoerffer
2017-04-14 12:45:45 +02:00
parent 96ff487271
commit 20c252e5c6
2 changed files with 12 additions and 0 deletions

View File

@@ -32,6 +32,9 @@ textarea[disabled] {
font: white;
border: 0px;
}
input[type="text"]::placeholder {
color: #333;
}
table#table {
margin: 0px;
}