fix tinting of read marker again

pull/697/head
Matthew Hodgson 2016-01-20 14:58:17 +00:00
parent ad6a19a0df
commit 9a9db53e0a
1 changed files with 2 additions and 3 deletions

View File

@ -172,11 +172,10 @@ li.mx_RoomView_myReadMarker_container {
}
hr.mx_RoomView_myReadMarker {
border-top: solid 1px #76cfa6;
border-bottom: solid 1px #76cfa6;
border-bottom: solid 2px #76cfa6;
margin-top: 0px;
position: relative;
top: 5px;
top: 4px;
}
.mx_RoomView_statusArea {