From ef771fd8ca262a136c95c5141bb0de95712d14c2 Mon Sep 17 00:00:00 2001 From: LostDragonist Date: Mon, 20 Aug 2018 00:55:18 -0500 Subject: Fix disabled menu item styling in Paper Dark theme --- src/stylesheets/Paper Dark by 6788-00.qss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 { -- cgit v1.3.1