fix statusbar height and behaviour during voip calls

This commit is contained in:
Matthew Hodgson
2016-09-01 00:14:51 +01:00
parent 735da3c15e
commit cc75eb8b0e
4 changed files with 19 additions and 2 deletions

View File

@@ -30,6 +30,10 @@ limitations under the License.
height: 5px;
}
.mx_UploadBar_uploadProgressInner .mx_RoomView_callStatusBar {
background-color: #fff ! important;
}
.mx_UploadBar_uploadFilename {
margin-top: 5px;
margin-left: 65px;
@@ -37,6 +41,10 @@ limitations under the License.
color: #4a4a4a;
}
.mx_UploadBar_uploadFilename .mx_RoomView_callStatusBar {
color: #fff;
}
.mx_UploadBar_uploadIcon {
float: left;
margin-top: 5px;