style: normalize placeholder appearance between browsers
There was not enough contrast on Webkit browsers against value color, so we're using good Firefox default opacity for everyone.
This commit is contained in:
parent
e0c5608218
commit
8c9464670c
1 changed files with 2 additions and 1 deletions
|
@ -565,12 +565,13 @@
|
|||
}
|
||||
|
||||
.fconnect-form {
|
||||
input[type=password] {
|
||||
input[type='password'] {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
input::placeholder,
|
||||
textarea::placeholder {
|
||||
opacity: 0.6; // normalize opacity across browsers
|
||||
color: $dark-grey;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue