From c44994c0ee0c37208b18af580330fae0e5ca9849 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Fri, 16 Sep 2016 02:53:57 +0100 Subject: [PATCH] fix tinter for LeftPanel --- src/skins/vector/css/vector-web/structures/RoomSubList.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/skins/vector/css/vector-web/structures/RoomSubList.css b/src/skins/vector/css/vector-web/structures/RoomSubList.css index 9e4162817a..081250802a 100644 --- a/src/skins/vector/css/vector-web/structures/RoomSubList.css +++ b/src/skins/vector/css/vector-web/structures/RoomSubList.css @@ -39,7 +39,7 @@ limitations under the License. padding-top: 6px; padding-bottom: 6px; cursor: pointer; - background-color: rgba(118, 207, 166, 0.2); /* Should be #d3ede1, but not a magic colour */ + background-color: #d3efe1; border-top: solid 2px #eaf5f0; }