From b782e7b9ad04e95ddcb00b15b180b4b3b40d93c4 Mon Sep 17 00:00:00 2001 From: wmwragg Date: Sun, 28 Aug 2016 13:22:14 +0100 Subject: [PATCH] Bottom line of the scroll area (well the top line of the bottom left menu) is now tinted same colour as the section headers --- src/skins/vector/css/vector-web/structures/LeftPanel.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/skins/vector/css/vector-web/structures/LeftPanel.css b/src/skins/vector/css/vector-web/structures/LeftPanel.css index e97746cbe4..8d8e20938e 100644 --- a/src/skins/vector/css/vector-web/structures/LeftPanel.css +++ b/src/skins/vector/css/vector-web/structures/LeftPanel.css @@ -63,7 +63,7 @@ limitations under the License. -webkit-order: 3; order: 3; - border-top: 1px solid rgba(0, 0, 0, 0.1); + border-top: 1px solid rgba(118, 207, 166, 0.2); margin-left: 16px; /* gutter */ margin-right: 16px; /* gutter */ -webkit-flex: 0 0 60px;