New direct message indicator CSS

pull/2139/head
wmwragg 2016-09-09 14:42:11 +01:00
parent 18eb9d9330
commit cd36800426
1 changed files with 12 additions and 0 deletions

View File

@ -36,6 +36,10 @@ limitations under the License.
height: 24px;
}
.mx_RoomTile_avatar_container {
position: relative;
}
.mx_RoomTile_avatar {
display: inline-block;
padding-top: 5px;
@ -47,6 +51,14 @@ limitations under the License.
vertical-align: middle;
}
.mx_RoomTile_dm {
display: block;
position: absolute;
bottom: 0;
right: -5px;
z-index: 2;
}
.mx_RoomTile_avatar_container:hover:before,
.mx_RoomTile_avatar_container.mx_RoomTile_avatar_roomTagMenu:before {
display: block;