diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-03-24 23:16:15 +0200 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-03-24 23:16:15 +0200 |
commit | 553a97c8bb5042fbef0487255af52a4a6793d0fd (patch) | |
tree | 637a38c762fa6847c16cc9245a795c69314941f6 /resources/styles/system.qss | |
parent | Adjust version number for the windows build (diff) | |
download | nheko-553a97c8bb5042fbef0487255af52a4a6793d0fd.tar.xz |
Add basic support for username auto-completion
fixes #40
Diffstat (limited to 'resources/styles/system.qss')
-rw-r--r-- | resources/styles/system.qss | 5 |
1 files changed, 5 insertions, 0 deletions
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); } |