mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 01:35:49 +03:00
fix text input on FF
This commit is contained in:
parent
7bef6245f7
commit
88167358bb
1 changed files with 10 additions and 0 deletions
|
@ -62,6 +62,16 @@ limitations under the License.
|
|||
-webkit-box-shadow: none;
|
||||
-moz-box-shadow: none;
|
||||
box-shadow: none;
|
||||
|
||||
/* needed for FF */
|
||||
font-family: 'Muli', Helvetica, Arial, Sans-Serif;
|
||||
font-weight: 300;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
/* hack for FF as vertical alignment of custom placeholder text is broken */
|
||||
.mx_MessageComposer_input textarea::-moz-placeholder {
|
||||
line-height: 100%;
|
||||
}
|
||||
|
||||
.mx_MessageComposer_upload {
|
||||
|
|
Loading…
Reference in a new issue