fix placeholder opacity on moz
This commit is contained in:
parent
04fb8f9a81
commit
516647ad04
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ limitations under the License.
|
||||||
.mx_MessageComposer_input textarea::-moz-placeholder {
|
.mx_MessageComposer_input textarea::-moz-placeholder {
|
||||||
line-height: 100%;
|
line-height: 100%;
|
||||||
color: #76cfa6;
|
color: #76cfa6;
|
||||||
|
opacity: 1.0;
|
||||||
}
|
}
|
||||||
.mx_MessageComposer_input textarea::-webkit-input-placeholder {
|
.mx_MessageComposer_input textarea::-webkit-input-placeholder {
|
||||||
color: #76cfa6;
|
color: #76cfa6;
|
||||||
|
|
Loading…
Reference in a new issue