Fixing darkstylesheets for Forums MsgItem

This commit is contained in:
defnax 2020-12-18 17:10:15 +01:00
parent bfbf8e6e57
commit ba689291a1
2 changed files with 13 additions and 0 deletions

View File

@ -2179,6 +2179,11 @@ GxsChannelPostItem QFrame#mainFrame {
background-color: #19232D;
}
GxsChannelPostItem QLabel#subjectLabel, GxsChannelPostItem QLabel#titleLabel {
font: 12pt;
font: bold italic;
}
BoardPostDisplayWidget_compact QPushButton#shareButton {
background-color: transparent;
min-width: 80px;
@ -2241,6 +2246,10 @@ BoardPostDisplayWidget_card QLabel#titleLabel{
font: bold;
}
GxsForumMsgItem QFrame#frame{
background-color: #19232D;
}
WireGroupItem QFrame#wire_frame{
background: transparent;
}

View File

@ -1381,6 +1381,10 @@ GxsForumThreadWidget QLabel#forumName
font: bold;
}
GxsForumMsgItem QFrame#frame{
background: #302F2F;
}
BoardPostDisplayWidget_compact QPushButton#shareButton
{
background-color: transparent;