mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 21:55:52 +02:00
Increase filter placeholder text contrast
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user