Works for textarea as well as input

pull/684/head
Alex P 2016-12-12 17:55:45 -08:00
parent 0a24643f91
commit 8be70eb9f3
1 changed files with 15 additions and 0 deletions

View File

@ -143,6 +143,21 @@
.form-group-submit {
margin-top: 30px;
}
textarea {
&::-webkit-input-placeholder { color: $g10-wolf; }
&::-moz-placeholder { color: $g10-wolf; }
&:-ms-input-placeholder { color: $g10-wolf; }
&:-moz-placeholder { color: $g10-wolf; }
&::selection {
background-color: $c-laser;
color: $g20-white;
}
&::-moz-selection {
background-color: $c-laser;
color: $g20-white;
}
}