diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-07-07 13:39:53 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-07-07 13:39:53 +0300 |
commit | 9a0e18dea75d171e992e7d4a2f173949588674ea (patch) | |
tree | 44541c88643db8a49e97340cf5c40692abb8ab70 /resources/styles/system.qss | |
parent | Mark all decrypted messages with a padlock (diff) | |
download | nheko-9a0e18dea75d171e992e7d4a2f173949588674ea.tar.xz |
Add a timeline message when encryption is enabled
Diffstat (limited to 'resources/styles/system.qss')
-rw-r--r-- | resources/styles/system.qss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/styles/system.qss b/resources/styles/system.qss index 0921a832..e18b7e5c 100644 --- a/resources/styles/system.qss +++ b/resources/styles/system.qss @@ -25,7 +25,7 @@ QuickSwitcher { background-color: palette(window); } -DateSeparator { +InfoMessage { qproperty-textColor: palette(text); qproperty-boxColor: palette(window); } |