Fixed message feeds stylesheet issue

This commit is contained in:
defnax 2021-02-14 20:53:49 +01:00
parent 0de6a960ba
commit 8bf3c9b78b
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
<number>1</number>
</property>
<item row="0" column="0">
<widget class="QFrame" name="frame">
<widget class="QFrame" name="msgFrame">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>

View File

@ -869,7 +869,7 @@ GxsForumThreadWidget QToolButton#subscribeToolButton:hover {
GxsForumMsgItem QFrame#mainFrame, PeerItem QFrame#mainFrame, GxsForumGroupItem QFrame#mainFrame,
GxsChannelGroupItem QFrame#mainFrame, MsgItem QFrame#mainFrame, ChatMsgItem QFrame#mainFrame
SecurityIpItem QFrame#mainFrame {
SecurityIpItem QFrame#mainFrame ,MsgItem QFrame#msgFrame,{
background-color: white;
}