fix placeholder styling in safari
This commit is contained in:
@@ -32,6 +32,9 @@ textarea[disabled] {
|
||||
font: white;
|
||||
border: 0px;
|
||||
}
|
||||
input[type="text"]::placeholder {
|
||||
color: #333;
|
||||
}
|
||||
table#table {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user