Increase filter placeholder text contrast

This commit is contained in:
Stubenhocker1399
2019-09-07 14:09:19 +02:00
parent 5d19b85f30
commit fdaa43279c
@@ -162,6 +162,9 @@ $resizer-offset: $resizer-size / 2;
.chat-log-filter { .chat-log-filter {
border: none; border: none;
width: 100px; width: 100px;
&::placeholder {
color: #ccc;
}
} }
@media only screen and (max-width: 360px) { @media only screen and (max-width: 360px) {