From 900b4b4cf848290763c0e20f549768f11a92d82d Mon Sep 17 00:00:00 2001 From: wmwragg Date: Sun, 28 Aug 2016 13:44:52 +0100 Subject: [PATCH] Added a border to the top of the sections to better seperate them when they are stuck together --- src/skins/vector/css/vector-web/structures/RoomSubList.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/skins/vector/css/vector-web/structures/RoomSubList.css b/src/skins/vector/css/vector-web/structures/RoomSubList.css index 27467fb0..3bc468fe 100644 --- a/src/skins/vector/css/vector-web/structures/RoomSubList.css +++ b/src/skins/vector/css/vector-web/structures/RoomSubList.css @@ -40,6 +40,7 @@ limitations under the License. padding-bottom: 6px; cursor: pointer; background-color: rgba(118, 207, 166, 0.2); + border-top: solid 2px #eaf5f0; } .mx_RoomSubList_label.mx_RoomSubList_fixed {