Merge pull request #2173 from defnax/stylsheet-fix-4

dark stylesheet fixes
This commit is contained in:
defnax 2020-12-19 15:37:11 +01:00 committed by GitHub
commit b6df3d6d93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -2250,6 +2250,10 @@ GxsForumMsgItem QFrame#frame{
background-color: #19232D;
}
PostedItem QFrame#mainFrame{
background: #19232D;
}
WireGroupItem QFrame#wire_frame{
background: transparent;
}

View File

@ -1385,6 +1385,10 @@ GxsForumMsgItem QFrame#frame{
background: #302F2F;
}
PostedItem QFrame#mainFrame{
background: #302F2F;
}
BoardPostDisplayWidget_compact QPushButton#shareButton
{
background-color: transparent;