From 36e5ac3d7f15df0c974f056edb834a831851df03 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 7 Jan 2016 11:22:41 +0000 Subject: [PATCH] Add CSS for the green read-up-to marker. --- .../vector/css/matrix-react-sdk/structures/RoomView.css | 5 +++++ 1 file changed, 5 insertions(+) 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 cf9a1c2245..f82f5e835f 100644 --- a/src/skins/vector/css/matrix-react-sdk/structures/RoomView.css +++ b/src/skins/vector/css/matrix-react-sdk/structures/RoomView.css @@ -164,6 +164,11 @@ limitations under the License. margin-bottom: 12px; } +hr.mx_RoomView_myReadMarker { + border-top: solid 1px #76cfa6; + border-bottom: none; +} + .mx_RoomView_statusArea { -webkit-box-ordinal-group: 4; -moz-box-ordinal-group: 4;