From 82742f9f1387365d5c7ccb7ba42acb496871c789 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Wed, 20 Jan 2016 16:06:35 +0000 Subject: [PATCH] oops, fix tinted read up to marker correctly --- src/skins/vector/css/matrix-react-sdk/structures/RoomView.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/skins/vector/css/matrix-react-sdk/structures/RoomView.css b/src/skins/vector/css/matrix-react-sdk/structures/RoomView.css index 2b707efd75..23a8303e85 100644 --- a/src/skins/vector/css/matrix-react-sdk/structures/RoomView.css +++ b/src/skins/vector/css/matrix-react-sdk/structures/RoomView.css @@ -172,7 +172,7 @@ li.mx_RoomView_myReadMarker_container { } hr.mx_RoomView_myReadMarker { - border-bottom: solid 2px #76cfa6; + border-top: solid 2px #76cfa6; margin-top: 0px; position: relative; top: 4px;