diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-07-26 12:24:35 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-07-26 12:24:35 +0300 |
commit | 300de362c6296cd2f7e5fb0ecb05f4a0ba5fa740 (patch) | |
tree | e603b5c25df7cfc1117b473de536bb0f471fa2a1 /resources/styles | |
parent | Increase the opacity of the hover color on the room list (diff) | |
download | nheko-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.qss | 1 |
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 { |