Added the hightlight badge restyling

pull/1823/head
wmwragg 2016-07-18 14:57:03 +01:00
parent 3f7bd48c0a
commit 8fd12d530d
1 changed files with 15 additions and 0 deletions

View File

@ -68,6 +68,21 @@ limitations under the License.
z-index: 200;
}
.mx_RoomTile_highlight .mx_RoomTile_badge:after {
content: "";
position: absolute;
display: block;
width: 0;
height: 0;
margin-left: 8px;
border-top: 8px solid #ff0064;
border-right: 10px solid transparent;
}
.collapsed .mx_RoomTile_badge:after {
display: none;
}
.mx_RoomTile_badge {
min-width: 15px;
height: 18px;