file upload when on call

This commit is contained in:
Matthew Hodgson
2016-09-01 00:38:37 +01:00
parent e77e6c2af0
commit 7a89328ccb
2 changed files with 9 additions and 8 deletions

View File

@@ -216,6 +216,15 @@ hr.mx_RoomView_myReadMarker {
height: 1px;
}
.mx_RoomView_callStatusBar .mx_UploadBar_uploadProgressInner {
background-color: #fff;
}
.mx_RoomView_callStatusBar .mx_UploadBar_uploadFilename {
color: #fff;
opacity: 1.0;
}
.mx_RoomView_inCall .mx_RoomView_statusAreaBox_line {
border-top: 1px hidden;
}