fix placeholder opacity on moz

This commit is contained in:
Matthew Hodgson 2016-03-03 15:31:02 +00:00
parent 04fb8f9a81
commit 516647ad04

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;