mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
fix placeholder opacity on moz
This commit is contained in:
parent
04fb8f9a81
commit
516647ad04
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user