diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2018-08-20 00:55:18 -0500 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2018-08-20 00:55:18 -0500 |
| commit | ef771fd8ca262a136c95c5141bb0de95712d14c2 (patch) | |
| tree | 701c74fa4574049ff531a7d65acfd64ef485dccf /src | |
| parent | 2060df1585fba272213eb08a678ec13f177a45c3 (diff) | |
Fix disabled menu item styling in Paper Dark theme
Diffstat (limited to 'src')
| -rw-r--r-- | src/stylesheets/Paper Dark by 6788-00.qss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stylesheets/Paper Dark by 6788-00.qss b/src/stylesheets/Paper Dark by 6788-00.qss index 3f61bcd6..11f5b922 100644 --- a/src/stylesheets/Paper Dark by 6788-00.qss +++ b/src/stylesheets/Paper Dark by 6788-00.qss @@ -380,8 +380,8 @@ QMenu::item:selected { } QMenu::item:disabled { - background: #FFFFFF; - color: #6C6C6C; + background: #242424; + color: #808080; } QMenu::separator { |
