forked from potsda.mn/mobilizon
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 {
|
||||
box-shadow: none;
|
||||
border-color: #b5b5b5;
|
||||
|
||||
&::placeholder {
|
||||
color: gray;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue