summaryrefslogtreecommitdiffstats
path: root/resources/styles/nheko-dark.qss
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-07-26 12:24:35 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-07-26 12:24:35 +0300
commit300de362c6296cd2f7e5fb0ecb05f4a0ba5fa740 (patch)
treee603b5c25df7cfc1117b473de536bb0f471fa2a1 /resources/styles/nheko-dark.qss
parente5fe47b1726f5b15b9ae9dc8474dc8a2cb0545de (diff)
Add foreground color for disabled buttons on the dark theme
Diffstat (limited to 'resources/styles/nheko-dark.qss')
-rw-r--r--resources/styles/nheko-dark.qss1
1 files changed, 1 insertions, 0 deletions
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 {