make badges work again

This commit is contained in:
Matthew Hodgson 2015-10-23 18:03:35 +01:00
parent 6e2362e8a9
commit a86861e9b9

View File

@ -24,8 +24,8 @@ limitations under the License.
display: table-cell; display: table-cell;
background: #eaf5f0; background: #eaf5f0;
padding-right: 8px; padding-right: 8px;
padding-top: 3px; padding-top: 4px;
padding-bottom: 3px; padding-bottom: 2px;
padding-left: 18px; padding-left: 18px;
vertical-align: middle; vertical-align: middle;
width: 24px; width: 24px;
@ -91,12 +91,13 @@ limitations under the License.
} }
*/ */
.mx_RoomTile_highlight .mx_RoomTile_sidebadge, .mx_RoomTile_badge {
.mx_RoomTile_unread .mx_RoomTile_sidebadge {
background-color: #76cfa6; background-color: #76cfa6;
width: 4px; width: 4px;
position: absolute; position: absolute;
left: 0px; left: 0px;
top: 5px;
height: 24px;
} }
.mx_RoomTile_unread, .mx_RoomTile_unread,