Mostly wire up the send file button, except I can't figure out the js magic to make a file input open the prompt.

This commit is contained in:
David Baker 2015-07-19 20:47:50 -04:00
parent b82d932a51
commit a477c8be4c
2 changed files with 21 additions and 1 deletions

View file

@ -76,6 +76,7 @@ limitations under the License.
display: table-cell;
vertical-align: middle;
padding-right: 15px;
cursor: pointer;
}
.mx_MessageComposer_upload img {