From 00d53e48247777979bc436e96f38b085213f31f9 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Fri, 2 Sep 2016 15:38:40 +0100 Subject: [PATCH] css for conf join --- src/skins/vector/css/matrix-react-sdk/structures/RoomView.css | 4 ++++ 1 file changed, 4 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 67551541bf..c3f7ceed3b 100644 --- a/src/skins/vector/css/matrix-react-sdk/structures/RoomView.css +++ b/src/skins/vector/css/matrix-react-sdk/structures/RoomView.css @@ -278,3 +278,7 @@ hr.mx_RoomView_myReadMarker { padding: 6px 0; cursor: pointer; } + +.mx_RoomView_ongoingConfCallNotification a { + color: #fff ! important; +} \ No newline at end of file