From 8386dd73ced2fa901ccab867cd4b481f67fa4287 Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Wed, 25 Jul 2018 18:59:33 +0300 Subject: Enable scrollbar on the room list for macOS (#174) --- resources/styles/nheko-dark.qss | 1 + resources/styles/nheko.qss | 1 + resources/styles/system.qss | 5 +++++ 3 files changed, 7 insertions(+) (limited to 'resources') diff --git a/resources/styles/nheko-dark.qss b/resources/styles/nheko-dark.qss index d1a3eab2..7caa7efb 100644 --- a/resources/styles/nheko-dark.qss +++ b/resources/styles/nheko-dark.qss @@ -45,6 +45,7 @@ PopupItem { RoomList, RoomList > * { background-color: #2d3139; + border: none; } CommunitiesList, diff --git a/resources/styles/nheko.qss b/resources/styles/nheko.qss index a446d1da..3f06f79f 100644 --- a/resources/styles/nheko.qss +++ b/resources/styles/nheko.qss @@ -45,6 +45,7 @@ PopupItem { RoomList, RoomList > * { background-color: white; + border: none; } CommunitiesList, diff --git a/resources/styles/system.qss b/resources/styles/system.qss index 5f29a733..7a90e039 100644 --- a/resources/styles/system.qss +++ b/resources/styles/system.qss @@ -70,6 +70,11 @@ RegisterPage { background-color: palette(window); } +RoomList, +RoomList > * { + border: none; +} + RoomInfoListItem { qproperty-highlightedBackgroundColor: palette(highlight); qproperty-hoverBackgroundColor: palette(light); -- cgit 1.5.1