mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08:00
file upload when on call
This commit is contained in:
parent
e77e6c2af0
commit
7a89328ccb
@ -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;
|
||||
}
|
||||
|
@ -30,10 +30,6 @@ 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;
|
||||
@ -41,10 +37,6 @@ limitations under the License.
|
||||
color: #4a4a4a;
|
||||
}
|
||||
|
||||
.mx_UploadBar_uploadFilename .mx_RoomView_callStatusBar {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.mx_UploadBar_uploadIcon {
|
||||
float: left;
|
||||
margin-top: 5px;
|
||||
|
Loading…
Reference in New Issue
Block a user