From 9a9db53e0aa3e55b537550bd5c92e1841e0efe0b Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Wed, 20 Jan 2016 14:58:17 +0000 Subject: [PATCH] fix tinting of read marker again --- .../vector/css/matrix-react-sdk/structures/RoomView.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 64bd4ba682..2b707efd75 100644 --- a/src/skins/vector/css/matrix-react-sdk/structures/RoomView.css +++ b/src/skins/vector/css/matrix-react-sdk/structures/RoomView.css @@ -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 {