diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-08-10 10:58:46 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-08-10 10:58:46 +0300 |
commit | a339f5062fa572e4f276b9fe143b772b71af5a5b (patch) | |
tree | 00c2c356ede89bef89b5c8384463bcf9f305d4aa /resources/styles | |
parent | Update polish translation (#402) (diff) | |
download | nheko-a339f5062fa572e4f276b9fe143b772b71af5a5b.tar.xz |
Add solid background in TypingDisplay
Diffstat (limited to 'resources/styles')
-rw-r--r-- | resources/styles/nheko-dark.qss | 1 | ||||
-rw-r--r-- | resources/styles/nheko.qss | 1 | ||||
-rw-r--r-- | resources/styles/system.qss | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/resources/styles/nheko-dark.qss b/resources/styles/nheko-dark.qss index bf3d43ee..d4dca17c 100644 --- a/resources/styles/nheko-dark.qss +++ b/resources/styles/nheko-dark.qss @@ -50,6 +50,7 @@ RoomList > * { TypingDisplay { qproperty-textColor: #caccd1; + qproperty-backgroundColor: #202228; } #roomlist_area { diff --git a/resources/styles/nheko.qss b/resources/styles/nheko.qss index 3d9231d9..ef659b82 100644 --- a/resources/styles/nheko.qss +++ b/resources/styles/nheko.qss @@ -35,6 +35,7 @@ InfoMessage { TypingDisplay { qproperty-textColor: #333; + qproperty-backgroundColor: white; } SuggestionsPopup { diff --git a/resources/styles/system.qss b/resources/styles/system.qss index e518f084..9df3f1a7 100644 --- a/resources/styles/system.qss +++ b/resources/styles/system.qss @@ -33,6 +33,7 @@ QuickSwitcher { TypingDisplay { qproperty-textColor: palette(text); + qproperty-backgroundColor: palette(window); } InfoMessage { |