diff options
| author | Adasauce <adasauce@with.parts> | 2020-02-20 15:51:07 -0400 |
|---|---|---|
| committer | Adasauce <adasauce@with.parts> | 2020-02-20 15:51:07 -0400 |
| commit | 8b8b844bdaa9989ba94fb298c232d0d423100731 (patch) | |
| tree | 85dde84ad893f6e500adfa0a247bfd6ba27b0558 /resources | |
| parent | Fix html messages sent as just plain text (diff) | |
| download | nheko-8b8b844bdaa9989ba94fb298c232d0d423100731.tar.xz | |
Tooltip and Combobox bugs with Breeze / Dark theme
setStyleSheet was overriding default tooltip theme from the system, causing themes like Breeze to render white text on a grey bg for tooltips. Tooltips now render default for the system theme everywhere. set a theme matching color on the dark theme comboboxes. fixes #118
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/styles/nheko-dark.qss | 6 | ||||
| -rw-r--r-- | resources/styles/nheko.qss | 1 | ||||
| -rw-r--r-- | resources/styles/system.qss | 5 |
3 files changed, 12 insertions, 0 deletions
diff --git a/resources/styles/nheko-dark.qss b/resources/styles/nheko-dark.qss |
