put a black badge on unread notifications, and a red one for unread highlights

This commit is contained in:
Matthew Hodgson 2016-01-22 17:23:04 +00:00
parent 5e21059144
commit e0ecde6760

View file

@ -97,12 +97,16 @@ limitations under the License.
*/
.mx_RoomTile_badge {
background-color: #76cfa6;
background-color: #ff0064;
width: 4px;
position: absolute;
left: 0px;
top: 5px;
height: 24px;
}
.mx_RoomTile_unreadNotify .mx_RoomTile_badge {
background-color: #454545;
}
.mx_RoomTile_unread,