Works for textarea as well as input
parent
0a24643f91
commit
8be70eb9f3
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue