Add in voip mute video/audio skin. Needs a bit more CSS tweaks.
This commit is contained in:
parent
bdbfc2b6e0
commit
d302f3eebb
3 changed files with 38 additions and 2 deletions
|
@ -128,3 +128,7 @@ limitations under the License.
|
|||
.mx_MemberTile_zalgo {
|
||||
font-family: Helvetica, Arial, Sans-Serif;
|
||||
}
|
||||
|
||||
.mx_MemberTile:hover .mx_MessageTimestamp {
|
||||
display: block;
|
||||
}
|
||||
|
|
|
@ -163,3 +163,7 @@ limitations under the License.
|
|||
.mx_RoomHeader_button img {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.mx_RoomHeader_voipButton {
|
||||
display: table-cell;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue