summary refs log tree commit diff
path: root/resources/styles
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
parentIncrease the opacity of the hover color on the room list (diff)
downloadnheko-300de362c6296cd2f7e5fb0ecb05f4a0ba5fa740.tar.xz
Add foreground color for disabled buttons on the dark theme
Diffstat (limited to 'resources/styles')
-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 {