From 553a97c8bb5042fbef0487255af52a4a6793d0fd Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Sat, 24 Mar 2018 23:16:15 +0200 Subject: Add basic support for username auto-completion fixes #40 --- resources/styles/system.qss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'resources/styles/system.qss') diff --git a/resources/styles/system.qss b/resources/styles/system.qss index 60b8865a..ce63f44e 100644 --- a/resources/styles/system.qss +++ b/resources/styles/system.qss @@ -25,6 +25,11 @@ QuickSwitcher { background-color: palette(window); } +PopupItem { + background-color: palette(window); + qproperty-hoverColor: rgba(192, 193, 195, 120); +} + FlatButton { qproperty-foregroundColor: palette(text); } -- cgit 1.5.1