From 300de362c6296cd2f7e5fb0ecb05f4a0ba5fa740 Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Thu, 26 Jul 2018 12:24:35 +0300 Subject: [PATCH] Add foreground color for disabled buttons on the dark theme --- resources/styles/nheko-dark.qss | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/styles/nheko-dark.qss b/resources/styles/nheko-dark.qss index 54fabac2..7c9ca37b 100644 --- a/resources/styles/nheko-dark.qss +++ b/resources/styles/nheko-dark.qss @@ -60,6 +60,7 @@ CommunitiesList > * { FlatButton { qproperty-foregroundColor: #727274; qproperty-backgroundColor: #333; + qproperty-disabledForegroundColor: #222; } FileItem {