fix placeholder opacity on moz

pull/1078/head
Matthew Hodgson 2016-03-03 15:31:02 +00:00
parent 04fb8f9a81
commit 516647ad04
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ limitations under the License.
.mx_MessageComposer_input textarea::-moz-placeholder {
line-height: 100%;
color: #76cfa6;
opacity: 1.0;
}
.mx_MessageComposer_input textarea::-webkit-input-placeholder {
color: #76cfa6;