Improve search field placeholder contrast
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
08dab070e7
commit
aac614d597
@ -25,5 +25,9 @@ export default class SearchField extends Vue {
|
|||||||
input.searchField {
|
input.searchField {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
border-color: #b5b5b5;
|
border-color: #b5b5b5;
|
||||||
|
|
||||||
|
&::placeholder {
|
||||||
|
color: gray;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user