Merge pull request #2085 from defnax/stylesheet-fix-standard

Fixing News Feed default stylesheets
This commit is contained in:
csoler 2020-10-24 00:06:16 +02:00 committed by GitHub
commit d20a682719
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -891,14 +891,27 @@ GxsGroupDialog QLabel#groupLogo{
border-radius: 3px;
}
BoardPostDisplayWidget_compact QFrame#mainFrame {
GxsChannelGroupItem QFrame#frame, GxsForumGroupItem QFrame#frame,
PostedGroupItem QFrame#frame {
background-color: white;
}
PostedItem QFrame#mainFrame {
background-color: white;
}
PostedItem > QFrame#mainFrame [new=false]{
background: white;
}
PostedItem QFrame#voteFrame {
background: #f8f9fa;
}
BoardPostDisplayWidget_compact QFrame#mainFrame {
background-color: white;
}
BoardPostDisplayWidget_compact > QFrame#mainFrame [new=false]{
background: white;
}