From a339f5062fa572e4f276b9fe143b772b71af5a5b Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Fri, 10 Aug 2018 10:58:46 +0300 Subject: Add solid background in TypingDisplay --- resources/styles/nheko-dark.qss | 1 + resources/styles/nheko.qss | 1 + resources/styles/system.qss | 1 + 3 files changed, 3 insertions(+) (limited to 'resources') 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 { -- cgit 1.5.1