Improve search field placeholder contrast

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2019-11-05 15:09:40 +01:00
parent 1fd7dbe14b
commit 1c161bb1f6

View File

@ -25,5 +25,9 @@ export default class SearchField extends Vue {
input.searchField {
box-shadow: none;
border-color: #b5b5b5;
&::placeholder {
color: gray;
}
}
</style>
</style>